[issue21907] Update Windows build batch scripts

2015-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4890a55c62ab by Zachary Ware in branch '2.7': Clean up/refactor the batch scripts used for building on Windows. https://hg.python.org/cpython/rev/4890a55c62ab New changeset a6ceb631c747 by Zachary Ware in branch '3.4': Clean up/refactor the batch sc

[issue21907] Update Windows build batch scripts

2014-10-15 Thread David Bolen
David Bolen added the comment: Just thought I'd add a note here that after the most recent changes, my buildbots also appear to be back to quicker hg pulls rather than clones at the start of the process (see msg222592). Still not sure why that behavior changed, but we're back to the previous

[issue21907] Update Windows build batch scripts

2014-10-13 Thread Zachary Ware
Zachary Ware added the comment: After the last round of changes, the buildbots appear to be mostly happy. If anybody else wants to backport the changes, I'd be happy to review and commit, but I'll leave the backporting itself to whoever wants to do it. In the meantime, closing the issue. --

[issue21907] Update Windows build batch scripts

2014-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d5485471457 by Zachary Ware in branch 'default': Issue #21907: Partially revert changes to Windows buildbot scripts. https://hg.python.org/cpython/rev/1d5485471457 -- ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-10-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset f592a4073672 by Zachary Ware in branch 'default': Issue #21907: Try to make the pre-Vista Windows buildbots happier. https://hg.python.org/cpython/rev/f592a4073672 -- ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-09-04 Thread David Bolen
David Bolen added the comment: While troubleshooting an issue with test_distutils consistently failing on my XP buildbot, I narrowed it down to the test.bat change to use run_tests.py. I don't yet know fully what's happening, but after replacing the new test.bat with the older version (that c

[issue21907] Update Windows build batch scripts

2014-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c1d543135ef by Zachary Ware in branch 'default': Issue #21907: Avoid using double quotes to check argument values. http://hg.python.org/cpython/rev/4c1d543135ef -- ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 60c61ea64021 by Zachary Ware in branch 'default': Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. http://hg.python.org/cpython/rev/60c61ea64021 -- ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: Does this render the patch against build_pgo.bat on #17667 obsolete? -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue21907] Update Windows build batch scripts

2014-07-17 Thread Ingolf Becker
Ingolf Becker added the comment: This should now be the correct way. I did not need to touch build.bat indeed. I got confused by all the different combinations! I have removed the calls from build_pgo.bat to build.bat and changed the it to a native x64 build - the PGO requires the code to be ru

[issue21907] Update Windows build batch scripts

2014-07-17 Thread Zachary Ware
Zachary Ware added the comment: As you can probably tell, I wasn't on a machine where I could test build_pgo.bat before I committed changes to it (oops). It looks like your patch is reversed, would you mind fixing it? I can tell you it will need to change, though; build.bat needs to use 'x86_

[issue21907] Update Windows build batch scripts

2014-07-17 Thread Ingolf Becker
Ingolf Becker added the comment: A couple of issues: PCbuild/build_pgo.bat: - there a quite a few incorrect "" which break the call to rmpyc.py - some paths were not cwd-agnostic - all paths should now be whitespace aware - The PGI python.exe requires the pgodb100.dll to be in the PATH when exe

[issue21907] Update Windows build batch scripts

2014-07-09 Thread Zachary Ware
Zachary Ware added the comment: Thanks for getting the XP bot running again, it looks like it's now having issues with how the tests are now run (some issue with how sys.stdin is set up in a subprocess); I'm not sure if that should be fixed by reverting back to not using run_tests.py, or fixin

[issue21907] Update Windows build batch scripts

2014-07-08 Thread David Bolen
David Bolen added the comment: I'm seeing an apparent side-effect of the new clean script (or it seems to correlate). Since it started running, the Windows buildbots (both 7 and XP) seem to always perform a full clone of the master repository for each build rather than just a pull/update. Th

[issue21907] Update Windows build batch scripts

2014-07-08 Thread David Bolen
David Bolen added the comment: Ok, the last spurt of exceptions on the XP buildbot in the 3.x branch were all related to the fact that somehow the .hg folder in the 3.x branch build tree was missing. The rest of the build files seemed present. I've removed the build tree completely to let a

[issue21907] Update Windows build batch scripts

2014-07-08 Thread David Bolen
David Bolen added the comment: Interesting - it's got a "Visual Studio Just-In-Time Debugger" dialog on the screen for an unhandled win32 exception in the compiler (cl.exe). That's a dialog my pop-up AutoIt script wasn't expecting, so I've added it to the other (RTL error) checks, and it'll cl

[issue21907] Update Windows build batch scripts

2014-07-08 Thread Zachary Ware
Zachary Ware added the comment: The XP buildbot seems to have choked on this change, I suspect because of the 'clean' script exiting with a non-zero error code. I'm not certain why it can't recover, though. David, can you tell what's going on with it? -- nosy: +db3l

[issue21907] Update Windows build batch scripts

2014-07-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 06589e81fd56 by Zachary Ware in branch 'default': Issue #21907: Make the buildbot clean script always return 0. http://hg.python.org/cpython/rev/06589e81fd56 -- ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset f0a5be139717 by Zachary Ware in branch 'default': Issue #21907: Exit with the correct return code http://hg.python.org/cpython/rev/f0a5be139717 -- ___ Python tracker _

[issue21907] Update Windows build batch scripts

2014-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed3fa77804f8 by Zachary Ware in branch 'default': Issue #21907: Update the instructions for building on Windows http://hg.python.org/devguide/rev/ed3fa77804f8 -- ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3022e2606df by Zachary Ware in branch 'default': Issue #21907: Improved the batch scripts provided for building Python. http://hg.python.org/cpython/rev/c3022e2606df -- nosy: +python-dev ___ Python track

[issue21907] Update Windows build batch scripts

2014-07-07 Thread Zachary Ware
Zachary Ware added the comment: With a vote and a half in favor, I'll go ahead with this probably later today. There is one change needed to the `clean` script; the `hg purge` call should ignore Lib/test/data to avoid downloading the codecmaps test files every time. I may backport to 3.4 and

[issue21907] Update Windows build batch scripts

2014-07-06 Thread Martin v . Löwis
Martin v. Löwis added the comment: All fine with me. As for buildmsi.bat: note that we used to have a "daily msi" builder that was using the script. It took too much effort to keep it running. -- ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-07-04 Thread Jeremy Kloth
Changes by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue21907] Update Windows build batch scripts

2014-07-02 Thread Steve Dower
Steve Dower added the comment: Looks pretty good. I'm happy to see more move into PCBuild - ideally, people building a Python release should never have to look anywhere else. buildmsi.bat can probably go away completely if the buildbots aren't using it. 3.5 will eventually have a .wixproj to b

[issue21907] Update Windows build batch scripts

2014-07-02 Thread Zachary Ware
Zachary Ware added the comment: Here's the devguide patch. -- Added file: http://bugs.python.org/file35832/devguide_update.diff ___ Python tracker ___ ___

[issue21907] Update Windows build batch scripts

2014-07-02 Thread Zachary Ware
New submission from Zachary Ware: I am aware of a few open issues with the build scripts provided for Windows (both the Tools/buildbot scripts and the .bat files provided in PCbuild), such as #9973 and #9822, and there are some other issues that bother me but that I haven't opened issues for.