Max, El Capitan GM currently produces an instability in fink make for a variety of builds (cmake, libcurl4, texlive-base, r-base32, etc) resulting in random failures of the form...
make: INTERNAL: Exiting with 1 jobserver tokens available; should be 8!
during parallel builds on my MacPro 3,1 with 8 cores. Since only a few
packages in fink have a dependency on fink make, those could be updated to
invoke it as gmake and allow the average user to keep using the system make
unless they really want to change the default using make-default.
Thanks in advance.
Jack
Index: make.info
===================================================================
RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/devel/
make.info,v
retrieving revision 1.1
diff -r1.1 make.info
19c19
< Revision: 2
---
> Revision: 3
39c39,40
< --infodir=%p/share/info
---
> --infodir=%p/share/info \
> --program-prefix=g
48c49,64
< InstallScript: make install DESTDIR=%d
---
> InstallScript: <<
> make install DESTDIR=%d
> ln -s %p/bin/gmake %i/bin/make
> ln -s %p/share/man/man1/gmake.1 %i/share/man/man1/make.1
> <<
> SplitOff: <<
> Package: make-default
> Description: Software build tool, without 'g' prefix
> Depends: <<
> make (>= %v-%r)
> <<
> Files: <<
> bin/make
> share/man/man1/make.1
> <<
> <<
make.info
Description: Binary data
------------------------------------------------------------------------------
_______________________________________________ Fink-devel mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
