[New-bugs-announce] [issue15102] Fix 64-bit building for buildbot scripts

Jeremy Kloth report at bugs.python.org
Mon Jun 18 16:48:16 CEST 2012


New submission from Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com>:

The buildbot scripts do not work for the 64-bit targets.

Firstly, the "/p:UseEnv=True" parameter to msbuild causes the 32-bit only projects (make_buildinfo and make_versioninfo) to fail due to architecture mismatch.  The scripts now unconditionally build those projects using the 32-bit command-line tools.

The make_versioninfo project wasn't completely converted to be 32-bit only (issue9981); it would work correctly only from the IDE.  This fixes that and removes the Debug configuration as that was already #ifdef'd in the generated .h file.

----------
components: Build, Cross-Build, Windows
hgrepos: 136
messages: 163102
nosy: jkloth
priority: normal
severity: normal
status: open
title: Fix 64-bit building for buildbot scripts
type: compile error
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15102>
_______________________________________


More information about the New-bugs-announce mailing list