View previous topic :: View next topic |
Author |
Message |
TheNewb Apprentice

Joined: 10 Jun 2005 Posts: 183
|
Posted: Fri Nov 17, 2006 2:46 pm Post subject: esound fails to build. [solved].. I think |
|
|
Originally asked in a previous thread, but at the time was looking for an answer to a different question, which was successfully answered, and the problems associated with it solved.
This one still remains.. When emerging esound, the following error comes up:
Code: |
jade: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by / usr/lib64/libosp.so.5)
make[2]: *** [html/index.html] Error 8
make[2]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36 /docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36 '
make: *** [all] Error 2
!!! ERROR: media-sound/esound-0.2.36-r2 failed.
|
There was posted by other people a hack of linking to an older version, but I don't have an older version to link to!
Any thoughts? _________________ #define struct union /* A Real space saver! */
Last edited by TheNewb on Mon Jan 14, 2008 5:39 pm; edited 1 time in total |
|
Back to top |
|
 |
TheNewb Apprentice

Joined: 10 Jun 2005 Posts: 183
|
Posted: Fri Nov 17, 2006 5:05 pm Post subject: |
|
|
Tried all 3 versions currently in portage with the same results..
Tried an emerge -e esound, everything prior built fine until it got to esound.
Hmmm... _________________ #define struct union /* A Real space saver! */ |
|
Back to top |
|
 |
jeanfrancis Veteran


Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Fri Nov 17, 2006 6:57 pm Post subject: |
|
|
Hi!
Could you post emerge --info? |
|
Back to top |
|
 |
TheNewb Apprentice

Joined: 10 Jun 2005 Posts: 183
|
Posted: Fri Nov 17, 2006 7:04 pm Post subject: |
|
|
Sure!
Code: |
Portage 2.1.1-r1 (default-linux/amd64/2005.0, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r2 x86_64)
=================================================================
System uname: 2.6.18-gentoo-r2 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Gentoo Base System version 1.12.6
Last Sync: Wed, 15 Nov 2006 17:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.60
sys-devel/automake: 1.4_p6
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acl alsa apache2 ares authdaemond berkdb bitmap-fonts browserplugin cav cgi cjk cli cracklib crypt cups dba dlloader doc dri dvd eds elibc_glibc emboss emul-linux-x86 encode fam foomaticdb fortran gif gimp-print gnome gpm gstreamer gtk gtk2 hal howl iconv imap imlib input_devices_keyboard input_devices_mouse ipalias ipv6 isdnlog jpeg kde kernel_linux ldap lzw lzw-tiff maildir mikmod mozilla mp3 mpeg mysql ncurses nls nocd nptl nptlonly nvidia oggvorbis openal opengl oss pam pcre perl php png ppds pppd python qmail qt qt3 qt4 quicktime readline reflection samba sdl session slp spamassasin spell spl sqlite ssl symlink tcpd tiff timidity truetype truetype-fonts type1-fonts unicode usb userland_GNU valias vhosts video_cards_nvidia videos xml xml2 xorg xpm xv zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
|
_________________ #define struct union /* A Real space saver! */ |
|
Back to top |
|
 |
jeanfrancis Veteran


Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Fri Nov 17, 2006 8:09 pm Post subject: |
|
|
It seems to be amd64 related (the libstdc++.so.6 is provided by GCC, and supposed to work )
You could try to emerge libstdc++. It will provide you other (older) libraries, but I'm really not sure that will help...
Maybe someone more comfortable with amd64 will help you more  |
|
Back to top |
|
 |
TheNewb Apprentice

Joined: 10 Jun 2005 Posts: 183
|
Posted: Fri Nov 17, 2006 9:16 pm Post subject: |
|
|
I've re-emerged it many times in hopes it would fix...
I've done emerge -e esound, didn't work...
emerge -e world, no help...
Tried emerge --prune world && emerge --update world
along with revdep-rebuild ..
The idea on that one was maybe an old package causing mischief. But that wasn't it either. _________________ #define struct union /* A Real space saver! */ |
|
Back to top |
|
 |
asiobob Veteran


Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Tue Nov 21, 2006 8:07 pm Post subject: |
|
|
exact same problem. I had to unmerge the existing esound as it was blocking another package. Now evolution won't start because it depends on esound.
Any ideas to get esound to work? |
|
Back to top |
|
 |
asiobob Veteran


Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
|
Back to top |
|
 |
TheNewb Apprentice

Joined: 10 Jun 2005 Posts: 183
|
Posted: Wed Nov 22, 2006 3:29 am Post subject: |
|
|
Rebuilding openjade didn't work... =(
Which is why to be a little desperate I did an emerge -e esound. Which of course included openjade.... *Scratches head a little bit* _________________ #define struct union /* A Real space saver! */ |
|
Back to top |
|
 |
asiobob Veteran


Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Wed Nov 22, 2006 6:43 am Post subject: |
|
|
post it as a bug at bugs.gentoo.org
Remerging openjade solved it here |
|
Back to top |
|
 |
cgmoller n00b

Joined: 21 Sep 2006 Posts: 56 Location: Boston, MA, USA
|
Posted: Wed Nov 22, 2006 7:02 am Post subject: Same problem - different cause |
|
|
Hello -
I am having a similar problem:
Code: |
. . .
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../common/dbl1sr.dsl:2:66:W: cannot generate system identifier for public text "ISO 8879:1986//ENTITIES Added Latin 2//EN"
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../common/dbl1sr.dsl:3:5:E: reference to entity "lat2" for which no system identifier could be generated
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../common/dbl1sr.dsl:2:0: entity was defined here
make[2]: *** [html/index.html] Error 8
make[2]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36'
make: *** [all] Error 2
!!! ERROR: media-sound/esound-0.2.36-r2 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
esound-0.2.36-r2.ebuild, line 58: Called die
!!! Make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
|
I have also tried emerge -e esound and I have also re-emerged openjade and just for yuks re-emerged opensd.
I get the same error as posted above:
Code: |
...
make[2]: *** [html/index.html] Error 8
...
|
What exactly is this error saying? |
|
Back to top |
|
 |
tpax n00b


Joined: 16 Jun 2006 Posts: 13 Location: Dusseldorf / Germany
|
Posted: Thu Nov 23, 2006 3:09 pm Post subject: |
|
|
I get the same error as above:
Code: | jade:/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs/./esound.sgml:352:11:E: element "PARA" undefine
d
jade:/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs/./esound.sgml:358:36:E: element "SECT1" undefin
ed
jade:/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs/./esound.sgml:359:12:E: element "TITLE" undefin
ed
jade:I: maximum number of errors (200) reached; change with -E option
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/dbtable.dsl:224:13:E: 2nd argument for prim
itive "ancestor" of wrong type: "#<unknown object 136419408>" not a singleton node list
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/dbtable.dsl:224:13:E: 2nd argument for prim
itive "ancestor" of wrong type: "#<unknown object 136419408>" not a singleton node list
make[2]: *** [html/index.html] Error 8
make[2]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36'
make: *** [all] Error 2
!!! ERROR: media-sound/esound-0.2.36-r2 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
esound-0.2.36-r2.ebuild, line 58: Called die
!!! Make failed
!!! If you need support, post the topmost build error, and the call stack if relevant. |
Any solutions?
take care,
tpax |
|
Back to top |
|
 |
jeanfrancis Veteran


Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Thu Nov 23, 2006 5:57 pm Post subject: |
|
|
Well, I don't find a solution for now. I also think a bug should be posted at bugs.gentoo.org |
|
Back to top |
|
 |
harryy n00b


Joined: 21 Apr 2006 Posts: 41 Location: Hammerfest, Norway
|
Posted: Thu Nov 23, 2006 10:47 pm Post subject: |
|
|
Same problem here, any solutions? |
|
Back to top |
|
 |
cgmoller n00b

Joined: 21 Sep 2006 Posts: 56 Location: Boston, MA, USA
|
Posted: Fri Nov 24, 2006 6:06 am Post subject: Solved - solutions |
|
|
Hello -
A bug was filed
https://bugs.gentoo.org/show_bug.cgi?id=128952
There appears to be 2 potential solutions.
The one that worked for me was as follows:
equery list sgml
emerge --oneshot =<all the packages listed!>
In my case it was
emerge --oneshot -v =app-text/sgml-common-0.6.3-r5
emerge -v esound
Fixed - |
|
Back to top |
|
 |
mieses Tux's lil' helper


Joined: 28 Feb 2004 Posts: 110
|
Posted: Sun Nov 26, 2006 3:51 am Post subject: |
|
|
as suggested in the bug notes, i first tried
it did not help. then i tried
now esound compiles. thanks for the tip! |
|
Back to top |
|
 |
jeanfrancis Veteran


Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Sun Nov 26, 2006 9:42 pm Post subject: |
|
|
To the owner of the thread :
Don't forget to add [Solved] to your thread once repaired (We have 2 solutions here, hopefully one of them will work with you). |
|
Back to top |
|
 |
Gooserider Apprentice


Joined: 30 Dec 2005 Posts: 165 Location: Universe, Milky Way Galaxy, Solar System, Earth, North America, USA, MA, North Billerica
|
Posted: Sun Nov 26, 2006 10:04 pm Post subject: |
|
|
I am also getting esound build problems on an AMD AthlonXP machine, so it's not just a 64 bit problem.
My error sequence:
Code: |
Debugging support: no
libwrap support: yes
LIBS=-lasound
make all-recursive
make[1]: Entering directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36'
Making all in docs
make[2]: Entering directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs'
jw -f docbook -b html -o html ./esound.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html
Working on: /var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs/./esound.sgml
jade: error while loading shared libraries: libosp.so.4: cannot open shared object file: No such file or directory
make[2]: *** [html/index.html] Error 8
make[2]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36'
make: *** [all] Error 2
!!! ERROR: media-sound/esound-0.2.36-r2 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
esound-0.2.36-r2.ebuild, line 58: Called die
|
Per VValdo in this thread (also mentioned above) I added a link from libosp.so.5.0.0 to libosp.so.4.
(As root, do Code: |
cd /usr/<your lib directory>
ln -s libosp.so.5.0.0 libosp.so.4 | )
I'm still emerging a bunch of stuff, but it looks like it's working so far. At least I've gotten past the point where this error was occurring.
Gooserider _________________ Box 1: P2 Celeron 400, 320mb RAM, 80GB HD, Cirrus Logic 4614/22/24 sound card, ATI 3D RAGE PRO AGP 1X/2X (sound & video onboard)
Box 2: AMD Athlon 2500+ 512mb RAM, 80GB HD, Gigabyte K7 Triton (Nvidia) mobo, GeForce2 video |
|
Back to top |
|
 |
cgmoller n00b

Joined: 21 Sep 2006 Posts: 56 Location: Boston, MA, USA
|
Posted: Mon Nov 27, 2006 2:00 am Post subject: linking to a different version of * (libosp) not recommended |
|
|
Not surprised that the link (hack) works. But, it would not be surprising if other things start to break based upon unresolvable serial dependencies.
Treat the problem not the symptom. |
|
Back to top |
|
 |
jeanfrancis Veteran


Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Mon Nov 27, 2006 2:07 am Post subject: Re: linking to a different version of * (libosp) not recomme |
|
|
cgmoller wrote: | Not surprised that the link (hack) works. But, it would not be surprising if other things start to break based upon unresolvable serial dependencies.
Treat the problem not the symptom. |
True, hacking versions of libraries is never a good thing... |
|
Back to top |
|
 |
Gooserider Apprentice


Joined: 30 Dec 2005 Posts: 165 Location: Universe, Milky Way Galaxy, Solar System, Earth, North America, USA, MA, North Billerica
|
Posted: Mon Nov 27, 2006 8:02 am Post subject: |
|
|
Well, I'm not to sure how best to solve the problem, nor am I sure that it is a big problem this time.
Some of the other posts indicated that it was a problem to find out where to get that missing library. I tried doing the equery check, but didn't get a useful response. Anyone have an idea about where to find the missing library?
How much of a problem is it anyways to have a link to a newer version of a library, which is hopefully backwards compatible, instead of having the actual old version?
Lastly, how critical is this library? If I was reading the part where things failed correctly, it appears that the library was just being used to build documentation in :PUKE: docbook format. It seems like a bit of a bug for the build to fail over a doc building error, especially since the part just before the failure said the docs weren't critical to the program.
I agree that this solution is a bit of a hack, and I do tend to be wary of it as a general technique, but it seems to work OK in this case.
Gooserider _________________ Box 1: P2 Celeron 400, 320mb RAM, 80GB HD, Cirrus Logic 4614/22/24 sound card, ATI 3D RAGE PRO AGP 1X/2X (sound & video onboard)
Box 2: AMD Athlon 2500+ 512mb RAM, 80GB HD, Gigabyte K7 Triton (Nvidia) mobo, GeForce2 video |
|
Back to top |
|
 |
cgmoller n00b

Joined: 21 Sep 2006 Posts: 56 Location: Boston, MA, USA
|
Posted: Tue Nov 28, 2006 2:50 am Post subject: |
|
|
Gooserider
Did you try either of the solutions mentioned in the bug? If so did you get the same result?
libosp seems to come from OpenSP
Code: | gentoo ~ # eix opensp
* app-text/opensp
Available versions: 1.5.1 ~1.5.2
Installed: none
Homepage: http://openjade.sourceforge.net/
Description: A free, object-oriented toolkit for SGML parsing and entity management
|
Which is used by openjade.
I would try re-emerging openjade, opensp and sgml-common
See what happens. |
|
Back to top |
|
 |
Gooserider Apprentice


Joined: 30 Dec 2005 Posts: 165 Location: Universe, Milky Way Galaxy, Solar System, Earth, North America, USA, MA, North Billerica
|
Posted: Tue Nov 28, 2006 5:09 am Post subject: |
|
|
Well, this is what I got when I tried...
Code: | gander ~ # emerge -aNDuv openjade opensp sgml-common
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] sys-devel/m4-1.4.7 [1.4.6] USE="-nls" 499 kB
[ebuild UD] app-text/libpaper-1.1.20 [1.1.21] 0 kB
Total size of downloads: 499 kB
Would you like to merge these packages? [Yes/No] y
>>> Recording app-text/sgml-common in "world" favorites file...
>>> Recording app-text/opensp in "world" favorites file...
>>> Recording app-text/openjade in "world" favorites file...
>>> starting parallel fetching
.....
|
I didn't see anything that looked like libosp coming from either of the two packages that I was given. Libosp.so.4 is also still a link... So are several other libraries, and the ONLY link that I created was the one for libosp.so.4
Code: |
gander ~ # ls -al /usr/lib/libosp*
-rw-r--r-- 1 root root 4082562 Nov 25 23:28 /usr/lib/libosp.a
-rw-r--r-- 1 root root 795 Nov 25 23:28 /usr/lib/libosp.la
lrwxrwxrwx 1 root root 15 Nov 25 23:28 /usr/lib/libosp.so -> libosp.so.5.0.0
lrwxrwxrwx 1 root root 15 Nov 26 16:53 /usr/lib/libosp.so.4 -> libosp.so.5.0.0
lrwxrwxrwx 1 root root 15 Nov 25 23:28 /usr/lib/libosp.so.5 -> libosp.so.5.0.0
-rwxr-xr-x 1 root root 1890432 Nov 25 23:28 /usr/lib/libosp.so.5.0.0
-rw-r--r-- 1 root root 613734 Sep 22 02:46 /usr/lib/libospgrove.a
-rw-r--r-- 1 root root 724 Sep 22 02:46 /usr/lib/libospgrove.la
lrwxrwxrwx 1 root root 20 Sep 22 02:46 /usr/lib/libospgrove.so -> libospgrove.so.0.0.1
lrwxrwxrwx 1 root root 20 Sep 22 02:46 /usr/lib/libospgrove.so.0 -> libospgrove.so.0.0.1
-rwxr-xr-x 1 root root 380256 Sep 22 02:46 /usr/lib/libospgrove.so.0.0.1 |
Looking at the bug you referenced and the error messages most of the posters in the thread were showing, I'm not sure we are looking at the same problem to start with. I was missing a library: Code: | jade: error while loading shared libraries: libosp.so.4: cannot open shared object file: No such file or directory | the bug shows a different set of error messages, and talks about sgml catalog corruption. Most of the thread posts look like the same error that the bug was about, except for the first: Code: | jade: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by / usr/lib64/libosp.so.5) | which was (I think) the equivalent library needed by the 64 bit folks.
The catalog corruption problem looked to me like it was occurring much later in the build, after several things had attempted to build, and bombed. My failure happened as soon as the make started. Again, different symptoms, presumably different problems.
Thus I think we are looking at two different problems in this thread, and while my approach might not help with the catalog problem, it seems that it did fix the missing file problem.
My GF is one step short of an architect (on non-open s/w) and when I asked her about it, she was far less certain that it was not an OK fix - she says that *USUALLY* version X+1 is close enough to version X of a library that you can get away with using version X+1. She suggested that since this is a non-critical function (I don't think I'm going to need the docs) I shouldn't worry about it to much unless I start getting wierd failures.
Gooserider _________________ Box 1: P2 Celeron 400, 320mb RAM, 80GB HD, Cirrus Logic 4614/22/24 sound card, ATI 3D RAGE PRO AGP 1X/2X (sound & video onboard)
Box 2: AMD Athlon 2500+ 512mb RAM, 80GB HD, Gigabyte K7 Triton (Nvidia) mobo, GeForce2 video |
|
Back to top |
|
 |
cgmoller n00b

Joined: 21 Sep 2006 Posts: 56 Location: Boston, MA, USA
|
Posted: Tue Nov 28, 2006 7:57 am Post subject: Re: esound fails to build. |
|
|
Hey TheNewb - regarding your original post
TheNewb wrote: | Originally asked in a previous thread, but at the time was looking for an answer to a different question, which was successfully answered, and the problems associated with it solved.
This one still remains.. When emerging esound, the following error comes up:
Code: |
jade: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by / usr/lib64/libosp.so.5)
make[2]: *** [html/index.html] Error 8
make[2]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36 /docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/esound-0.2.36-r2/work/esound-0.2.36 '
make: *** [all] Error 2
!!! ERROR: media-sound/esound-0.2.36-r2 failed.
|
There was posted by other people a hack of linking to an older version, but I don't have an older version to link to!
Any thoughts? |
See this IBM page for some possible insight.
http://www-1.ibm.com/support/docview.wss?rs=630&context=SSGU8G&dc=DB520&uid=swg21244766&loc=en_US&cs=UTF-8&lang=en&rss=ct630db2
Perhaps you need to re-emerge libstdc++ |
|
Back to top |
|
 |
cgmoller n00b

Joined: 21 Sep 2006 Posts: 56 Location: Boston, MA, USA
|
Posted: Wed Nov 29, 2006 5:00 am Post subject: Yet another possible solution |
|
|
Newb
Did you recently upgrade your gcc version? There seems to be some pitfalls to be avoided, one of which involves the same library: libstdc++
See the "upgrading GCC" page for details.
http://www.gentoo.org/doc/en/gcc-upgrading.xml |
|
Back to top |
|
 |
|