[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-06 Thread Matthias Klose

Matthias Klose added the comment:

fixed for 3.4 and 3.5.

--
resolution:  - fixed
status: open - closed

___
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



[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-05 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
nosy: +doko

___
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



[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-05 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 29512e2015d9 by doko in branch '3.4':
- Issue #24122, fix quoting for LIBPL
https://hg.python.org/cpython/rev/29512e2015d9

--
nosy: +python-dev

___
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



[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-05 Thread Matthias Klose

Changes by Matthias Klose d...@debian.org:


--
assignee:  - doko

___
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



[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-05 Thread Xavier de Gaye

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



[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-05 Thread Xavier de Gaye

Xavier de Gaye added the comment:

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

Ooops, the regression was made by changeset 84328374ea01.

--

___
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



[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-04 Thread Xavier de Gaye

Changes by Xavier de Gaye xdeg...@gmail.com:


--
nosy: +larry

___
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



[issue24122] Install fails after configure sets the extending/embedding install directory to NONE

2015-05-03 Thread Xavier de Gaye

New submission from Xavier de Gaye:

Running configure without the '--prefix' option creates the Makefile with the 
following line:
LIBPL= NONE/lib/python3.5/config-$(VERSION)$(ABIFLAGS)

As a result 'make install' fails to install the library and the stuff needed 
for extending/embedding.

The attached patch fixes the problem.

--
components: Installation
files: configure.patch
keywords: patch
messages: 242504
nosy: twouters, xdegaye
priority: normal
severity: normal
status: open
title: Install fails after configure sets the extending/embedding install 
directory to NONE
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file39280/configure.patch

___
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