Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90387 - fix_libtool doesnt work with GTK and gcc 3.4.3-20050110
Summary: fix_libtool doesnt work with GTK and gcc 3.4.3-20050110
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-25 09:36 UTC by Stephen Amar
Modified: 2005-04-30 09:25 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 Stephen Amar 2005-04-25 09:36:11 UTC
i looked at all bugs in bugzilla but none of the solution worked for me.

When i emerge gtk 2.6.7, the emerge fails.
I tried fix_libtool, doesnt work.

Reproducible: Always
Steps to Reproduce:
1.emerge GTK
2.fix_libtool_files.sh 3.4.3-20050110

Actual Results:  
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -march=pentium-m -O2 -pipe
 -fomit-frame-pointer -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 -l
gmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -lm
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la: No such fi
le or directory
/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.4.3-20050110/libstdc++
.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la'
is not a valid libtool archive
make[4]: *** [libpixbufloader-jpeg.la] Erreur 1
make[4]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7/gdk-pixb uf'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7/gdk-pixb uf'
make[2]: *** [all] Erreur 2
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7/gdk-pixb uf'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.6.7/work/gtk+-2.6.7'
make: *** [all] Erreur 2

!!! ERROR: x11-libs/gtk+-2.6.7 failed.
!!! Function src_compile, Line 85, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Working ;)

Portage 2.0.51.20-r4 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.5-r0, 2.6.11-gentoo-r3 i686)
=================================================================
System uname: 2.6.11-gentoo-r3 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.6.11
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo"
LANG="fr_FR@euro"
LC_ALL="fr_FR@euro"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 apm avi berkdb bitmap-fonts cdr crypt cups dba
divx4linux dvd emboss encode esd ethereal fam font-server foomaticdb fortran
gdbm gif gnome gpm gstreamer gtk gtk2 hal imagemagick imlib ipv6 java javascript
jpeg junit libg++ libwww live mad mikmod mmx mmx2 mp3 mpeg ncurses network nls
nptl ogg oggvorbis opengl oss pam pam_chroot pam_console pcmcia pdflib perl png
python quicktime readline samba sdl spell sse sse2 ssl symlink tcltk tcpd tiff
truetype truetype-fonts type1-fonts userlocales vorbis win32codecs xml2 xmms
xosd xprint xv xvid zlib"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Stephen Amar 2005-04-30 09:25:22 UTC
fixed