There was a problem with the installation on an amd64 ubuntu 8.10:

...

building 'sage.libs.ntl.ntl_ZZ' extension
creating build/temp.linux-x86_64-2.5/sage/libs/ntl
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -fPIC
-I/home/wdj/sagefiles/sage-3.2.1.alpha1/local//include
-I/home/wdj/sagefiles/sage-3.2.1.alpha1/local//include/csage
-I/home/wdj/sagefiles/sage-3.2.1.alpha1/devel//sage/sage/ext
-I/home/wdj/sagefiles/sage-3.2.1.alpha1/local/include/python2.5 -c
sage/libs/ntl/ntl_ZZ.cpp -o
build/temp.linux-x86_64-2.5/sage/libs/ntl/ntl_ZZ.o -w
gcc: sage/libs/ntl/ntl_ZZ.cpp: No such file or directory
gcc: no input files
error: command 'gcc' failed with exit status 1
sage: There was an error installing modified sage library code.

ERROR installing SAGE

real    36m44.897s
user    35m53.171s
sys     0m34.402s
sage: An error occurred while installing sage-3.2.1.alpha1
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /home/wdj/sagefiles/sage-3.2.1.alpha1/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-3.2.1.alpha1/spkg/build/sage-3.2.1.alpha1 and
type 'make'.
Instead type "/home/wdj/sagefiles/sage-3.2.1.alpha1/sage -sh"
in order to set all environment variables correctly, then cd to
/home/wdj/sagefiles/sage-3.2.1.alpha1/spkg/build/sage-3.2.1.alpha1
(When you are done debugging, you can type "exit" to leave the
subshell.)
make[1]: *** [installed/sage-3.2.1.alpha1] Error 1
make[1]: Leaving directory `/home/wdj/sagefiles/sage-3.2.1.alpha1/spkg'
Command exited with non-zero status 2
8195.46user 1294.20system 2:42:03elapsed 97%CPU (0avgtext+0avgdata
0maxresident)k
926120inputs+11878664outputs (3345major+176484472minor)pagefaults 0swaps


I am posting the install log to sage.math.washington.edu/home/wdj/patches
(should be up in a few minutes).

On Wed, Nov 26, 2008 at 10:11 AM, mabshoff <[EMAIL PROTECTED]> wrote:
>
> Hello folks,
>
> here goes 3.2.1.alpha2. This one should actually build out of the box.
> Various setup.py issues have been fixed and the Magma doctests should
> now all pass. In addition performance improvements to homespace and
> integral_points have been merged. There is also the latest upstream
> Cython.
>
> Sources are as usual in
>
> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2.1/sage-3.2.1.alpha1.tar
>
> There are currently about 137 tickets with patches in trac, so in case
> you have nothing better to do .... ;)
>
> Cheers,
>
> Michael
>
>
> Merged in Sage 3.2.1.alpha1:
>
> #3891: John Palmieri: polynomial sqrt method [Reviewed by Carl Witty]
> #4320: David Joyner: linear codes improvements [Reviewed By Robert
> Miller, Dan Gordan, Michael Abshoff]
> #4341: Carlo Hamalainen: Optimisations + corrections to latin.py
> [Reviewed by David Joyner]
> #4381: Mike Hansen: sage -wthread not passed correctly to ipython
> [Reviewed by Jaap Spies]
> #4399: William Stein: Sage 3.1.4: magma related optional doctest
> failure in sage/matrix/matrix1.pyx [Reviewed by Michael Abshoff]
> #4401: William Stein: Sage 3.1.4: magma related optional doctest
> failure in sage/crypto/mq/mpolynomialsystem.py [Reviewed by Michael
> Abshoff]
> #4463: Craig Citro: modular/abvar/homspace.py doctests are long
> [Reviewed by William Stein]
> #4482: William Stein: Sage 3.2.rc0: optional Magma doctest failure in
> devel/sage/sage/rings/polynomial/pbori.pyx [Reviewed by Michael
> Abshoff]
> #4525: John Cremona: LLL-reduction of elliptic curve bases (with
> resulting speed enhancement to integral_points()) [Reviewed by William
> Stein, Tobias Nagel]
> #4536: John Cremona: Various number field order and ideal utilities
> [Reviewed by David Loeffler]
> #4541: Jason Bandlow: kschur functions don't properly convert to
> schur's [Reviewed by Mike Hansen]
> #4553: John Palmieri: a few new methods for FiniteFieldElement
> [Reviewed by John Cremona]
> #4572: Robert Bradshaw: maxima output has misleading precision
> [Reviewed by Michael Abshoff]
> #4580: Robert Bradshaw: move mpfr declarations to a pxd [Reviewed by
> Carl Witty]
> #4592: Craig Citro: new setup.py dependency checking does not handle
> Cython built-in pxd files [Reviewed by Carl Witty]
> #4597: Craig Citro: setup.py dependency checker does not invalidate
> cache correctly [Reviewed by Carl Witty]
> #4598: Michael Abshoff: add sage/libs/gmp/__init__.py to MANIFEST.in
> [Reviewed by Ondrej Certik]
> #4599: Michael Abshoff: sage/schemes/elliptic_curves/
> ell_rational_field.py doctest failure due to missing
> "#optional" [Reviewed by Jaap Spies]
> #4600: William Stein: followup issue on sage -only_optional [Reviewed
> by Michael Abshoff]
> #4601: William Stein: optional magma interface -- fix all broken
> optional doctests by introducing _magma_init_(self, magma) signature
> [Reviewed by Michael Abshoff]
> #4602: Minh Nguyen: typos in files under sage/catalogue [Reviewed by
> Michael Abshoff]
> #4603: Minh Nguyen: trivial typos in files under sage/categories
> [Reviewed by Michael Abshoff]
> #4605: Robert Bradshaw: Update Cython to 0.10.2 (latest stable
> upstream) [Reviewed by Michael Abshoff]
> #4609: William Stein: Sage 3.2.1.a1: Make two optional magma doctests
> also depend on database_gap [Reviewed by Michael Abshoff]
> #4620: Craig Citro: setup.py: if the cythonization fails then next
> "sage -b" starts to build extensions [Reviewed by Michael Abshoff]
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to