Re: 4.3.90 release candidate segfaults on linux and solaris

2022-09-26 Thread Denis Excoffier
unblock_all_sigs (); > @@ -2552,7 +2559,8 @@ exec_command (char **argv, char **envp) > errno = ENOEXEC; > > # else > - /* Run the program. */ > + /* Run the program. > + * The parent has to restore environ. */ > environ = envp; > execvp (argv[0], argv); Hello, This patch works perfectly, both on my 32bit linux and my 32bit solaris 10. Thank you. Regards, Denis Excoffier.

Re: 4.3.90 release candidate segfaults on linux and solaris

2022-09-24 Thread Denis Excoffier
> On 2022-09-24 17:19, Paul Smith wrote: > > On Sat, 2022-09-24 at 09:36 +0200, Denis Excoffier wrote: >> In my specific configuration (under linux, with --disable-nls, >> --disable-load, without using -j, using 'env -i make -d -n'), a >> segfault always occurs arou

4.3.90 release candidate segfaults on linux and solaris

2022-09-24 Thread Denis Excoffier
jects and also my own tools. My linux is old (2.6.32), solaris is solaris 10 (old too...) Under MacOS (12.6) and Cygwin (3.3.6) no segfault at all. Hoping someone will be able to track this further. Regards, Denis Excoffier.

Re: GNU make 4.0.90 prerelease available

2014-10-02 Thread Denis Excoffier
On 2014-10-01 20:03, Eli Zaretskii wrote: From: Denis Excoffier cyg...@denis-excoffier.org Date: Wed, 1 Oct 2014 19:55:13 +0200 For me, under Cygwin, i had to apply the following in order to compile (GCC 4.9.1): diff -uNrp make-4.0.90-original/job.c make-4.0.90-patched/job.c --- make

Re: GNU make 4.0.90 prerelease available

2014-10-01 Thread Denis Excoffier
; Regards, Denis Excoffier. ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

make check under Cygwin (3.99.93)

2013-10-01 Thread Denis Excoffier
, this is not unexpected), but now (with 3.99.93) the GNUMAKEFLAGS test also fails. Regards, Denis Excoffier. ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: make check on darwin

2013-09-22 Thread Denis Excoffier
. Regards, Denis Excoffier. features.tar.xz Description: Binary data ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

make check on darwin

2013-09-17 Thread Denis Excoffier
importantly, 'make check' begins to write its results on stdout (eg features/archives..), then seems to switche to stderr for the results of the features/archives and all the following text. This is weird. Hope this helps. Best regards, Denis Excoffier. diff -uNr make-3.99.91-original/tests/scripts

Re: GNU make release candidate 3.99.90 available

2013-05-20 Thread Denis Excoffier
On 2013-05-20 15:16, Paul Smith wrote: On Fri, 2013-05-17 at 19:42 +0200, Denis Excoffier wrote: Compared with make-3.82, the new make-3.99.90 breaks those Makefiles, like in tiff-v3.6.1 (rather old i know, before 2003 at least), that use the construction: make -${MAKEFLAGS} Hrm

make-3.82.91

2011-12-13 Thread Denis Excoffier
Hello, Could we please get in the near future (why not as a Christmas present?) an `official' make-3.82.91.tar.bz2 or equivalent on ftp://alpha.gnu.org/pub/gnu/make/ ? Regards, Denis Excoffier. P.S. I say make-3.82.91 instead of make-3.82.90 because we have already this number on Cygwin