homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients larry, twouters, xdegaye
Date 2015年05月05日.08:53:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430816015.08.0.458349987711.issue24122@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015年05月05日 08:53:35xdegayesetrecipients: + xdegaye, twouters, larry
2015年05月05日 08:53:35xdegayesetmessageid: <1430816015.08.0.458349987711.issue24122@psf.upfronthosting.co.za>
2015年05月05日 08:53:35xdegayelinkissue24122 messages
2015年05月05日 08:53:34xdegayecreate

AltStyle によって変換されたページ (->オリジナル) /