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 ned.deily
Recipients loewis, ned.deily, ronaldoussoren
Date 2010-01-08.10:58:23
SpamBayes Score 6.552092e-09
Marked as misclassified No
Message-id <1262948305.53.0.105521024402.issue7658@psf.upfronthosting.co.za>
In-reply-to
Content
"* The change to LIPO_32BIT_FLAGS is unconditional, the current values
    are needed to build on modern system, I guess the proposed new
    value would be needed for building on 10.4?"

Ah, yes, sorry. I built and tested with and on 10.6 with 10.5 SDK/gcc-4.0, on 10.5 with gcc-4.0, and on 10.4u/gcc-4.0 but I see I did overlook trying 3-way on 10.6 with 10.6 SDK/gcc-4.2, where ppc7400 is indeed needed. Arch ppc is definitely needed for building on 10.6 and 10.5 with the 10.4u SDK and gcc-4.0:

  lipo: -extract ppc7400 specified but fat file: pythonw does not contain that architecture

If you don't get to it first, I'll fix and resubmit the patch later.
History
Date User Action Args
2010-01-08 10:58:25ned.deilysetrecipients: + ned.deily, loewis, ronaldoussoren
2010-01-08 10:58:25ned.deilysetmessageid: <1262948305.53.0.105521024402.issue7658@psf.upfronthosting.co.za>
2010-01-08 10:58:24ned.deilylinkissue7658 messages
2010-01-08 10:58:24ned.deilycreate