> On Oct 14, 2015, at 18:26, Bill Waggoner <ctgreybe...@gmail.com> wrote:
> 
> libtool: link: gcc -g -O2 -Wall -W -o .libs/thumbnail thumbnail.o  -L/sw/lib 
> ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /sw/lib/liblzma.dylib 
> /sw/lib/libjbig.dylib /sw/lib/libjpeg.dylib -lz -pthread
> libtool: link: gcc -g -O2 -Wall -W -o .libs/rgb2ycbcr rgb2ycbcr.o  -L/sw/lib 
> ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /sw/lib/liblzma.dylib 
> /sw/lib/libjbig.dylib /sw/lib/libjpeg.dylib -lz -pthread
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
> /bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -W  -L/sw/lib -o 
> tiff2ps tiff2ps.o ../libtiff/libtiff.la <http://libtiff.la/> 
> ../port/libport.la <http://libport.la/> -llzma -ljbig -ljpeg -lz
> /bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -W  -L/sw/lib -o 
> tiff2rgba tiff2rgba.o ../libtiff/libtiff.la <http://libtiff.la/> 
> ../port/libport.la <http://libport.la/> -llzma -ljbig -ljpeg -lz
> libtool: link: gcc -g -O2 -Wall -W -o .libs/tiff2bw tiff2bw.o  -L/sw/lib 
> ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /sw/lib/liblzma.dylib 
> /sw/lib/libjbig.dylib /sw/lib/libjpeg.dylib -lz -pthread
> clang: warning: argument unused during compilation: '-pthread'
> /bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall -W  -L/sw/lib -o 
> tiffcmp tiffcmp.o ../libtiff/libtiff.la <http://libtiff.la/> 
> ../port/libport.la <http://libport.la/> -llzma -ljbig -ljpeg -lz
> libtool: link: gcc -g -O2 -Wall -W -o .libs/tiff2pdf tiff2pdf.o  -L/sw/lib 
> ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /sw/lib/liblzma.dylib 
> /sw/lib/libjbig.dylib /sw/lib/libjpeg.dylib -lz -pthread
> clang: warning: argument unused during compilation: '-pthread'
> Makefile:545: recipe for target 'all-recursive' failed
> make: *** [all-recursive] Error 1
> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 4!
> make: Leaving directory 
> '/sw/src/fink.build/libtiff5-shlibs-4.0.6-1/tiff-4.0.6'
> ### execution of /tmp/fink.JyCwA failed, exit code 2
> ### execution of /tmp/fink.YbhGB failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-libtiff5-shlibs-4.0.6-1
> libtool: link: gcc -g -O2 -Wall -W -o .libs/tiff2ps tiff2ps.o  -L/sw/lib 
> ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /sw/lib/liblzma.dylib 
> /sw/lib/libjbig.dylib /sw/lib/libjpeg.dylib -lz -pthread
> libtool: link: gcc -g -O2 -Wall -W -o .libs/tiff2rgba tiff2rgba.o  -L/sw/lib 
> ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /sw/lib/liblzma.dylib 
> /sw/lib/libjbig.dylib /sw/lib/libjpeg.dylib -lz -pthread
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
> libtool: link: gcc -g -O2 -Wall -W -o .libs/tiffcmp tiffcmp.o  -L/sw/lib 
> ../libtiff/.libs/libtiff.dylib ../port/.libs/libport.a /sw/lib/liblzma.dylib 
> /sw/lib/libjbig.dylib /sw/lib/libjpeg.dylib -lz -pthread
> clang: warning: argument unused during compilation: '-pthread'
> (Reading database ... 199809 files and directories currently installed.)
> Removing fink-buildlock-libtiff5-shlibs-4.0.6-1 ...
> Updating the list of locally available binary packages.
> 
> Setting build jobs to 1 fixed it ... ;-)
> 
> Bill W

Thanks for the report.  Another fix here would be not to use fink’s make, and 
thereby avoid forcing a single build job.

Since this package has a fully custom CompileScript, it can be explicitly 
coerced to use /usr/bin/make instead.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison

------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to