[Patches] [ python-Patches-481080 ] Read Me file Patch for Python 2.1.2

noreply@sourceforge.net noreply@sourceforge.net
Wed, 05 Dec 2001 23:57:44 -0800


Patches item #481080, was opened at 2001-11-12 14:37
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=481080&group_id=5470

Category: Documentation
>Group: Python 2.1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan Wolfe (dkwolfe)
Assigned to: Anthony Baxter (anthonybaxter)
Summary: Read Me file Patch for Python 2.1.2

Initial Comment:
The following paragraph replaces the existing Mac 
OS X v10.1 paragraph.  It assumes that patches 
481060 and 481075 are taken.

- Dan

Mac OS X 10.1: Run configure with ./configure --
with-suffix=.x  --with-dyld".  This generates 
executable file: 'python.x'  (it cannot be named 
'python' on an HFS or HFS+ disk as the file name 
clashes with directory 'Python').
        
        The makefile is set up to correctly handle two-
level namespaces for Mac OS X v10.1 and 10.0.x 
systems. However, running the prebinding tool on 
Mac OS X 10.0.x again will cause the tool to break 
as it cannot handle two level namespaces.
        
        The default Mac OS X has a default stacksize 
of 512K which  causes the regular expression 
tests (RE and SRE) to SEGV. To  temporarily 
increase the stacksize, type 'limit stacksize 2M' in 
the terminal window before running 'make test'.
        
        The test_largefile test will work on HFS+ and 
UFS filesystem, providing you have enough space 
and time.
        
        After sudo 'make installation', do the following 
commands:
        cd /usr/local/bin/
        sudo mv python.x python
        sudo mv python2.1.x python2.1

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

Comment By: Jack Jansen (jackjansen)
Date: 2001-12-05 06:47

Message:
Logged In: YES 
user_id=45365

Let 481075 rest for now, I need to do this for the trunk too. I'll flag the checkin message.

If you apply my new 489388 then everything should be fine for 2.1.2 for OSX.

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

Comment By: Anthony Baxter (anthonybaxter)
Date: 2001-12-04 23:01

Message:
Logged In: YES 
user_id=29957

481060 is in, but not 481075 - I don't have access to Mac OS X
for easy testing of this. 
Hm, or does cf.sf.net have OS X boxes?


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

Comment By: Jack Jansen (jackjansen)
Date: 2001-12-02 16:03

Message:
Logged In: YES 
user_id=45365

This sounds pretty reasonable to me.


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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-11-28 23:25

Message:
Logged In: YES 
user_id=3066

Assigned to the Mac OS expert for evaluation and integration.

Jack, note that this is for the release21-maint branch.  Thanks!

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

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