Re: Compilation error with GCC

2021-12-19 Thread Mohammad Akhlaghi
Thanks a lot Jouke, Pete, Dmitry and Paul The patches did indeed fix the problem. I also checked from the latest Git commit (d365bdfdbc925d) in a clean clone, which indeed worked smoothly! Thanks for the very prompt replies and action! Very impressive! Thanks again, Mohammad On 12/19/21 20:

Re: Compilation error with GCC

2021-12-19 Thread Paul Smith
On Sun, 2021-12-19 at 20:04 +0100, Jouke Witteveen wrote: > The patches "file #52422" and "file #52428" should resolve your > issues. I pushed these changes to Git.

[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 #60798] Make does not compile with GCC 11.1.0

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

Re: Compilation error with GCC

2021-12-19 Thread Pete Dietl
Jouke is the MVP on response time! On Sun, Dec 19, 2021 at 8:05 PM Jouke Witteveen wrote: > I believe what you are seeing is reported here: > https://savannah.gnu.org/bugs/?60798 > > The patches "file #52422" and "file #52428" should resolve your issues. > > Regards, > - Jouke > > On Sun, Dec 19

Re: Compilation error with GCC

2021-12-19 Thread Dmitry Goncharov
On Sun, Dec 19, 2021 at 1:51 PM Mohammad Akhlaghi wrote: > The configuration went nicely, however, during the compilation it > crashed with the attached error. i think, Jouke provided patches to workaround this warning. You can pass a flag to gcc to not treat warnings as errors. e.g. $ make CFLA

Re: Compilation error with GCC

2021-12-19 Thread Jouke Witteveen
I believe what you are seeing is reported here: https://savannah.gnu.org/bugs/?60798 The patches "file #52422" and "file #52428" should resolve your issues. Regards, - Jouke On Sun, Dec 19, 2021 at 7:55 PM Mohammad Akhlaghi wrote: > > So sorry, there was a typo in my last mail: > > As the previ

Re: Compilation error with GCC

2021-12-19 Thread Mohammad Akhlaghi
So sorry, there was a typo in my last mail: As the previously attached file shows, I was built Make over commit 'e62f4cf9a2eaf7' (Sun Nov 28 14:17:55 2021 -0500). Cheers, Mohammad On 12/19/21 19:49, Mohammad Akhlaghi wrote: Dear GNU Make maintainers, I just cloned Make (with the 'master' br

Compilation error with GCC

2021-12-19 Thread Mohammad Akhlaghi
Dear GNU Make maintainers, I just cloned Make (with the 'master' branch on commit c5d4b7b2f260c) and bootstrapped it with Gnulib (on commit 64f5221ef20ba) on Arch GNU/Linux and with GCC 11.1.0 and Glibc 2.33. The configuration went nicely, however, during the compilation it crashed with the