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
process
Created on 2008-06-28 16:45 by benjamin.peterson , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (4)
msg68879 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
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) *
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) *
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) *
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.txt messages: +
2008-07-16 00:12:01
barry
set
priority: release blocker -> deferred blockernosy: + barry messages: +
2008-06-28 22:02:12
benjamin.peterson
set
versions: - Python 3.0
2008-06-28 16:45:31
benjamin.peterson
create