Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185415 - media-gfx/splashutils-1.4.3 bad built_with_use check w/ glibc-2.6
Summary: media-gfx/splashutils-1.4.3 bad built_with_use check w/ glibc-2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
: 185417 185620 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-15 14:58 UTC by Tomas Racek
Modified: 2007-07-17 05:50 UTC (History)
2 users (show)

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 Tomas Racek 2007-07-15 14:58:20 UTC
emerge splashutils fails because of absent nptl flag in glibc-2.6

Reproducible: Always

Steps to Reproduce:
emerge splashutils
Actual Results:  
 * 
 * ERROR: media-gfx/splashutils-1.4.3 failed.
 * Call stack:
 *   ebuild.sh, line 1647:   Called dyn_unpack
 *   ebuild.sh, line 768:   Called qa_call 'src_unpack'
 *   ebuild.sh, line 44:   Called src_unpack
 *   splashutils-1.4.3.ebuild, line 77:   Called built_with_use 'sys-libs/glibc' 'nptl'
 *   eutils.eclass, line 1714:   Called die
 * 
 * sys-libs/glibc-2.6 does not actually support the nptl USE flag!


CFLAGS="-Os -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

ACCEPT_KEYWORDS="~x86"
FEATURES="parallel-fetch userpriv userfetch distcc"
PORTAGE_NICENESS="10"
MAKEOPTS="-j2"
CCACHE_SIZE="300M"

USE="3dnow 3dnowext X alsa bash-completion bzip2 cairo dbus glitz gtk gtk2 jpeg libnotify lm_sensors mmx mmxext mp3 nptl ogg opengl pdf png quicktime slang sqlite sse unicode theora trayicon truetype vim-syntax vorbis win32codecs xcomposite xv -cups -fortran -gnome -gpm -ldap -ipv6 -kde -perl -qt -qt3 -qt4"
Comment 1 Patrizio Bassi 2007-07-15 15:05:37 UTC
patch kernel with fbsplash, rebuild klibc and splashutils.

the problem is that fbsplash is outdated...maybe spock can por to 2.6.22..
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-07-15 15:21:07 UTC
*** Bug 185417 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-07-15 15:22:37 UTC
-if has_version sys-libs/glibc && ! built_with_use sys-libs/glibc nptl ; then
+if has_version sys-libs/glibc && ! built_with_use --missing true sys-libs/glibc nptl ; then
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2007-07-16 22:25:28 UTC
Fixed in CVS.

Jakub: thanks for the fix :)
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-07-17 05:50:49 UTC
*** Bug 185620 has been marked as a duplicate of this bug. ***