bug-bison
[Top][All Lists]
Advanced

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

Re: Bison 1.875 won't build on Tru64 4.0 Unix


From: Paul Eggert
Subject: Re: Bison 1.875 won't build on Tru64 4.0 Unix
Date: Sun, 19 Jan 2003 21:53:27 -0800 (PST)

Tony Leneis sent this just to me; I'm forwarding it to bug-bison
as that's the appropriate place for it.

------------- Begin Forwarded Message -------------

X-From-Line: address@hidden  Sun Jan 19 14:54:22 2003
Date: Sun, 19 Jan 2003 14:54:17 -0800
From: Tony Leneis <address@hidden>
To: Paul Eggert <address@hidden>
Subject: Re: Bison 1.875 won't build on Tru64 4.0 Unix
X-Security: MIME headers sanitized on kiwi See 
http://www.impsec.org/email-tools/sanitizer-intro.html for details. $Revision: 
1.137 $Date: 2002-12-22 16:59:17-08 
Content-Disposition: inline
User-Agent: Mutt/1.4i
Xref: kiwi mail.misc:348

On Sat, Jan 18, 2003 at 10:09:08PM -0800, Paul Eggert wrote:
> Tony Leneis <address@hidden> writes:
> 
> > I still can't build bison 1.875 easily because configure doesn't
> > build a makefile in the main directory.
> 
> That sounds like a compatibility issue with recent versions of
> Autoconf or Automake, since Bison uses those tools to build
> "configure".  Can you please help us investigate why "configure"
> doesn't work on your platform?  For starters, what is the exact
> sequence of commands that you entered to configure Bison, starting
> with the distributed files unchanged?

brahma:/home/tony/build> gzcat ../bison-1.875.tar.gz | tar xf -
brahma:/home/tony/build> cd bison-1.875/
brahma:/home/tony/build/bison-1.875> CFLAGS='-std1 -fast -O4 -tune host -arch 
host' ./configure
checking for a BSD-compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... tru64
checking for strerror in -lcposix... no
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for cc option to accept ANSI C... none needed
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for ranlib... ranlib
checking for gm4... no
checking for gnum4... no
checking for m4... /usr/local/bin/m4
checking whether m4 supports frozen files... yes
checking for ANSI C header files... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... no
checking for inline... __inline
checking for uintptr_t... no
checking for working alloca.h... yes
checking for alloca... yes
checking for obstacks... no
checking for error_at_line... no
checking for working strnlen... no
checking for setlocale... yes
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether stpcpy is declared... no
checking whether strchr is declared... yes
checking whether strspn is declared... yes
checking whether strnlen is declared... no
checking whether malloc is declared... yes
checking whether memchr is declared... yes
checking whether memrchr is declared... no
checking for memchr... yes
checking for memrchr... no
checking for strchr... yes
checking for stpcpy... no
checking for strrchr... yes
checking for strspn... yes
checking for strtol... yes
checking for strtoul... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for isascii... yes
checking for iswcntrl... yes
checking for iswprint... yes
checking for mbsinit... yes
checking for wcwidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether wcwidth is declared... yes
checking for mbstate_t... yes
checking for working memcmp... yes
checking for isascii... (cached) yes
checking for iswprint... (cached) yes
checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether backslash-a works in strings... yes
checking for mbstate_t... (cached) yes
checking for function prototypes... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strerror... yes
checking for vprintf... yes
checking for doprnt... no
checking whether strerror is declared... yes
checking whether strerror_r is declared... no
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for ANSI C header files... (cached) yes
checking if malloc debugging is wanted... no
checking for pid_t... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for dup2... yes
checking for waitpid... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for times... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking whether clock is declared... yes
checking whether sysconf is declared... yes
checking for clock_t... yes
checking for struct tms... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking build system type... alphaev56-dec-osf4.0f
checking host system type... alphaev56-dec-osf4.0f
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so -rpath 
/usr/local/lib
checking for GNU gettext in libintl... no
checking for valgrind... no
checking for g++... no
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/bison
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating po/Makefile.in
config.status: creating data/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating m4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing tests/atconfig commands
brahma:/home/tony/build/bison-1.875> make
There seems to be no Makefile in this directory.
You must run ./configure before running `make'.
make: *** [all] Error 1
brahma:/home/tony/build/bison-1.875> make --version
GNU Make 3.80
Copyright (C) 2002  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.
brahma:/home/tony/build/bison-1.875> /bin/make
No suffix list.
make  all-recursive
make: *** No rule to make target `all-recursive'.  Stop.
*** Exit 2
Stop.

> Once you configure, and have no Makefile, what does the command
> "./config.status Makefile" do?

brahma:/home/tony/build/bison-1.875> ./config.status Makefile
config.status: creating Makefile

I've attached the Makefile to this e-mail.

> > when I run the tests something (I presume bison) is dumping core on
> > one of the tests.
> 
> Can you send the output of "make check" to address@hidden  Better
> yet, can you send the output of the following commands executed in
> sequence?
> 
>    rm -fr bison-1.875
>    gunzip <bison-1.875.tar.gz | tar xf -
>    cd bison-1.875
>    sh configure
>    make
>    make check

I can't just run make in the top directory, so here's what it looks like if
I do it manually:

brahma:/home/tony/build/bison-1.875> cd lib
brahma:/home/tony/build/bison-1.875/lib> make
source='main.c' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'main.c' || echo './'`main.c
source='yyerror.c' object='yyerror.o' libtool=no \
depfile='.deps/yyerror.Po' tmpdepfile='.deps/yyerror.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'yyerror.c' || echo 
'./'`yyerror.c
rm -f liby.a
ar cru liby.a main.o yyerror.o 
ranlib liby.a
source='basename.c' object='basename.o' libtool=no \
depfile='.deps/basename.Po' tmpdepfile='.deps/basename.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'basename.c' || echo 
'./'`basename.c
source='dirname.c' object='dirname.o' libtool=no \
depfile='.deps/dirname.Po' tmpdepfile='.deps/dirname.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'dirname.c' || echo 
'./'`dirname.c
source='get-errno.c' object='get-errno.o' libtool=no \
depfile='.deps/get-errno.Po' tmpdepfile='.deps/get-errno.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'get-errno.c' || echo 
'./'`get-errno.c
source='getopt.c' object='getopt.o' libtool=no \
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'getopt.c' || echo 
'./'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'getopt1.c' || echo 
'./'`getopt1.c
source='hash.c' object='hash.o' libtool=no \
depfile='.deps/hash.Po' tmpdepfile='.deps/hash.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'hash.c' || echo './'`hash.c
source='mbswidth.c' object='mbswidth.o' libtool=no \
depfile='.deps/mbswidth.Po' tmpdepfile='.deps/mbswidth.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'mbswidth.c' || echo 
'./'`mbswidth.c
source='quote.c' object='quote.o' libtool=no \
depfile='.deps/quote.Po' tmpdepfile='.deps/quote.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'quote.c' || echo './'`quote.c
source='quotearg.c' object='quotearg.o' libtool=no \
depfile='.deps/quotearg.Po' tmpdepfile='.deps/quotearg.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'quotearg.c' || echo 
'./'`quotearg.c
source='subpipe.c' object='subpipe.o' libtool=no \
depfile='.deps/subpipe.Po' tmpdepfile='.deps/subpipe.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'subpipe.c' || echo 
'./'`subpipe.c
source='xmalloc.c' object='xmalloc.o' libtool=no \
depfile='.deps/xmalloc.Po' tmpdepfile='.deps/xmalloc.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'xmalloc.c' || echo 
'./'`xmalloc.c
source='xstrdup.c' object='xstrdup.o' libtool=no \
depfile='.deps/xstrdup.Po' tmpdepfile='.deps/xstrdup.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'xstrdup.c' || echo 
'./'`xstrdup.c
source='xstrndup.c' object='xstrndup.o' libtool=no \
depfile='.deps/xstrndup.Po' tmpdepfile='.deps/xstrndup.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'xstrndup.c' || echo 
'./'`xstrndup.c
source='abitset.c' object='abitset.o' libtool=no \
depfile='.deps/abitset.Po' tmpdepfile='.deps/abitset.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'abitset.c' || echo 
'./'`abitset.c
source='bitset.c' object='bitset.o' libtool=no \
depfile='.deps/bitset.Po' tmpdepfile='.deps/bitset.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'bitset.c' || echo 
'./'`bitset.c
cc: Warning: bitset.c, line 149: In this statement, the referenced type of the 
pointer value 
"((((bobstack))->temp=((bytes)),((((bobstack))->chunk_limit-((bobstack))->next_f
ree<((bobstack))->temp)?(_obstack_newchunk(...),0):0),(((bobstack))->next_free+=
((bobstack))->temp)),((((bobstack))->next_free==((bobstack))->object_base?((((bo
bstack))->maybe_empty_object=1),0):0),((bobstack))->temp=((((bobstack))->object_
base)-(char ...)0),((bobstack))->next_free=(((((((bobstack))->next_free)-(char 
...)0)+((bobstack))->alignment_mask)&~(((bobstack))->alignment_mask))+(char 
...)0),((((bobstack))->next_free-(char 
...)((bobstack))->chunk>((bobstack))->chunk_limit-(char 
...)((bobstack))->chunk)?(((bobstack))->next_free=((bobstack))->chunk_limit):0),
((bobstack))->object_base=((bobstack))->next_free,((((bobstack))->temp)+(char 
...)0)))" is "char", which is not compatible with "union bitset_union". 
(ptrmismatch)
  bset = obstack_alloc (bobstack, bytes);
--^
source='ebitset.c' object='ebitset.o' libtool=no \
depfile='.deps/ebitset.Po' tmpdepfile='.deps/ebitset.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'ebitset.c' || echo 
'./'`ebitset.c
source='bitsetv.c' object='bitsetv.o' libtool=no \
depfile='.deps/bitsetv.Po' tmpdepfile='.deps/bitsetv.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'bitsetv.c' || echo 
'./'`bitsetv.c
source='bitset_stats.c' object='bitset_stats.o' libtool=no \
depfile='.deps/bitset_stats.Po' tmpdepfile='.deps/bitset_stats.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'bitset_stats.c' || echo 
'./'`bitset_stats.c
source='lbitset.c' object='lbitset.o' libtool=no \
depfile='.deps/lbitset.Po' tmpdepfile='.deps/lbitset.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'lbitset.c' || echo 
'./'`lbitset.c
source='bitsetv-print.c' object='bitsetv-print.o' libtool=no \
depfile='.deps/bitsetv-print.Po' tmpdepfile='.deps/bitsetv-print.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'bitsetv-print.c' || echo 
'./'`bitsetv-print.c
source='timevar.c' object='timevar.o' libtool=no \
depfile='.deps/timevar.Po' tmpdepfile='.deps/timevar.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'timevar.c' || echo 
'./'`timevar.c
source='obstack.c' object='obstack.o' libtool=no \
depfile='.deps/obstack.Po' tmpdepfile='.deps/obstack.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'obstack.c' || echo 
'./'`obstack.c
source='error.c' object='error.o' libtool=no \
depfile='.deps/error.Po' tmpdepfile='.deps/error.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'error.c' || echo './'`error.c
source='strnlen.c' object='strnlen.o' libtool=no \
depfile='.deps/strnlen.Po' tmpdepfile='.deps/strnlen.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'strnlen.c' || echo 
'./'`strnlen.c
source='memrchr.c' object='memrchr.o' libtool=no \
depfile='.deps/memrchr.Po' tmpdepfile='.deps/memrchr.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'memrchr.c' || echo 
'./'`memrchr.c
source='stpcpy.c' object='stpcpy.o' libtool=no \
depfile='.deps/stpcpy.Po' tmpdepfile='.deps/stpcpy.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'stpcpy.c' || echo 
'./'`stpcpy.c
source='malloc.c' object='malloc.o' libtool=no \
depfile='.deps/malloc.Po' tmpdepfile='.deps/malloc.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'malloc.c' || echo 
'./'`malloc.c
source='realloc.c' object='realloc.o' libtool=no \
depfile='.deps/realloc.Po' tmpdepfile='.deps/realloc.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'realloc.c' || echo 
'./'`realloc.c
source='argmatch.c' object='argmatch.o' libtool=no \
depfile='.deps/argmatch.Po' tmpdepfile='.deps/argmatch.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  -I/usr/local/include  
-std1 -fast -O4 -tune host -arch host -c `test -f 'argmatch.c' || echo 
'./'`argmatch.c
rm -f libbison.a
ar cru libbison.a basename.o dirname.o get-errno.o getopt.o getopt1.o hash.o 
mbswidth.o quote.o quotearg.o subpipe.o xmalloc.o xstrdup.o xstrndup.o 
abitset.o 
bitset.o ebitset.o bitsetv.o bitset_stats.o lbitset.o bitsetv-print.o timevar.o 
obstack.o error.o strnlen.o memrchr.o stpcpy.o malloc.o realloc.o argmatch.o 
ranlib libbison.a
brahma:/home/tony/build/bison-1.875/lib> cd ../src
brahma:/home/tony/build/bison-1.875/src> make
make  all-am
make[1]: Entering directory `/home/tony/build/bison-1.875/src'
source='LR0.c' object='LR0.o' libtool=no \
depfile='.deps/LR0.Po' tmpdepfile='.deps/LR0.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'LR0.c' 
|| echo './'`LR0.c
source='assoc.c' object='assoc.o' libtool=no \
depfile='.deps/assoc.Po' tmpdepfile='.deps/assoc.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'assoc.c' || echo './'`assoc.c
source='closure.c' object='closure.o' libtool=no \
depfile='.deps/closure.Po' tmpdepfile='.deps/closure.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'closure.c' || echo './'`closure.c
source='complain.c' object='complain.o' libtool=no \
depfile='.deps/complain.Po' tmpdepfile='.deps/complain.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'complain.c' || echo './'`complain.c
source='conflicts.c' object='conflicts.o' libtool=no \
depfile='.deps/conflicts.Po' tmpdepfile='.deps/conflicts.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'conflicts.c' || echo './'`conflicts.c
source='derives.c' object='derives.o' libtool=no \
depfile='.deps/derives.Po' tmpdepfile='.deps/derives.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'derives.c' || echo './'`derives.c
source='files.c' object='files.o' libtool=no \
depfile='.deps/files.Po' tmpdepfile='.deps/files.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'files.c' || echo './'`files.c
source='getargs.c' object='getargs.o' libtool=no \
depfile='.deps/getargs.Po' tmpdepfile='.deps/getargs.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'getargs.c' || echo './'`getargs.c
source='gram.c' object='gram.o' libtool=no \
depfile='.deps/gram.Po' tmpdepfile='.deps/gram.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'gram.c' || echo './'`gram.c
source='lalr.c' object='lalr.o' libtool=no \
depfile='.deps/lalr.Po' tmpdepfile='.deps/lalr.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'lalr.c' || echo './'`lalr.c
source='location.c' object='location.o' libtool=no \
depfile='.deps/location.Po' tmpdepfile='.deps/location.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'location.c' || echo './'`location.c
source='main.c' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'main.c' || echo './'`main.c
source='muscle_tab.c' object='muscle_tab.o' libtool=no \
depfile='.deps/muscle_tab.Po' tmpdepfile='.deps/muscle_tab.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'muscle_tab.c' || echo './'`muscle_tab.c
source='nullable.c' object='nullable.o' libtool=no \
depfile='.deps/nullable.Po' tmpdepfile='.deps/nullable.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'nullable.c' || echo './'`nullable.c
source='output.c' object='output.o' libtool=no \
depfile='.deps/output.Po' tmpdepfile='.deps/output.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'output.c' || echo './'`output.c
source='parse-gram.c' object='parse-gram.o' libtool=no \
depfile='.deps/parse-gram.Po' tmpdepfile='.deps/parse-gram.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'parse-gram.c' || echo './'`parse-gram.c
source='print.c' object='print.o' libtool=no \
depfile='.deps/print.Po' tmpdepfile='.deps/print.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'print.c' || echo './'`print.c
source='print_graph.c' object='print_graph.o' libtool=no \
depfile='.deps/print_graph.Po' tmpdepfile='.deps/print_graph.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'print_graph.c' || echo './'`print_graph.c
source='reader.c' object='reader.o' libtool=no \
depfile='.deps/reader.Po' tmpdepfile='.deps/reader.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'reader.c' || echo './'`reader.c
source='reduce.c' object='reduce.o' libtool=no \
depfile='.deps/reduce.Po' tmpdepfile='.deps/reduce.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'reduce.c' || echo './'`reduce.c
source='relation.c' object='relation.o' libtool=no \
depfile='.deps/relation.Po' tmpdepfile='.deps/relation.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'relation.c' || echo './'`relation.c
source='scan-gram.c' object='scan-gram.o' libtool=no \
depfile='.deps/scan-gram.Po' tmpdepfile='.deps/scan-gram.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'scan-gram.c' || echo './'`scan-gram.c
source='scan-skel.c' object='scan-skel.o' libtool=no \
depfile='.deps/scan-skel.Po' tmpdepfile='.deps/scan-skel.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'scan-skel.c' || echo './'`scan-skel.c
source='state.c' object='state.o' libtool=no \
depfile='.deps/state.Po' tmpdepfile='.deps/state.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'state.c' || echo './'`state.c
source='symlist.c' object='symlist.o' libtool=no \
depfile='.deps/symlist.Po' tmpdepfile='.deps/symlist.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'symlist.c' || echo './'`symlist.c
source='symtab.c' object='symtab.o' libtool=no \
depfile='.deps/symtab.Po' tmpdepfile='.deps/symtab.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'symtab.c' || echo './'`symtab.c
source='tables.c' object='tables.o' libtool=no \
depfile='.deps/tables.Po' tmpdepfile='.deps/tables.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'tables.c' || echo './'`tables.c
source='uniqstr.c' object='uniqstr.o' libtool=no \
depfile='.deps/uniqstr.Po' tmpdepfile='.deps/uniqstr.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'uniqstr.c' || echo './'`uniqstr.c
source='vcg.c' object='vcg.o' libtool=no \
depfile='.deps/vcg.Po' tmpdepfile='.deps/vcg.TPo' \
depmode=tru64 /bin/ksh ../config/depcomp \
cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib  
-I/usr/local/include   -std1 -fast -O4 -tune host -arch host -c `test -f 
'vcg.c' 
|| echo './'`vcg.c
cc   -std1 -fast -O4 -tune host -arch host   -o bison  LR0.o assoc.o closure.o 
complain.o conflicts.o derives.o files.o getargs.o gram.o lalr.o location.o 
main.o muscle_tab.o nullable.o output.o parse-gram.o print.o print_graph.o 
reader.o reduce.o relation.o scan-gram.o scan-skel.o state.o symlist.o symtab.o 
tables.o uniqstr.o vcg.o ../lib/libbison.a  
echo '#! /bin/sh' >yacc
echo 'exec /usr/local/bin/bison -y "$@"' >>yacc
chmod a+x yacc
make[1]: Leaving directory `/home/tony/build/bison-1.875/src'

I can't run make check from the top directory:

brahma:/home/tony/build/bison-1.875> make check
make: *** No rule to make target `check'.  Stop.

So, I just went into the tests directory:

brahma:/home/tony/build/bison-1.875/src> cd ../tests
brahma:/home/tony/build/bison-1.875/tests> make check
make  bison
make[1]: Entering directory `/home/tony/build/bison-1.875/tests'
make[1]: `bison' is up to date.
make[1]: Leaving directory `/home/tony/build/bison-1.875/tests'
make  check-local
make[1]: Entering directory `/home/tony/build/bison-1.875/tests'
/bin/ksh ./testsuite
## --------------------------- ##
## GNU Bison 1.875 test suite. ##
## --------------------------- ##

Input Processing.

  1: input.at:28       ok
  2: input.at:46       ok
  3: input.at:64       ok
  4: input.at:93       ./testsuite[1402]: 18689 Memory fault(coredump)
FAILED near `input.at:221'

Output file names.

  5: output.at:38      ok
  6: output.at:40      ok
  7: output.at:42      ok
  8: output.at:44      ok
  9: output.at:46      ok
 10: output.at:48      ok
 11: output.at:52      ok
 12: output.at:54      ok
 13: output.at:57      ok
 14: output.at:61      ok
 15: output.at:63      ok
 16: output.at:67      ok
 17: output.at:72      ok
 18: output.at:75      ok
 19: output.at:79      ok
 20: output.at:83      ok

Grammar Sets (Firsts etc.).

 21: sets.at:66        ok
 22: sets.at:151       ok
 23: sets.at:193       ok

Grammar Reduction.

 24: reduce.at:26      ok
 25: reduce.at:70      ok
 26: reduce.at:125     ok
 27: reduce.at:212     ./testsuite[3241]: 15496 Memory fault(coredump)
FAILED near `reduce.at:248'
 28: reduce.at:301     ok
 29: reduce.at:342     ok

User Actions.

 30: synclines.at:93   ok (skipped near `synclines.at:93')
 31: synclines.at:112  ok (skipped near `synclines.at:112')
 32: synclines.at:135  ok (skipped near `synclines.at:135')
 33: synclines.at:154  ok (skipped near `synclines.at:154')
 34: synclines.at:172  ok (skipped near `synclines.at:172')

Parser Headers.

 35: headers.at:27     ok
 36: headers.at:76     ./testsuite[4625]: 20651 Memory fault(coredump)
FAILED near `headers.at:76'
 37: headers.at:77     ./testsuite[4742]: 17285 Memory fault(coredump)
FAILED near `headers.at:77'
 38: headers.at:86     ok

User Actions.

 39: actions.at:25     ./testsuite[5036]: 30235 Memory fault(coredump)
FAILED near `actions.at:75'
 40: actions.at:89     ./testsuite[5230]: 15822 Memory fault(coredump)
FAILED near `actions.at:198'
 41: actions.at:236    ./testsuite[5396]: 25579 Memory fault(coredump)
FAILED near `actions.at:293'
 42: actions.at:514    ./testsuite[5630]: 26781 Memory fault(coredump)
FAILED near `actions.at:514'

Conflicts.

 43: conflicts.at:31   ok
 44: conflicts.at:51   ./testsuite[5853]: 26268 Memory fault(coredump)
FAILED near `conflicts.at:103'
 45: conflicts.at:131  ok
 46: conflicts.at:238  ok
 47: conflicts.at:360  ./testsuite[6316]: 12261 Memory fault(coredump)
FAILED near `conflicts.at:374'
 48: conflicts.at:479  ok
 49: conflicts.at:499  ok
 50: conflicts.at:516  ok
 51: conflicts.at:536  ok

Simple LALR Calculator.

 52: calc.at:547       ./testsuite[6924]: 10654 Memory fault(coredump)
FAILED near `calc.at:547'
 53: calc.at:549       ./testsuite[7833]: 23339 Memory fault(coredump)
FAILED near `calc.at:549'
 54: calc.at:550       ./testsuite[8769]: 3068 Memory fault(coredump)
FAILED near `calc.at:550'
 55: calc.at:551       ./testsuite[9671]: 32209 Memory fault(coredump)
FAILED near `calc.at:551'
 56: calc.at:552       ./testsuite[10580]: 20559 Memory fault(coredump)
FAILED near `calc.at:552'
 57: calc.at:553       ./testsuite[11489]: 25942 Memory fault(coredump)
FAILED near `calc.at:553'
 58: calc.at:554       ./testsuite[12398]: 3523 Memory fault(coredump)
FAILED near `calc.at:554'
 59: calc.at:556       ./testsuite[13327]: 11567 Memory fault(coredump)
FAILED near `calc.at:556'
 60: calc.at:558       ./testsuite[14249]: 29848 Memory fault(coredump)
FAILED near `calc.at:558'
 61: calc.at:560       ./testsuite[15144]: 797 Memory fault(coredump)
FAILED near `calc.at:560'
 62: calc.at:561       ./testsuite[16240]: 4746 Memory fault(coredump)
FAILED near `calc.at:561'
 63: calc.at:563       ./testsuite[17318]: 30118 Memory fault(coredump)
FAILED near `calc.at:563'
 64: calc.at:565       ./testsuite[18407]: 11975 Memory fault(coredump)
FAILED near `calc.at:565'

Simple GLR Calculator.

 65: calc.at:582       ./testsuite[19471]: 27500 Memory fault(coredump)
FAILED near `calc.at:582'
 66: calc.at:584       ./testsuite[20380]: 26620 Memory fault(coredump)
FAILED near `calc.at:584'
 67: calc.at:585       ./testsuite[21316]: 11973 Memory fault(coredump)
FAILED near `calc.at:585'
 68: calc.at:586       ./testsuite[22218]: 17718 Memory fault(coredump)
FAILED near `calc.at:586'
 69: calc.at:587       ./testsuite[23127]: 22413 Memory fault(coredump)
FAILED near `calc.at:587'
 70: calc.at:588       ./testsuite[24036]: 16480 Memory fault(coredump)
FAILED near `calc.at:588'
 71: calc.at:589       ./testsuite[24945]: 10334 Memory fault(coredump)
FAILED near `calc.at:589'
 72: calc.at:591       ./testsuite[25874]: 15182 Memory fault(coredump)
FAILED near `calc.at:591'
 73: calc.at:593       ./testsuite[26796]: 9388 Memory fault(coredump)
FAILED near `calc.at:593'
 74: calc.at:595       ./testsuite[27691]: 23702 Memory fault(coredump)
FAILED near `calc.at:595'
 75: calc.at:596       ./testsuite[28627]: 16388 Memory fault(coredump)
FAILED near `calc.at:596'
 76: calc.at:598       ./testsuite[29549]: 27311 Memory fault(coredump)
FAILED near `calc.at:598'
 77: calc.at:600       ./testsuite[30471]: 14030 Memory fault(coredump)
FAILED near `calc.at:600'

Torture Tests.

 78: torture.at:140    ./testsuite[31217]: 4037 Memory fault(coredump)
FAILED near `torture.at:147'
 79: torture.at:231    ./testsuite[31408]: 17407 Memory fault(coredump)
FAILED near `torture.at:251'
 80: torture.at:366    ./testsuite[31609]: 17380 Memory fault(coredump)
FAILED near `torture.at:374'
 81: torture.at:440    ./testsuite[31729]: 21354 Memory fault(coredump)
FAILED near `torture.at:442'
 82: torture.at:461    ./testsuite[31895]: 8113 Memory fault(coredump)
FAILED near `torture.at:463'

Existing Grammars.

 83: existing.at:24    ./testsuite[32354]: 8962 Memory fault(coredump)
FAILED near `existing.at:355'
 84: existing.at:364   ./testsuite[33216]: 21294 Memory fault(coredump)
FAILED near `existing.at:1195'

Regression tests.

 85: regression.at:27  ./testsuite[33326]: 20628 Memory fault(coredump)
FAILED near `regression.at:53'
 86: regression.at:65  ./testsuite[33389]: 12531 Memory fault(coredump)
FAILED near `regression.at:75'
 87: regression.at:87  ./testsuite[33458]: 9486 Memory fault(coredump)
FAILED near `regression.at:104'
 88: regression.at:113 ok
 89: regression.at:257 ./testsuite[33688]: 13580 Memory fault(coredump)
FAILED near `regression.at:269'
 90: regression.at:280 ok
 91: regression.at:313 ok
 92: regression.at:341 ok
 93: regression.at:372 ./testsuite[33959]: 15580 Memory fault(coredump)
FAILED near `regression.at:397'
 94: regression.at:549 ./testsuite[34148]: 15172 Memory fault(coredump)
FAILED near `regression.at:562'

C++ Type Syntax (GLR).

 95: cxx-type.at:255   ./testsuite[34492]: 27391 Memory fault(coredump)
FAILED near `cxx-type.at:257'
 96: cxx-type.at:262   ./testsuite[34761]: 19018 Memory fault(coredump)
FAILED near `cxx-type.at:263'
 97: cxx-type.at:268   ./testsuite[35030]: 24353 Memory fault(coredump)
FAILED near `cxx-type.at:270'
 98: cxx-type.at:275   ./testsuite[35299]: 2265 Memory fault(coredump)
FAILED near `cxx-type.at:277'
 99: cxx-type.at:282   ./testsuite[35577]: 1756 Memory fault(coredump)
FAILED near `cxx-type.at:284'
100: cxx-type.at:289   ./testsuite[35855]: 17211 Memory fault(coredump)
FAILED near `cxx-type.at:291'
101: cxx-type.at:296   ./testsuite[36133]: 20571 Memory fault(coredump)
FAILED near `cxx-type.at:298'
102: cxx-type.at:302   ./testsuite[36411]: 3965 Memory fault(coredump)
FAILED near `cxx-type.at:304'
103: cxx-type.at:309   ./testsuite[36689]: 1481 Memory fault(coredump)
FAILED near `cxx-type.at:311'

GLR Regression Test #1.

104: glr-regr1.at:21   ./testsuite[36862]: 28301 Memory fault(coredump)
FAILED near `glr-regr1.at:93'
## -------------------------------------------------- ##
## ERROR: Suite unsuccessful, 59 of 104 tests failed. ##
## -------------------------------------------------- ##
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.

Now, failed tests will be executed again, verbosely, and logged
in the file testsuite.log.

I removed the rest, because it's huge.  I did attach the testsuite.log
file, though.

-Tony

-- 
e-mail: address@hidden                 Computerized Vehicle Registration
phone : 503 402-3531                    2525 SW 1st Ave, Suite 450
FAX   : 503 294-1526                    Portland, OR 97201-4760

------------- End Forwarded Message -------------

# Makefile.in generated by automake 1.7.2 from Makefile.am.
# Makefile.  Generated from Makefile.in by configure.

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



srcdir = .
top_srcdir = .

pkgdatadir = $(datadir)/bison
pkglibdir = $(libdir)/bison
pkgincludedir = $(includedir)/bison
top_builddir = .

am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = config/install-sh -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = alphaev56-dec-osf4.0f
ACLOCAL = ${SHELL} /home/tony/build/bison-1.875/config/missing --run aclocal-1.7
ALLOCA = 
AMDEP_FALSE = #
AMDEP_TRUE = 
AMTAR = ${SHELL} /home/tony/build/bison-1.875/config/missing --run tar
AUTOCONF = ${SHELL} /home/tony/build/bison-1.875/config/missing --run autoconf
AUTOHEADER = ${SHELL} /home/tony/build/bison-1.875/config/missing --run 
autoheader
AUTOM4TE = ${SHELL} /home/tony/build/bison-1.875/config/missing --run autom4te
AUTOMAKE = ${SHELL} /home/tony/build/bison-1.875/config/missing --run 
automake-1.7
AWK = gawk
CC = cc
CCDEPMODE = depmode=tru64
CFLAGS = -std1 -fast -O4 -tune host -arch host
CPP = cc -E
CPPFLAGS = -I/usr/local/include
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO_C = \c
ECHO_N = 
ECHO_T = 
EGREP = grep -E
EXEEXT = 
GCC = 
GMSGFMT = :
GXX = 
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
INTLLIBS = 
LDFLAGS = 
LEX = flex
LEXLIB = -lfl
LEX_OUTPUT_ROOT = lex.yy
LIBICONV = /usr/local/lib/libiconv.so -rpath /usr/local/lib
LIBINTL = 
LIBOBJS =  obstack$U.o error$U.o strnlen$U.o memrchr$U.o stpcpy$U.o malloc$U.o 
realloc$U.o argmatch$U.o
LIBS = 
LTLIBICONV = -L/usr/local/lib -liconv -R/usr/local/lib
LTLIBINTL = 
LTLIBOBJS =  obstack$U.lo error$U.lo strnlen$U.lo memrchr$U.lo stpcpy$U.lo 
malloc$U.lo realloc$U.lo argmatch$U.lo
M4 = /usr/local/bin/m4
MAKEINFO = ${SHELL} /home/tony/build/bison-1.875/config/missing --run makeinfo
MKINSTALLDIRS = config/mkinstalldirs
MSGFMT = :
MSGMERGE = :
O0CFLAGS = -std1 -fast -O4 -tune host -arch host
OBJEXT = o
PACKAGE = bison
PACKAGE_BUGREPORT = address@hidden
PACKAGE_NAME = GNU Bison
PACKAGE_STRING = GNU Bison 1.875
PACKAGE_TARNAME = bison
PACKAGE_VERSION = 1.875
PATH_SEPARATOR = :
POSUB = 
RANLIB = ranlib
SET_MAKE = 
SHELL = /bin/ksh
STRIP = 
U = 
USE_NLS = no
VALGRIND = 
VERSION = 1.875
WARNING_CFLAGS = 
WERROR_CFLAGS = 
XGETTEXT = :
YACC = bison -y
ac_ct_CC = cc
ac_ct_RANLIB = ranlib
ac_ct_STRIP = 
am__fastdepCC_FALSE = 
am__fastdepCC_TRUE = #
am__include = include
am__quote = 
bindir = ${exec_prefix}/bin
build = alphaev56-dec-osf4.0f
build_alias = 
build_cpu = alphaev56
build_os = osf4.0f
build_vendor = dec
datadir = ${prefix}/share
exec_prefix = ${prefix}
host = alphaev56-dec-osf4.0f
host_alias = 
host_cpu = alphaev56
host_os = osf4.0f
host_vendor = dec
includedir = ${prefix}/include
infodir = ${prefix}/info
install_sh = /home/tony/build/bison-1.875/config/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localstatedir = ${prefix}/var
mandir = ${prefix}/man
oldincludedir = /usr/include
prefix = /usr/local
program_transform_name = s,x,x,
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
target_alias = 

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = config po lib data src doc m4 tests

EXTRA_DIST = REFERENCES OChangeLog Makefile.maint GNUmakefile

move_if_change = $(srcdir)/config/move-if-change
prev_version_file = $(srcdir)/config/prev-version.txt
release_archive_dir = releases

# Uploading betas.
url_dir_list = \
  ftp://alpha.gnu.org/gnu/bison


# Files to update automatically.
wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
             $(srcdir)/config/texinfo.tex


cvs_files = $(srcdir)/config/missing
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
DIST_SOURCES =

RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
        ps-recursive install-info-recursive uninstall-info-recursive \
        all-recursive install-data-recursive install-exec-recursive \
        installdirs-recursive install-recursive uninstall-recursive \
        check-recursive installcheck-recursive
DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
        Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 config.hin \
        configure configure.ac
DIST_SUBDIRS = $(SUBDIRS)
all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:

am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 configure.lineno
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
        cd $(top_srcdir) && \
          $(AUTOMAKE) --gnu  Makefile
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)

$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        $(SHELL) ./config.status --recheck
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) 
$(CONFIGURE_DEPENDENCIES)
        cd $(srcdir) && $(AUTOCONF)

$(ACLOCAL_M4):  configure.ac m4/dmalloc.m4 m4/error.m4 m4/gettext.m4 
m4/iconv.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/m4.m4 m4/mbrtowc.m4 
m4/mbswidth.m4 m4/memcmp.m4 m4/prereq.m4 m4/progtest.m4 m4/stdbool.m4 
m4/subpipe.m4 m4/timevar.m4 m4/warning.m4
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)

config.h: stamp-h1
        @if test ! -f $@; then \
          rm -f stamp-h1; \
          $(MAKE) stamp-h1; \
        else :; fi

stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status config.h

$(srcdir)/config.hin:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
        cd $(top_srcdir) && $(AUTOHEADER)
        touch $(srcdir)/config.hin

distclean-hdr:
        -rm -f config.h stamp-h1
uninstall-info-am:

# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
        @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          echo "Making $$target in $$subdir"; \
          if test "$$subdir" = "."; then \
            dot_seen=yes; \
            local_target="$$target-am"; \
          else \
            local_target="$$target"; \
          fi; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        done; \
        if test "$$dot_seen" = "no"; then \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        fi; test -z "$$fail"

mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
        @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
        case "$@" in \
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
          *) list='$(SUBDIRS)' ;; \
        esac; \
        rev=''; for subdir in $$list; do \
          if test "$$subdir" = "."; then :; else \
            rev="$$subdir $$rev"; \
          fi; \
        done; \
        rev="$$rev ."; \
        target=`echo $@ | sed s/-recursive//`; \
        for subdir in $$rev; do \
          echo "Making $$target in $$subdir"; \
          if test "$$subdir" = "."; then \
            local_target="$$target-am"; \
          else \
            local_target="$$target"; \
          fi; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        done && test -z "$$fail"
tags-recursive:
        list='$(SUBDIRS)'; for subdir in $$list; do \
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
\
        done
ctags-recursive:
        list='$(SUBDIRS)'; for subdir in $$list; do \
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) 
ctags); \
        done

ETAGS = etags
ETAGSFLAGS =

CTAGS = ctags
CTAGSFLAGS =

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
        mkid -fID $$unique

TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
        tags=; \
        here=`pwd`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          if test "$$subdir" = .; then :; else \
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
          fi; \
        done; \
        list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
             $$tags $$unique

ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
        tags=; \
        here=`pwd`; \
        list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$tags $$unique

GTAGS:
        here=`$(am__cd) $(top_builddir) && pwd` \
          && cd $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) $$here

distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

top_distdir = .
distdir = $(PACKAGE)-$(VERSION)

am__remove_distdir = \
  { test ! -d $(distdir) \
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
         && rm -fr $(distdir); }; }

GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print

distdir: $(DISTFILES)
        @case `sed 15q $(srcdir)/NEWS` in \
        *"$(VERSION)"*) : ;; \
        *) \
          echo "NEWS not updated; not releasing" 1>&2; \
          exit 1;; \
        esac
        $(am__remove_distdir)
        mkdir $(distdir)
        $(mkinstalldirs) $(distdir)/po $(distdir)/tests
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \
          case $$file in \
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
            $(top_srcdir)/*) file=`echo "$$file" | sed 
"s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
          esac; \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
            dir="/$$dir"; \
            $(mkinstalldirs) "$(distdir)$$dir"; \
          else \
            dir=''; \
          fi; \
          if test -d $$d/$$file; then \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
            fi; \
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
          else \
            test -f $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file \
            || exit 1; \
          fi; \
        done
        list='$(SUBDIRS)'; for subdir in $$list; do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
            || exit 1; \
            (cd $$subdir && \
              $(MAKE) $(AM_MAKEFLAGS) \
                top_distdir="$(top_distdir)" \
                distdir=../$(distdir)/$$subdir \
                distdir) \
              || exit 1; \
          fi; \
        done
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -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 $(SHELL) $(install_sh) -c -m a+r {} {} 
\; \
        || chmod -R a+r $(distdir)
dist-gzip: distdir
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        $(am__remove_distdir)

dist-bzip2: distdir
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
        $(am__remove_distdir)

dist dist-all: distdir
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
        $(am__remove_distdir)

# This target untars the dist file and tries a VPATH configuration.  Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
        $(am__remove_distdir)
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
        chmod -R a-w $(distdir); chmod a+w $(distdir)
        mkdir $(distdir)/=build
        mkdir $(distdir)/=inst
        chmod a-w $(distdir)
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
          && cd $(distdir)/=build \
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
            $(DISTCHECK_CONFIGURE_FLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) install \
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" 
\
                distuninstallcheck \
          && chmod -R a-w "$$dc_install_base" \
          && ({ \
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
          && rm -rf "$$dc_destdir" \
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
          && rm -f $(distdir).tar.gz \
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
        $(am__remove_distdir)
        @echo "$(distdir).tar.gz is ready for distribution" | \
          sed 'h;s/./=/g;p;x;p;x'
distuninstallcheck:
        cd $(distuninstallcheck_dir) \
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
           || { echo "ERROR: files left after uninstall:" ; \
                if test -n "$(DESTDIR)"; then \
                  echo "  (check DESTDIR support)"; \
                fi ; \
                $(distuninstallcheck_listfiles) ; \
                exit 1; } >&2
distcleancheck: distclean
        if test '$(srcdir)' = . ; then \
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
          exit 1 ; \
        fi
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
          || { echo "ERROR: files left in build directory after distclean:" ; \
               $(distcleancheck_listfiles) ; \
               exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile config.h
installdirs: installdirs-recursive
installdirs-am:

install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive

install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-recursive
install-strip:
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
          INSTALL_STRIP_FLAG=-s \
          `test -z '$(STRIP)' || \
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:

distclean-generic:
        -rm -f Makefile $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive

clean-am: clean-generic mostlyclean-am

distclean: distclean-recursive
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags

dvi: dvi-recursive

dvi-am:

info: info-recursive

info-am:

install-data-am:

install-exec-am:

install-info: install-info-recursive

install-man:

installcheck-am:

maintainer-clean: maintainer-clean-recursive
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -rf autom4te.cache
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-generic

pdf: pdf-recursive

pdf-am:

ps: ps-recursive

ps-am:

uninstall-am: uninstall-info-am

uninstall-info: uninstall-info-recursive

.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
        clean-generic clean-recursive ctags ctags-recursive dist \
        dist-all dist-bzip2 dist-gzip distcheck distclean \
        distclean-generic distclean-hdr distclean-recursive \
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        dvi-am dvi-recursive info info-am info-recursive install \
        install-am install-data install-data-am install-data-recursive \
        install-exec install-exec-am install-exec-recursive \
        install-info install-info-am install-info-recursive install-man \
        install-recursive install-strip installcheck installcheck-am \
        installdirs installdirs-am installdirs-recursive \
        maintainer-clean maintainer-clean-generic \
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
        ps-recursive tags tags-recursive uninstall uninstall-am \
        uninstall-info-am uninstall-info-recursive uninstall-recursive


.PHONY: maintainer-check
maintainer-check:
        cd tests && $(MAKE) $(AM_MAKEFLAGS) $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
## --------------------------- ##
## GNU Bison 1.875 test suite. ##
## --------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../po/ChangeLog:
| 2002-08-08  gettextize  <address@hidden>
| 
|       * Rules-quot: New file, from gettext-0.11.5.
|       * boldquot.sed: New file, from gettext-0.11.5.
|       * address@hidden: New file, from gettext-0.11.5.
|       * address@hidden: New file, from gettext-0.11.5.
|       * insert-header.sin: New file, from gettext-0.11.5.
|       * quot.sed: New file, from gettext-0.11.5.
|       * remove-potcdate.sin: New file, from gettext-0.11.5.
| 

testsuite: ../ChangeLog:
| 2003-01-01  Paul Eggert  <address@hidden>
| 
|       * Version 1.875.
| 
| 2002-12-30  Paul Eggert  <address@hidden>
| 
|       * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
|       Moved here from...
|       (<INITIAL>","): Here.  This causes stray "," to be treated
|       more uniformly.

## --------- ##
## Platform. ##
## --------- ##

hostname = brahma.cvr.ds.adp.com
uname -m = alpha
uname -r = V4.0
uname -s = OSF1
uname -v = 1229

/usr/bin/uname -p = alpha
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = alpha
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/tony/build/bison-1.875/tests
PATH: /home/tony/bin
PATH: /usr/local/ssl/bin
PATH: /usr/local/ssl/misc
PATH: /usr/local/samba/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/dt/bin
PATH: /usr/local/teTeX/bin/alpha-osf
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /prod/app/oracle/product/8.0.5/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/tony/build/bison-1.875/tests'
| at_srcdir='.'
| abs_srcdir='/home/tony/build/bison-1.875/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/tony/build/bison-1.875'
| at_top_builddir='../'
| abs_top_builddir='/home/tony/build/bison-1.875'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/ksh'}

testsuite: atlocal:
| # tests/atlocal.  Generated from atlocal.in by configure.                     
                -*- shell-script -*-
| # Configurable variable values for Bison test suite.
| # Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
| 
| # We need a C compiler.
| CC='cc'
| 
| # We want no optimization.
| CFLAGS='-std1 -fast -O4 -tune host -arch host  '
| 
| # We need `config.h'.
| CPPFLAGS="-DHAVE_CONFIG_H=1 -I$abs_top_builddir -I/usr/local/include"
| 
| # Is the compiler GCC?
| GCC=''

## ---------------- ##
## Tested programs. ##
## ---------------- ##

testsuite.at:67: /home/tony/build/bison-1.875/tests/bison --version
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 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.

## --------------------------- ##
## Silently running the tests. ##
## --------------------------- ##
testsuite: starting at: Sun Jan 19 14:46:27 PST 2003

reply via email to

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