Latest Python 3.4 in the source repo is broken?

Chris Angelico rosuav at gmail.com
Tue Feb 4 11:49:57 EST 2014


On Wed, Feb 5, 2014 at 3:02 AM, Zachary Ware
<zachary.ware+pylist at gmail.com> wrote:
> On Tue, Feb 4, 2014 at 9:45 AM, Steven D'Aprano
> <steve+comp.lang.python at pearwood.info> wrote:
>> Before I bother Python-Dev with this, can anyone else confirm that
>> building Python 3.4 from source using the latest version in the source
>> repository fails?
>>
>> # Build Python (on Unix, sorry Windows and Mac people, you're on your own)
>> ./configure --with-pydebug && make -j2
>>
> The buildbots[1] don't seem to agree, and it builds fine for me on
> Windows.  In order of destructiveness, try these:
>
> [1] http://buildbot.python.org/all/waterfall?category=3.x.stable

Are there any buildbots that configure --with-pydebug? This could be a
debug-only issue.

That said, though, I just did a build without -j2 (on Linux - Debian
Wheezy amd64) and it worked fine. Doing another one with -j2 didn't
show up any errors either, but if it is a -j problem, then as Zachary
says, it could be a race.

What commit hash were you building from? It might have been broken and
then fixed shortly, and you got into that tiny window.

ChrisA



More information about the Python-list mailing list