Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2017-01-04 Thread Emmanuel Charpentier
Le samedi 24 décembre 2016 17:00:37 UTC+1, Emmanuel Charpentier a écrit : [ Snip...] > I plan to recompile against openssl to try to port the Python patch. More > on this later... > Well, Trac#22089 was an abject failure ; I think that our best bet is

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-24 Thread Emmanuel Charpentier
Le samedi 24 décembre 2016 13:51:28 UTC+1, Dima Pasechnik a écrit : > > > > On Thursday, December 22, 2016 at 1:50:03 PM UTC, Emmanuel Charpentier > wrote: >> >> Well, I upgraded my local Sage (which used to have a functional pip...) >> and ... : >> >> charpent@SAP5057241:/usr/local/sage-7$ sag

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-24 Thread Dima Pasechnik
On Thursday, December 22, 2016 at 1:50:03 PM UTC, Emmanuel Charpentier wrote: > > Well, I upgraded my local Sage (which used to have a functional pip...) > and ... : > > charpent@SAP5057241:/usr/local/sage-7$ sage -python > Python 2.7.12 (default, Dec 22 2016, 11:47:35) > [GCC 6.2.1 20161124]

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-22 Thread Emmanuel Charpentier
Well, I upgraded my local Sage (which used to have a functional pip...) and ... : charpent@SAP5057241:/usr/local/sage-7$ sage -python Python 2.7.12 (default, Dec 22 2016, 11:47:35) [GCC 6.2.1 20161124] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> quit() ch

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-22 Thread Samuel Lelievre
Upgrade to Python 2.7.12 is done at #19735. Upgrade to Python 2.7.13 is in progress at #22037. #19735 https://trac.sagemath.org/ticket/19735 #22037 https://trac.sagemath.org/ticket/22037 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubsc

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-22 Thread Emmanuel Charpentier
Notwithstanding the deafening silence of this list, and following Eric Bray's advice, this is now Trac#22089 . This ticket is marked "critical" (I feel personally that this should be a "blocker" ticket). Advice requested about whether : - patch our c

Re: [sage-devel] Python's _ssl module wont't compile correctly against OpenSSL 1.1

2016-12-19 Thread Erik Bray
On Sat, Dec 17, 2016 at 9:18 AM, Emmanuel Charpentier wrote: > Still pursuing our SSL curse (see this thread among others ; and, BTW, > Trac#22058 needs review), I noted that I was unable to get a functional pip > on any "new" installation (e. g. a virtual machine with Debian testing). > > The bui