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.
Created on 2012年06月24日 20:30 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (9) | |||
|---|---|---|---|
| msg163848 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年06月24日 20:30 | |
[from #15102] http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.2 |
|||
| msg163963 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年06月25日 13:04 | |
New changeset 334ff92a8483 by Stefan Krah in branch '3.2': Issue #15171: Try the HOST_PYTHON hack for 3.2. http://hg.python.org/cpython/rev/334ff92a8483 |
|||
| msg163971 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年06月25日 14:02 | |
The buildbot works with the HOST_PYTHON hack. Should we just leave this as a permanent solution? -- I don't feel like touching the project files for stable releases. [%CD% should probably be quoted in the patch.] |
|||
| msg164400 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年06月30日 16:43 | |
New changeset 177f93f0f5b9 by Stefan Krah in branch '3.2': Issue #15171: Quote the variable that expands to the current directory. http://hg.python.org/cpython/rev/177f93f0f5b9 |
|||
| msg164418 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年06月30日 19:26 | |
Did the Windows XP-4 bot start failing after 334ff92a8483 ? The logs don't go back very far: http://buildbot.python.org/all/builders/x86%20XP-4%203.2 |
|||
| msg165584 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年07月16日 10:23 | |
David, do you have an idea why the XP-4 3.2 machine fails the compile? I can't reproduce this and I don't know if it's related to 334ff92a8483 or 177f93f0f5b9. |
|||
| msg165649 - (view) | Author: David Bolen (db3l) * | Date: 2012年07月16日 19:26 | |
It seems really unlikely to be related to this issue since I'm pretty sure build-amd64 doesn't get used on XP-4. From the log it looks like it couldn't clean out and reuse the VS temporary build directory. Manually cleaning it out and restarting the last build appears to have at least gotten past compiling. I can't really explain why this was a problem, when I was able to manually remove the directory without error, and couldn't find any stray processes that may have been holding references to the files in that temporary directory. |
|||
| msg165653 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年07月16日 20:19 | |
David, since you are here, perhaps you could take a look at why your Windows 7 buildbot doesn't compile? http://buildbot.python.org/all/builders/x86%20Windows7%203.x I tried to e-mail you but apparently you didn't receive the message. |
|||
| msg165749 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年07月18日 09:36 | |
Thanks, David! I'll close this issue, perhaps the compile failures on the Windows 7 buildbot can be sorted out separately. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59376 |
| 2012年07月18日 09:36:20 | skrah | set | status: open -> closed messages: + msg165749 |
| 2012年07月16日 20:19:06 | pitrou | set | messages: + msg165653 |
| 2012年07月16日 19:26:58 | db3l | set | messages: + msg165649 |
| 2012年07月16日 10:23:32 | skrah | set | nosy:
+ db3l messages: + msg165584 |
| 2012年06月30日 19:26:42 | skrah | set | messages: + msg164418 |
| 2012年06月30日 16:43:35 | python-dev | set | messages: + msg164400 |
| 2012年06月25日 14:02:44 | skrah | set | versions:
+ Python 3.2 resolution: fixed messages: + msg163971 components: + Build type: crash stage: commit review |
| 2012年06月25日 13:04:36 | python-dev | set | nosy:
+ python-dev messages: + msg163963 |
| 2012年06月24日 20:30:08 | skrah | create | |