Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 781662

Summary: [guru] net-im/nheko-0.8.1 fails to compile
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: GURU project <guru-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-04-09 06:38:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-im/nheko-0.8.1 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-09 06:38:29 UTC
Created attachment 698727 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-09 06:38:31 UTC
Possible context of error(s):

/var/tmp/portage/net-im/nheko-0.8.1/work/nheko-0.8.1/src/Cache_p.h:361:53: error: ‘val’ is not a member of ‘lmdb’
Comment 3 Larry the Git Cow gentoo-dev 2021-04-10 10:07:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b913fd5b389640fd84fa371698fa112cc026450

commit 3b913fd5b389640fd84fa371698fa112cc026450
Author:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
AuthorDate: 2021-04-09 16:35:10 +0000
Commit:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
CommitDate: 2021-04-09 16:35:10 +0000

    net-im/nheko: Fix dependencies.
    
    dev-libs/tweeny and dev-db/lmdb++ are build-time dependencies.
    
    There are 2 incompatible repositories for lmdb++. The old one is
    <https://github.com/drycpp/lmdbxx> and the new one is
    <https://github.com/hoytech/lmdbxx>.
    
    <=net-im/nheko-0.8.1 needs the old one. dev-db/lmdb++-0.9.14.0 installs
    the old one. dev-db/lmdb++-1.0.0 installs the new one.
    >net-im/nheko-0.8.1 will need the new one. So the version pinning will
    go away in the ebuild for the next version.
    
    Closes: https://bugs.gentoo.org/781662
    
    Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

 net-im/nheko/nheko-0.8.0.ebuild | 4 ++--
 net-im/nheko/nheko-0.8.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)