[ python-Bugs-1091468 ] DESTROOTed frameworkinstall fails

SourceForge.net noreply at sourceforge.net
Sun Dec 26 22:17:43 CET 2004


Bugs item #1091468, was opened at 2004-12-26 22:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1091468&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: DESTROOTed frameworkinstall fails

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1091468&group_id=5470


More information about the Python-bugs-list mailing list