Re: can't make current SVN trunk

2014-05-19 Thread Aharon Robbins
Hi. On Mon, May 12, 2014 at 10:38:18PM +0200, Patrice Dumas wrote: On Mon, May 12, 2014 at 09:05:04PM +0300, Aharon Robbins wrote: After a fresh checkout of the SVN trunk, autogen, configure and make, the build dies with: Undefined subroutine

Re: failures with parallel tests

2014-05-19 Thread Gavin Smith
On Sun, May 18, 2014 at 6:13 PM, Gavin Smith gavinsmith0...@gmail.com wrote: On Sun, May 18, 2014 at 12:47 PM, Patrice Dumas pertu...@free.fr wrote: Hello, With info tests, when doing parallel tests, with make -j8 check for example, there may be some failures that do not happen for

Re: failures with parallel tests

2014-05-19 Thread Karl Berry
Is there some crazy way to avoid pty's completely? I suspect they are inherently random trouble. I mean, tests presumably can't use a real terminal, pseudo or otherwise, it all has to be batch anyway. (Sorry for not actually looking at what you are doing with the ptys, likely I'm totally

Re: failures with parallel tests

2014-05-19 Thread Gavin Smith
On Mon, May 19, 2014 at 10:23 PM, Karl Berry k...@freefriends.org wrote: Is there some crazy way to avoid pty's completely? I suspect they are inherently random trouble. I mean, tests presumably can't use a real terminal, pseudo or otherwise, it all has to be batch anyway. (Sorry for not