Hi,

Testing the latest release of Automake, I see test failures in
dist-readonly and lex-clean.  I've attached the relevant sections of
test-suite.log.

Thanks,

Matt.
FAIL: t/dist-readonly
=====================

Running from installcheck: no
Using TAP: no
PATH = /sources/automake-1.12/t/ax:/sources/automake-1.12/t/wrap:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/usr/sbin
++ pwd
/sources/automake-1.12/t/dist-readonly.dir
+ cat
+ cat
+ echo 'int main (void) { return 0; }'
+ echo To be, or not to be ...
+ chmod a-w foo.c bar.txt
+ aclocal-1.12 -Werror
+ autoconf
+ automake-1.12 --foreign -Werror -Wall
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make distdir
if test -d "dist-readonly-1.0"; then find "dist-readonly-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-readonly-1
.0" || { sleep 5 && rm -rf "dist-readonly-1.0"; }; else :; fi
test -d "dist-readonly-1.0" || mkdir "dist-readonly-1.0"
test -n "" \
|| find "dist-readonly-1.0" -type d ! -perm -755 \
        -exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh /sources/automake-1.12/t/dist-readonly.dir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "dist-readonly-1.0"
+ ls -l dist-readonly-1.0
total 264
-rw-r--r-- 1 root root    405 Apr 27 21:07 Makefile.am
-rw-r--r-- 1 root root  21384 Apr 27 21:07 Makefile.in
-rw-r--r-- 1 root root  35135 Apr 27 21:07 aclocal.m4
-r--r--r-- 1 root root     24 Apr 27 21:07 bar.txt
-rwxr-xr-x 1 root root 135560 Apr 27 21:07 configure
-rw-r--r-- 1 root root     98 Apr 27 21:07 configure.ac
-rwxr-xr-x 1 root root  20842 Apr 27 21:07 depcomp
-r--r--r-- 1 root root     30 Apr 27 21:07 foo.c
-rwxr-xr-x 1 root root  13997 Apr 27 21:07 install-sh
-rwxr-xr-x 1 root root  10179 Apr 27 21:07 missing
+ test -f foo.c
+ test '!' -w foo.c
+ Exit 1
+ set +e
+ test 77 = 1
+ exit 1
+ exit 1
+ exit_status=1
+ set +e
+ cd /sources/automake-1.12
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
dist-readonly: exit 1


FAIL: t/lex-clean
=================

Running from installcheck: no
Using TAP: no
PATH = /sources/automake-1.12/t/ax:/sources/automake-1.12/t/wrap:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/usr/sbin
++ pwd
/sources/automake-1.12/t/lex-clean.dir
+ cat
+ cat
+ cat
+ cat
+ aclocal-1.12 -Werror
+ autoconf
+ automake-1.12 --foreign -Werror -Wall -a
configure.ac: installing './ylwrap'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for flex... no
checking for lex... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ cp config.status config.sav
+ make
gcc -DPACKAGE_NAME=\"lex-clean\" -DPACKAGE_TARNAME=\"lex-clean\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-clean\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lex-clean\" -DVERSION=\"1.0\" -I.     -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/sh ./ylwrap lexer.l .c lexer.c -- :  
make: *** [lexer.c] Error 1
+ exit_status=2
+ set +e
+ cd /sources/automake-1.12
+ test no = yes
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
lex-clean: exit 2

Reply via email to