Amiga support

2022-11-04 Thread Bob Michael
Please sir - may I have some more?

[bug #63310] configure: unexpected CPPFLAGS effect on C compiler options check

2022-11-04 Thread Paul D. Smith
Follow-up Comment #1, bug #63310 (project make): This comes from an autoconf macro provided by the gnulib project: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=m4/gnulib-common.m4;h=d17cbec58cbe0ee14a385c1902c83f25562db7bb;hb=HEAD#l912 I think you'll need to bring it with them for

[bug #63310] configure: unexpected CPPFLAGS effect on C compiler options check

2022-11-04 Thread Paul D. Smith
Update of bug #63310 (project make): Status:None => Cannot Fix Open/Closed:Open => Closed ___ Reply to this item at:

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-04 Thread Paul D. Smith
Follow-up Comment #1, bug #63315 (project make): For the loadapi issues I'll need someone to debug that, or let me onto a system I can debug with. There's clearly something different about the OpenBSD settings related to dynamic loading/unloading which is cause coredumps, because we don't see thi

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-04 Thread Brad Smith
Follow-up Comment #2, bug #63315 (project make): [comment #1 comment #1:] > For the loadapi issues I'll need someone to debug that, or let me onto a system I can debug with. There's clearly something different about the OpenBSD settings related to dynamic loading/unloading which is cause coredump

Re: [bug #63315] Test failures with 4.4 on OpenBSD

2022-11-04 Thread Dmitry Goncharov
On Fri, Nov 4, 2022 at 3:51 PM Brad Smith wrote: > I can give you access to a system to test with. Brad, if you created an account for me, i'd be able to take care of this. Thank you regards, Dmitry

[bug #63307] make 4.4 passes ignored SIGPIPE on to children

2022-11-04 Thread Dmitry Goncharov
Additional Item Attachment, bug #63307 (project make): File name: sv63307_fix.diff Size:1 KB File name: sv63307_test.diff Size:2 KB

[bug #63307] make 4.4 passes ignored SIGPIPE on to children

2022-11-04 Thread Dmitry Goncharov
Follow-up Comment #3, bug #63307 (project make): Tested on linux, sun and aix. ___ Reply to this item at: ___ Message sent via Savannah https://savannah

[bug #63307] make 4.4 passes ignored SIGPIPE on to children

2022-11-04 Thread Dmitry Goncharov
Follow-up Comment #2, bug #63307 (project make): Is it useful to restore sigpipe before spawning children? Is that not good enough to have sigpipe disposition set to default for children? There are signals for which it is important to preseve the disposition, notably sighup for nohup, but not sigp