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.
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:18:20 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg69826 |
| 2008年07月16日 19:58:22 | ronaldoussoren | set | files:
+ configure-patch-3226.txt messages: + msg69824 |
| 2008年07月16日 00:12:01 | barry | set | priority: release blocker -> deferred blocker nosy: + barry messages: + msg69734 |
| 2008年06月28日 22:02:12 | benjamin.peterson | set | versions: - Python 3.0 |
| 2008年06月28日 16:45:31 | benjamin.peterson | create | |