[issue26922] build from fresh checkout fails

2016-05-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue26922] build from fresh checkout fails

2016-05-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Le 04/05/2016 05:10, Nick Coghlan a écrit : > > Does strace give any potentially useful hints? > > For me: > > $ strace -e trace=file ./python -c "pass" Ah, thanks. It seems this was failing due to a pyvenv.cfg in the parent directory, which I removed.

[issue26922] build from fresh checkout fails

2016-05-03 Thread Nick Coghlan
Nick Coghlan added the comment: Even updating from remote, and then making a fresh clone in a new directory, I can't reproduce this one - "./configure && make -j4" works for me. Does strace give any potentially useful hints? For me: $ strace -e trace=file ./python -c "pass" the

[issue26922] build from fresh checkout fails

2016-05-03 Thread Brett Cannon
Brett Cannon added the comment: That exception usually stems from when importlib.h has an error in it. -- nosy: +brett.cannon ___ Python tracker ___

[issue26922] build from fresh checkout fails

2016-05-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Note this is a data point of how obscure and hard to debug the current early startup phase is :-) -- nosy: +ncoghlan ___ Python tracker

[issue26922] build from fresh checkout fails

2016-05-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: $ cat /etc/os-release NAME="Ubuntu" VERSION="15.04 (Vivid Vervet)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 15.04" VERSION_ID="15.04" HOME_URL="http://www.ubuntu.com/; SUPPORT_URL="http://help.ubuntu.com/; BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;

[issue26922] build from fresh checkout fails

2016-05-03 Thread Antoine Pitrou
New submission from Antoine Pitrou: Building from a fresh checkout with "./configure" followed by "make -j4" fails here: $ make -j4 [... snip ...] ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f