Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
On Tue, Sep 15, 2015 at 4:54 PM, Jack Howarth wrote: > Martin, > Fortunately, even with '-d' passed to fink make, I was able to > trigger at least one of these failures with the texlive-base build. > > Need a job token; we have children > Live child 0x7fd364b14bc0 (cweave.c) PID 32720 > Liv

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
Martin, Fortunately, even with '-d' passed to fink make, I was able to trigger at least one of these failures with the texlive-base build. Need a job token; we have children Live child 0x7fd364b14bc0 (cweave.c) PID 32720 Live child 0x7fd364b10f70 (synctex) PID 32702 Live child 0x7fd362518520

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
On Tue, Sep 15, 2015 at 11:45 AM, Jack Howarth wrote: > > > On Tue, Sep 15, 2015 at 11:04 AM, Martin Costabel > wrote: > >> On 15/09/15 14:50, Jack Howarth wrote: >> >>> Martin, >>>In libcurl4, the error always occurs in make install as... >>> >>> Makefile:481: recipe for target 'all-rec

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
On Tue, Sep 15, 2015 at 11:04 AM, Martin Costabel wrote: > On 15/09/15 14:50, Jack Howarth wrote: > >> Martin, >>In libcurl4, the error always occurs in make install as... >> >> Makefile:481: recipe for target 'all-recursive' failed >> > [...] > > I don't have 10.11 yet, so I cannot look

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
On Tue, Sep 15, 2015 at 11:04 AM, Martin Costabel wrote: > On 15/09/15 14:50, Jack Howarth wrote: > >> Martin, >>In libcurl4, the error always occurs in make install as... >> >> Makefile:481: recipe for target 'all-recursive' failed >> > [...] > > I don't have 10.11 yet, so I cannot look

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
The trigger for this bug is very hard to pinpoint. The cmake build routinely exhibits under 'fink -m -k rebuild cmake' but if I have fink only process the PatchScrtipt, the following doesn't trigger the bug in the resulting build directory cd /sw/src/fink.build/cmake-3.3.1-1/cmake-3.3.1 sud

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Martin Costabel
On 15/09/15 14:50, Jack Howarth wrote: > Martin, >In libcurl4, the error always occurs in make install as... > > Makefile:481: recipe for target 'all-recursive' failed [...] I don't have 10.11 yet, so I cannot look myself, but I still think there must have been an error just before this l

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
Martin, I also just tested a build of upstream current make git trunk using... ../configure CFLAGS="-I/sw/include -I/usr/include" LDFLAGS="-L/sw/lib -L/usr/lib" and it also suffers from this regression in 10.11. Jack On Tue, Sep 15, 2015 at 8:50 AM, Jack Howarth wrote: > Martin,

Re: [Fink-devel] make-4.1-3 with make-default split-off

2015-09-15 Thread Jack Howarth
Martin, In libcurl4, the error always occurs in make install as... Makefile:481: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/sw/src/fink.build/libcurl4-7.44.0-1+10.8/curl-7.44.0/tests' Makefile:1322: recipe for target 'test-full'