[issue29365] parallel make test or make install can fail building pgen when configure --enable-optimizations is used

2017-01-24 Thread Gregory P. Smith
Gregory P. Smith added the comment: great, the issue you filed covers my second paragraph comment which really should be its own issue. :) -- ___ Python tracker

[issue29365] parallel make test or make install can fail building pgen when configure --enable-optimizations is used

2017-01-24 Thread Xiang Zhang
Xiang Zhang added the comment: > Making the suggested "make, make test, make install" process effectively > useless or at least take 3x longer than it should. About this, I once opened #29243. -- nosy: +xiang.zhang ___ Python tracker

[issue29365] parallel make test or make install can fail building pgen when configure --enable-optimizations is used

2017-01-24 Thread Gregory P. Smith
New submission from Gregory P. Smith: If you do a make -j12 test or make install before having run a separate 'make all' the build _can_ fail trying to build pgen. (it seems to be parallel make related, it won't always fail) Even if you have run a separate 'make all', the make test and make