Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10570 - sdlsound ebuild: compile needs /usr/lib/libsupc++.a
Summary: sdlsound ebuild: compile needs /usr/lib/libsupc++.a
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-11 03:19 UTC by Mike Gardiner (RETIRED)
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 Mike Gardiner (RETIRED) gentoo-dev 2002-11-11 03:19:03 UTC
during the emerge of sdl-sound i get:

i686-pc-linux-gnu-gcc: /usr/lib/libsupc++.a: No such file or directory
i686-pc-linux-gnu-gcc: /usr/lib/libsupc++.a: No such file or directory
make[2]: *** [libSDL_sound.la] Error 1

which causes the compile to fail, and so the ebuild as well. i'm not sure what
package this file is provided by, i have /usr/lib/libsupc++.la but thats not
what it's after.

cheers
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-11 16:38:19 UTC
What gcc version and revision ?

 # emerge gentoolkit
 # epm -q gcc

and paste here.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2002-11-11 17:53:11 UTC
as requested.

root@zen driver # /usr/sbin/epm -q gcc
gcc-3.1-r5

i'm using a 1.3a iso for my install.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-11 22:40:12 UTC
If possible, consider using 1.4, as there are some issues with 1.3 (gcc related)
and its not really maintained anymore.

If not, backup /usr/lib/libsupc++.la, delete it and try again.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-08 15:08:18 UTC
If you do get back, and this is still an issue, please reopen.