Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21496 - Arts-1.1.2 compilation failed due to missing STL.
Summary: Arts-1.1.2 compilation failed due to missing STL.
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: 2003-05-22 14:44 UTC by barlad2004
Modified: 2003-05-25 17:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,96.69 KB, text/plain)
2003-05-22 16:20 UTC, barlad2004
Details

Note You need to log in before you can comment on or make changes to this bug.
Description barlad2004 2003-05-22 14:44:15 UTC
I cannot compile arts-1.1.2, the configure script stops at the following error:

checking if Qt compiles without flags... no
checking if STL implementation is SGI like... no
checking if STL implementation is HP like... no
configure: error: "no known STL type found - did you forget to install
libstdc++-devel ?"

My gcc version is :
gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)

My glibc version is:
glibc 2.3.2-r1

At the beginning, I tried compiling with gcc 3.3 and glibc 2.3.2-r2. I had this
error so I decided to degrade to the latest stable versions but the error remained.

A quick locate libstdc++ give me the following results: (dropping answers in
portage and doc)
/usr/lib/libstdc++.so.2.7.2.8
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.la
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.a
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so.5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so.5.0.3
/usr/lib/libstdc++-libc6.2-2.so.3
/usr/lib/libstdc++.so.2.8
/usr/lib/libstdc++.so.2.7.2
/usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++-libc6.1-1.so.2

I tried reinstalling a few times stable gcc/glibc but the problem remains. I
only have "gtk2" in my USE flags and I tried compiling without any optimization
setting.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-05-22 14:54:34 UTC
Could you attach /var/tmp/portage/arts-1.1.2/work/arts-1.1.2/config.log
Comment 2 barlad2004 2003-05-22 16:20:44 UTC
Created attachment 12313 [details]
config.log

hello,
here is my config.log in plain text.
Comment 3 barlad2004 2003-05-25 17:28:02 UTC
This problem was fixed by reinstalling once again latest stable GCC. 
I emerged GCC, then emerged GLIBC, then re emerged GCC and it worked.