Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113648 - emerge fails with same errormessage for gnome-vfs and kdelibs
Summary: emerge fails with same errormessage for gnome-vfs and kdelibs
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 11:50 UTC by Patrick Trantelle
Modified: 2005-11-26 11:53 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 Patrick Trantelle 2005-11-26 11:50:28 UTC
emerge -uDNv world gets stuck at gnome-vfs with the following error:
same thing happens when trying to emerge kdelibs

Reproducible: Always
Steps to reproduce:
1. emerge gnome-vfs
or
1. emerge kdelibs

Actual Results:
/bin/sed: can't read
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la: No such file or
directory
libtool: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la'
is not a valid libtool archive
make[3]: *** [libkio.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.4.1-r1/work/kdelibs-3.4.1/kio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-3.4.1-r1/work/kdelibs-3.4.1/kio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.4.1-r1/work/kdelibs-3.4.1'
make: *** [all] Error 2

Expected Results: 
clean emerge

Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2,
2.6.14-gentoo-r2ownedbywitchdoctor i686)
=================================================================
System uname: 2.6.14-gentoo-r2ownedbywitchdoctor i686 AMD Athlon(tm) XP 2100+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
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.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=athlon-xp -fomit-frame-pointer"
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/env.d"
CXXFLAGS="-O2 -pipe -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp.gentoo.mesh-solutions.com/gentoo/ "
MAKEOPTS=" -j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts audiofile avi bash-completion berkdb bitmap-fonts bzip2
cdr crypt cups curl doc dvd dvdr eds emboss encode esd expat fam ffmpeg
foomaticdb fortran gd gdbm gif gnome gnutls gpm gstreamer gtk gtk2 idn
imagemagick imlib ipv6 java jpeg junit kde lcms libg++ libwww mad mikmod mng
motif mp3 mpeg ncurses nls offensive ogg oggvorbis opengl oss pam pcre pdflib
perl png python qt quicktime readline recode samba sdl spell ssl tcpd tiff
truetype truetype-fonts type1-fonts udev vim-with-x vorbis win32codecs xinerama
xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

additional Information: my libstdc++ is located in
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-26 11:53:38 UTC
fix_libtool_files.sh 3.3.5-20050130 --oldarch i386-pc-linux-gnu && emerge libtool

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