Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79083 - gtk+-2.4.14 does not build with gcc-3.3.5
Summary: gtk+-2.4.14 does not build with gcc-3.3.5
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-22 05:49 UTC by James Gatt
Modified: 2005-07-17 13:06 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 James Gatt 2005-01-22 05:49:55 UTC
It looks like something in the build is specifically looking for the gcc-3.3.4 libstdc++.la library.

Reproducible: Always
Steps to Reproduce:
1. emerge -u gcc
2. emerge -u gtk+

Actual Results:  
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -O2 -march=pentium3 -
funroll-loops -pipe -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/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or 
directory
/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No 
such file or directory
libtool: link: `/usr/lib/gcc-lib/i686-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.4.14/work/gtk+-2.4.14/gdk-
pixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.4.14/work/gtk+-2.4.14/gdk-
pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.4.14/work/gtk+-2.4.14/gdk-
pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.4.14/work/gtk+-2.4.14'
make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.4.14 failed.
!!! Function src_compile, Line 78, Exitcode 2



Expected Results:  
Successful build of gtk+ with gcc-3.3.5.


# ls -l /usr/lib/gcc-lib/i686-pc-linux-gnu/*/libstdc++.la
-rwxr-xr-x  1 root root 918 Jan 11 23:50 /usr/lib/gcc-lib/i686-pc-linux-
gnu/3.3.5/libstdc++.la

# emerge info
Portage 2.0.51-r14 (default-linux/x86/2004.0, gcc-3.3.5, glibc-2.3.4.20040808-
r1, 2.6.9-gentoo-r13 i686)
=================================================================
System uname: 2.6.9-gentoo-r13 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 22 2005, 12:24:08)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2
/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /
usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/s
hare/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/t
ex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/alias /var/qmail/c
ontrol"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d alsa apache2 apm atm avi berkdb bitmap-fonts bmp crypt cscope 
cups directfb doc dvb dvd encode esd f77 fam fbcon flac font-server foomaticdb 
fortran fusion gdbm gif gnome gpm gtk gtk2 imap imlib innodb java jikes 
joystick jpeg junit kde lesstif libg++ libwww lirc mad maildir matrox mikmod 
mmx motif mozilla mpeg mysql ncurses nls nocd nptl odbc oggvorbis opengl oss 
pam pdflib perl png postgres python qt quicktime readline samba sdl slang spell 
sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb 
videos xml xml2 xmms xv zlib video_cards_matrox"
Unset:  LDFLAGS, PORTDIR_OVERLAY
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-01-22 06:41:12 UTC
please search

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