#7092: build failure of pari-2.3.3.p1.spkg with gcc-4.4.1 as distributed by
Fedora 11
----------------------+-----------------------------------------------------
Reporter: jsp | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: packages | Keywords: gcc
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
As from alpha0 building pari-2.3.3.p1.spkg faild to buil on Fedora 11, 32
bit.
{{{
gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I.
-I../src/headers -o base3.o ../src/basemath/base3.c
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[3]: *** [base3.o] Error 1
make[3]: Leaving directory
`/home/jaap/downloads/sage-4.1.2.rc0/spkg/build/pari-2.3.3.p1/src/Olinux-i686'
make[2]: *** [gp] Error 2
make[2]: Leaving directory
`/home/jaap/downloads/sage-4.1.2.rc0/spkg/build/pari-2.3.3.p1/src'
Error building GP
real 37m26.888s
user 31m48.467s
sys 0m33.612s
sage: An error occurred while installing pari-2.3.3.p1
}}}
We see this with gcc-4.4,1:
{{{
[j...@paix sage-4.1.2.rc0]$ gcc -v
Using built-in specs.
Target: i586-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-
bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-
shared --enable-threads=posix --enable-checking=release --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-
languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --enable-plugin --with-java-
home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile
--enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-
ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-
tune=generic --with-arch=i586 --build=i586-redhat-linux
Thread model: posix
gcc version 4.4.1 20090725 (Red Hat 4.4.1-2) (GCC)
}}}
A workaround: change OPTFLAGS=-O3 to OPTFLAGS=-O1 in the file
src/config/get_cc
Jaap
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7092>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---