I built sage-2.4.2 on the following three architectures using gcc-4.1.2:

      i686-pc-linux-gnu   (x86-Linux)
      x86_64-unknown-linux-gnu  (x86_64-Linux)
      ia64-unknown-linux-gnu  (ia64-Linux)

Sadly, none of them completely passed the test suite ('make test').
Details follow.

***
x86-Linux
***
(reported previously)
 sage -t devel/sage-main/sage/geometry/lattice_polytope.py  [Errno 39]
Directory not empty: '/home/kate/.sage//tmp/5321/'

***
x86_64-Linux
***

sage -t  devel/sage-main/sage/graphs/graph.py
**********************************************************************
File "graph.py", line 3465:
    sage: enum(graphs.CubeGraph(3))
Expected:
    6100215452666565930L
Got:
    6100215452666565930


sage -t  devel/sage-main/sage/schemes/elliptic_curves/ell_rational_field.py
**********************************************************************
File "ell_rational_field.py", line 1515:
    sage: f.period_lattice()
Expected:
(1.269209304279553421688794616754547305219492241830608667967136921230408338613,
0.6346046521397767108443973083772736526097461209153043339835684606152041693064
+ 
1.458816616938495229330889612903675257159243428952665161469618762450537896609*I)
Got:
(1.26920930427955342168879461675454730521949224183060866796713692123040833861277772269036230592151260731164529627832128743728170032847684397649271401057075,
0.634604652139776710844397308377273652609746120915304333983568460615204169306388861345181152960756303655822648139160643718640850164238421988246357005285375
+ 
1.45881661693849522933088961290367525715924342895266516146961876245053789660902872639765673368315820172095257526042401249237362183079269125313009041993832*I)
**********************************************************************
File "ell_rational_field.py", line 1520:
    sage: f.period_lattice()
Expected:
(1.088521592904229173504308311539594823105140504301377799086597419750048367573,
1.767610670233789475881323144497815233734289378984139837146363810096739201810*I)
Got:  
(1.08852159290422917350430831153959482310514050430137779908659741975004836757281196724615591294512604175793056433512324867543024134734839104934760089947025,
1.76761067023378947588132314449781523373428937898413983714636381009673920180953691706599273805495417094215579677634900614786897226142483706622542207437740*I)

In addition, the following tests reported:

Exception pexpect.ExceptionPexpect: ExceptionPexpect() in <bound
method spawn.__del__ of <pexpect.spawn instance at 0x2aa86767a0>>
ignored

     devel/sage-main/sage/functions/constants.py
     devel/sage-main/sage/functions/functions.py
     devel/sage-main/sage/functions/piecewise.py
     devel/sage-main/sage/gsl/integration.pyx
     devel/sage-main/sage/matrix/matrix1.pyx
     devel/sage-main/sage/rings/contfrac.py

Also (reported previously)

sage -t  devel/sage-main/sage/geometry/lattice_polytope.py  [Errno 39]
Directory not empty: '/home/kate/.sage//tmp/5852/'

***
ia64-Linux
***
After modifying
    sage-2.4.1.1/spkg/standard/gap-4.4.9/spkg-install
so that
  if [ $? =0 -o `uname -p` = "ia64" ]; then
becomes
  if [ $? = 0 -o `uname -p` = "ia64" ]; then
(In other words, add a space between the equal sign and the 0.
Necessary so that GAP works on ia64.)

Again, the following tests failed as above:
     devel/sage-main/sage/graphs/graph.py
     devel/sage-main/sage/schemes/elliptic_curves/ell_rational_field.py

There were also

Exception pexpect.ExceptionPexpect: ExceptionPexpect() in <bound
method spawn.__del__ of <pexpect.spawn instance at 0x2aa86767a0>>
ignored

at the same files as reported above.

Also (reported previously)

sage -t  devel/sage-main/sage/geometry/lattice_polytope.py  [Errno 39]
Directory not empty: '/home/kate/.sage//tmp/2267/'

---
Kate Minola
University of Maryland, College Park

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to