Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132142 - emerge "x11-libs/gtk+-2.8.12" fails. Greps for incorrect gcc version
Summary: emerge "x11-libs/gtk+-2.8.12" fails. Greps for incorrect gcc version
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-03 09:51 UTC by Shawn Henry
Modified: 2006-05-03 11:16 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 Shawn Henry 2006-05-03 09:51:15 UTC
After emerge syncing and emerge -u world it fails on gtk+. The message goes like

etc\" -DGTK_VERSION=\"2.8.12\" -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 -march=pentium-m -pipe -Wall -MT io-jpeg.lo -MD -MP -MF .deps/io-jpeg.Tpo -c io-jpeg.c  -fPIC -DPIC -o .libs/io-jpeg.o
In file included from gdk-pixbuf-i18n.h:23,
        from gdk-pixbuf-private.h:32,
        from io-jpeg.c:37:
../config.h:146:1: warning: "HAVE_STDLIB_H" redefined
In file included from /usr/include/jpeglib.h:24,
        from io-jpeg.c:35:
/usr/include/jconfig.h:12:1: warning: this is the location of the previous definition
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -O2 -march=pentium-m -pipe -Wall   -o libpixbufloader-jpeg.la -rpath /usr/lib/gtk-2.0/2.4.0/loaders -avoid-version -module  io-jpeg.lo -ljpeg libgdk_pixbuf-2.0.la -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -lm
grep: /usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libstdc++.la' is not a valid libtool archive
make[4]: *** [libpixbufloader-jpeg.la] Error 1
make[4]: Leaving directory `/var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/gdk-pixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12'
make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.8.12 failed.
!!! Function src_compile, Line 115, Exitcode 2
!!! gtk+ failed to compile


#### emerge --info #####

Gentoo Base System version 1.6.14
Portage 2203-svn (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-hardened-r5 i686)
=================================================================
System uname: 2.6.14-hardened-r5 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
dev-lang/python:     2.4.2
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apache2 crypt jpeg mmx mysql ncurses nls pam php prelude readline socks5 sse sse2 ssl tcpd x86 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-03 09:59:00 UTC
fix_libtool_files.sh `gcc -dumpversion` --oldarch i386-pc-linux-gnu

And - you *really* shouldn't mess w/ CHOST settings unless you know what you are doing.



*** This bug has been marked as a duplicate of 73435 ***
Comment 2 Shawn Henry 2006-05-03 11:16:24 UTC
(In reply to comment #1)
> fix_libtool_files.sh `gcc -dumpversion` --oldarch i386-pc-linux-gnu
> And - you *really* shouldn't mess w/ CHOST settings unless you know what you
> are doing.
> *** This bug has been marked as a duplicate of 73435 ***


Looks like I searched for the wrong info. Thanks!