[issue15631] Python 3.3/3.4 installation issue on OpenSUSE lib/lib64 folders

Matthias Klose report at bugs.python.org
Sat Oct 6 13:05:53 CEST 2012


Matthias Klose added the comment:

the proposed patch has still some issues:

 - it breaks the installation on 64bit platforms on Debian and Ubuntu.
   Please test the patch on one of these platforms too.

 - it hardcodes more platform information in the sys modules, which
   makes it difficult to overwrite for cross builds. If these macros
   are needed then they should be taken from the sysconfig module,
   using the _sysconfigdata module.

 - use the host macros in the configure instead of uname

 - LIB shouldn't be necessary when configuring --with-libdir

----------

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


More information about the Python-bugs-list mailing list