Re: [sage-release] Re: Sage 9.3.rc5 released

2021-05-01 Thread Matthias Köppe
On Saturday, May 1, 2021 at 11:57:38 AM UTC-7 Dima Pasechnik wrote:

>
> On Sat, 1 May 2021, 15:20 Enrique Artal,  wrote:
>
>> I have tried to compile it in Fedora 34, I know it is a very recent 
>> release and problems would be expected. The first one is that F34 uses 
>> gcc11 and it seems to be incompatible with sage, so when installing it uses 
>> gcc 9.2 package. [...]
>> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
>> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>>
>
> this is a C++ incompatibility issue - if you insists on using gcc 9 you 
> might have to supply all the C++ libs needed by Sage rebuilt with gcc 9.
>
>>
>>
We should update the gcc spkg to use the latest 10.x gcc.
This is https://trac.sagemath.org/ticket/29703


 

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/8dfaddd9-d992-4e8c-b156-e42c9165f455n%40googlegroups.com.


Re: [sage-release] Sage 9.3.rc5 released

2021-05-01 Thread Kenji Iohara
On my Mac Book Pro with OS 11.3,  I could compile it from the first built and 
all test passed.

> 01/05/2021 22:41、François Bissey のメール:
> 
> 
> 
>> On 2/05/2021, at 06:57, Dima Pasechnik  wrote:
>> 
>> I'd rather try gcc 11 instead.
> 
> If you want. We already have an issue in compiling fplll
> https://github.com/fplll/fplll/issues/462
> and sage itself doesn’t compile because of some issue in lcalc
> as far as I can see.
> https://github.com/cschwan/sage-on-gentoo/issues/634
> 
> François
> 
> -- 
> 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 sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/A7626DE4-B786-4EE6-9F16-14005C560DA2%40gmail.com.

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/2165AB00-A718-4926-B9F4-A625C703E758%40gmail.com.


Re: [sage-release] Sage 9.3.rc5 released

2021-05-01 Thread François Bissey



> On 2/05/2021, at 06:57, Dima Pasechnik  wrote:
> 
> I'd rather try gcc 11 instead.

If you want. We already have an issue in compiling fplll
https://github.com/fplll/fplll/issues/462
and sage itself doesn’t compile because of some issue in lcalc
as far as I can see.
https://github.com/cschwan/sage-on-gentoo/issues/634

François

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/A7626DE4-B786-4EE6-9F16-14005C560DA2%40gmail.com.


Re: [sage-release] Re: Sage 9.3.rc5 released

2021-05-01 Thread Enrique Artal
I would prefer to use gcc 11, but forcing it with configure did not work. 

El sábado, 1 de mayo de 2021 a las 20:57:38 UTC+2, Dima Pasechnik escribió:

>
>
> On Sat, 1 May 2021, 15:20 Enrique Artal,  wrote:
>
>> I have tried to compile it in Fedora 34, I know it is a very recent 
>> release and problems would be expected. The first one is that F34 uses 
>> gcc11 and it seems to be incompatible with sage, so when installing it uses 
>> gcc 9.2 package. After some problems I decided to run `make distclean` for 
>> a fresh install. I ran into some problems but 
>>
>> `./configure --with-system-zeromq=no --with-system-eclib=no 
>> --with-system-flint=no --with-system-flintqs=no --with-system-ntl=no` 
>>
>> finished with apparent success (in fact I did not apply the whole order 
>> once, I ran each one separately to solve compiling issues). 
>>
>> The problem is that running sage I get a crash; I can attach the whole 
>> crash report but maybe the relevant line is:
>>
>> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
>> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>>
>
>
> this is a C++ incompatibility issue - if you insists on using gcc 9 you 
> might have to supply all the C++ libs needed by Sage rebuilt with gcc 9.
>
> I'd rather try gcc 11 instead.
>
>
>> I got a similar message with libzmq and this was the reason to add  
>> --with-system-zeromq=no, but I do not guess what to do now.
>>
>> Thanks for the work, Enrique
>> El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:
>>
>>> As always, you can get the latest beta version from the "develop" git 
>>> branch. Alternatively, the self-contained source tarball is at 
>>> http://www.sagemath.org/download-latest.html 
>>>
>>> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 
>>> 9.3.rc5
>>> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
>>> bc54836830 Trac #31646: clean BezierPath constructor
>>> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly 
>>> conjugated
>>> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
>>> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
>>> 64b0382bba Trac #31625: Memory leak for IntegralLattice
>>> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
>>> copying documentation
>>> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
>>> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
>>> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
>>> platforms
>>> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
>>> for non-enabled optional packages separately
>>> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
>>> 80c2258835 Trac #31645: incorrect handling of constant term when 
>>> creating power series
>>> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
>>> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m 
>>> gives incorrect results for x in (-1,1)
>>> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's 
>>> poly_mul_expand function until it has been debugged"
>>> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>>>
>>>
>>> -- 
>> 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 sage-release...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/2a230f3e-b6c2-4ad1-8db8-cd309ed08bd2n%40googlegroups.com.


Re: [sage-release] Re: Sage 9.3.rc5 released

2021-05-01 Thread Dima Pasechnik
On Sat, 1 May 2021, 15:20 Enrique Artal,  wrote:

> I have tried to compile it in Fedora 34, I know it is a very recent
> release and problems would be expected. The first one is that F34 uses
> gcc11 and it seems to be incompatible with sage, so when installing it uses
> gcc 9.2 package. After some problems I decided to run `make distclean` for
> a fresh install. I ran into some problems but
>
> `./configure --with-system-zeromq=no --with-system-eclib=no
> --with-system-flint=no --with-system-flintqs=no --with-system-ntl=no`
>
> finished with apparent success (in fact I did not apply the whole order
> once, I ran each one separately to solve compiling issues).
>
> The problem is that running sage I get a crash; I can attach the whole
> crash report but maybe the relevant line is:
>
> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version
> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>


this is a C++ incompatibility issue - if you insists on using gcc 9 you
might have to supply all the C++ libs needed by Sage rebuilt with gcc 9.

I'd rather try gcc 11 instead.


> I got a similar message with libzmq and this was the reason to add
> --with-system-zeromq=no, but I do not guess what to do now.
>
> Thanks for the work, Enrique
> El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:
>
>> As always, you can get the latest beta version from the "develop" git
>> branch. Alternatively, the self-contained source tarball is at
>> http://www.sagemath.org/download-latest.html
>>
>> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to
>> 9.3.rc5
>> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
>> bc54836830 Trac #31646: clean BezierPath constructor
>> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
>> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
>> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
>> 64b0382bba Trac #31625: Memory leak for IntegralLattice
>> 068797f2a1 Trac #31620: Document installing sagemath kernel without
>> copying documentation
>> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
>> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
>> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit
>> platforms
>> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints
>> for non-enabled optional packages separately
>> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
>> 80c2258835 Trac #31645: incorrect handling of constant term when creating
>> power series
>> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
>> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives
>> incorrect results for x in (-1,1)
>> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand
>> function until it has been debugged"
>> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>>
>>
>> --
> 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 sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com
> 
> .
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq0h7kLWD2txDt_arYC%2B-jedBdcOkPChDLrpUx6C1aVboA%40mail.gmail.com.


[sage-release] Re: Sage 9.3.rc5 released

2021-05-01 Thread Enrique Artal
After some extra trial make build after
./configure --with-system-zeromq=no --with-system-eclib=no 
--with-system-flint=no --with-system-flintqs=no --with-system-ntl=no 
--with-system-libgd=no --with-system-brial=no
works

El sábado, 1 de mayo de 2021 a las 16:20:01 UTC+2, Enrique Artal escribió:

> I have tried to compile it in Fedora 34, I know it is a very recent 
> release and problems would be expected. The first one is that F34 uses 
> gcc11 and it seems to be incompatible with sage, so when installing it uses 
> gcc 9.2 package. After some problems I decided to run `make distclean` for 
> a fresh install. I ran into some problems but 
>
> `./configure --with-system-zeromq=no --with-system-eclib=no 
> --with-system-flint=no --with-system-flintqs=no --with-system-ntl=no` 
>
> finished with apparent success (in fact I did not apply the whole order 
> once, I ran each one separately to solve compiling issues). 
>
> The problem is that running sage I get a crash; I can attach the whole 
> crash report but maybe the relevant line is:
>
> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>
> I got a similar message with libzmq and this was the reason to add  
> --with-system-zeromq=no, but I do not guess what to do now.
>
> Thanks for the work, Enrique
> El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:
>
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html 
>>
>> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 
>> 9.3.rc5
>> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
>> bc54836830 Trac #31646: clean BezierPath constructor
>> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
>> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
>> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
>> 64b0382bba Trac #31625: Memory leak for IntegralLattice
>> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
>> copying documentation
>> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
>> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
>> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
>> platforms
>> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
>> for non-enabled optional packages separately
>> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
>> 80c2258835 Trac #31645: incorrect handling of constant term when creating 
>> power series
>> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
>> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives 
>> incorrect results for x in (-1,1)
>> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand 
>> function until it has been debugged"
>> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>>
>>
>>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/eb83ac12-fae7-459a-8526-50a65e535d03n%40googlegroups.com.


[sage-release] Re: Sage 9.3.rc5 released

2021-05-01 Thread Enrique Artal
I have tried to compile it in Fedora 34, I know it is a very recent release 
and problems would be expected. The first one is that F34 uses gcc11 and it 
seems to be incompatible with sage, so when installing it uses gcc 9.2 
package. After some problems I decided to run `make distclean` for a fresh 
install. I ran into some problems but 

`./configure --with-system-zeromq=no --with-system-eclib=no 
--with-system-flint=no --with-system-flintqs=no --with-system-ntl=no` 

finished with apparent success (in fact I did not apply the whole order 
once, I ran each one separately to solve compiling issues). 

The problem is that running sage I get a crash; I can attach the whole 
crash report but maybe the relevant line is:

ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
`GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)

I got a similar message with libzmq and this was the reason to add  
--with-system-zeromq=no, but I do not guess what to do now.

Thanks for the work, Enrique
El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:

> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
>
> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 9.3.rc5
> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
> bc54836830 Trac #31646: clean BezierPath constructor
> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
> 64b0382bba Trac #31625: Memory leak for IntegralLattice
> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
> copying documentation
> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
> platforms
> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
> for non-enabled optional packages separately
> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
> 80c2258835 Trac #31645: incorrect handling of constant term when creating 
> power series
> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives 
> incorrect results for x in (-1,1)
> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand 
> function until it has been debugged"
> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>
>
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com.