This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients dstufft, eric.araujo, lemburg
Date 2014-12-10.12:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418215042.55.0.620814478211.issue23023@psf.upfronthosting.co.za>
In-reply-to
Content
The problem also still exists on Python 3.4 (and probably 3.3 and 3.5 as well), even though these should have the patch from issue18235 applied:

 * http://buildbot.python.org/all/builders/PPC64%20AIX%203.4/builds/707
 * http://buildbot.python.org/all/builders/PPC64%20AIX%203.4/builds/707/steps/test/logs/stdio

Traceback:

Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.4.edelsohn-aix-ppc64/build/Lib/distutils/tests/test_build_ext.py", line 58, in test_build_ext
    cmd.run()
  File "/home/shager/cpython-buildarea/3.4.edelsohn-aix-ppc64/build/Lib/distutils/command/build_ext.py", line 339, in run
    self.build_extensions()
  File "/home/shager/cpython-buildarea/3.4.edelsohn-aix-ppc64/build/Lib/distutils/command/build_ext.py", line 448, in build_extensions
    self.build_extension(ext)
  File "/home/shager/cpython-buildarea/3.4.edelsohn-aix-ppc64/build/Lib/distutils/command/build_ext.py", line 535, in build_extension
    target_lang=language)
  File "/home/shager/cpython-buildarea/3.4.edelsohn-aix-ppc64/build/Lib/distutils/ccompiler.py", line 717, in link_shared_object
    extra_preargs, extra_postargs, build_temp, target_lang)
  File "/home/shager/cpython-buildarea/3.4.edelsohn-aix-ppc64/build/Lib/distutils/unixccompiler.py", line 196, in link
    raise LinkError(msg)
distutils.errors.LinkError: command './Modules/ld_so_aix' failed with exit status 1
History
Date User Action Args
2014-12-10 12:37:22lemburgsetrecipients: + lemburg, eric.araujo, dstufft
2014-12-10 12:37:22lemburgsetmessageid: <1418215042.55.0.620814478211.issue23023@psf.upfronthosting.co.za>
2014-12-10 12:37:22lemburglinkissue23023 messages
2014-12-10 12:37:22lemburgcreate