[New-bugs-announce] [issue25696] "make install" fails because bininstall target requires the libainstall target
STINNER Victor
report at bugs.python.org
Sun Nov 22 09:31:42 EST 2015
New submission from STINNER Victor:
I'm unable to install Python 3.6, "make install" doesn't copy .py files because the bininstall target failed. It failed because /opt/py36/lib/pkgconfig doesn't exist.
Try:
---
export MAKEFLAGS=-j9
rm -rf /opt/py36
./configure --prefix=/opt/py36
make
make install # you may need 'sudo make install'
---
Attached patch fixes the Makefile, but I don't know if my change is correct.
----------
components: Build
files: bininstall.patch
keywords: patch
messages: 255102
nosy: Arfrever, doko, haypo
priority: normal
severity: normal
status: open
title: "make install" fails because bininstall target requires the libainstall target
versions: Python 3.6
Added file: http://bugs.python.org/file41124/bininstall.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25696>
_______________________________________
More information about the New-bugs-announce
mailing list