[bug #57676] openjdk11 fails to build with make 4.3

2023-08-21 Thread Nitish Naik
Follow-up Comment #13, bug #57676 (project make): [comment #11 comment #11:] > Dmitry, > > [comment #9 comment #9:] > > make should not claim "cannot make the included makefile" having successfully read the makefile. > > Here is a patch which fixes the issue. > > I applied the patch to the

[bug #57676] openjdk11 fails to build with make 4.3

2020-12-06 Thread Paul D. Smith
Update of bug #57676 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #57676] openjdk11 fails to build with make 4.3

2020-03-08 Thread Yann E. MORIN
Follow-up Comment #11, bug #57676 (project make): Dmitry, [comment #9 comment #9:] > make should not claim "cannot make the included makefile" having successfully read the makefile. > Here is a patch which fixes the issue. I applied the patch to the source tree of make-4.3, and it does fix the

[bug #57676] openjdk11 fails to build with make 4.3

2020-03-08 Thread Dmitry Goncharov
Follow-up Comment #10, bug #57676 (project make): Here is a test for this. +# Test 20. +# When successfully read an included makefile, update its mtime, if needed. +# https://savannah.gnu.org/bugs/?57676. + +unlink('hello.mk'); +run_make_test(q! +-include hello.mk +$(shell echo hello=world

[bug #57676] openjdk11 fails to build with make 4.3

2020-03-08 Thread Dmitry Goncharov
Follow-up Comment #9, bug #57676 (project make): make should not claim "cannot make the included makefile" having successfully read the makefile. Here is a patch which fixes the issue. regards, Dmitry diff --git a/src/makeint.h b/src/makeint.h index c428a36..327849b 100644 --- a/src/makeint.h

[bug #57676] openjdk11 fails to build with make 4.3

2020-03-04 Thread Yann E. MORIN
Follow-up Comment #8, bug #57676 (project make): Hello All, Can we eventually have a closure on this one: is it considered a regression or not? If it is a regression, will it be fixed, or will it be considered the new behaviour? Thanks!

[bug #57676] openjdk11 fails to build with make 4.3

2020-02-11 Thread Yann E. MORIN
Follow-up Comment #7, bug #57676 (project make): We also triggered this bug in Buildroot, where our Makefile does something that can be reduced to this simple Makefile: -include foo $(shell echo 'VAR?=$(VAR)' >foo) include foo all: @echo 'VAR="$(VAR)"' which allows us to memorise

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-28 Thread Martin Dorey
Follow-up Comment #6, bug #57676 (project make): > I would consider this a bug in make Well, it's not wrong that there is no rule to make the dependency file and adding one does silence it (this is make-4.3.90): martind@paris:~/tmp/make-57676$ cat Makefile2 -include deps BADGER := $(shell touch

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-28 Thread Natanael Copa
Follow-up Comment #5, bug #57676 (project make): > I see "make clean" isn't enough to set up for a new run - you need rm -r vardeps too. Yeah. I messed up the Makefile. the clean target should also remove vardeps. > If it is that, then the behavior change was introduced by git commit

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-27 Thread Martin Dorey
Follow-up Comment #4, bug #57676 (project make): If it is that, then the behavior change was introduced by git commit c5ccc4930c3805604813def4455bc2e90635349e: [SV 40236] Handle included file open failures properly. ___ Reply to this

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-27 Thread anonymous
Follow-up Comment #3, bug #57676 (project make): > (I tried to send this to -email is unavailable- but it appears to have disappeared somewhere) (I got it and your other one, but raising a bug was probably a better choice anyway here.) > fails on first run with make 4.3

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-27 Thread Natanael Copa
Follow-up Comment #2, bug #57676 (project make): I think I have been able to isolate the problem and have created a testcase that will trigger the problem. It works with make 4.2.1 but fails on first run with make 4.3, but succeeds on second run. Testcase has been attached.

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-27 Thread Natanael Copa
Additional Item Attachment, bug #57676 (project make): File name: Makefile Size:5 KB ___ Reply to this item at:

openjdk11 fails to build with make 4.3

2020-01-27 Thread Natanael Copa
openjdk11 builds fine with make 4.2.1 but with 4.3 we get following error on Alpine linux, on all our architectures (aarch64, ppc64le, s390x, x86_64): - Build performance summary: * Cores to use: 48 * Memory

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-27 Thread Natanael Copa
Follow-up Comment #1, bug #57676 (project make): I have traced it to this command: $ (cd /home/ncopa/aports/community/openjdk11/src/ jdk11u-jdk-11.0.6+10/make && /usr/bin/make --debug --trace -s -r -R -I /home/ncopa/aports/community/openjdk11/src/jdk11u -jdk-11.0.6+10/make/common

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-27 Thread Natanael Copa
URL: <https://savannah.gnu.org/bugs/?57676> Summary: openjdk11 fails to build with make 4.3 Project: make Submitted by: ncopa Submitted on: Mon 27 Jan 2020 11:46:20 AM UTC Severity: 3 - Normal Item