Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11325 - kdelibs/arson links to wrong library
Summary: kdelibs/arson links to wrong library
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-11-27 23:51 UTC by Chris Hornbaker
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 Chris Hornbaker 2002-11-27 23:51:49 UTC
libtool: link: cannot find the library
`/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/libstdc++.la'
make[3]: *** [arson] Error 1

This is arson-0.9.7-r1. I'm running gcc 3.2.1, so it should be linking to
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.la

I imagine the same problem exists with kdelibs, but I injected it 'cause I'm
running the correct versions of libxml2 and libxslt. Likely that koffice-1.2-r2
has the same problem too.
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-29 05:42:23 UTC
please run /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh 3.2 
and emerge arson again 
Comment 2 Chris Hornbaker 2002-11-29 08:09:32 UTC
That worked. Thanks, I did not know of that script.
Comment 3 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-29 08:24:15 UTC
well, this script is executed in gcc-3.2.1.ebuild since 24 Nov 2002 (according to its 
changelog).