bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.7.3: single test failure on NetBSD 1.6


From: Nelson H. F. Beebe
Subject: Re: automake-1.7.3: single test failure on NetBSD 1.6
Date: Sat, 12 Apr 2003 14:56:04 -0600 (MDT)

Alexandre Duret-Lutz <address@hidden> writes on Sat, 12 Apr
2003 22:44:16 +0200: 

>> ...
>> Instructions for getting verbose output are at the top of
>> tests/README.  We should probably mention this file when the test
>> suite fails.
>> ...

Yes, or even better, accumulate a list of failures, and rerun them
capturing a verbose log, like autoconf does.

Attached below is the output of

        env VERBOSE=x TESTS='man2.test' make -e check

on the NetBSD 1.6 system.  It isn't clear to me what is going wrong
here: there isn't an obvious problem report that I can spot in the
output.

For reference, on this system, we have

        % uname -a
        NetBSD netbsd.vm.math.utah.edu 1.6 NetBSD 1.6 (GENERIC) #0: \
        Sun Sep  8 19:43:40 UTC 2002 \
        
address@hidden:/autobuild/i386/OBJ/autobuild/src/sys/arch/i386/compile/GENERIC \
        i386 i386 Intel Pentium III (Katmai) (686-class) NetBSD

        % sed --version
        GNU sed version 4.0.7

        % gcc --version
        gcc (GCC) 3.2.2

        % perl --version
        This is perl, v5.8.0 built for i386-netbsd

        % gawk --version
        GNU Awk 3.1.2

        % make --version
        GNU Make 3.80

Here is the requested test run:

        % env VERBOSE=x TESTS='man2.test' make -e check
        Making check in .
        make[1]: Entering directory `/local/build/automake-1.7.3'
        make[1]: Nothing to be done for `check-am'.
        make[1]: Leaving directory `/local/build/automake-1.7.3'
        Making check in m4
        make[1]: Entering directory `/local/build/automake-1.7.3/m4'
        make[1]: Nothing to be done for `check'.
        make[1]: Leaving directory `/local/build/automake-1.7.3/m4'
        Making check in lib
        make[1]: Entering directory `/local/build/automake-1.7.3/lib'
        Making check in Automake
        make[2]: Entering directory `/local/build/automake-1.7.3/lib/Automake'
        make[2]: Nothing to be done for `check'.
        make[2]: Leaving directory `/local/build/automake-1.7.3/lib/Automake'
        Making check in am
        make[2]: Entering directory `/local/build/automake-1.7.3/lib/am'
        make[2]: Nothing to be done for `check'.
        make[2]: Leaving directory `/local/build/automake-1.7.3/lib/am'
        make[2]: Entering directory `/local/build/automake-1.7.3/lib'
        make[2]: Nothing to be done for `check-am'.
        make[2]: Leaving directory `/local/build/automake-1.7.3/lib'
        make[1]: Leaving directory `/local/build/automake-1.7.3/lib'
        Making check in tests
        make[1]: Entering directory `/local/build/automake-1.7.3/tests'
        make  defs
        make[2]: Entering directory `/local/build/automake-1.7.3/tests'
        make[2]: `defs' is up to date.
        make[2]: Leaving directory `/local/build/automake-1.7.3/tests'
        make  check-TESTS
        make[2]: Entering directory `/local/build/automake-1.7.3/tests'
        === Running test ./man2.test
        + pwd
        /local/build/automake-1.7.3/tests/testSubDir
        + set -e
        + echo AC_OUTPUT
        + cat
        + :
        + :
        + :
        + /usr/local/bin/perl 
/local/build/automake-1.7.3/tests/testSubDir/../../aclocal
         -I /local/build/automake-1.7.3/tests/testSubDir/../../m4 
--acdir=/local/build/a
        utomake-1.7.3/tests/../m4
        + /usr/local/bin/bash /local/build/automake-1.7.3/lib/missing --run 
autoconf
        + /usr/local/bin/perl 
/local/build/automake-1.7.3/tests/testSubDir/../../automak
        e --libdir=/local/build/automake-1.7.3/tests/../lib --foreign -Werror 
-Wall
        + ./configure --prefix=
        checking for a BSD-compatible install... /usr/local/bin/install -c
        checking whether build environment is sane... yes
        checking for gawk... gawk
        checking whether make sets $(MAKE)... yes
        configure: creating ./config.status
        config.status: creating Makefile
        + pwd
        + DESTDIR=/local/build/automake-1.7.3/tests/testSubDir/_inst make -e 
install
        make[1]: Entering directory 
`/local/build/automake-1.7.3/tests/testSubDir'
        make[1]: Nothing to be done for `install-exec-am'.
        /usr/local/bin/bash ./mkinstalldirs 
/local/build/automake-1.7.3/tests/testSubDir
        /_inst/usr/local/man/man2
        mkdir -p -- 
/local/build/automake-1.7.3/tests/testSubDir/_inst/usr/local/man/man
        2
         /usr/local/bin/install -c -m 644 ./foo.2 
/local/build/automake-1.7.3/tests/test
        SubDir/_inst/usr/local/man/man2/foo.2
        /usr/local/bin/bash ./mkinstalldirs 
/local/build/automake-1.7.3/tests/testSubDir
        /_inst/usr/local/man/man4
        mkdir -p -- 
/local/build/automake-1.7.3/tests/testSubDir/_inst/usr/local/man/man
        4
         /usr/local/bin/install -c -m 644 ./foo.4 
/local/build/automake-1.7.3/tests/test
        SubDir/_inst/usr/local/man/man4/foo.4
         /usr/local/bin/install -c -m 644 ./bar.man 
/local/build/automake-1.7.3/tests/te
        stSubDir/_inst/usr/local/man/man4/bar.4
        make[1]: Leaving directory 
`/local/build/automake-1.7.3/tests/testSubDir'
        + test -f ./_inst/man/man2/foo.2
        FAIL: man2.test
        =====================================
        1 of 1 tests failed
        Please report to address@hidden
        =====================================
        make[2]: *** [check-TESTS] Error 1
        make[2]: Leaving directory `/local/build/automake-1.7.3/tests'
        make[1]: *** [check-am] Error 2
        make[1]: Leaving directory `/local/build/automake-1.7.3/tests'
        make: *** [check-recursive] Error 1

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 581 4148                  -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------




reply via email to

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