[Python-bugs-list] [ python-Bugs-495369 ] 2.2c1 framework install incomplete
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 20 Dec 2001 04:02:18 -0800
Bugs item #495369, was opened at 2001-12-20 03:52
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495369&group_id=5470
Category: Macintosh
Group: Python 2.2
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Jonathan Hogg (jhogg)
Assigned to: Jack Jansen (jackjansen)
Summary: 2.2c1 framework install incomplete
Initial Comment:
I just pulled down 2.2c1 and configured/compiled it on Mac
OS X 10.1.1 (w/ December 2001 Developer Tools) as
follows:
% ./configure --enable-framework --with-cycle-gc --with-
pymalloc
% make
Then installed as follows:
% sudo make install
The Framework that has been installed doesn't have the
'Current' symlink and, worse, doesn't have the library itself!
% ls /Library/Frameworks/Python.framework/Versions/
2.2
% ls /Library/Frameworks/Python.framework/Versions/2.2/
bin include lib man
I checked back over the log of what happened and I can't
see any obvious errors in either the build or the installation.
----------------------------------------------------------------------
>Comment By: Jonathan Hogg (jhogg)
Date: 2001-12-20 04:02
Message:
Logged In: YES
user_id=10036
Hah! Forget this - forgot that it needs the special 'make
frameworkinstall' command!
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495369&group_id=5470