Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24007 - Trying to emerge gnome, and some other packages and I always get the same kind of compiling error.
Summary: Trying to emerge gnome, and some other packages and I always get the same kin...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-06 14:06 UTC by Eric Rousse
Modified: 2003-08-19 07:09 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 Eric Rousse 2003-07-06 14:06:12 UTC
CHOST="i686-pc-linux-gnu" 
CFLAGS="-O3 -march=athlon-tbird -pipe" 
ACCEPT_KEYWORDS="~x86" 
 
Of course I can't find the library that is missing, and don't know how it could be installed. 
And I was unable to find anyone else that got the same error or that could provide me with 
some help. 
 
Got the same error with some other ebuilds that I don't remember, got the same error with a 
kde theme(dotNet) that I tried to installed. 
 
I also tried to do a emerge -e gcc --deep, it didn't help. 
 

Reproducible: Always
Steps to Reproduce:
1. emerge gnome 
2. 
3. 
Actual Results:  
during compiling the gst-plugins in gnome. 
 
grep: /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la: No such file or dir 
ectory 
/bin/sed: can't read /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la: No s                                      
uch file or directory 
libtool: link: `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la' is not a                                       
valid libtool archive 
make[4]: *** [libgstarts.la] Error 1 
make[4]: Leaving directory `/var/tmp/portage/gst-plugins-0.6.2/work/gst-plugins-                                      
0.6.2/ext/arts' 
make[3]: *** [all] Error 2 
make[3]: Leaving directory `/var/tmp/portage/gst-plugins-0.6.2/work/gst-plugins-                                      
0.6.2/ext/arts' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/var/tmp/portage/gst-plugins-0.6.2/work/gst-plugins-                                      
0.6.2/ext' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/gst-plugins-0.6.2/work/gst-plugins-                                      
0.6.2' 
make: *** [all] Error 2 
 
!!! ERROR: media-libs/gst-plugins-0.6.2 failed. 
!!! Function src_compile, Line 155, Exitcode 2 
!!! (no error message) 

Expected Results:  
continue compiling gst-plugins and the other 19 other ebuilds left. 

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) 
================================================================= 
System uname: 2.4.20-gaming-r5 i686 AMD Athlon(tm) processor 
GENTOO_MIRRORS="http://adelie.polymtl.ca/" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm avi crypt cups gif gpm jpeg gnome libg++ libwww mikmod mmx 
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb gdbm berkdb 
slang readline arts svga java guile X sdl tcpd pam ssl perl python esd imlib oggvorbis gtk qt kde 
motif opengl gphoto2 cdr dga fbcon gtk2 imap pda samba tiff usb wmf -encode tcltk" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-O3 -march=athlon-tbird -pipe" 
CXXFLAGS="-O3 -march=athlon-tbird -pipe" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-07-07 18:27:24 UTC
one (or more) of your libraries has hard coded the i586-pc-linux-gnu path in its .la file. i bet it is avifile.

try searching for which ones these are by doing:

fgrep i586-pc-linux-gnu /usr/lib/*.la

and find out which package they belong to (using qpkg or etcat) and emerge them again.
Comment 2 Eric Rousse 2003-07-08 17:14:50 UTC
I don't have avifile installed right now. 
 
From your instructions, i've been able to find out that gtkspell and aspell was maybe 
hardcoded with i586. I unmerged them and then did restarted my "emerge gnome" and 
I got the same error with gst-plugins. 
 
After I just checked to make sure that nothing was hardcoded... with the same fgrep. 
And nothing now. 
 
So any other suggestion ? 
 
Comment 3 foser (RETIRED) gentoo-dev 2003-07-27 12:45:15 UTC
try building without arts support (USE=-arts)

try searching bugzilla, there are other bugs with arts & gst-plugins around. See if they are of any help.
Comment 4 foser (RETIRED) gentoo-dev 2003-08-19 07:09:56 UTC
can't reproduce, reopen if suggestions didn't help.