Re: Python's configure misunderstand freebsd

2015-06-02 Thread Sevan Janiyan
On 03/06/2015 02:17, Kubilay Kocak wrote: > http://bugs.python.org/issue23817 > > Committed to the default branch. I tried to get it committed to the 2.7/3.4 > branches but there was an upstream lack of confidence on backward > compatibility. > > I can reopen the issue if need be. Apologies,

Re: Python's configure misunderstand freebsd

2015-06-02 Thread Kubilay Kocak
http://bugs.python.org/issue23817 Committed to the default branch. I tried to get it committed to the 2.7/3.4 branches but there was an upstream lack of confidence on backward compatibility. I can reopen the issue if need be. On 3 Jun 2015 11:09 am, "Sevan Janiyan" wrote: > > > On 02/02/2015 14

Re: Python's configure misunderstand freebsd

2015-06-02 Thread Sevan Janiyan
On 02/02/2015 14:07, Kubilay Kocak wrote: > On 3/02/2015 1:03 AM, Dmitry Sivachenko wrote: >> >>> On 2 февр. 2015 г., at 2:36, Baptiste Daroussin wrote: >>> >>> Hi, >>> >>> At FOSDEM I have been reported by Sevan (CCed) that the python's configure >>> scripts thinks it is forbidden to have a lib

Re: Python's configure misunderstand freebsd

2015-02-02 Thread Kubilay Kocak
On 3/02/2015 1:03 AM, Dmitry Sivachenko wrote: > >> On 2 февр. 2015 г., at 2:36, Baptiste Daroussin wrote: >> >> Hi, >> >> At FOSDEM I have been reported by Sevan (CCed) that the python's configure >> scripts thinks it is forbidden to have a lib named libpython2.so.X.Y on >> FreeBSD >> which is

Re: Python's configure misunderstand freebsd

2015-02-02 Thread Dmitry Sivachenko
> On 2 февр. 2015 г., at 2:36, Baptiste Daroussin wrote: > > Hi, > > At FOSDEM I have been reported by Sevan (CCed) that the python's configure > scripts thinks it is forbidden to have a lib named libpython2.so.X.Y on > FreeBSD > which is wrong. > > Here is a patch that fixes it on python2 un

Re: Python's configure misunderstand freebsd

2015-02-02 Thread Kubilay Kocak
On 2/02/2015 10:36 AM, Baptiste Daroussin wrote: > Hi, > > At FOSDEM I have been reported by Sevan (CCed) that the python's configure > scripts thinks it is forbidden to have a lib named libpython2.so.X.Y on > FreeBSD > which is wrong. > > Here is a patch that fixes it on python2 unfortunatly as

Python's configure misunderstand freebsd

2015-02-01 Thread Baptiste Daroussin
Hi, At FOSDEM I have been reported by Sevan (CCed) that the python's configure scripts thinks it is forbidden to have a lib named libpython2.so.X.Y on FreeBSD which is wrong. Here is a patch that fixes it on python2 unfortunatly as a result that means everything linked to libpython2.so.1 will nee