[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-13 Thread STINNER Victor
STINNER Victor added the comment: > Issue #23817: run autoreconf to update configure. Oh thanks, I forgot to regenerate configure! -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b3027a2abbc by Ned Deily in branch 'default': Issue #23817: run autoreconf to update configure. https://hg.python.org/cpython/rev/0b3027a2abbc -- ___ Python tracker _

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-09 Thread STINNER Victor
STINNER Victor added the comment: > Let's just do it for next python Ok. I don't understand the purpose of SOVERSION, nor why it is an issue to not use dots on FreeBSD. So I don't want to change it in minor Python relases (2.7.x, 3.4.y). -- ___ Py

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7444ac6d93c3 by Victor Stinner in branch 'default': Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating https://hg.python.org/cpython/rev/7444ac6d93c3 -- nosy: +python-dev ___ Python

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-09 Thread koobs
koobs added the comment: @haypo, if you could take care of the change in default, 3.4 and 2.7, we can backport the rest downstream. Thank you :) @bapt, can you create a separate issue to cover the "create foo.so.X' symlink" request, so python@ (freebsd team) can work to patch locally with an u

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-02 Thread STINNER Victor
STINNER Victor added the comment: Oh, I expected such change to break backward compatibility. If it doesn't, it's fine. Koobs, would you like to commit the patch? -- ___ Python tracker

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-04-02 Thread koobs
koobs added the comment: @haypo, yes, absolutely and no We will backport to security-only branches ourselves. -- ___ Python tracker ___ _

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread bapt
bapt added the comment: I do not think it is worth changing python 2.7 or python 3.4 given the fact that the .so.1 symlink is not created (which imho it should be a good idea to create but let's go step by step) Let's just do it for next python --

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread bapt
bapt added the comment: Provide more information: Here is a description of the problem with the FreeBSD ldconfig(1) problem and why it was a problem with libpython.so.* https://wiki.freebsd.org/ports/fix_lib_depends Here is the commit that adds the new methode for ports to lookup for libraries

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread STINNER Victor
STINNER Victor added the comment: > koobs set versions: + Python 2.7, Python 3.4, Python 3.5 Do you seriously consider to modify Python 2.7 and 3.4? Can it break the backward compatibility? I don't know how the SOVERSION thing is used. -- ___ P

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread bapt
bapt added the comment: Adding a patch on configure.ac (I bet configure should not be patched but regenerated) Considering the comment here: http://bugs.python.org/issue1044395#msg47064 about ldconfig(1) the output of ldconfig(1) is buggy in that regard, and the ports tree does not depends on

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread koobs
koobs added the comment: +1 -- stage: -> needs patch type: -> enhancement versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread STINNER Victor
STINNER Victor added the comment: > https://hg.python.org/cpython/file/47b2d1ff9743/configure.ac#l963 This command was added by the changeset 6fc10306bf31. -- nosy: +haypo, koobs ___ Python tracker ___

[issue23817] Consider FreeBSD like any other OS in SOVERSION

2015-03-31 Thread bapt
New submission from bapt: In the configuration script: https://hg.python.org/cpython/file/47b2d1ff9743/configure.ac#l963 There is a special treatment done for FreeBSD, which is not needed, FreeBSD is perfectly fine with multiple digit in soversion. -- components: Build messages: 239695