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-16.12:41:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have a Apple PBG4 with Mac OS X and the latest 
Updates and 256MB RAM.
I tried to compile Python2.0 and got these output -

hth Pitz
------------------------------
[localhost:~/Documents/src/Python-2.0] % uname -
a
Darwin localhost 1.3 Darwin Kernel Version 1.3: 
Fri Mar 30 20:45:03 PST 2001; root:xnu/xnu-
124.1.obj~1/RELEASE_PPC  Powe
r Macintosh powerpc

[localhost:~/Documents/src/Python-2.0] % ./
configure --with-dyld --with-suffix=.app --with-
threads --with-libdb
[localhost:~/Documents/src/Python-2.0] % make
[localhost:~/Documents/src/Python-2.0] % make 
test

[localhost:~/Documents/src/Python-2.0] % Python/
python ./Lib/test/test_fcntl.py
Status from fnctl with O_NONBLOCK:  0
struct.pack:  '\000\003\000\000\000\000\000\000\
000\000\000\000\000\000\000\000'
Traceback (most recent call last):
  File "./Lib/test/test_fcntl.py", line 31, in ?
    rv = fcntl.fcntl(f.fileno(), FCNTL.F_SETLKW, 
lockdata)
IOError: [Errno 22] Invalid argument
[localhost:~/Documents/src/Python-2.0] % Python/
python ./Lib/test/test_re.py
Running tests on re.search and re.match
Running tests on re.sub
Running tests on symbolic references
Running tests on re.subn
Running tests on re.split
Running tests on re.findall
Running tests on re.match
Running tests on re.escape
Pickling a RegexObject instance
Test engine limitations
Segmentation fault
History
Date User Action Args
2007-08-23 13:53:53adminlinkissue416423 messages
2007-08-23 13:53:53admincreate