Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218891 - x11-libs/libX11-1.1.3 build failure libxcms.a(QWhite.o) in archive is not an object
Summary: x11-libs/libX11-1.1.3 build failure libxcms.a(QWhite.o) in archive is not an ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-22 14:28 UTC by Steve
Modified: 2008-04-24 14:11 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 Steve 2008-04-22 14:28:40 UTC
I was in the process of doing an update world when a revdep-rebuild detected libX11 had vanished.  It then said it was missing from the tree.  I did emerge sync and tried to emerge libX11 and got this make error

Reproducible: Always

Steps to Reproduce:
1.emerge libX11
2.
3.

Actual Results:  
xcms/.libs/libxcms.a: member xcms/.libs/libxcms.a(QWhite.o) in archive is not an object
collect2: ld returned 1 exit status
make[3]: *** [libX11.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/libX11-1.1.3/work/libX11-1.1.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/libX11-1.1.3/work/libX11-1.1.3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/x11-libs/libX11-1.1.3/work/libX11-1.1.3/src'
make: *** [all-recursive] Error 1
 * 
 * ERROR: x11-libs/libX11-1.1.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2900:  Called x-modular_src_compile
 *             environment, line 3642:  Called x-modular_src_make
 *             environment, line 3678:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-libs/libX11-1.1.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libX11-1.1.3/temp/environment'.


Expected Results:  
successfull build

uname -r
2.6.17-gentoo-r8


this is a 2006.1 install that I have done several "update worlds" on since installation
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-22 16:56:36 UTC
emerge --info, please.