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.

classification
Title: Python2.0-Darwin - test_rc failed
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: mwh Nosy List: dkwolfe, gvanrossum, mwh
Priority: low Keywords:

Created on 2001-04-16 12:41 by anonymous, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (4)
msg4277 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-04-16 12:41
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
msg4278 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-04-16 15:21
Logged In: YES 
user_id=6380

Please try again with Python 2.1c2, downloadable from
python.org/2.1/.
msg4279 - (view) Author: Dan Wolfe (dkwolfe) Date: 2001-04-17 23:49
Logged In: YES 
user_id=80173

test_re and test_sre will both fail due to the default small 
stacksize (512K) on Darwin/Mac OS X.  The temporary 
workaround is to enter 'limit stacksize 2M' on CL before 
running make tests.

This bug is a dup of 416526.
msg4280 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2001-12-06 14:43
Logged In: YES 
user_id=6656

This was named a dup months ago.  Close it.
History
Date User Action Args
2022-04-10 16:03:58adminsetgithub: 34344
2001-04-16 12:41:14anonymouscreate