Xavier de Gaye added the comment:

Installing the april 20 pre-release Python 3.5.0a4:
    $ tar xJf Python-3.5.0a4.tar.xz
    $ cd Python-3.5.0a4 && ./configure
    $ grep "LIBPL=" Makefile
    LIBPL=          NONE/lib/python3.5/config-$(VERSION)$(ABIFLAGS)

    $ make all
    $ sudo make install
    $ ls -ld /usr/local/lib/python3.5/config-3.5*
    ls: cannot access /usr/local/lib/python3.5/config-3.5*: No such file or 
directory

Installing the default branch patched at changeset bfea101f9402:
    $ make distclean && ./configure
    $ grep "LIBPL=" Makefile
    LIBPL=          /usr/local/lib/python3.5/config-$(VERSION)$(ABIFLAGS)

    $ make all
    $ sudo make install
    $ ls -ld /usr/local/lib/python3.5/config-3.5*
    drwxr-xr-x 2 root root 4.0K May  5 10:32 
/usr/local/lib/python3.5/config-3.5dm/

FWIW the regression was introduced by the change to LIBPL in Makefile.pre.in 
made by changeset 3d3db6d11e8b.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24122>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to