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.

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:35adminsetgithub: 47476
2008-07-16 20:18:20benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg69826
2008-07-16 19:58:22ronaldoussorensetfiles: + configure-patch-3226.txt
messages: + msg69824
2008-07-16 00:12:01barrysetpriority: release blocker -> deferred blocker
nosy: + barry
messages: + msg69734
2008-06-28 22:02:12benjamin.petersonsetversions: - Python 3.0
2008-06-28 16:45:31benjamin.petersoncreate