This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make check fails to complete


When I run 'make check' in a binutil sbuild directry built frm CVS
head, I get these results:

                === binutils Summary ===

# of expected passes            72
# of unexpected failures        1
# of unsupported tests          8


Not too shabby.  Unfortunately, what happens immediatelt afterwards is this:

make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory `/tmp/build/binutils/build-x86_64-pc-linux/binutils'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/tmp/build/binutils/build-x86_64-pc-linux/binutils'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/tmp/build/binutils/build-x86_64-pc-linux/binutils'
make[1]: *** [check-binutils] Error 2
make[1]: Leaving directory `/tmp/build/binutils/build-x86_64-pc-linux'
make: *** [do-check] Error 2


And make terminates, instead of continuing to test the rest.  Is this
supposed to happen?  Will 1 failure preclude running any additional
tests?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]