Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709690 - sys-devel/gdb-9.1 automagic depend on dev-libs/xxhash-0.7.1
Summary: sys-devel/gdb-9.1 automagic depend on dev-libs/xxhash-0.7.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-15 08:42 UTC by Georgy Yakovlev
Modified: 2020-02-15 09:49 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 Georgy Yakovlev archtester gentoo-dev 2020-02-15 08:42:05 UTC
Caught while unmerging xxhash

>>> package: dev-libs/xxhash-0.7.1
 *  - /usr/lib64/libxxhash.so.0
 *  - /usr/lib64/libxxhash.so.0.7.1
 *      used by /usr/bin/gdb (sys-devel/gdb-9.1)
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2020-02-15 09:20:27 UTC
Nice catch! I diffed top-level configure.ac when bumping gdb. Should have looked at gdb/ subdir as well. Fixing.
Comment 2 Larry the Git Cow gentoo-dev 2020-02-15 09:49:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785b425ed9fce88ec735a046d8d62d3f8d53be6

commit e785b425ed9fce88ec735a046d8d62d3f8d53be6
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-02-15 09:48:30 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-02-15 09:49:14 +0000

    sys-devel/gdb: add USE=xxhash, bug #709690
    
    xxhash is an optional dependency to speed up internal hashing.
    
    Reported-by: Georgy Yakovlev
    Closes: https://bugs.gentoo.org/709690
    Bug: https://bugs.gentoo.org/709696
    Package-Manager: Portage-2.3.88, Repoman-2.3.20
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-devel/gdb/gdb-9.1.ebuild  | 8 ++++++--
 sys-devel/gdb/gdb-9999.ebuild | 8 ++++++--
 sys-devel/gdb/metadata.xml    | 1 +
 3 files changed, 13 insertions(+), 4 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fab6ea5e825ea637634ac6e18c19018e10d5bb0

commit 1fab6ea5e825ea637634ac6e18c19018e10d5bb0
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-02-15 09:42:18 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-02-15 09:49:14 +0000

    arch/riscv/package.use.mask: mask gdb[xxhash], not keywords yet
    
    Bug: https://bugs.gentoo.org/709690
    Bug: https://bugs.gentoo.org/709696
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 profiles/arch/riscv/package.use.mask | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)