[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU make 4.2.90 release candidate available
From: |
Dennis Clarke |
Subject: |
Re: GNU make 4.2.90 release candidate available |
Date: |
Mon, 26 Aug 2019 19:33:38 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Thunderbird/69.0 |
On 8/26/19 9:00 AM, Paul Smith wrote:
--------------------------------------------------------------------
GNU make is a tool which controls the generation of executables and
other non-source files of a program from the program's source files.
You can learn more at: https://www.gnu.org/software/make/
--------------------------------------------------------------------
A new release candidate for GNU make 4.3 is available now for download:
36083ab822b50a9ecbf5467cdadff55c make-4.2.90.tar.bz2
e2c9abdeaf3725f8654a5e9d7a121fa9 make-4.2.90.tar.gz
You can obtain a copy from: https://alpha.gnu.org/gnu/make/
- NEWS ----------------------------------------------------------------
I'll dig into this but on RHEL 7.4 x86_64 we see :
src/job.c: In function 'reap_children':
src/job.c:754:17: error: incompatible type for argument 1 of 'wait'
EINTRLOOP (pid, wait (&status));
^
In file included from src/job.c:126:0:
/usr/include/sys/wait.h:114:16: note: expected '__WAIT_STATUS' but
argument is of type 'int *'
extern __pid_t wait (__WAIT_STATUS __stat_loc);
^
gmake[1]: *** [Makefile:1207: src/job.o] Error 1
gmake[1]: Leaving directory
'/opt/bw/build/make-4.2.90_rhel_74_3.10.0-693.el7.x86_64.001'
gmake: *** [Makefile:1293: all-recursive] Error 1
I have seen that on no other system thus far today.
So that is a bit odd.
--
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional
GNU make 4.2.90 rc passes testsuite no where except Linux x86_64 thus far, Dennis Clarke, 2019/08/26
Re: GNU make 4.2.90 release candidate available,
Dennis Clarke <=
- Re: GNU make 4.2.90 release candidate available, Paul Smith, 2019/08/26
- Re: GNU make 4.2.90 release candidate available, Dennis Clarke, 2019/08/27
- Re: GNU make 4.2.90 release candidate available, Paul Smith, 2019/08/27
- Re: GNU make 4.2.90 release candidate available, Dennis Clarke, 2019/08/27
- Re: GNU make 4.2.90 release candidate available, Paul Smith, 2019/08/27
- Re: GNU make 4.2.90 release candidate available, Dennis Clarke, 2019/08/27
- Re: GNU make 4.2.90 release candidate available, Andreas Schwab, 2019/08/28
- Re: GNU make 4.2.90 release candidate available, Dennis Clarke, 2019/08/28
Re: GNU make 4.2.90 release candidate available, Dennis Clarke, 2019/08/27
more GNU make 4.2.90 issues on Solaris 10, Paul Eggert, 2019/08/27