Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> El 8 ago 2015, a las 0:22, Volker Braun escribió: > > sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib' I’m not sure if this is what you want to check: ./sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib’ /Applications/sage-6.8/local/lib/libsingular.dylib: lib

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Volker Braun
On Friday, August 7, 2015 at 2:27:19 PM UTC+2, Juan Luis Varona wrote: > > sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib’ > > Your email client messed up the final backtick, it shoud be the same as all the other ones but you have a U+2019 there. sage -sh -c 'otool -L $SAGE_ROOT/loc

[sage-devel] [ANN] Flint 2.5 released

2015-08-07 Thread 'Bill Hart' via sage-devel
Hi all, We are very pleased to present Flint version 2.5.0. It can be downloaded from our website: http://http://flintlib.org/ FLINT is a C library for arithmetic in support of Number Theory, including polynomial arithmetic and linear algebra over Z, Z/nZ, Q, p-adics, q-adics, F_q, and univar

Re: [sage-devel] Serious bug in Flint's fmpz_poly_signature

2015-08-07 Thread Vincent Delecroix
Hi Bill, Thanks. Though it does neither seem to be used anywhere in Sage nor in any other flint function. Vincent On 07/08/15 14:34, 'Bill Hart' via sage-devel wrote: Hi all, Unfortunately I have to report that we have found a serious bug in fmpz_poly_signature. It was computing incorrect s

[sage-devel] Serious bug in Flint's fmpz_poly_signature

2015-08-07 Thread 'Bill Hart' via sage-devel
Hi all, Unfortunately I have to report that we have found a serious bug in fmpz_poly_signature. It was computing incorrect signatures for many polynomials. The algorithm was incorrect in that it was not taking absolute values at a certain point. This would throw out the result in very many cases,

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> > > Also, whats the output of > > sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib’ Nothing (only >). > sage -sh -c 'otool -L > $SAGE_ROOT/local/lib/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so' > ./sage -sh -c 'otool -L $SAGE_ROOT/local/lib/python2.7/s

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Volker Braun
Also, whats the output of sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib' sage -sh -c 'otool -L $SAGE_ROOT/local/lib/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so' On Friday, August 7, 2015 at 1:56:39 PM UTC+2, Juan Luis Varona wrote: > > > > > > > And what d

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> > > I asked for the output of the “file” command. But I am not expecting anything > spectacular > because what I thought about initially should have broken at compilation time. > Sorry, I was answering your previous message, If I use file /Applications/sage-6.8/local/lib/libsingular.dylib

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Francois Bissey
I asked for the output of the “file” command. But I am not expecting anything spectacular because what I thought about initially should have broken at compilation time. François > On 7/08/2015, at 23:56, Juan Luis Varona wrote: > >> >> >> And what does >> “file /Applications/sage-6.8/local/

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> > > And what does > “file /Applications/sage-6.8/local/lib/libsingular.dylib” > says? > Yes, sure: cd /Applications/sage-6.8/local/lib ls -l . . . -rwxr-xr-x1 jvarona staff8706256 6 ago 21:56 libsingular.dylib . . . -- You received this message because you are subscribed t

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Francois Bissey
And what does “file /Applications/sage-6.8/local/lib/libsingular.dylib” says? François > On 7/08/2015, at 23:43, Juan Luis Varona wrote: > > > >> All right. Do you have a file named >> /Applications/sage-6.8/local/lib/libsingular.dylib? >> > > Yes, it is a 8.7 MB file. > > Yours, > > Jua

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> All right. Do you have a file named > /Applications/sage-6.8/local/lib/libsingular.dylib? > Yes, it is a 8.7 MB file. Yours, Juan Luis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Francois Bissey
All right. Do you have a file named /Applications/sage-6.8/local/lib/libsingular.dylib? François > On 7/08/2015, at 23:32, Juan Luis Varona wrote: > > I have tried to compile sage-6.8 (yesterday I wrote 2.6 instead of 6.8 by > mistake) under osx 10.11 beta4, again without sucess. > > This is

[sage-devel] Re: Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Volker Braun
ImportError: dlopen(/Applications/sage-6.8/local/lib/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so, 2): Library not loaded: libsingular.dylib Referenced from: /Applications/sage-6.8/local/lib/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so Reason: image not

[sage-devel] Re: Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
I have tried to compile sage-6.8 (yesterday I wrote 2.6 instead of 6.8 by mistake) under osx 10.11 beta4, again without sucess. This is the final error message: Unhandled SIGSEGV: A segmentation fault occurred in Sage.