python / cpython

The Python programming language
https://www.python.org/
Other
60k stars 29.04k forks source link

2.2c1 framework install incomplete #35798

Closed 75e6b954-b97c-48dd-94b1-9e728e31b409 closed 22 years ago

75e6b954-b97c-48dd-94b1-9e728e31b409 commented 22 years ago
BPO 495369
Nosy @jackjansen

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = created_at = labels = ['OS-mac'] title = '2.2c1 framework install incomplete' updated_at = user = 'https://bugs.python.org/jhogg' ``` bugs.python.org fields: ```python activity = actor = 'jhogg' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = creator = 'jhogg' dependencies = [] files = [] hgrepos = [] issue_num = 495369 keywords = [] message_count = 2.0 messages = ['8348', '8349'] nosy_count = 2.0 nosy_names = ['jackjansen', 'jhogg'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue495369' versions = ['Python 2.2'] ```

75e6b954-b97c-48dd-94b1-9e728e31b409 commented 22 years ago

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.

75e6b954-b97c-48dd-94b1-9e728e31b409 commented 22 years ago

Logged In: YES user_id=10036

Hah! Forget this - forgot that it needs the special 'make frameworkinstall' command!