[ python-Bugs-1091468 ] DESTROOTed frameworkinstall fails

SourceForge.net noreply at sourceforge.net
Fri Dec 31 12:23:34 CET 2004


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

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Fixed
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.

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

>Comment By: Jack Jansen (jackjansen)
Date: 2004-12-31 12:23

Message:
Logged In: YES 
user_id=45365

Fixed in CVS, on the trunk and 23 and 24 maintainance branches.

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

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