[sage-devel] Re: ssl problem

2024-08-04 Thread Matthias Koeppe
Our oeis client code should be updated to use the certificates from the standard "certifi" package. See example here https://github.com/beeware/Python-Apple-support/issues/119#issuecomment-890281213 (random search result). On Wednesday, July 31, 2024 at 4:45:23 AM UTC-7 Martin R wrote: > I ha

Re: [sage-devel] Re: ssl problem

2024-08-03 Thread Dima Pasechnik
I might sound like a broken record, but this is yet another proof that the "ability" of Sage to build its own copy of Python is useless and a waste of everyone's time. Dima On 1 August 2024 20:15:59 BST, 'Martin R' via sage-devel wrote: >Thank you! It seems that this worked (final confirm

Re: [sage-devel] Re: ssl problem

2024-08-01 Thread 'Martin R' via sage-devel
Thank you! It seems that this worked (final confirmation still outstanding). It would be nice to have a warning in configure, saying that, if it needs to build python, ssl probably doesn't work. Martin On Wednesday 31 July 2024 at 22:28:33 UTC+2 John H Palmieri wrote: > That means that at le

Re: [sage-devel] Re: ssl problem

2024-07-31 Thread John H Palmieri
That means that at least one of bzip2, liblzma, libffi, zlib are being built by Sage. Can you install system versions of these instead? What does the message say at the end of running `./configure`? John On Wednesday, July 31, 2024 at 11:31:08 AM UTC-7 axio...@yahoo.de wrote: > Is this the

Re: [sage-devel] Re: ssl problem

2024-07-31 Thread 'Martin R' via sage-devel
Is this the relevant bit? If so, what's the cure? # Checking whether SageMath should install SPKG python3... ## ## ## configure:39889: checking whether any of bzip2 liblzma libffi zlib is installed as or will be installed as SPKG config

Re: [sage-devel] Re: ssl problem

2024-07-31 Thread Dima Pasechnik
On 31 July 2024 14:19:36 BST, 'Martin R' via sage-devel wrote: >Yes, > >configure:42296: no suitable system package found for SPKG openssl > >and I don't think I can change that. are you trying to build Python? You should not. I suppose your system Python does come with ssl etc. Dima > l

[sage-devel] Re: ssl problem

2024-07-31 Thread 'Martin R' via sage-devel
Yes, configure:42296: no suitable system package found for SPKG openssl and I don't think I can change that. logs/pkgs/openssl-3.2.2.log doesn't mention any errors. Martin On Wednesday 31 July 2024 at 15:00:24 UTC+2 Eric Gourgoulhon wrote: > FWIW, I don't have this issue on my computer runni

[sage-devel] Re: ssl problem

2024-07-31 Thread Eric Gourgoulhon
FWIW, I don't have this issue on my computer running the same version of Ubuntu as you (22.04.4). SageMath 10.4 has been built from source here, without the need for Sage to build openssl (the system openssl is 3.0.2): in config.log, there is ## -