[bug #63045] Make crashes when makefile keeps the loaded shared object intact.

2022-09-10 Thread Dmitry Goncharov
Additional Item Attachment, bug #63045 (project make): File name: sv63045_fix.diff Size:11 KB File name: sv63045_test.diff Size:4 KB

[bug #62881] parentheses confuse make parser

2022-09-10 Thread Paul D. Smith
Update of bug #62881 (project make): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #2: I decided to "solve"

[bug #62898] Document how to use variables to hide special characters

2022-09-10 Thread Paul D. Smith
Update of bug #62898 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Component Version:

[bug #63045] Make crashes when makefile keeps the loaded shared object intact.

2022-09-10 Thread Dmitry Goncharov
Follow-up Comment #1, bug #63045 (project make): Make crashes when makefile keeps the loaded shared object intact. In this makefile make loads shared object hello.so, then unloads it in order to rebuild. The rule provided by the makefile keeps the shared object intact. Make does not re-execute

[bug #63045] Make crashes when makefile keeps the loaded shared object intact.

2022-09-10 Thread Dmitry Goncharov
URL: Summary: Make crashes when makefile keeps the loaded shared object intact. Project: make Submitter: dgoncharov Submitted: Sun 11 Sep 2022 03:13:13 AM UTC Severity: 3 -

[bug #63044] Make fails to update .LOADED when the setup routine returns -1.

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

[bug #63037] make check: 3 failures and error from "check-regression"

2022-09-10 Thread Paul D. Smith
Update of bug #63037 (project make): Item Group:None => Build/Install Status:None => Fixed Assigned to:None => psmith Open/Closed:

[bug #63040] autoconf-2.69 and 2.71 fail to build after $(shell ...) environment handlign change

2022-09-10 Thread Paul D. Smith
Update of bug #63040 (project make): Item Group:None => Bug Status:None => Fixed Assigned to:None => psmith Open/Closed:

[bug #63044] Make fails to update .LOADED when the setup routine returns -1.

2022-09-10 Thread Dmitry Goncharov
Additional Item Attachment, bug #63044 (project make): File name: sv63044_fix.diff Size:0 KB File name: sv63044_test.diff Size:1 KB

[bug #63044] Make fails to update .LOADED when the setup routine returns -1.

2022-09-10 Thread Dmitry Goncharov
Follow-up Comment #1, bug #63044 (project make): Make fails to add a loaded shared object to .LOADED when the shared object setup routine returns -1. $ ls makefile timer2.c $ cat timer2.c int plugin_is_GPL_compatible; int timer2_gmk_setup (void) { return -1; } $ gcc -o timer2.so

[bug #63044] Make fails to update .LOADED when the setup routine returns -1.

2022-09-10 Thread Dmitry Goncharov
URL: Summary: Make fails to update .LOADED when the setup routine returns -1. Project: make Submitter: dgoncharov Submitted: Sun 11 Sep 2022 01:46:28 AM UTC Severity: 3 -

[bug #63039] implicit rule recursion is forbidden

2022-09-10 Thread Paul D. Smith
Update of bug #63039 (project make): Item Group: Bug => Enhancement Status:None => Duplicate Open/Closed:Open => Closed

Re: Bug Report

2022-09-10 Thread Paul Smith
On Sat, 2022-09-10 at 23:12 +0300, Fosil Crypto wrote: > ubuntu@ip-172-31-95-154:~$ make ncdu gcc git jq chrony liblz4-tool -y > make: invalid option -- 'y' This is not a bug. You are just invoking make incorrectly.