Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90653 - xine-lib-1.0-r2 searches for libraries from wrong version of gcc
Summary: xine-lib-1.0-r2 searches for libraries from wrong version of gcc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 12:47 UTC by James P. Barrett
Modified: 2005-04-27 14:19 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 James P. Barrett 2005-04-27 12:47:56 UTC
When emerging xine-lib-1.0-r2 the emerge fails due to grep attempting to access /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la which does not exist since the version installed is 3.3.5-20050130.

Reproducible: Always
Steps to Reproduce:
1. install gcc-3.3.5-20050130, and not gcc-3.3.4
2. emerge xine-lib-1.0-r2
Actual Results:  
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-nofpic: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la' is
not a valid libtool archive

Expected Results:  
installed xine-lib-1.0-r2

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6Prelapse77 i686)
=================================================================
System uname: 2.6.10-gentoo-r6Prelapse77 i686 Celeron (Mendocino)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005, 14:27:14)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -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/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://128.213.5.34/gentoo/ http://ftp.heanet.ie/pub/gentoo/
http://gentoo.spb.ru/rsync"
LANG="en_GB@euro"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aim alsa apm bitmap-fonts crypt cups curl doc emacs emacs-w3 emboss
encode esd fam fbcon fftw flac fortran gdbm gif ginac gnome gpm gstreamer gtk
gtk2 icq imagemagick imlib ipv6 java jpeg libg++ libwww mad mikmod mmx motif
mozilla mp3 mpeg msn ncurses nls ogg oscar oss pam pdflib perl png python
readline samba sdl slang spell ssl svga tcltk tcpd tetex tiff truetype
truetype-fonts type1-fonts usb xml2 xv yaa yahoo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-27 14:19:43 UTC
run fix_libtool_files.sh 3.3.4

Feel free to reopen if the problem persists.