Martin,
      There is a regression in fink make under by El Capitan which I
haven't been able to pinpoint the origin of yet. It is commonly reproduced
here by trying to build fink cmake with fink make installed. The error
appears on my MacPro 3,1 as...

[ 69%] Building CXX object
Source/CMakeFiles/CMakeLib.dir/cmDocumentation.cxx.o

CMakeFiles/Makefile2:1972: recipe for target
'Source/CMakeFiles/CMakeLib.dir/all' failed

make[1]: *** [Source/CMakeFiles/CMakeLib.dir/all] Broken pipe: 13

Makefile:160: recipe for target 'all' failed

make: *** [all] Error 2

make: INTERNAL: Exiting with 1 jobserver tokens available; should be 8!

### execution of /tmp/fink.ceCyn failed, exit code 2

### execution of /tmp/fink.eNsNl failed, exit code 2

It can be avoided by hard coding the usage of system make into the cmake
build with...

Index: cmake.info

===================================================================

RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/devel/
cmake.info,v

retrieving revision 1.1

diff -r1.1 cmake.info

2c2

< Version: 3.3.0

---

> Version: 3.3.1

5c5

< Source-MD5: b1d4823e3f74c961486d9f253da9825d

---

> Source-MD5: 52638576f4e1e621fed6c3410d3a1b12

22c22

<  make

---

>  /usr/bin/make

Oddly building cmake under MacPorts with their make 4.1 doesn't trigger the
glitch under 10.11 here.
I haven't been able to reproduce the problem with the cmake build, using
fink make, outside of fink (even when running under 'sudo -u fink-bld
csh'). I wonder if there is something else set in the fink build
environment that could be that trigger to reproduce it outside of fink?
         Jack
ps So far I have been unable to trigger any InfoTest failures in the fink
make build itself under El Capitan so the make testsuite seems unable to
capture the problem.
------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to