[bug #57674] regression in make 4.3 with makefile from stdin

2020-01-30 Thread Natanael Copa
Follow-up Comment #1, bug #57674 (project make): This may not be a bug in make. `env -i` will unset $PATH so I guess this is expected behavior. I guess this can be closed. ___ Reply to this item at:

[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 c5ccc4930c3

[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 lim

regression in make 4.3 with makefile from stdin

2020-01-27 Thread Natanael Copa
Hi, I believe there is a regression in make 4.3. To reproduce: $ make -v GNU Make 4.3 Built for x86_64-alpine-linux-musl Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to cha

[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 SPEC=/home/ncopa

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

2020-01-27 Thread Natanael Copa
URL: 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 Group: Bug

[bug #57674] regression in make 4.3 with makefile from stdin

2020-01-27 Thread Natanael Copa
URL: Summary: regression in make 4.3 with makefile from stdin Project: make Submitted by: ncopa Submitted on: Mon 27 Jan 2020 11:41:55 AM UTC Severity: 3 - Normal Item G

website: easy way to find changelog via web

2010-08-20 Thread Natanael Copa
Hi, I wonder if it would be an idea to put changelog or "whats new" easily found on main page for gnu make. It could be nice to be able to read if an issue you have is fixed in the latest release - before you download the sources. And it would be nice to be able to read a convenient webbrowser ra