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: DESTROOTed frameworkinstall fails
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2004-12-26 21:17 by jackjansen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23821 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-12-26 21:17
A "make frameworkinstall" with DESTROOT will fail if the same 
version of Python you're trying to install destrooted has not also 
been installed normally beforehand.

The reason is that some of the parameters to the applet-building 
tools are filenames that are actually read while building the applet, 
and these files don't exist. Other filenames, however, are recorded 
for use during runtime, so passing the DESTROOTed filenames will 
also not work.

A fix for this needs to be applied to 2.3.X and 2.4.X too, so fink 
and darwinports maintainers can benefit too.
msg23822 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-12-31 11:23
Logged In: YES 
user_id=45365

Fixed in CVS, on the trunk and 23 and 24 maintainance branches.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41367
2004-12-26 21:17:43jackjansencreate