Comment 18 for bug 560135

Revision history for this message
Johan Euphrosine (proppy) wrote :

proppy@murasaki:/tmp$ wget http://launchpadlibrarian.net/44231243/osg-ice.tgz
--2010-04-15 08:45:45-- http://launchpadlibrarian.net/44231243/osg-ice.tgz
Resolving launchpadlibrarian.net... 91.189.89.229, 91.189.89.228
Connecting to launchpadlibrarian.net|91.189.89.229|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 81029 (79K) [application/x-tar]
Saving to: `osg-ice.tgz'

100%[======================================>] 81,029 312K/s in 0.3s

2010-04-15 08:45:45 (312 KB/s) - `osg-ice.tgz' saved [81029/81029]

proppy@murasaki:/tmp$ tar xvzf osg-ice.tgz
osg-ice/
osg-ice/AlphaFunc.cpp
osg-ice/Makefile
osg-ice/include/
osg-ice/include/GL/
osg-ice/include/GL/glext.h
osg-ice/include/GL/gl.h
osg-ice/include/osg/
osg-ice/include/osg/Object
osg-ice/include/osg/AlphaFunc
osg-ice/include/osg/StateAttribute
osg-ice/include/osg/GL
proppy@murasaki:/tmp$ cd osg-ice/
proppy@murasaki:/tmp/osg-ice$ make
/usr/bin/c++ -Dosg_EXPORTS -DOSG_DEBUG_POSTFIX=d -DOSG_LIBRARY -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -fpermissive -fPIC -Ibuild/include -Iinclude -o AlphaFunc.o -c AlphaFunc.cpp
In file included from /usr/include/c++/4.4/vector:66,
                 from include/osg/StateAttribute:4,
                 from include/osg/AlphaFunc:1,
                 from AlphaFunc.cpp:1:
/usr/include/c++/4.4/bits/stl_bvector.h:901: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make: *** [AlphaFunc.o] Error 1