[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make check "failure" on Itanium Linux
From: |
mwoehlke |
Subject: |
make check "failure" on Itanium Linux |
Date: |
Tue, 03 Oct 2006 15:55:50 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 |
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)
- make check "failure" on Itanium Linux,
mwoehlke <=
- Re: make check "failure" on Itanium HPUX, mwoehlke, 2006/10/03
- Re: make check "failure" on Itanium HPUX, Jim Meyering, 2006/10/03
- Re: make check "failure" on Itanium HPUX, mwoehlke, 2006/10/03
- Re: make check "failure" on Itanium HPUX, Paul Eggert, 2006/10/03
- Re: make check "failure" on Itanium HPUX, mwoehlke, 2006/10/04
- Re: make check "failure" on Itanium HPUX, Paul Eggert, 2006/10/07
- Re: make check "failure" on Itanium HPUX, mwoehlke, 2006/10/09
Re: make check "failure" on Itanium Linux, mwoehlke, 2006/10/03