On Oct 16, 5:46 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
> On 10/16/07, mabshoff <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Oct 16, 4:26 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
>
> > Hi David,
>

Hi David,

> > > This version does not upgrade or install on suse 9.1 amd64.
>
> > As far as I can tell Suse 9.1 AMD64 ships with gcc 3.3, which is not
> > C99 conform. So flint won't build, you need at least gcc 3.4 or
> > higher.
>
> > > I would not make it a priority since these machines are due to be 
> > > upgraded,
> > > but thought I'd let you know.
>
> > > However, it does not install on suse 10.2 either!
>

Okay, but is seems that is unrelated to flint, because the error is
caused by cython's pari glue code (see below)

> > > In case this helps:
>
> > Could you please post the lets say 60-100 lines before that?
>
> I'm not sure if this is enough or not, but I hope it helps:
>

<SNIP> that was plenty ;)

> running install
> running build
> running build_py
> running build_ext
> building 'sage.libs.pari.gen' extension
> gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
> -fPIC -I/home/wdj/sagefiles/sage-2.8.7/local//include
> -I/home/wdj/sagefiles/sage-2.8.7/local//include/csage
> -I/home/wdj/sagefiles/sage-2.8.7/devel//sage/sage/ext
> -I/home/wdj/sagefiles/sage-2.8.7/local/include/python2.5 -c
> sage/libs/pari/gen.c -o
> build/temp.linux-x86_64-2.5/sage/libs/pari/gen.o -w
> sage/libs/pari/gen.c: In function '__pyx_f_py_3gen_3gen_factor':
> sage/libs/pari/gen.c:19784: internal compiler error: in
> merge_alias_info, at tree-ssa-copy.c:235
> Please submit a full bug report,
> with preprocessed source if appropriate.

gcc blows up, there is little we can do about that. Please check if
there are updates compilers available for SuSE 10.2. If not you can
either install your own gcc from sources or install the optional
gcc.spkg. In that case you need to modify  $LD_LIBRARY_PATH to also
include $SAGE_LOCAL/lib64 before $SAGE_LOCAL/lib on an AMD 64 box.

I will have a look at sage/libs/pari/gen.c:19784 and see if there is
anything suspicious in that area. Could you please open a ticket along
the lines of "paru/gen.c causes internal compiler error on OpenSuSE
10.2" and give us "uname -a" and "gcc -v".

Cheers,

Michael

> See <URL:http://www.suse.de/feedback> for instructions.
> error: command 'gcc' failed with exit status 1
> sage: There was an error installing modified sage library code.
>
> real    0m12.882s
> user    0m8.653s
> sys     0m1.840s
> ERROR installing SAGE
>
> real    10m8.202s
> user    7m25.064s
> sys     0m12.473s
> sage: An error occurred while installing sage-2.8.7
> Please email sage-develhttp://groups.google.com/group/sage-devel
> explaining the problem and send the relevant part of
> of /home/wdj/sagefiles/sage-2.8.7/install.log.  Describe your
> computer, operating system, etc.
> If you want to try to fix the problem, yourself *don't* just cd to
> /home/wdj/sagefiles/sage-2.8.7/spkg/build/sage-2.8.7 and type 'make'.
> Instead (using bash) type "source local/bin/sage-env" from the directory
> /home/wdj/sagefiles/sage-2.8.7
> in order to set all environment variables correctly, then cd to
> /home/wdj/sagefiles/sage-2.8.7/spkg/build/sage-2.8.7
> make[1]: *** [installed/sage-2.8.7] Error 1
> make[1]: Leaving directory `/home/wdj/sagefiles/sage-2.8.7/spkg'
>
> real    89m8.498s
> user    48m0.352s
> sys     7m49.213s
> [EMAIL PROTECTED]:~/sagefiles/sage-2.8.7> ./sage
> ----------------------------------------------------------------------
> | SAGE Version 2.8.7, Release Date: 2007-10-15                       |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
> ---------------------------------------------------------------------------
> <type 'exceptions.ImportError'>           Traceback (most recent call last)
>
> /home/wdj/sagefiles/sage-2.8.7/local/bin/<string> in <module>()
>
> <type 'exceptions.ImportError'>: No module named sage.misc.preparser_ipython
> WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
> sage.misc.preparser_ipython.magma_colon_equals=True'
> ---------------------------------------------------------------------------
> <type 'exceptions.ImportError'>           Traceback (most recent call last)
>
> /home/wdj/sagefiles/sage-2.8.7/local/bin/<ipython console> in <module>()
>
> <type 'exceptions.ImportError'>: No module named sage.misc.misc
> <ERROR: name 'sage_prompt' is not defined>
> <ERROR: name 'sage_prompt' is not defined>
> [EMAIL PROTECTED]:~/sagefiles/sage-2.8.7> uname -a
> Linux tinah 2.6.16.13-4-default #1 Wed May 3 04:53:23 UTC 2006 x86_64
> x86_64 x86_64 GNU/Linux
> [EMAIL PROTECTED]:~/sagefiles/sage-2.8.7>
>
> > Cheers,
>
> > Michael
>
> > > sage: An error occurred while installing flint-0.2.p4
> > > Please email sage-develhttp://groups.google.com/group/sage-devel
> > > explaining the problem and send the relevant part of
> > > of /home/wdj/sagefiles/sage-2.8.7/install.log.  Describe your
> > > computer, operating system, etc.
> > > If you want to try to fix the problem, yourself *don't* just cd to
> > > /home/wdj/sagefiles/sage-2.8.7/spkg/build/flint-0.2.p4 and type 'make'.
> > > Instead (using bash) type "source local/bin/sage-env" from the directory
> > > /home/wdj/sagefiles/sage-2.8.7
> > > in order to set all environment variables correctly, then cd to
> > > /home/wdj/sagefiles/sage-2.8.7/spkg/build/flint-0.2.p4
> > > make[1]: *** [installed/flint-0.2.p4] Error 1
> > > make[1]: Leaving directory `/home/wdj/sagefiles/sage-2.8.7/spkg'
>
> > > real    6m3.763s
> > > user    5m22.186s
> > > sys     0m33.797s
> > > [EMAIL PROTECTED]:~/sagefiles/sage-2.8.7> ./sage
> > > ----------------------------------------------------------------------
> > > | SAGE Version 2.8.7, Release Date: 2007-10-15                       |
> > > | Type notebook() for the GUI, and license() for information.        |
> > > ----------------------------------------------------------------------
> > > /usr/bin/env: sage.bin: No such file or directory
> > > /home/wdj/sagefiles/sage-2.8.7/local/bin/sage-sage:
> > > /home/wdj/sagefiles/sage-2.8.7/local/bin/sage-ipython: sage.bin: bad
> > > interpreter: No such file or directory
> > > [EMAIL PROTECTED]:~/sagefiles/sage-2.8.7>
>
> > > On 10/16/07, William Stein <[EMAIL PROTECTED]> wrote:
>
> > > > Hi,
>
> > > > I have released sage-2.8.7.  You can upgrade via
>
> > > >     sage -upgrade
>
> > > > or download the source from sagemath.org.  Binaries will be available 
> > > > tomorrow.
>
> > > > For a list of patches see:
> > > >    http://sagemath.org/announce/sage-2.8.7.txt
>
> > > > I huge number of people helped a great deal with this release, 
> > > > especially Carl
> > > > Witty, Craig Citro, Robert Bradshaw, Joel Mohler, Michael Abshoff,
> > > > Martin Albrecht,
> > > > and *many* other people.  Thanks!!!!!
>
> > > > William
>
> > > > --
> > > > William Stein
> > > > Associate Professor of Mathematics
> > > > University of Washington
> > > >http://wstein.org


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to