Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102623 - Error compiling gtk+-2.6.7 - Can't find usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la
Summary: Error compiling gtk+-2.6.7 - Can't find usr/lib/gcc-lib/i386-pc-linux-gnu/3.3...
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 09:38 UTC by Carlos Vicente
Modified: 2005-08-15 10:08 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 Carlos Vicente 2005-08-15 09:38:15 UTC
Here's the error line:

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkPixbuf\"
-I.. -I.. -I../gdk-pixbuf -I../gdk-pixbuf -DGTK_SYSCONFDIR=\"/etc\"
-DGTK_VERSION=\"2.6.7\" -DGTK_BINARY_VERSION=\"2.4.0\" -DG_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_PREFIX=\"/usr\" -DG_DISABLE_CAST_CHECKS
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libpng12 -DGDK_PIXBUF_ENABLE_BACKEND
-DPIXBUF_LIBDIR=\"/usr/lib/gtk-2.0/2.4.0/loaders\" 
-DBUILT_MODULES_DIR=\"./.libs\" -O2 -mcpu=athlon-mp -Wall -MT io-tiff.lo -MD -MP
-MF .deps/io-tiff.Tpo -c io-tiff.c  -fPIC -DPIC -o .libs/io-tiff.o
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -O2 -mcpu=athlon-mp -Wall
  -o libpixbufloader-tiff.la -rpath /usr/lib/gtk-2.0/2.4.0/loaders
-avoid-version -module  io-tiff.lo -ltiff libgdk_pixbuf-2.0.la -lgmodule-2.0
-ldl -lgobject-2.0 -lglib-2.0 -lm
grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or
directory
/bin/sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No
such file or directory
libtool: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la' is not a
valid libtool archive
make[4]: *** [libpixbufloader-tiff.la] Error 1
make[4]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7/gdk-pixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7'
make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.6.7 failed.
!!! Function src_compile, Line 85, Exitcode 2
!!! (no error message)


It is incorrectly trying to use /usr/lib/gcc-lib/i386-pc-linux-gnu
Instead, what I have is

/usr/lib/gcc-lib/i686-pc-linux-gnu/

cv

Reproducible: Always
Steps to Reproduce:
1. emerge -v gtk+
2.
3.

Actual Results:  
Compilation stopped.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-15 10:08:25 UTC

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