[issue27632] build on AIX fails when builddir != srcdir, more than bad path to ld_so_aix

Michael Felt report at bugs.python.org
Mon Aug 1 03:19:04 EDT 2016


Michael Felt added the comment:

Yes, clearly related (maybe even duplicate).

What surprised me is that after I copied ld_so_aix to where it was expected I still see a premature end with:

Traceback (most recent call last):
  File "/var/aixtools/python/Python/2.7.12.0/opt/lib/python2.7/compileall.py", line 16, in <module>
    import struct
  File "/var/aixtools/python/Python/2.7.12.0/opt/lib/python2.7/struct.py", line 1, in <module>
    from _struct import *
ImportError: No module named _struct

Not investigated (compileall.py and struct.py - these are the DESTDIR versions (asin "make DESTDIR=/var/aixtools/python/Python/2.7.12.0 install"

So, this would be, I think, the "new aka non-duplicate" part. If not, my apologies for the noise.

----------

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


More information about the Python-bugs-list mailing list