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 kumba
Recipients kumba, loewis, rpetrov
Date 2009-03-02.18:44:54
SpamBayes Score 1.7150614e-11
Marked as misclassified No
Message-id <1236019497.24.0.591218858913.issue5404@psf.upfronthosting.co.za>
In-reply-to
Content
Gotcha.  Not sure how far off Gentoo is from supporting 2.6 -- our
primary package manager relies on it, so the updates tend to be slow.
for moving to new versions.

Do you guys maintain any kind of an "internals" guide to the build
system anywhere?  Like an outline or such of what happens from start to
finish when you run setup.py (I think that's the start, anyways)?  I see
there's quite a bit of autotools components plugged in, but it's
intermixed with some of the python code itself.

Looking at some of the other bugs, there definitely seems to be some
cross-compiling capability that's made it in -- as evidenced by a good
chunk of the core build cross-compiling fine (the _Socket extension is
the one glaring error I'm after at the moment).  So it looks like it
just needs some better touch up....on 2.5 at least.

Currently, we're using the patch from Issue #1115, and I'm going to take
a stab at adapting the 2.5.1 patch in Issue #1597850 to see if it takes
me any farther.
History
Date User Action Args
2009-03-02 18:44:57kumbasetrecipients: + kumba, loewis, rpetrov
2009-03-02 18:44:57kumbasetmessageid: <1236019497.24.0.591218858913.issue5404@psf.upfronthosting.co.za>
2009-03-02 18:44:55kumbalinkissue5404 messages
2009-03-02 18:44:54kumbacreate