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 ned.deily
Recipients ned.deily, ronaldoussoren
Date 2010-03-05.11:02:54
SpamBayes Score 1.2984691e-09
Marked as misclassified No
Message-id <1267786977.51.0.168741783501.issue8067@psf.upfronthosting.co.za>
In-reply-to
Content
When building on 10.6 with a deployment target of 10.3 or 10.4,
various build errors occur, like:
    warning: 'struct winsize' declared inside parameter list
    error: 'struct rusage' has no member named 'ru_maxrss'

The problem is a test in configure.in that isn't prepared to handle
a two-digit Darwin kernel version: OS X 10.6 is Darwin 10.  The
patches backport the fix from trunk(2.7) to 2.6, 3.1, and py3k(3.2).
(As usual, autoconf needs to be run after applying to update configure.)
History
Date User Action Args
2010-03-05 11:02:57ned.deilysetrecipients: + ned.deily, ronaldoussoren
2010-03-05 11:02:57ned.deilysetmessageid: <1267786977.51.0.168741783501.issue8067@psf.upfronthosting.co.za>
2010-03-05 11:02:56ned.deilylinkissue8067 messages
2010-03-05 11:02:55ned.deilycreate