Issue 835790: MacPython builds with DESTROOT need fixup (original) (raw)

Issue835790

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.

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

classification

Title: MacPython builds with DESTROOT need fixup
Type: Stage:
Components: macOS Versions:

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, ronaldoussoren
Priority: normal Keywords:

Created on 2003-11-04 15:43 by jackjansen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60418 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-11-04 15:43
Currently building MacPython with DESTROOT causes the #! lines in the applet boot scripts to be incorrect (they include DESTROOT, but shouldn't). At the moment we fix this up later, but it would be better if they were built correctly in the first place.
msg60419 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-08-01 21:11
Logged In: YES user_id=580910 I don't think this is an issue anymore, but maybe just accidently.
msg66121 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2008-05-02 22:05
This is definitly not an issue anymore, the official releases get build with a DESTROOT and don't suffer from this problem.
History
Date User Action Args
2022-04-11 14:56:00 admin set github: 39502
2008-05-02 22:05:55 ronaldoussoren set status: open -> closedresolution: fixedmessages: +
2003-11-04 15:43:44 jackjansen create