Re: [Fink-devel] make 4.x vs fink on 10.11

2015-10-19 Thread Jack Howarth
Another observation that seems to point at SIGCHLD handling being the issue is the failure seen in building texinfo under fink make on 10.11 make[5]: *** read jobs pipe: No such file or directory. Stop. make[5]: *** Waiting for unfinished jobs during the InfoTest. Note that in the make 4

Re: [Fink-devel] make 4.x vs fink on 10.11

2015-10-18 Thread Jack Howarth
On Sun, Oct 18, 2015 at 1:37 PM, Jack Howarth wrote: > On Sat, Oct 17, 2015 at 8:01 PM, Jack Howarth > wrote: > >> Looking a bit more at the failures of make 4.x under fink, I noticed that >> fink uses the perl system() call and MacPorts uses tcl's system() call as >> well. However the perl docu

Re: [Fink-devel] make 4.x vs fink on 10.11

2015-10-18 Thread Jack Howarth
On Sat, Oct 17, 2015 at 8:01 PM, Jack Howarth wrote: > Looking a bit more at the failures of make 4.x under fink, I noticed that > fink uses the perl system() call and MacPorts uses tcl's system() call as > well. However the perl documentation has the following comment... > > Since system does a

[Fink-devel] make 4.x vs fink on 10.11

2015-10-17 Thread Jack Howarth
Looking a bit more at the failures of make 4.x under fink, I noticed that fink uses the perl system() call and MacPorts uses tcl's system() call as well. However the perl documentation has the following comment... Since system does a fork and wait it may affect a SIGCHLD handler. See perlipc for d