bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.6.1: verbose test failure results: Sun SPARC Solaris 2.7


From: Alexandre Duret-Lutz
Subject: Re: automake-1.6.1: verbose test failure results: Sun SPARC Solaris 2.7
Date: Mon, 15 Apr 2002 21:07:33 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

[Please, don't forget to keep address@hidden in Cc:]

>>> "Nelson" == Nelson H F Beebe <address@hidden> writes:

[...]
 Nelson> PASS: cond4.test

Another FAILure that PASSed.

That's try the same commands as for cond19.test on IRIX:

  env TESTS=cond4.test VERBOSE=x make -e SHELL=/bin/sh check
  make TESTS=cond4.test VERBOSE=x check-TESTS

 Nelson> === Running test ./cond19.test
[...]
 Nelson> + ./configure
 Nelson> CC=gcc CONDITION2=true CONDITION1=true
 Nelson> checking for a BSD-compatible install... /usr/local/bin/install -c
 Nelson> checking whether build environment is sane... yes
 Nelson> checking for gawk... gawk
 Nelson> checking whether make sets ${MAKE}... yes
 Nelson> checking for gcc... gcc
 Nelson> checking for C compiler default output... a.out
 Nelson> checking whether the C compiler works... yes
 Nelson> checking whether we are cross compiling... no
 Nelson> checking for suffix of executables...
 Nelson> checking for suffix of object files... o
 Nelson> checking whether we are using the GNU C compiler... yes
 Nelson> checking whether gcc accepts -g... yes
 Nelson> checking for style of include used by make... GNU
 Nelson> checking dependency style of gcc... gcc
 Nelson> configure: creating ./config.status
 Nelson> config.status: creating Makefile
 Nelson> config.status: executing depfiles commands
 Nelson> + make --no-print-directory echorule
 Nelson> vala=cd . && /bin/ksh ./config.status Makefile depfiles

This looks like a time stamp issue.  I don't understand why
the config.status rule is trigered here.  Anyway, this
causes additional output ...

 Nelson> config.status: creating Makefile
 Nelson> config.status: executing depfiles commands
 Nelson> dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
 Nelson> + ./configure
 Nelson> CC=gcc CONDITION2=false CONDITION1=true
 Nelson> checking for a BSD-compatible install... /usr/local/bin/install -c
 Nelson> checking whether build environment is sane... yes
 Nelson> checking for gawk... gawk
 Nelson> checking whether make sets ${MAKE}... yes
 Nelson> checking for gcc... gcc
 Nelson> checking for C compiler default output... a.out
 Nelson> checking whether the C compiler works... yes
 Nelson> checking whether we are cross compiling... no
 Nelson> checking for suffix of executables...
 Nelson> checking for suffix of object files... o
 Nelson> checking whether we are using the GNU C compiler... yes
 Nelson> checking whether gcc accepts -g... yes
 Nelson> checking for style of include used by make... GNU
 Nelson> checking dependency style of gcc... gcc
 Nelson> configure: creating ./config.status
 Nelson> config.status: creating Makefile
 Nelson> config.status: executing depfiles commands
 Nelson> + make --no-print-directory echorule
 Nelson> valb=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
 Nelson> + ./configure
 Nelson> CC=gcc CONDITION2=true CONDITION1=false
 Nelson> checking for a BSD-compatible install... /usr/local/bin/install -c
 Nelson> checking whether build environment is sane... yes
 Nelson> checking for gawk... gawk
 Nelson> checking whether make sets ${MAKE}... yes
 Nelson> checking for gcc... gcc
 Nelson> checking for C compiler default output... a.out
 Nelson> checking whether the C compiler works... yes
 Nelson> checking whether we are cross compiling... no
 Nelson> checking for suffix of executables...
 Nelson> checking for suffix of object files... o
 Nelson> checking whether we are using the GNU C compiler... yes
 Nelson> checking whether gcc accepts -g... yes
 Nelson> checking for style of include used by make... GNU
 Nelson> checking dependency style of gcc... gcc
 Nelson> configure: creating ./config.status
 Nelson> config.status: creating Makefile
 Nelson> config.status: executing depfiles commands
 Nelson> + make --no-print-directory echorule
 Nelson> valc=dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
 Nelson> + ./configure
 Nelson> CC=gcc CONDITION2=false CONDITION1=false
 Nelson> checking for a BSD-compatible install... /usr/local/bin/install -c
 Nelson> checking whether build environment is sane... yes
 Nelson> checking for gawk... gawk
 Nelson> checking whether make sets ${MAKE}... yes
 Nelson> checking for gcc... gcc
 Nelson> checking for C compiler default output... a.out
 Nelson> checking whether the C compiler works... yes
 Nelson> checking whether we are cross compiling... no
 Nelson> checking for suffix of executables...
 Nelson> checking for suffix of object files... o
 Nelson> checking whether we are using the GNU C compiler... yes
 Nelson> checking whether gcc accepts -g... yes
 Nelson> checking for style of include used by make... GNU
 Nelson> checking dependency style of gcc... gcc
 Nelson> configure: creating ./config.status
 Nelson> config.status: creating Makefile
 Nelson> config.status: executing depfiles commands
 Nelson> + make --no-print-directory echorule
 Nelson> vald=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
 Nelson> + echo cd . && /bin/ksh ./config.status Makefile depfiles 
config.status: creating Makefile config.status: executing depfiles commands 
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
 Nelson> cd . && /bin/ksh ./config.status Makefile depfiles config.status: 
creating Makefile config.status: executing depfiles commands dlmaina1.c 
dlmainb2.c dlmaina1.o dlmainb2.o
 Nelson> + echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
 Nelson> dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
 Nelson> + echo dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
 Nelson> dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
 Nelson> + echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
 Nelson> dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
 Nelson> + test xcd . && /bin/ksh ./config.status Makefile depfiles
 Nelson> config.status: creating Makefile
 Nelson> config.status: executing depfiles commands
 Nelson> dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o = xdlmaina1.c dlmainb2.c 
dlmaina1.o dlmainb2.o
 Nelson> + exit 1

... leading to this failure.

 Nelson> FAIL: cond19.test

[...]
 Nelson> === Running test ./substref.test
[...]
 Nelson> + make -s echorule
 Nelson> val=dlmain.c dlmain.o
 Nelson> + echo dlmain.c dlmain.o
 Nelson> dlmain.c dlmain.o
 Nelson> + test xdlmain.c dlmain.o = xdlmain.c dlmain.o
 Nelson> PASS: substref.test
 Nelson> ==================
 Nelson> All 1 tests passed
 Nelson> ==================

In your previous report, this failed too.  This test looks much
like cond19.test.  I'm starting to wonder whether this could be
transiant timestamp skews, due to NFS or something similar.  Does
this ring a bell?
-- 
Alexandre Duret-Lutz




reply via email to

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