All tests passed on my intel mac running os x 10.4.11.

-M. Hampton

On Jun 23, 3:17 pm, mabshoff <[EMAIL PROTECTED]> wrote:
> On Jun 23, 12:20 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > sage-3.0.4 works on most things I built on.
>
> > On our arch linux box building lapack failed:
>
> I have seen that happen when we install the g95 Fortran spkg, but I
> have no clue why it blows up sometimes and other times it works. I
> would actually suggest that in case g95 or gfortran is installed we
> used that compiler instead of the ones we ship.
>
> Thoughts?
>
> Cheers,
>
> Michael
>
> > lapack-20071123.p0/src/manpages/blas/man/manl/ztrsv.l
> > lapack-20071123.p0/src/manpages/blas/man/manl/zher2.l
> > lapack-20071123.p0/src/manpages/blas/man/manl/cswap.l
> > lapack-20071123.p0/src/make.inc
> > lapack-20071123.p0/spkg-install~
> > lapack-20071123.p0/spkg-install
> > Finished extraction
> > ****************************************************
> > Host system
> > uname -a:
> > Linux arch 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 10:50:22 CEST 2008
> > x86_64 Intel(R) Xeon(R) CPU 5150 @ 2.66GHz GenuineIntel GNU/Linux
> > ****************************************************
> > ****************************************************
> > GCC Version
> > gcc -v
> > Using built-in specs.
> > Target: x86_64-unknown-linux-gnu
> > Configured with: ../configure --prefix=/usr --enable-shared
> > --enable-languages=c,c++,fortran,objc,obj-c++,treelang
> > --enable-threads=posix --mandir=/usr/share/man --enable-__cxa_atexit
> > --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib
> > --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
> > Thread model: posix
> > gcc version 4.3.0 (GCC)
> > ****************************************************
> > make[2]: Entering directory
> > `/home/was/build/sage-3.0.4.alpha0/spkg/build/lapack-20071123.p0/src'
> > ( cd INSTALL; make; ./testlsame; ./testslamch; \
> >           ./testdlamch; ./testsecond; ./testdsecnd; ./testversion )
> > make[3]: Entering directory
> > `/home/was/build/sage-3.0.4.alpha0/spkg/build/lapack-20071123.p0/src/INSTALL'
> > sage_fortran -fPIC  -c lsame.f -o lsame.o
> > sage_fortran -fPIC  -c lsametst.f -o lsametst.o
> > sage_fortran  -o testlsame lsame.o lsametst.o
> > ld: crt1.o: No such file: No such file or directory
> > make[3]: *** [testlsame] Error 1
> > make[3]: Leaving directory
> > `/home/was/build/sage-3.0.4.alpha0/spkg/build/lapack-20071123.p0/src/INSTALL'
> > /bin/sh: ./testlsame: No such file or directory
> > /bin/sh: ./testslamch: No such file or directory
> > /bin/sh: line 1: ./testdlamch: No such file or directory
> > /bin/sh: line 1: ./testsecond: No such file or directory
> > /bin/sh: line 1: ./testdsecnd: No such file or directory
> > /bin/sh: line 1: ./testversion: No such file or directory
> > make[2]: *** [lapack_install] Error 127
> > make[2]: Leaving directory
> > `/home/was/build/sage-3.0.4.alpha0/spkg/build/lapack-20071123.p0/src'
> > Error compiling lapack.
>
> > real    0m0.221s
> > user    0m0.137s
> > sys     0m0.047s
> > sage: An error occurred while installing lapack-20071123.p0
>
> > ------------
>
> > On Mon, Jun 23, 2008 at 12:16 PM, David Joyner <[EMAIL PROTECTED]> wrote:
>
> > > Installed fine and all tests passed on hardy heron amd 64, phenom chip.
>
> > > On Mon, Jun 23, 2008 at 9:33 AM, mabshoff <[EMAIL PROTECTED]> wrote:
>
> > >> Hello folks,
>
> > >> here goes Sage 3.0.4.alpha0. This is supposed to be a quick release,
> > >> so let's try to keep this simple. We do have quite a number of
> > >> blockers that are open, so let's watch out for rc0 soon. As usual
> > >> please report build issues and doctest failures. Note that the GMP
> > >> build issue reported a lot in the last week or so has not been fixed
> > >> yet. Binaries and sources are in the usual location at
>
> > >>http://sage.math.washington.edu/home/mabshoff/release-cycles-3.0.4
>
> > >> Reminder: jsmath has been updated, so make sure to test the notebook
>
> > >> Below I also list a number of problem tickets that have positive
> > >> reviews.
>
> > >> Cheers,
>
> > >> Michael
>
> > >> Merged in Sage 3.0.4.alpha0
>
> > >> #2962: Mike Hansen: modify .name() method for ExpectElements to allow
> > >> renaming [reviewed by Gary Furnish]
> > >> #3044: Marshall Hampton, Alex Jokela: phcpack improvements: path
> > >> tracking [Reviewed by Carl Witty]
> > >> #3132: Gabriel Ebner: Add computation of multinomial coefficients
> > >> [Reviewed by Carl Witty]
> > >> #3145: John Palmieri: documentation and defaults for the 'view'
> > >> function [Reviewed by William Stein]
> > >> #3149: Carl Witty: off-by-one error in real_roots on AA coefficients
> > >> [Reviewed by Craig Citro]
> > >> #3205: Jason Grout: when the notebook scrolls to a new cell that is
> > >> created, the jsmath box obscures the bottom cell [Reviewed by Mike
> > >> Hansen]
> > >> #3206: William Stein: sage -ihttp://url.of.an.spkgdoesn'twork
> > >> [Reviewed by Gary Furnish]
> > >> #3207: Jason Grout: upgrade jsmath to version 3.5 [Reviewed by
> > >> Marshall Hampton]
> > >> #3210: Robert Bradshaw: plotting Z_p as a fractal image [Reviewed by
> > >> Craig Citro]
> > >> #3216: Timothy Clemans: notebook -- doctests for user.py [Reviewed by
> > >> William Stein]
> > >> #3228: Timothy Clemans: notebook -- Account Settings Page with auto
> > >> save, better styling, etc [Reviewed by Tom Boothby]
> > >> #3240: Timothy Clemans: notebook -- implement page dedicated to
> > >> worksheet publishing [Reviewed by Tom Boothby]
> > >> #3262: Marshall Hampton: interact selector breaks if there are too
> > >> many options [Reviwed by William Stein]
> > >> #3341: Mike Hansen: fix minor issue with creating skew partitions by
> > >> dividing partitions [Reviewed by Martin Albrecht]
> > >> #3347: John Palmieri: lots of changes to the tutorial [Reviewed by
> > >> Mike Hansen]
> > >> #3371: Francis Clarke, Craig Citro: bug in uniformiSer for p-adic
> > >> rings [Reviewed by David Roe]
> > >> #3379: Mike Hansen: error in plotting 3d polytopes [Reviewed by Nick
> > >> Alexander]
> > >> #3382: Marshall Hampton: Compute Newton polytopes without polymake
> > >> [Reviewed by Mike Hansen]
> > >> #3419: Robert Miller: 100% coverage for sage.coding.binary_code
> > >> [reviewed by Martin Albrecht]
> > >> #3428: Burcin Erocal, Craig Citro: univariate polynomial quo_rem 0
> > >> trouble [Reviewed by Craig Citro, Nick Alexander]
> > >> #3439: Robert Miller: 20% --> 100% coverage for graph_isom [Reviewed
> > >> by Gary Furnish]
> > >> #3453: William Stein, Yi Qiang: add function pickling to sage
> > >> [Reviewed by Gary Furnish]
> > >> #3459: Nick Alexander: incorrect coercion in number field ideals
> > >> [Reviewed by David Harvey]
> > >> #3462: William Stein: modular symbols -- fix use_cache not being
> > >> properly respected [Reviewed by Craig Citro]
> > >> #3471: Robert Miller: Backends for compiled graph structures [Reviewed
> > >> by Tom Boothby]
> > >> #3488: David Harvey: typos in sage-clone script [Reviewed by Michael
> > >> Abshoff]
>
> > >> ------------------------------------------------------------------------------
>
> > >> Needs work:
>
> > >> #3103: Nick Alexander: coercion errors of vectors from ZZ^2 and QQ^2
> > >> into CDF^2 [doctest issues]
>
> > >>        sage -t -long devel/sage/sage/modular/modsym/space.py # 5
> > >> doctests failed
> > >>        sage -t -long devel/sage/sage/modular/modform/constructor.py #
> > >> 3 doctests failed
> > >>        sage -t -long devel/sage/sage/modular/hecke/module.py # 12
> > >> doctests failed
> > >>        sage -t -long devel/sage/sage/modular/abvar/abvar_newform.py #
> > >> 19 doctests failed
> > >>        sage -t -long devel/sage/sage/modular/abvar/
> > >> abvar_ambient_jacobian.py # 2 doctests failed
> > >>        sage -t -long devel/sage/sage/modular/abvar/abvar.py # 3
> > >> doctests failed
> > >>        sage -t -long devel/sage/sage/modular/abvar/homspace.py # 2
> > >> doctests failed
>
> > >> #3141: Martin Albrecht: Doctest coverage 100% for
> > >> crypto.mq.mpolynomialsystem [segfault in matrix2.pyx]
>
> > >> #3426: Jonathan Bober: bessel_K function is broken [Reviewed by Gary
> > >> Furnish]
>
> > >>   Rishi had some comments that should be looked at before merging.
>
> > >> #3406: Martin Albrecht: improve TermOrder class [doctest issues]
>
> > >>        sage -t -long devel/sage/sage/schemes/elliptic_curves/
> > >> ell_point.py # 11 doctests failed
> > >>        sage -t -long devel/sage/sage/schemes/elliptic_curves/
> > >> ell_generic.py # 12 doctests failed
>
> > >> #3407: Martin Albrecht: better error handling for GB calculations
> > >> [doctest issues]
>
> > >>        sage -t -long devel/sage/sage/schemes/elliptic_curves/
> > >> ell_point.py # 13 doctests failed
> > >>        sage -t -long devel/sage/sage/schemes/elliptic_curves/
> > >> ell_generic.py # 13 doctests failed
> > >>        sage -t -long devel/sage/sage/rings/polynomial/
> > >> multi_polynomial_ideal.py # 1 doctests failed
>
> > --
> > William Stein
> > Associate Professor of Mathematics
> > University of Washingtonhttp://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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to