Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 798303 - net-im/nheko-0.8.2: dev-db/lmdb should be in RDEPEND because nheko needs /usr/lib64/liblmdb.so.0 to run
Summary: net-im/nheko-0.8.2: dev-db/lmdb should be in RDEPEND because nheko needs /usr...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-24 09:09 UTC by Lin Jian
Modified: 2021-06-24 12:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lin Jian 2021-06-24 09:09:20 UTC
I install nheko from a binhost, in which case only RDEPENDs are installed, and it fails to run because /usr/lib64/liblmdb.so.0 is missing.
Comment 1 Larry the Git Cow gentoo-dev 2021-06-24 12:22:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41951c598b6cc4194609be6bfe1efd5c2f287e43

commit 41951c598b6cc4194609be6bfe1efd5c2f287e43
Author:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
AuthorDate: 2021-06-24 09:22:24 +0000
Commit:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
CommitDate: 2021-06-24 09:25:35 +0000

    net-im/nheko: Fix dependencies
    
    - Move dev-db/lmdb and dev-libs/spdlog to RDEPEND
    - Move dev-cpp/nlohmann_json to DEPEND
    
    Closes: https://bugs.gentoo.org/798303
    Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

 net-im/nheko/nheko-0.8.2-r1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
Comment 2 tea 2021-06-24 12:28:29 UTC
Thanks!