Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701726 - =sys-libs/glibc-2.29-r2 has automagic dependency on =media-libs/gd-2.2.5-r1
Summary: =sys-libs/glibc-2.29-r2 has automagic dependency on =media-libs/gd-2.2.5-r1
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: 2019-12-02 07:24 UTC by Sergei Trofimovich (RETIRED)
Modified: 2019-12-02 23:17 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 Sergei Trofimovich (RETIRED) gentoo-dev 2019-12-02 07:24:07 UTC
emerge --declean on one of the chroots reports:

>>> package: media-libs/gd-2.2.5-r1
 *  - /usr/lib/libgd.so.3
 *  - /usr/lib/libgd.so.3.0.5
 *      used by /usr/bin/memusagestat (sys-libs/glibc-2.29-r2)

USE=gd was enabled, but is not pulled in as a dependency:
"""
emerge --info glibc

sys-libs/glibc-2.29-r2::gentoo was built with the following:
USE="gd multiarch (split-usr) ssp -audit -caps (-cet) (-compile-locales) -doc -headers-only (-multilib) -nscd -profile (-selinux) -suid -systemtap -test (-vanilla)
"""
Comment 1 Larry the Git Cow gentoo-dev 2019-12-02 23:17:07 UTC
The bug has been closed via the following commit(s):

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

commit ef41b3fceed81b2346bc2d83c1402d2cded5ab1d
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-12-02 23:16:52 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-12-02 23:16:52 +0000

    sys-libs/glibc: add explicit 'gd' dependency
    
    Closes: https://bugs.gentoo.org/701726
    Package-Manager: Portage-2.3.80, Repoman-2.3.19
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-libs/glibc/glibc-2.30-r3.ebuild | 1 +
 sys-libs/glibc/glibc-9999.ebuild    | 1 +
 2 files changed, 2 insertions(+)

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

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

commit b47cc81062269224c432d6f81bb0a2d9dd4364b8
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-12-02 23:15:40 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-12-02 23:15:40 +0000

    profiles/arch: mask glibc[gd] on riscv, m68k, sh
    
    Bug: https://bugs.gentoo.org/701726
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 profiles/arch/m68k/package.use.mask  | 8 ++++++++
 profiles/arch/riscv/package.use.mask | 8 ++++++++
 profiles/arch/sh/package.use.mask    | 8 ++++++++
 3 files changed, 24 insertions(+)