bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #46261] missing usage of EINTRLOOP macro


From: Jack Howarth
Subject: [bug #46261] missing usage of EINTRLOOP macro
Date: Wed, 21 Oct 2015 14:45:05 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.7

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]