[issue6138] ./configure; make install fails in setup.py step

R. David Murray report at bugs.python.org
Thu May 28 23:01:55 CEST 2009


New submission from R. David Murray <rdmurray at bitdance.com>:

With current trunk, after a make distclean; ./configure; make install
sequence, I get the following error:

[...]
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s, at EXENAME@,/usr/local/bin/python2.7," < ./Misc/python-config.in
>python-config
/usr/bin/install -c python-config /usr/local/bin/python2.7-config
rm python-config
./python -E ./setup.py install \
                --prefix=/usr/local \
                --install-scripts=/usr/local/bin \
                --install-platlib=/usr/local/lib/python2.7/lib-dynload \
                --root=/
running install
error: must supply either home or prefix/exec-prefix -- not both
make: *** [sharedinstall] Error 1

----------
messages: 88476
nosy: r.david.murray, tarek
priority: release blocker
severity: normal
status: open
title: ./configure; make install fails in setup.py step
type: compile error
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6138>
_______________________________________


More information about the Python-bugs-list mailing list