Follow-up Comment #5, bug #46261 (project make):

The full error that we are seeing on OS X 10.11 under make 4.1 called from
perl after a flock() is...

make[5]: *** read jobs pipe: No such file or directory.  Stop.
make[5]: *** Waiting for unfinished jobs....
libtool: compile:  /sw/src/fink.build/gcc5-5.2.0-2/darwin_objdir/./gcc/gcj
-B/sw/src/fink.build/gcc5-5.2.0-2/darwin_objdir/x86_64-apple-darwin15.0.0/i386/libjava/
-B/sw/src/fink.build/gcc5-5.2.0-2/darwin_objdir/x86_64-apple-darwin15.0.0/i386/libjava/
-B/sw/src/fink.build/gcc5-5.2.0-2/darwin_objdir/./gcc/
-B/sw/lib/gcc5/x86_64-apple-darwin15.0.0/bin/
-B/sw/lib/gcc5/x86_64-apple-darwin15.0.0/lib/ -isystem
/sw/lib/gcc5/x86_64-apple-darwin15.0.0/include -isystem
/sw/lib/gcc5/x86_64-apple-darwin15.0.0/sys-include -m32 -ffloat-store
-fomit-frame-pointer -Usun -fclasspath=
-fbootclasspath=../../../../gcc-5.2.0/libjava/classpath/lib --encoding=UTF-8
-Wno-deprecated -fbootstrap-classes -g -O2 -m32 -c --resource
gnu/java/locale/LocaleInformation_gaa.properties
../../../../gcc-5.2.0/libjava/classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties
 -fno-common -o gnu/java/locale/.libs/LocaleInformation_gaa.properties.o
Makefile:10240: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
'/sw/src/fink.build/gcc5-5.2.0-2/darwin_objdir/x86_64-apple-darwin15.0.0/i386/libjava'
Makefile:12804: recipe for target 'multi-do' failed
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory
'/sw/src/fink.build/gcc5-5.2.0-2/darwin_objdir/x86_64-apple-darwin15.0.0/libjava'
Makefile:12768: recipe for target 'all-multi' failed
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory
'/sw/src/fink.build/gcc5-5.2.0-2/darwin_objdir/x86_64-apple-darwin15.0.0/libjava'
Makefile:17475: recipe for target 'all-target-libjava' failed
make[1]: *** [all-target-libjava] Error 2
Makefile:21086: recipe for target 'bootstrap-lean' failed
make: *** [bootstrap-lean] Error 141
make: INTERNAL: Exiting with 1 jobserver tokens available; should be 8!

in the parallel make  FSF gcc 5.2.0 build. My understanding is that the error
code 141 is an error above 128 indicating a termination due to signal which in
this case would be 141-128=13 or "Broken pipe: write to pipe with no readers".

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46261>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to