Skip to content

Commit

Permalink
net-fs/cvmfs: restrict dependency on leveldb
Browse files Browse the repository at this point in the history
With version 1.23, libcvmfs_fuse3.so fails to load:
/usr/lib64/libcvmfs_fuse3.so: undefined symbol: _ZTIN7leveldb10EnvWrapperE

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <[email protected]>
  • Loading branch information
amadio committed Aug 25, 2021
1 parent 692a0e4 commit 4e1be1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CDEPEND="
dev-cpp/gtest
dev-cpp/sparsehash
dev-db/sqlite:3=
dev-libs/leveldb:0=
<dev-libs/leveldb-1.23:0=
dev-libs/openssl:0=
dev-libs/protobuf:0=
net-dns/c-ares:0=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CDEPEND="
dev-cpp/gtest
dev-cpp/sparsehash
dev-db/sqlite:3=
dev-libs/leveldb:0=
<dev-libs/leveldb-1.23:0=
dev-libs/openssl:0=
dev-libs/protobuf:0=
net-dns/c-ares:0=
Expand Down

0 comments on commit 4e1be1c

Please sign in to comment.