Hi,
  I got the error below on matplotlib-0.98.3.p3 when I compile (make)
sage 3.2.1.
I am running OpenSuse 11.0 with  a Athlon 1700 CPU.

Any assistance is appreciated!
Shing

gcc -pthread -shared build/temp.linux-i686-2.5/src/cntr.o -L/usr/local/
lib/sage-3.2.1/local/lib/ -o build/lib.linux-i686-2.5/matplotlib/
_cntr.so
building 'matplotlib._delaunay' extension
creating build/temp.linux-i686-2.5/lib
creating build/temp.linux-i686-2.5/lib/matplotlib
creating build/temp.linux-i686-2.5/lib/matplotlib/delaunay
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/include/python2.5 -c lib/
matplotlib/delaunay/_delaunay.cpp -o build/temp.linux-i686-2.5/lib/
matplotlib/delaunay/_delaunay.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/include/python2.5 -c lib/
matplotlib/delaunay/VoronoiDiagramGenerator.cpp -o build/temp.linux-
i686-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
lib/matplotlib/delaunay/VoronoiDiagramGenerator.cpp: In member
function ‘bool VoronoiDiagramGenerator::voronoi(int)’:
lib/matplotlib/delaunay/VoronoiDiagramGenerator.cpp:919: warning:
‘newintstar.Point::y’ may be used uninitialized in this function
/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/numpy/core/
include/numpy/__multiarray_api.h: At global scope:
/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/numpy/core/
include/numpy/__multiarray_api.h:958: warning: ‘int _import_array()’
defined but not used
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/include/python2.5 -c lib/
matplotlib/delaunay/delaunay_utils.cpp -o build/temp.linux-i686-2.5/
lib/matplotlib/delaunay/delaunay_utils.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/include/python2.5 -c lib/
matplotlib/delaunay/natneighbors.cpp -o build/temp.linux-i686-2.5/lib/
matplotlib/delaunay/natneighbors.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
g++ -pthread -shared build/temp.linux-i686-2.5/lib/matplotlib/delaunay/
_delaunay.o build/temp.linux-i686-2.5/lib/matplotlib/delaunay/
VoronoiDiagramGenerator.o build/temp.linux-i686-2.5/lib/matplotlib/
delaunay/delaunay_utils.o build/temp.linux-i686-2.5/lib/matplotlib/
delaunay/natneighbors.o -L/usr/local/lib/sage-3.2.1/local/lib/ -o
build/lib.linux-i686-2.5/matplotlib/_delaunay.so
building 'matplotlib.nxutils' extension
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/include/python2.5 -c src/
nxutils.c -o build/temp.linux-i686-2.5/src/nxutils.o
gcc -pthread -shared build/temp.linux-i686-2.5/src/nxutils.o -L/usr/
local/lib/sage-3.2.1/local/lib/ -o build/lib.linux-i686-2.5/matplotlib/
nxutils.so
building 'matplotlib._path' extension
creating build/temp.linux-i686-2.5/agg24
creating build/temp.linux-i686-2.5/agg24/src
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/include/python2.5 -c agg24/src/agg_curves.cpp -o
build/temp.linux-i686-2.5/agg24/src/agg_curves.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/include/python2.5 -c agg24/src/agg_bezier_arc.cpp -o
build/temp.linux-i686-2.5/agg24/src/agg_bezier_arc.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/include/python2.5 -c agg24/src/agg_trans_affine.cpp -
o build/temp.linux-i686-2.5/agg24/src/agg_trans_affine.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/include/python2.5 -c agg24/src/agg_vcgen_stroke.cpp -
o build/temp.linux-i686-2.5/agg24/src/agg_vcgen_stroke.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/include/python2.5 -c src/path.cpp -o build/temp.linux-
i686-2.5/src/path.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
g++ -pthread -shared build/temp.linux-i686-2.5/agg24/src/agg_curves.o
build/temp.linux-i686-2.5/agg24/src/agg_bezier_arc.o build/temp.linux-
i686-2.5/agg24/src/agg_trans_affine.o build/temp.linux-i686-2.5/agg24/
src/agg_vcgen_stroke.o build/temp.linux-i686-2.5/CXX/
IndirectPythonInterface.o build/temp.linux-i686-2.5/CXX/
cxx_extensions.o build/temp.linux-i686-2.5/CXX/cxxsupport.o build/
temp.linux-i686-2.5/CXX/cxxextensions.o build/temp.linux-i686-2.5/src/
path.o -L/usr/local/lib/sage-3.2.1/local/lib/ -lstdc++ -lm -o build/
lib.linux-i686-2.5/matplotlib/_path.so
building 'matplotlib.backends._backend_agg' extension
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/lib/python2.5/site-packages/numpy/core/include -I/usr/
include/freetype2 -I. -I/usr/local/lib/sage-3.2.1/local/include/ -I/
usr/local/lib/sage-3.2.1/local/include/python2.5 -c agg24/src/
agg_vcgen_dash.cpp -o build/temp.linux-i686-2.5/agg24/src/
agg_vcgen_dash.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/lib/python2.5/site-packages/numpy/core/include -I/usr/
include/freetype2 -I. -I/usr/local/lib/sage-3.2.1/local/include/ -I/
usr/local/lib/sage-3.2.1/local/include/python2.5 -c agg24/src/
agg_image_filters.cpp -o build/temp.linux-i686-2.5/agg24/src/
agg_image_filters.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes -fPIC -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-
packages/numpy/core/include -I. -I/usr/local/lib/sage-3.2.1/local/
include/ -I/usr/local/lib/sage-3.2.1/local/lib/python2.5/site-packages/
numpy/core/include -Isrc -Iagg24/include -I. -I/usr/local/lib/
sage-3.2.1/local/lib/python2.5/site-packages/numpy/core/include -I/usr/
include/freetype2 -I. -I/usr/local/lib/sage-3.2.1/local/include/ -I/
usr/local/lib/sage-3.2.1/local/include/python2.5 -c src/_image.cpp -o
build/temp.linux-i686-2.5/src/_image.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
src/_image.cpp: In function ‘void init_image()’:
src/_image.cpp:1564: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.
error: command 'gcc' failed with exit status 1
Error building matplotlib package.

real    1m35.843s
user    1m19.245s
sys     0m4.128s
sage: An error occurred while installing matplotlib-0.98.3.p3
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /usr/local/lib/sage-3.2.1/install.log.  Describe your computer,
operating system, etc.
If you want to try to fix the problem, yourself *don't* just cd to
/usr/local/lib/sage-3.2.1/spkg/build/matplotlib-0.98.3.p3 and type
'make'.
Instead type "/usr/local/lib/sage-3.2.1/sage -sh"
in order to set all environment variables correctly, then cd to
/usr/local/lib/sage-3.2.1/spkg/build/matplotlib-0.98.3.p3
(When you are done debugging, you can type "exit" to leave the
subshell.)
make[1]: *** [installed/matplotlib-0.98.3.p3] Error 1
make[1]: Leaving directory `/usr/local/lib/sage-3.2.1/spkg'

real    118m36.986s
user    89m44.981s
sys     16m14.509s


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to