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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, eric.araujo, jonny, loewis, rpetrov
Date 2010-12-04.21:23:44
SpamBayes Score 7.844369e-06
Marked as misclassified No
Message-id <1291497829.14.0.568769526256.issue10615@psf.upfronthosting.co.za>
In-reply-to
Content
> Sure - it actually builds a python.exe which is fully working for me.
> If you need a proof, please let me know, I have no problem uploading
> it somewhere...

This is useless, of course.  The build must be reproducible.
Here is what I did so far:

- Open a cmd.exe console, ensure that msys/bin and mingw/bin are in the PATH
- Run "sh configure" - it's slow, but works.
- Run "make"
- Re-running "make -k" fails on three files: import.c, posixmodule.c, and pwdmodule.c

Your patch does not touch import.c, and the pwd module should probably be removed from a Python running on Windows.
Do you use another method to compile Python?
History
Date User Action Args
2010-12-04 21:23:49amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, eric.araujo, rpetrov, jonny
2010-12-04 21:23:49amaury.forgeotdarcsetmessageid: <1291497829.14.0.568769526256.issue10615@psf.upfronthosting.co.za>
2010-12-04 21:23:44amaury.forgeotdarclinkissue10615 messages
2010-12-04 21:23:44amaury.forgeotdarccreate