The precompiled version sage-6.4.1-x86_64-Linux-Fedora_21_x86_64.tar.lzma 
results in

 The Sage installation tree has moved
from /mnt/disk/home/buildslave-sage/slave/sage_git/build
  to /opt/Installed/sage-6.4.1-x86_64-Linux
Updating various hardcoded paths...
(Please wait at most a few minutes.)
DO NOT INTERRUPT THIS.
Traceback (most recent call last):
  File "/opt/Installed/sage-6.4.1-x86_64-Linux/src/bin/sage-location", line 
306, in <module>
    sage_relocate()
  File "/opt/Installed/sage-6.4.1-x86_64-Linux/src/bin/sage-location", line 
264, in sage_relocate
    update_library_files()
  File "/opt/Installed/sage-6.4.1-x86_64-Linux/src/bin/sage-location", line 
122, in update_library_files
    G = open(os.path.join(LIB,F)).read()
IOError: [Errno 2] No such file or directory: 
'/opt/Installed/sage-6.4.1-x86_64-Linux/local/lib/libcblas.la'

-------------------------------------------------------------------------------------------------------------
libcblas.la

turns out to be a link to the file on a build machine (mnt/disk/...) rather 
than the actual file.
Copying the files from the local compile directory  (those were generated 
successfully)
results in similar problems with
            libatlas, libptf77blas, libptcblas, libf77blas, liblapack.
Copying those files over as well and fixing the .so links finally results 
in a running system.
--------------------------------------------------------------------------------------------------------------
Recompiling the system:
    - first build failed as described in previous post
    - rebuilding resulted in an error with a missing python function
    - rebuilding a third time finished with apparent success.
      ./sage -t all in the top directory results in
**********************************************************************
File "/opt/Installed/sage-6.4.1-x86_64-Linux/src/sage/all.py", line 311, in 
sage.all._write_started_file
Failed example:
    os.path.isfile(started_file)
Expected:
    True
Got:
    False
 
other tests are still running (no errors up to constants.py so far)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to