On Aug 15, 2007, at 4:03 PM, William Stein wrote:

> Just for debuging purposes, could you do the following and
> report what happens?
>
> Fake lapack-20070723 for now, e.g., do
>   cd SAGE_ROOT
>   touch spkg/installed/lapack-20070723
> Continue the build with "make" and do the same as above
> for whatever else fails.  You'll just cut off the connected
> component of scipy, which you don't care about.
> Does the SAGE build complete otherwise?

Ok, I did that with

lapack-20070723
scipy-20070722
cvxopt-0.8.2.p1

and the rest of the build succeeded. SAGE starts up properly and  
appears to work.

I'm running doctests now (not finished yet). So far the scipy-related  
stuff is failing (not surprising).

Here's another failure which I don't believe is scipy-related, but  
might be a clue:

sage -t  devel/sage-main/sage/misc/inline_fortran.py        error:  
Command "/Users/david/sage-2.8/local/bin/sage-g77_shared /tmp/ 
tmp876LSB/tmp/tmp876LSB/src.macosx-10.3-ppc-2.5/ 
fortran_module_0module.o /tmp/tmp876LSB/tmp/tmp876LSB/src.macosx-10.3- 
ppc-2.5/fortranobject.o /tmp/tmp876LSB/Users/david/.sage/temp/ 
George.local/29970/tmp_0.o -lSystemStubs -o ./fortran_module_0.so"  
failed with exit status 1
**********************************************************************
File "inline_fortran.py", line 27:
     sage: test_fortran(s)
Exception raised:
     Traceback (most recent call last):
       File "/Users/david/sage-2.8/local/lib/python2.5/doctest.py",  
line 1212, in __run
         compileflags, 1) in test.globs
       File "<doctest __main__.example_0[3]>", line 1, in <module>
         test_fortran(s)###line 27:
     sage: test_fortran(s)
       File "/Users/david/sage-2.8/local/lib/python2.5/site-packages/ 
sage/misc/inline_fortran.py", line 20, in __call__
         return self.eval(*args, **kwds)
       File "/Users/david/sage-2.8/local/lib/python2.5/site-packages/ 
sage/misc/inline_fortran.py", line 85, in eval
         os.unlink(name + '.so')
     OSError: [Errno 2] No such file or directory: 'fortran_module_0.so'
**********************************************************************

Everything else is passing okay.

david


--~--~---------~--~----~------------~-------~--~----~
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