Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 781662 - [guru] net-im/nheko-0.8.1 fails to compile
Summary: [guru] net-im/nheko-0.8.1 fails to compile
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-04-09 06:38 UTC by Agostino Sarubbo
Modified: 2021-04-10 10:07 UTC (History)
0 users

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


Attachments
build.log (build.log,362.91 KB, text/plain)
2021-04-09 06:38 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)