Message242591
| 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:35 | xdegaye | set | recipients:
+ xdegaye, twouters, larry |
| 2015年05月05日 08:53:35 | xdegaye | set | messageid: <1430816015.08.0.458349987711.issue24122@psf.upfronthosting.co.za> |
| 2015年05月05日 08:53:35 | xdegaye | link | issue24122 messages |
| 2015年05月05日 08:53:34 | xdegaye | create |
|