Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79249 - after upgrading to gcc-3.3.5 KDE components fail to compile with a link error where it shows it trying to like to a library from 3.3.4
Summary: after upgrading to gcc-3.3.5 KDE components fail to compile with a link error...
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-23 13:04 UTC by Greg Phillips
Modified: 2005-07-17 13:06 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 Greg Phillips 2005-01-23 13:04:01 UTC
I have tried this on three diffrent machines.  After doing a portage and system upgrade where gcc is upgraded to gcc-3.3.5-r1 when I try to emerge anything KDE (and even the kde-base/kdegraphics-3.3.2-r2 upgrade from the emerge world) the compile fails very early with the following error:

libtool: link: cannot find the library `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la'
make[2]: *** [kcolorchooser] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: link: cannot find the library `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la'
make[2]: *** [kcoloredit] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdegraphics-3.3.2-r2/work/kdegraphics-3.3.2/kcoloredit'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdegraphics-3.3.2-r2/work/kdegraphics-3.3.2'
make: *** [all] Error 2

Of course since the old gcc was unmerged there is no /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4 and only a /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.

For extra information:
emerge --info output:

Portage 2.0.51-r14 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.4.28-gentoo-r5 i686)
=================================================================
System uname: 2.4.28-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Dec 27 2004, 19:45:56)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium4 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://gentoo.home.desynched.net/portage"
USE="x86 X apache2 apm arts avi berkdb bitmap-fonts bonobo bzlib crypt cups doc encode esd f77 fam font-server foomaticdb fortran gd gdbm gif gnome gpm gtk gtk2 gtkhtml guile imlib ipv6 jpeg kde libg++ libwww mad mboxmikmod milter motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell ssl svga tcpd tiff truetype truetype-fonts type1-fonts xml xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY

procinfo output:

Linux 2.4.28-gentoo-r5 (root@comunicator) (gcc 3.3.5 ) #1 Fri Jan 14 06:41:51 CST 2005 1CPU [comunicator]

Memory:      Total        Used        Free      Shared     Buffers      Cached
Mem:        515324      437532       77792           0       60984      261812
Swap:      1004052        9960      994092

Bootup: Fri Jan 21 11:59:07 2005    Load average: 0.32 0.18 0.07 3/64 14672

user  :       1:54:31.59   3.7%  page in :  1151681  disk 1:   147838r   83048w
nice  :       0:00:15.74   0.0%  page out:  2322724
system:       0:19:10.48   0.6%  swap in :     1198
idle  :   2d  0:47:53.11  95.6%  swap out:     2295
uptime:   2d  3:01:50.92         context : 26688387

irq  0:  18371092 timer                 irq 12:    246119 PS/2 Mouse
irq  1:     59983 keyboard              irq 14:    229910 ide0
irq  2:         0 cascade [4]           irq 15:         6 ide1
irq  6:         2                       irq 17:   1093099 eth0


Reproducible: Always
Steps to Reproduce:
1.upgrade to gcc-3.3.5-r1
2.emerge something KDE
3.

Actual Results:  
recived a link error linking to the old gcc librarys and the emerge failed 

Expected Results:  
finished compiling the specified KDE package and completed sucsessfuly
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-23 13:26:15 UTC

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