Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86595 - kdelibs-3.4.0 fails to build
Summary: kdelibs-3.4.0 fails to build
Status: RESOLVED DUPLICATE of bug 84324
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 16:20 UTC by James
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 James 2005-03-24 16:20:54 UTC
 
Comment 1 James 2005-03-24 16:21:27 UTC
/bin/sh ../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -fvisibility-inlines-hidden  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions   -o kimg_ico.la -rpath /usr/kde/3.4/lib/kde3 -module -avoid-version -export-symbols-regex 'kimgio_.*_(read|write)' -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib    ico.lo -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread
grep: //usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
/bin/sed: can't read //usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
libtool: link: `//usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la' is not a valid libtool archive
make[2]: *** [kimg_tiff.la] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/u/tmp/portage/kdelibs-3.4.0/work/kdelibs-3.4.0/kimgio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/u/tmp/portage/kdelibs-3.4.0/work/kdelibs-3.4.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.4.0 failed.
!!! Function kde_src_compile, Line 166, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.

Comment 2 James 2005-03-24 16:23:28 UTC
3.4.3 does not exist in /usr/lib/gcc/i686-pc-linux-gnu, so that is why the file is not found

# cd /usr/lib/gcc/i686-pc-linux-gnu
i686-pc-linux-gnu # ls
3.3.4  3.4.3-20050110
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-24 16:51:58 UTC

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