[Python-bugs-list] [ python-Bugs-719549 ] Mac OS X painless compilation

SourceForge.net noreply@sourceforge.net
Tue, 20 May 2003 14:48:48 -0700


Bugs item #719549, was opened at 2003-04-11 10:36
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=719549&group_id=5470

Category: Documentation
Group: Python 2.2.2
>Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Mac-arena the Bored Zo (boredzo)
Assigned to: Jack Jansen (jackjansen)
Summary: Mac OS X painless compilation

Initial Comment:
under Mac OS X 10.1, python builds without a hitch.

I'd think that it would also build under 10.2 as well, although I don't know because I've never built it on 10.2 (I don't have it).

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

>Comment By: Jack Jansen (jackjansen)
Date: 2003-05-20 23:48

Message:
Logged In: YES 
user_id=45365

For me the bug still exists, both with zsh and tcsh, so I'm keeping the note 
in because there is at least one machine where the problem occurs:-)

Let me guess: do you have a limit stacksize call in your profile or elsewhere? 
Or maybe the limit is changed in /etc/profile? The default stack size limit on 
OSX is 512KB, and this is not enough for test_re.

Note that this bug has been fixed in 2.3, but not in 2.2.X.

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

Comment By: Jack Jansen (jackjansen)
Date: 2003-05-20 22:02

Message:
Logged In: YES 
user_id=45365

Thanks for the clarification. It is indeed possible that this was fixed at some 
point, I will look into it.

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

Comment By: Mac-arena the Bored Zo (boredzo)
Date: 2003-05-20 19:11

Message:
Logged In: YES 
user_id=711099

not exactly. I am referring to the readme for the UNIX python interpreter, but it does not say there is a problem. the relevant portion is below.

--- BEGIN
Platform specific notes
-----------------------

(Some of these may no longer apply.  If you find you can build Python
on these platforms without the special directions mentioned here,
submit a documentation bug report to SourceForge (see Bug Reports
above) so we can remove them!)
END---

there is a flaw in the Mac OS X entry, though (which I just found looking at it again now):

---BEGIN
The tests will crash on both 10.1 and 10.2 with SEGV in test_re and test_sre due to the small default stack size.
END---

judging from the rest of that paragraph, it seems that that only applies if you're using tcsh or another *csh when you configure. I used zsh (which comes with both 10.1 and 10.2) and, as I said, it built without a hitch.

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

Comment By: Jack Jansen (jackjansen)
Date: 2003-04-11 10:52

Message:
Logged In: YES 
user_id=45365

Uhm... As this bug report bascially says "There's no problem", I assume you are referring to something in the documentation (or readme? Something else?) that states that there are problems on OSX. Could you point out where this is, or otherwise clarify your report, please?

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

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