Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88974 - compiler fails on several occasions looking for an i386/3.3.3 compiler when the compiler is i686/3.3.5
Summary: compiler fails on several occasions looking for an i386/3.3.3 compiler when ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 08:57 UTC by Kory Stiffler
Modified: 2005-04-15 15: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 Kory Stiffler 2005-04-13 08:57:55 UTC
When I try to emerge app-text/enchant-1.1.3, and several other packages, I get the same error, emerge searches for this file:
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.3/libstdc++.la

which is not located there, but here:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/libstdc++.la

Reproducible: Always
Steps to Reproduce:
1.'emerge app-text/enchant-1.1.3'
2.
3.

Actual Results:  
frame-pointer   -o libenchant_aspell.la -rpath /usr/lib/enchant -version-info 2:
3:1 -no-undefined aspell_provider.lo -Wl,--export-dynamic -lgmodule-2.0 -ldl -lg
lib-2.0   -L/usr/lib -laspell ../../src/libenchant.la 
grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.3/libstdc++.la: No such file or dir
ectory
sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.3/libstdc++.la: No such f
ile or directory
libtool: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.3/libstdc++.la' is not a 
valid libtool archive
make[2]: *** [libenchant_aspell.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/enchant-1.1.3/work/enchant-1.1.3/sr
c/aspell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/enchant-1.1.3/work/enchant-1.1.3/sr
c'
make: *** [all-recursive] Error 1

!!! ERROR: app-text/enchant-1.1.3 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
successfully emerged the package

Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1
, 2.4.27 i686)
=================================================================
System uname: 2.4.27 i686 Pentium II (Klamath)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Mar 25 2005, 20:23:24)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.6.3, 1.8.5-r3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.4.3-r4, 1.5.10-r4
virtual/os-headers:  2.4.21-r1
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.3/env /usr/kde/3.3/share
/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/shar
e/config /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"
GENTOO_MIRRORS="ftp:\ftp.ibiblio.org/Linux/distributions/gentoo/   ftp://mirrors
.sec.informatik.tu-darmstadt.de/gentoo/  http://gentoo.chem.wisc.edu/gentoo/ htt
p://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb bitmap-fonts crypt cups emacs encode esd f77 fam
 font-server foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6
 jpeg kde kerberos libg++ libwww mad mikmod motif mozilla mpeg ncurses nls oggvo
rbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell
 ssl svga tcpd tiff truetype truetype-fonts type1-fonts x86 xml xml2 xmms xv zli
b"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2005-04-13 09:06:06 UTC
Run: fix_libtool_files.sh 3.3.3 --oldarch i386-pc-linux-gnu
Comment 2 SpanKY gentoo-dev 2005-04-15 15:54:09 UTC
what he said