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 hanz
Recipients dstufft, eric.araujo, hanz, ned.deily, ronaldoussoren
Date 2016-03-05.19:03:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457204609.38.0.708821287838.issue26487@psf.upfronthosting.co.za>
In-reply-to
Content
Building on Mac OS X 10.5.8 (Power Mac G5) for ppc and ppc64 fails with

  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.11/Lib/_osx_support.py", line 485, in get_platform_osx
    "Don't know machine value for archs=%r" % (archs,))
ValueError: Don't know machine value for archs=('ppc', 'ppc64')
generate-posix-vars failed
make: *** [pybuilddir.txt] Error 1


If I apply the attached patch, it builds and works fine.
Would it be possible to include these changes in Python?
History
Date User Action Args
2016-03-05 19:03:29hanzsetrecipients: + hanz, ronaldoussoren, ned.deily, eric.araujo, dstufft
2016-03-05 19:03:29hanzsetmessageid: <1457204609.38.0.708821287838.issue26487@psf.upfronthosting.co.za>
2016-03-05 19:03:29hanzlinkissue26487 messages
2016-03-05 19:03:28hanzcreate