[bug #61621] unshare -Upf no longer works on make unless --disable-posix-spawn is given

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

[bug #61621] unshare -Upf no longer works on make unless --disable-posix-spawn is given

2021-12-05 Thread Paul D. Smith
Follow-up Comment #1, bug #61621 (project make): After investigation is appears that the POSIX_SPAWN_RESETIDS flag is causing the problem. Applying this patch solved it for me: diff --git a/src/job.c b/src/job.c index 54fadf00..9d97fc44 100644 --- a/src/job.c +++ b/src/job.c @@ -2359,8 +2359,8

[bug #61621] unshare -Upf no longer works on make unless --disable-posix-spawn is given

2021-12-04 Thread anonymous
URL: Summary: unshare -Upf no longer works on make unless --disable-posix-spawn is given Project: make Submitted by: None Submitted on: Sun 05 Dec 2021 01:51:55 AM UTC Severity: 3 -