Op donderdag 17 april 2014 11:54:32 UTC+1 schreef John Cremona:
> This is a different problem to the one I reported on the other
> 
> sage-release thread.  On my laptop (ubuntu 12.04) I had a working
> 
> build of a previous beta, I think beta6.  I pulled from trac/develop
> 
> and ran a make.  Here's the error message:
> 
> 
> 
> 
> 
> [ -f local/etc/sage-started.txt ] || local/bin/sage-starts
> 
> build/pipestatus "./sage --docbuild --no-pdf-links all html  2>&1"
> 
> "tee -a logs/dochtml.log"
> 
> Traceback (most recent call last):
> 
>   File "/home/john/sagegit/src/doc/common/builder.py", line 1467, in <module>
> 
>     import sage.all
> 
> (...)
> 
>   File 
> "/home/john/sagegit/local/lib/python2.7/site-packages/sage/matrix/matrix_space.py",
> 
> line 48, in <module>
> 
>     import matrix_mpolynomial_dense
> 
> ImportError: libntl.so.2: cannot open shared object file: No such file
> 
> or directory
> 
> 
> 
> Looking into local/lib I find
> 
> 
> 
> $ ls -l local/lib/*ntl*
> 
> -rw-r--r-- 1 john john 15502216 Apr 17 10:37 local/lib/libntl.a
> 
> -rw------- 1 john john     1047 Apr 17 11:34 local/lib/libntl.la
> 
> lrwxrwxrwx 1 john john       15 Apr 17 10:37 local/lib/libntl.so ->
> 
> libntl.so.3.0.0
> 
> lrwxrwxrwx 1 john john       15 Apr 17 10:37 local/lib/libntl.so.3 ->
> 
> libntl.so.3.0.0
> 
> -rwx------ 1 john john  9174875 Apr 17 10:37 local/lib/libntl.so.3.0.0
> 
> 
> 
> but somebody was trying to open libntl.so.2 (not 3).  Who?
> 
> 
> 
> John

I also had 6.2.beta6 on my laptop and trying to upgrade to 6.2.beta8 reproduced 
this problem.  It seems that the packages eclib, linbox and singular were not 
reinstalled after the NTL upgrade; reinstalling these with sage -f solved the 
problem.  (I did delete some Cython-compiled files depending on libntl.so.0 
libntl.so.2 before doing this, but recompiling these should be automatic after 
reinstalling the packages after Jeroen's recent patch.)

Peter

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

Reply via email to