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.

Author nobody
Recipients
Date 2001-04-05.21:33:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

Downloaded python2.1beta2. Used gcc 2.95.3 on HPUX 10.2

This time it blew up in different manner:
PYTHONPATH= ./python ./setup.py build
Fatal Python error: unknown scope for name in __init__(0) in
./Lib/site.py
symbols: {'data': 12, 'self': 12, 'files': 12, 'name': 12,
'None': 264, 'dirs': 12}
locals: {'self': 0}
globals: {'None': 1}

/bin/sh: 22414 Abort
gmake: *** [sharedmods] Error 134

Removed Objects/object.o and rebuilt it without the -O2
option and then the system fully built with no crashes.
History
Date User Action Args
2007-08-23 13:53:28adminlinkissue406792 messages
2007-08-23 13:53:28admincreate