[Python-bugs-list] [ python-Bugs-416423 ] Python2.0-Darwin - test_rc failed

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Dec 2001 06:43:37 -0800


Bugs item #416423, was opened at 2001-04-16 05:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=416423&group_id=5470

Category: Build
Group: Platform-specific
>Status: Closed
>Resolution: Duplicate
Priority: 3
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Michael Hudson (mwh)
Summary: Python2.0-Darwin - test_rc failed

Initial Comment:
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


----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2001-12-06 06:43

Message:
Logged In: YES 
user_id=6656

This was named a dup months ago.  Close it.

----------------------------------------------------------------------

Comment By: Dan Wolfe (dkwolfe)
Date: 2001-04-17 16:49

Message:
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.


----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-16 08:21

Message:
Logged In: YES 
user_id=6380

Please try again with Python 2.1c2, downloadable from
python.org/2.1/.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=416423&group_id=5470