This is a little odd... 'make' exits non-zero when doing 'make check' (help-version) on Itanium Linux, but the tests all seem to pass. Here is the relevant verbose output:

+ echo
+ echo
+ mkdir dir-12144
+ test kill = '['
+ prog=kill
+ eval 'args=$kill_args'
++ args=13844
+ ../../src/kill 13844
+ :
+ rm -rf in-12144 in2-12144 out-12144 dir-12144
./help-version: line 209: 13844 Terminated              sleep 10m
+ rm -rf in-12144 in2-12144 dir-12144 out-12144

It looks like something is not absorbing an expected failure like it should. Any guesses?

$ /bin/sh --version
GNU bash, version 2.05.8(1)-release (ia64-redhat-linux-gnu)
Copyright 2000 Free Software Foundation, Inc.

$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for ia64-unknown-linux-gnu

$ bash --version
GNU bash, version 3.1.17(1)-release (ia64-unknown-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.

$ echo $BASH_VERSION
3.1.17(1)-release

--
Matthew
"I don't question your existence -- God" (seen on a church billboard)



_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to