When I try to emerge kde, I get up to compiling tunepimp, and i recieve this error: configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. utf8.c: In function `convert_buffer': utf8.c:267: warning: implicit declaration of function `charset_convert' file.c: In function `update_primary': file.c:131: warning: passing arg 1 of `id3_tag_addref' from incompatible pointe$file.c:147: warning: passing arg 1 of `id3_tag_delref' from incompatible pointe$file.c: At top level: file.c:201: warning: `del_filetag' defined but not used grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No such file or di$/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No $libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la' is not a$make[3]: *** [libtunepimp.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 !!! ERROR: media-libs/tunepimp-0.3.0 failed. !!! Function src_compile, Line 33, Exitcode 2 !!! emake failed I have done the following to try and resolve the problem: rm -f /usr/portage/metadata/timestamp* && emerge sync Cleaned the dust out of my computer Removing the .tar.gz file and redownloading it. Overall, I have come to the conclusion that the 3.3.3 (inside /usr/lib/gcc-lib/i686-pc-linux-gnu/) folder does not exist. However, I do have a 3.3.4 folder. What's up with that? Reproducible: Always Steps to Reproduce: 1.emerge kde 2.Wait till you emerge tunepimp 3. Actual Results: configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. utf8.c: In function `convert_buffer': utf8.c:267: warning: implicit declaration of function `charset_convert' file.c: In function `update_primary': file.c:131: warning: passing arg 1 of `id3_tag_addref' from incompatible pointe$file.c:147: warning: passing arg 1 of `id3_tag_delref' from incompatible pointe$file.c: At top level: file.c:201: warning: `del_filetag' defined but not used grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No such file or di$/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No $libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la' is not a$make[3]: *** [libtunepimp.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 !!! ERROR: media-libs/tunepimp-0.3.0 failed. !!! Function src_compile, Line 33, Exitcode 2 !!! emake failed Expected Results: It should have compiled it correctly :P Gentoo Base System version 1.4.16 Portage 2.0.50-r10 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.6.8-gentoo-r3) ================================================================= System uname: 2.6.8-gentoo-r3 i686 AMD Athlon(tm) XP 2200+ Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=athlon-xp -pipe -O2" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=athlon-xp -pipe -O2" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://chod.cwru.edu/gentoo http://ftp-mirror.internap.com/pub/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X alsa apm arts asla avi berkdb cdr crypt cups dvd encode esd foomaticdb gdbm gif gpm gtk2 imlib jpeg kde ldap libg++ libwww mad mikmod motif mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib" Oh by the way, im emerging kde-3.3.0!
fix_libtool_files.sh should help
nice! It worked!
I'm having the same problem. Ran fix_libtool_files.sh on every old version of gcc that I could find as well as on the 3.3.3 version that tunepimp is looking for. I'm still getting the same error msg as the original poster.