[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-07-18 Thread Stefan Krah

Stefan Krah  added the comment:

Thanks, David! I'll close this issue, perhaps the compile failures
on the Windows 7 buildbot can be sorted out separately.

--
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-07-16 Thread Antoine Pitrou

Antoine Pitrou  added the comment:

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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-07-16 Thread David Bolen

David Bolen  added the comment:

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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-07-16 Thread Stefan Krah

Stefan Krah  added the comment:

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.

--
nosy: +db3l

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-06-30 Thread Stefan Krah

Stefan Krah  added the comment:

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

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-06-30 Thread Roundup Robot

Roundup Robot  added the comment:

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

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-06-25 Thread Stefan Krah

Stefan Krah  added the comment:

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.]

--
components: +Build
resolution:  -> fixed
stage:  -> commit review
type:  -> crash
versions: +Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-06-25 Thread Roundup Robot

Roundup Robot  added the comment:

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

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15171] Fix 64-bit building for buildbot scripts (3.2)

2012-06-24 Thread Stefan Krah

New submission from Stefan Krah :

[from #15102]
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.2

--
messages: 163848
nosy: brian.curtin, jeremy.kloth, jkloth, loewis, pitrou, skrah, zach.ware
priority: normal
severity: normal
status: open
title: Fix 64-bit building for buildbot scripts (3.2)

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com