Issue 1451717: OS/X on i386 framework build (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43044

classification

Title: OS/X on i386 framework build
Type: Stage:
Components: Build Versions: Python 2.4

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ronaldoussoren, sf-robot, webperf
Priority: normal Keywords:

Created on 2006-03-16 22:22 by webperf, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (6)
msg27808 - (view) Author: Ian Holsman (webperf) Date: 2006-03-16 22:22
in Makefile.pre (374) it hard codes the architecture to 'ppc' which isn't correct for the new x86 boxes. this needs to be i386 for the framework install to actually build on the new macs. regards Ian
msg27809 - (view) Author: Ian Holsman (webperf) Date: 2006-03-16 22:34
Logged In: YES user_id=5209 also.. in plat-mac/applesingle.py the fields AS_HEADER_FORMAT and AS_ENTRY_FORMAT need a '>' infront of the definitions AS_HEADER_FORMAT=">LL16sh" AS_ENTRY_FORMAT=">lll" (this is what the system-packaged python has.
msg27810 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-04-02 19:21
Logged In: YES user_id=580910 This is a duplicate of bug 1447587 <http://www.python.org/sf/1447587>
msg27811 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-04-17 14:07
Logged In: YES user_id=580910 BTW. The 'also' bit has been fixed in the trunk.
msg27812 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-05-23 12:51
Logged In: YES user_id=580910 This has been fixed on the trunk. I'll backport this to 2.4.x in the near future.
msg27813 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-06-29 02:24
Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 43044
2006-03-16 22:22:41 webperf create