Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6038 - libstdc++ and gtkspell.. missing libstdc++.la
Summary: libstdc++ and gtkspell.. missing libstdc++.la
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
: 6422 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-05 09:56 UTC by Olivier Crete (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
5 users (show)

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 Olivier Crete (RETIRED) gentoo-dev 2002-08-05 09:56:38 UTC
the gtkspell ebuild expects to find libstdc++.la but gcc 3.1.1 doesnt seem to
provide it.. So gtkspell doesnt compile
Comment 1 Jacob Perkins 2002-08-05 10:32:58 UTC
Are you using the most recent gcc-3.1? I had a similar problem, see bug 3890.
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2002-08-05 10:47:29 UTC
symlinking libstdc++.la from /usr/lib/gcc-lib/... to /usr/lib fixes the
problem... My system has a single compiler and its gcc 3.1.1-r1
Comment 3 Jacob Perkins 2002-08-05 11:41:37 UTC
I had to do the same thing for another library, and it was fixed in gcc-3.1-r7, 
which was done by lostlogic (hope you don't mind I add you to cc)
Comment 4 Spider (RETIRED) gentoo-dev 2002-08-05 12:31:48 UTC
I'm reassigning this to you, since it doesn't appear to be the fault of gtkspell
as much as of the gcc installation..   
Comment 5 Dan Armak (RETIRED) gentoo-dev 2002-08-09 13:40:16 UTC
I confirm - gcc 3.1.1 doesn't symlinks from /usr/lib to its libstdc++* files (.la and .so.*). this causes many builds to fail. Worse: I emerged gcc 3.1.1 but didn't immediately unmerge 3.1. So some builds used libstdc++.la from gcc 3.1 which caused a big mess and necessitated lots of recompiling. 
Comment 6 Doug Goldstein (RETIRED) gentoo-dev 2002-08-11 06:34:17 UTC
Well is this fixed in gcc-3.1.1-r1?

lostlogic is gone for another few weeks. I'm gone for another couple of days. 
So mkennedy's only the one who can fix this..
Comment 7 Troy Dack 2002-08-13 06:45:13 UTC
I don't think it's fixed in 3.1.1-r1, I've just re-emerged 3.1.1-r1 and the  problems still rears it's ugly head (on kdelibs-5 in this case).    My solution has been to make a symlink:  /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1 -> 3.1.1    Don't know if it is a good idea or not, but things seem to continue to build  now :)   --     Troy. 
Comment 8 Jacob Perkins 2002-08-13 18:30:43 UTC
I just had gnome-vfs-2.0.2 fail cause it couldn't find libstdc++.la, and I'm
using gcc-3.1.1-r1. libstdc++.la is in /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1.1,
but gnome-vfs was looking for it in /usr/lib.
Comment 9 Brandon Low (RETIRED) gentoo-dev 2002-09-02 22:15:09 UTC
I think this is a problem with the nature of gcc-3.1.1, can we get an upgrade to
gcc-3.2 here and see what happens?
Comment 10 Spider (RETIRED) gentoo-dev 2002-09-26 14:01:47 UTC
*** Bug 6422 has been marked as a duplicate of this bug. ***
Comment 11 Brandon Low (RETIRED) gentoo-dev 2002-10-24 00:28:38 UTC
this is kinda old news now, it works with the latest versions of everything...
or if it doesn't, you can reopen