Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11885 - kdeutils ebuild can't find libstdc++.la
Summary: kdeutils ebuild can't find libstdc++.la
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-10 01:51 UTC by Justin Patrin
Modified: 2003-02-04 19:42 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 Justin Patrin 2002-12-10 01:51:08 UTC
/bin/sh ../libtool --mode=link --tag=CXX g++  -DNDEBUG -DNO_DEBUG -O2
-march=pentium2 -mcpu=pentium2 -O3 -pipe -fno-exceptions -fno-check-new
-DQT_CLEAN_NAMESPACE  -DQT_NO_ASCII_CAST    -o libark.la -rpath /usr/kde/3/lib
-L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3/lib  -version-inf
o 1:0:0 -module -lkio arkapp.lo extractdlg.lo dirDlg.lo arkwidget.lo main.lo
zip.lo tar.lo filelistview.lo arch.lo selectDlg.lo adddlg.lo lha.
lo waitDlg.lo shellOutputDlg.lo arksettings.lo compressedfile.lo zoo.lo rar.lo
ar.lo generalOptDlg.lo ark_part.lo arkwidgetpart.lo arkwidgetba
se.lo kdirselectdialog.lo kdirselect.lo libark_la_meta_unload.lo  -lkio -lkparts
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/libstdc++.la: No such file or directory
sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/libstdc++.la: No such
file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/libstdc++.la' is not a
valid libtool archive
make[3]: *** [libark.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeutils-3.0.4/work/kdeutils-3.0.4/ark'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeutils-3.0.4/work/kdeutils-3.0.4/ark'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeutils-3.0.4/work/kdeutils-3.0.4'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeutils-3.0.4 failed.
!!! Function kde_src_compile, Line 88, Exitcode 2
!!! died running emake, kde_src_compile:make


in addition, there are sandbox access violations for /root/.kde (refer to bug
#11664)
Comment 1 Justin Patrin 2002-12-10 02:11:02 UTC
I just realized that this is a problem with all kde packages now. My system updated its glibc today to 3.2.1, so the 3.2 dir no longer exists. Still don't know how to fix it, though.
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-10 03:43:18 UTC
please run '/usr/portage/sys-devel/gcc/files/fix_libtool_files.sh 3.2'. 
Comment 3 Justin Patrin 2002-12-10 15:06:08 UTC
That fixed it, it compiled now (although the sandboxing is still screwed up). So the gcc or glibc install didn't run its script during install as it was supposed to, then....
Comment 4 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-11 14:40:41 UTC
well, the gcc-3.2.1 ebuild changed (the first which was in portage didn't run that 
script, now it runs that script). 
Can this bug be closed? 
Comment 5 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-16 21:14:10 UTC
works now, was a bad gcc merge