Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65437
| References | <52f10b2a$0$29972$c3e8da3$5496439d@news.astraweb.com> <CAKJDb-OrPunSC-Q1Oofb8Xf=smQ=FHmPXt-JHr1wuCz9a6tv=w@mail.gmail.com> |
|---|---|
| Date | 2014-02-05 03:49 +1100 |
| Subject | Re: Latest Python 3.4 in the source repo is broken? |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6396.1391532607.18130.python-list@python.org> (permalink) |
On Wed, Feb 5, 2014 at 3:02 AM, Zachary Ware <zachary.ware+pylist@gmail.com> wrote: > On Tue, Feb 4, 2014 at 9:45 AM, Steven D'Aprano > <steve+comp.lang.python@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Latest Python 3.4 in the source repo is broken? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-02-04 15:45 +0000 Re: Latest Python 3.4 in the source repo is broken? Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-02-04 10:02 -0600 Re: Latest Python 3.4 in the source repo is broken? Johannes Findeisen <mailman@hanez.org> - 2014-02-04 17:21 +0100 Re: Latest Python 3.4 in the source repo is broken? Chris Angelico <rosuav@gmail.com> - 2014-02-05 03:49 +1100 Re: Latest Python 3.4 in the source repo is broken? Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-02-04 10:58 -0600 Re: Latest Python 3.4 in the source repo is broken? Chris Angelico <rosuav@gmail.com> - 2014-02-05 04:03 +1100 Re: Latest Python 3.4 in the source repo is broken? Ethan Furman <ethan@stoneleaf.us> - 2014-02-04 09:01 -0800
csiph-web