Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95059 - kwin 3.4.1 and other kde 3.4.1 apps crashes with libstdc++ not found
Summary: kwin 3.4.1 and other kde 3.4.1 apps crashes with libstdc++ not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-04 13:36 UTC by Dariusz Dwornikowski
Modified: 2005-06-04 13:54 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 Dariusz Dwornikowski 2005-06-04 13:36:11 UTC
libtool: link: `//usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la' is
not a valid libtool archive
make[3]: *** [libkdecorations.la] Błąd 1
make[3]: Leaving directory `/var/tmp/portage/kwin-3.4.1/work/kwin-3.4.1/kwin/lib'
make[2]: *** [all-recursive] Błąd 1
make[2]: Leaving directory `/var/tmp/portage/kwin-3.4.1/work/kwin-3.4.1/kwin'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/var/tmp/portage/kwin-3.4.1/work/kwin-3.4.1'
make: *** [all] Błąd 2
kdexdeltas set. 


after changing to gcc 3.4.4, fix_libtool_packages was run



Reproducible: Always
Steps to Reproduce:
1.emerge kwin
2.
3.

Actual Results:  
libtool: link: `//usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la' is
not a valid libtool archive
make[3]: *** [libkdecorations.la] Błąd 1
make[3]: Leaving directory `/var/tmp/portage/kwin-3.4.1/work/kwin-3.4.1/kwin/lib'
make[2]: *** [all-recursive] Błąd 1
make[2]: Leaving directory `/var/tmp/portage/kwin-3.4.1/work/kwin-3.4.1/kwin'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/var/tmp/portage/kwin-3.4.1/work/kwin-3.4.1'
make: *** [all] Błąd 2




gcc 3.4.4 

emerge info


root@tdi tdi # emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.11-gentoo-r7 i686)
=================================================================
System uname: 2.6.11-gentoo-r7 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.6.12
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
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.16-r1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -ffast-math -msse2
-falign-functions=64"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -ffast-math -msse2
-falign-functions=64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://212.219.56.131/sites/www.ibiblio.org/gentoo/"
LANG="pl_PL"
LC_ALL="pl_PL"
LINGUAS="pl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi bash-completion berkdb bitmap-fonts cdr crypt cups
curl dvd emboss encode extras fam flac foomaticdb freetype gdbm gif gphoto2 gpm
gtk2 imagemagick imlib ipv6 jabber java jpeg junit kde kdexdeltas libg++ libwww
mad mikmod mmx motif mp3 mpeg ncurses nls nptl ogg oggvorbis opengl oss pam
pdflib perl png python qt quicktime readline samba sdl slang spell sse sse2 ssl
svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts userlocales
vorbis xine xml2 xmms xv xvid zlib linguas_pl userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-04 13:45:09 UTC
Launch "fix_libtool_files.sh 3.4.3-20050110" as it seems like it wasn't 
updated. 
 
Comment 2 Dariusz Dwornikowski 2005-06-04 13:54:16 UTC
done. now works thanks