Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98773 - tunepimp-0.3.0-r1 can't find 3.3.4/libstdc++.la
Summary: tunepimp-0.3.0-r1 can't find 3.3.4/libstdc++.la
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 06:57 UTC by Richard Shetron
Modified: 2005-07-12 07:13 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 Richard Shetron 2005-07-12 06:57:33 UTC
There seems to be many bugs related to 3.3.4, but I think this is a new one
caused by the masking of 3.3.4

emerge  --update --deep world  (system worked fine, then I did world)

The 3.3.4/libstdc is masked.  tunepimp requires it so eht ebuild fails.

/bin/sh ../libtool --mode=link g++  -march=athlon-xp -O2 -pipe   -o
libtunepimp.la -rpath /usr/lib -version-info 2:0:0 tunepimp.lo filecache.lo
filelookup.lo analyzer.lo dirsearch.lo id3_meta.lo metadata.lo mp3_trm.lo
flac_trm.lo flac_meta.lo ov_trm.lo submit.lo vorbis_meta.lo wav_trm.lo
fstrcmp.lo vcedit.lo track.lo lookup.lo lookuptools.lo write.lo c_wrapper.lo
watchdog.lo threads/posix/libtpthread.la utf8/libutf8.la id3tag/libid3tag.la
-lmad -logg -lvorbis -lvorbisfile -lFLAC -lmusicbrainz
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[3]: *** [libtunepimp.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/tunepimp-0.3.0-r1/work/libtunepimp-0.3.0/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/tunepimp-0.3.0-r1/work/libtunepimp-0.3.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/tunepimp-0.3.0-r1/work/libtunepimp-0.3.0'
make: *** [all] Error 2




Reproducible: Always
Steps to Reproduce:
1.  emerge --sync
2.  time emerge  --update --deep system
3.  time emerge --update --deep world

Actual Results:  
tunepimp fails due to masked libstdc 3.3.4 missing

Expected Results:  
I'm not sure, I would expect it to use an unmasked version of libstdc or a
version of tunepimp not needing 3.3.4 would be used.

The only things runing at the same time are setiathome and top.  X was not running.

root@ruserved.com:/root> emerge --info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.4.25-gentoo-r2 i686)
=================================================================
System uname: 2.4.25-gentoo-r2 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.10
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-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.4.19-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -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 /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo http://mirrors.tds.net/gentoo
http://mirror.datapipe.net/gentoo http://mirror.datapipe.net/gentoo"
LC_ALL="POSIX"
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 avi berkdb bitmap-fonts cdr crypt cups curl emboss
encode fam flac foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg
kde libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss
pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd
tiff truetype truetype-fonts type1-fonts vorbis xine xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-12 07:13:29 UTC
fix_libtool_files.sh 3.3.4

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