Ned Deily added the comment: So the real problem here is configuring with --prefix=/ and then using make install DESTDIR to install to a temporary location. This is a duplicate of Issue9674; the problem is that --prefix=/ results in build variable the start with '//', like '//lib', and that confuses os.path.join as used in Distutils. You might want to try the patch available there and comment on that issue.
---------- resolution: works for me -> duplicate superseder: -> make install DESTDIR=/home/blah fails when the prefix specified is / _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23435> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com