Issue 3226: can't install on OSX 10.4 (original) (raw)

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

classification

Title: can't install on OSX 10.4
Type: Stage:
Components: Versions: Python 2.6

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: barry, benjamin.peterson, ronaldoussoren
Priority: deferred blocker Keywords:

Created on 2008-06-28 16:45 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
configure-patch-3226.txt ronaldoussoren,2008-07-16 19:58
Messages (4)
msg68879 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-28 16:45
Mac/Makefile.in uses the arch command which doesn't have the ability to run a given architecture in 10.4 like it does in 10.5. Hence, the install fails.
msg69734 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2008-07-16 00:12
What's the plan to fix this? I'm not going to hold up beta2 for this.
msg69824 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2008-07-16 19:58
The attached patch should fix this issue. I cannot test on 10.4 though. BTW. The patch only updates configure.in, run autoconf afterwards to update the configure script itself.
msg69826 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-16 20:18
Thanks! Fixed in r65033.
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47476
2008-07-16 20🔞20 benjamin.peterson set status: open -> closedresolution: fixedmessages: +
2008-07-16 19:58:22 ronaldoussoren set files: + configure-patch-3226.txtmessages: +
2008-07-16 00:12:01 barry set priority: release blocker -> deferred blockernosy: + barrymessages: +
2008-06-28 22:02:12 benjamin.peterson set versions: - Python 3.0
2008-06-28 16:45:31 benjamin.peterson create