Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339816 - sys-libs/glibc - "gd" USE flag for glibc seems to not be used anymore
Summary: sys-libs/glibc - "gd" USE flag for glibc seems to not be used anymore
Status: RESOLVED DUPLICATE of bug 203856
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 11:58 UTC by Richard Connon
Modified: 2010-10-05 12:44 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 Richard Connon 2010-10-05 11:58:39 UTC
This use flag still isn't used in the glibc ebuild.
If it is somehow used it's definitely undocumented what it means for this package.

Reproducible: Always

Steps to Reproduce:




This is a deliberate dupe of bug 203856 since I can't reopen that and numerous comments requesting it be reopened have been ignored.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-10-05 12:08:22 UTC
Are you *sure*? 

If media-libs/gd is installed -> USE="gd" should build a application of somesort with glibc.

It's not in depends list on purpose.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-10-05 12:11:10 UTC
Looks used to me:

/usr/portage/sys-libs/glibc $ grep -r use_with *
files/eblits/src_compile.eblit:		$(use_with gd)
files/eblits/src_compile-2.11.2.eblit:		$(use_with gd)

Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-10-05 12:44:06 UTC
 * Configuring GLIBC for nptl
/var/tmp/portage/sys-libs/glibc-2.12.1-r1/work/glibc-2.12.1/configure --disable-stackguard-randomization --enable-old-ssp-compat --enable-add-ons=nptl,c_stubs,libidn --enable-kernel=2.6.9 --without-selinux --without-cvs --enable-bind-now --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --disable-profile --without-gd
        ^^^^^^^^^^^^

Used.

*** This bug has been marked as a duplicate of bug 203856 ***