Re: patch, test suite fails to run valgrind

2019-09-21 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
On Sat, Sep 21, 2019 at 04:54:59PM -0400, Paul Smith wrote: > I pushed a different fix for this issue. Thanks for noticing! Thank you. Do you intentionally avoid $! in the "Cannot execute" error message? regards, Dmitry > ___ Bug-make mailing list

Re: patch, test suite fails to run valgrind

2019-09-21 Thread Paul Smith
On Wed, 2019-09-18 at 21:38 -0400, Dmitry Goncharov via Bug reports and discussion for GNU make wrote: > The test suite fails to run valgrind with an error message like the following. I pushed a different fix for this issue. Thanks for noticing! ___

[bug #56918] endless loop under Darwin if recipe is non_existent_program

2019-09-21 Thread Paul D. Smith
Update of bug #56918 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM Triage Status:

Re: "make check" failure on Solaris 10 with make 4.2.91

2019-09-21 Thread Paul Smith
On Sat, 2019-09-21 at 12:09 -0700, Paul Eggert wrote: > On 9/21/19 10:55 AM, Paul Smith wrote: > > perl -we 'use File::Spec; my @o = File::Spec->splitpath("../make"); > > print "@o\n"' > > It outputs a single line containing " ../ make". > > Hmm, I already wrote that, in one of my comments

Re: "make check" failure on Solaris 10 with make 4.2.91

2019-09-21 Thread Paul Eggert
On 9/21/19 10:55 AM, Paul Smith wrote: perl -we 'use File::Spec; my @o = File::Spec->splitpath("../make"); print "@o\n"' It outputs a single line containing " ../ make". Hmm, I already wrote that, in one of my comments here: https://lists.gnu.org/r/bug-make/2019-09/msg00101.html Perhaps

Re: "make check" failure on Solaris 10 with make 4.2.91

2019-09-21 Thread Paul Smith
On Mon, 2019-09-16 at 15:49 -0400, Paul Smith wrote: > Ugh, that's wrong. It should be " ../ make" (note the space before > "make"). File::Spec is not correctly splitting the directory from the > file, apparently. Bogus!! Can you try this one: > > perl -we 'use File::Spec; my @o =