On Jun 27, 2010, at 1:40 AM, caleb miles wrote: > Hello, > > I am attempting to compile SAGE 4.4.4 on an OpenSUSE cluster for > local use, however, the build process fails while installing Cython, > and I have attached the portion of install.log corresponding to the > build process.
Thanks. The key lines seem to be /nano/scratch/camiles/binaries/sage-4.4.4/spkg/build/cython-0.12.1/src/ Cython/Compiler/Parsing.c: In function ‘__pyx_f_6Cython_8Compiler_7Parsing_flatten_parallel_assignments’: /nano/scratch/camiles/binaries/sage-4.4.4/spkg/build/cython-0.12.1/src/ Cython/Compiler/Parsing.c:17225: internal compiler error: in merge_alias_info, at tree-ssa-copy.c:235 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.suse.de/feedback> for instructions. error: command 'gcc' failed with exit status 1 i.e. a compiler error. Can you do gcc -v? > The cluster has four processors, on the administration node I am > working on of the type: > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 15 > model name : Intel(R) Xeon(R) CPU 5140 @ 2.33GHz > stepping : 6 > cpu MHz : 2327.554 > cache size : 4096 KB > physical id : 0 > siblings : 2 > core id : 0 > cpu cores : 2 > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 10 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr > pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm > pbe nx lm constant_tsc pni monitor ds_cpl v > mx est tm2 cx16 xtpr lahf_lm > bogomips : 4658.82 > > further information about the computer > > Linux version 2.6.16.27-0.9-chpc (ge...@buildhost) (gcc version > 4.1.0 (SUSE Linux)) #1 SMP Tue Mar 27 15:24:37 MDT 2007 > > I was able to compile SAGE version 3.4.3 on another similar cluster > which is working wonderfully, so I was rather surprised by the > failure in this case. Any help would be greatly appreciated. > > Sincerely, > > Caleb Miles > -- > Cahn's Axiom: > When all else fails, read the instructions. > > > > > > > -- > To post to this group, send an email to [email protected] > To unsubscribe from this group, send an email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-devel > URL: http://www.sagemath.org > <cython_fail.log> _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
