Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27086 - gtkmm fails to compile with gcc 3.2.3
Summary: gtkmm fails to compile with gcc 3.2.3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 18:10 UTC by Josh Attoun
Modified: 2003-08-21 18:37 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 Josh Attoun 2003-08-21 18:10:13 UTC
When trying to emerge -u gtkmm 2.2.5, configure step completes but compile
fails.  I don't have the exact message, but it was something like file
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la could not be found.  

Easy workaround:
1.  mkdir /usr/lib/gcc-lib/i586-pc-linux-gnu
2.  mkdir /usr/lib/gcc-lib/i586-pc-linux-gnu
3.  ln /usr/lib/gcc-lib/i686-pc-linux-gnu/libstdc++.la
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la

then try to emerge again, and everything works fine.

Reproducible: Always
Steps to Reproduce:
1.emerge -u gtkmm
2.
3.

Actual Results:  
failed to compile.

Expected Results:  
should've compiled.

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.6.0-test3 i686 Celeron (Coppermine)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg libg++ libwww
mad mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv
zlib alsa gdbm berkdb slang readline arts aalib svga tcltk java guile X sdl gpm
tcpd pam ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl cdr"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 SpanKY gentoo-dev 2003-08-21 18:37:51 UTC
run `fix_libtool_files.sh`