bug-bison
[Top][All Lists]
Advanced

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

Failed tests building bison


From: Jesse Mundis
Subject: Failed tests building bison
Date: Mon, 24 Sep 2001 19:25:08 -0700
User-agent: Mutt/1.2.5i

To whom it may concern:

  I just tried to build Bison on a mostly stock Solaris 2.8 machine.  
It's a SunBlade 100.  It seemed to fail the first half of its self
tests.  I'm including the testsuite.log file for your information.
As this machine has needed a number of packages added to it, I wouldn't
be surprised if the failed tests were do to something missing on my system.
It looks as though the output file just isn't executing the command, and ends up
comparing the command itself to the expected output.


Let me know if I can provide any further info.

Jesse Mundis
address@hidden



## ----------------------------------- ##
## Embedded GNU Bison 1.29 test suite. ##
## ----------------------------------- ##

testsuite: command line was:
  $ ./testsuite 

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

testsuite: {}:
| 2001-07-24  GNU  <address@hidden>
| 
|       * Version 0.10.39 released.
| 

testsuite: {}:
| 2001-08-03  gettextize  <address@hidden>
| 
|       * Makefile.in.in: Upgrade to gettext-0.10.39.
|       * cat-id-tbl.c: Remove file.
| 
| 2001-07-14  gettextize  <address@hidden>
| 
|       * Makefile.in.in: Upgrade to gettext-0.10.38.
|       * cat-id-tbl.c: Remove file.
|       * stamp-cat-id: Remove file.

testsuite: {}:
| 2001-09-07  Akim Demaille  <address@hidden>
| 
|       Version 1.29.
| 
| 2001-08-30  Akim Demaille  <address@hidden>
| 
|       * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
|       * m4/atconfig.m4: Remove.
|       * tests/testsuite.at, tests/atlocal.in, tests/output.at,
|       * tests/bison: New.

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

hostname = dragula
uname -m = sun4u
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_108528-09

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = dragula
Release = 5.8
KernelID = Generic_108528-09
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

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

PATH: /home/jesse/bison-1.29/tests
PATH: /usr/bin
PATH: /usr/dt/bin
PATH: /usr/openwin/bin
PATH: /usr/ucb
PATH: /usr/local/bin
PATH: /home/jesse/bison-1.29
PATH: /usr/ccs/bin

## ------------------- ##
## Configuration logs. ##
## ------------------- ##

testsuite: {}:
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU Bison configure 1.29, which was
| generated by GNU Autoconf 2.52e.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = dragula
| uname -m = sun4u
| uname -r = 5.8
| uname -s = SunOS
| uname -v = Generic_108528-09
| 
| /usr/bin/uname -p = sparc
| /bin/uname -X     = System = SunOS
| Node = dragula
| Release = 5.8
| KernelID = Generic_108528-09
| Machine = sun4u
| BusType = <unknown>
| Serial = <unknown>
| Users = <unknown>
| OEM# = 0
| Origin# = 1
| NumCPU = 1
| 
| /bin/arch              = sun4
| /usr/bin/arch -k       = sun4u
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/bin
| PATH: /usr/dt/bin
| PATH: /usr/openwin/bin
| PATH: /bin
| PATH: /usr/ucb
| PATH: /usr/local/bin
| PATH: .
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1002: PATH=".;."; conftest.sh
| ./configure: conftest.sh: not found
| configure:1005: $? = 1
| configure:1051: checking for a BSD compatible install
| configure:1100: result: config/install-sh -c
| configure:1111: checking whether build environment is sane
| configure:1154: result: yes
| configure:1187: checking for mawk
| configure:1213: result: no
| configure:1187: checking for gawk
| configure:1202: found /usr/local/bin/gawk
| configure:1210: result: gawk
| configure:1220: checking whether make sets ${MAKE}
| configure:1240: result: yes
| configure:1383: checking for gcc
| configure:1398: found /usr/local/bin/gcc
| configure:1406: result: gcc
| configure:1634: checking for C compiler version
| configure:1637: gcc --version </dev/null >&5
| 2.95.3
| configure:1640: $? = 0
| configure:1642: gcc -v </dev/null >&5
| Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
| gcc version 2.95.3 20010315 (release)
| configure:1645: $? = 0
| configure:1647: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:1650: $? = 1
| configure:1676: checking for C compiler default output
| configure:1679: gcc    conftest.c  >&5
| configure:1682: $? = 0
| configure:1711: result: a.out
| configure:1716: checking whether the C compiler works
| configure:1722: ./a.out
| configure:1725: $? = 0
| configure:1740: result: yes
| configure:1747: checking whether we are cross compiling
| configure:1749: result: no
| configure:1752: checking for executable suffix
| configure:1754: gcc -o conftest    conftest.c  >&5
| configure:1757: $? = 0
| configure:1779: result: 
| configure:1785: checking for object suffix
| configure:1809: gcc -c   conftest.c >&5
| configure:1812: $? = 0
| configure:1831: result: o
| configure:1835: checking whether we are using the GNU C compiler
| configure:1862: gcc -c   conftest.c >&5
| configure:1865: $? = 0
| configure:1868: test -s conftest.o
| configure:1871: $? = 0
| configure:1883: result: yes
| configure:1889: checking whether gcc accepts -g
| configure:1913: gcc -c -g  conftest.c >&5
| configure:1916: $? = 0
| configure:1919: test -s conftest.o
| configure:1922: $? = 0
| configure:1932: result: yes
| configure:1959: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before `me'
| configure:1962: $? = 1
| configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
| configure:2080: checking for style of include used by make
| configure:2107: result: GNU
| configure:2113: checking dependency style of gcc
| configure:2175: result: gcc
| configure:2184: checking how to run the C preprocessor
| configure:2210: gcc -E  conftest.c
| configure:2216: $? = 0
| configure:2243: gcc -E  conftest.c
| configure:2240: ac_nonexistent.h: No such file or directory
| configure:2249: $? = 1
| configure: failed program was:
| #line 2239 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2286: result: gcc -E
| configure:2301: gcc -E  conftest.c
| configure:2307: $? = 0
| configure:2334: gcc -E  conftest.c
| configure:2331: ac_nonexistent.h: No such file or directory
| configure:2340: $? = 1
| configure: failed program was:
| #line 2330 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2379: checking for ANSI C header files
| configure:2393: gcc -E  conftest.c
| configure:2399: $? = 0
| configure:2486: gcc -o conftest -g -O2   conftest.c  >&5
| configure:2489: $? = 0
| configure:2491: ./conftest
| configure:2494: $? = 0
| configure:2507: result: yes
| configure:2523: checking for sys/types.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2523: checking for sys/stat.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2523: checking for stdlib.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2523: checking for string.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2523: checking for memory.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2523: checking for strings.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2523: checking for inttypes.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2523: checking for stdint.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2565: stdint.h: No such file or directory
| configure:2539: $? = 1
| configure: failed program was:
| #line 2529 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
| configure:2555: result: no
| configure:2523: checking for unistd.h
| configure:2536: gcc -c -g -O2  conftest.c >&5
| configure:2539: $? = 0
| configure:2542: test -s conftest.o
| configure:2545: $? = 0
| configure:2555: result: yes
| configure:2576: checking minix/config.h usability
| configure:2585: gcc -c -g -O2  conftest.c >&5
| configure:2614: minix/config.h: No such file or directory
| configure:2588: $? = 1
| configure: failed program was:
| #line 2579 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
| configure:2603: result: no
| configure:2607: checking minix/config.h presence
| configure:2614: gcc -E  conftest.c
| configure:2611: minix/config.h: No such file or directory
| configure:2620: $? = 1
| configure: failed program was:
| #line 2610 "configure"
| #include "confdefs.h"
| #include <minix/config.h>
| configure:2638: result: no
| configure:2656: checking for minix/config.h
| configure:2663: result: no
| configure:2689: checking for strerror in -lcposix
| configure:2722: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
| ld: fatal: library -lcposix: not found
| ld: fatal: File processing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:2725: $? = 1
| configure: failed program was:
| #line 2697 "configure"
| #include "confdefs.h"
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
| configure:2742: result: no
| configure:2748: checking for gcc option to accept ANSI C
| configure:2814: gcc  -c -g -O2  conftest.c >&5
| configure:2817: $? = 0
| configure:2820: test -s conftest.o
| configure:2823: $? = 0
| configure:2837: result: none needed
| configure:2886: checking for ranlib
| configure:2910: result: :
| configure:2927: checking for gm4
| configure:2958: result: no
| configure:2927: checking for gnum4
| configure:2958: result: no
| configure:2927: checking for m4
| configure:2958: result: no
| configure:2966: checking whether m4 supports frozen files
| configure:2978: result: no
| configure:3561: checking for ANSI C header files
| configure:3689: result: yes
| configure:3712: checking ctype.h usability
| configure:3721: gcc -c -g -O2  conftest.c >&5
| configure:3724: $? = 0
| configure:3727: test -s conftest.o
| configure:3730: $? = 0
| configure:3739: result: yes
| configure:3743: checking ctype.h presence
| configure:3750: gcc -E  conftest.c
| configure:3756: $? = 0
| configure:3774: result: yes
| configure:3792: checking for ctype.h
| configure:3799: result: yes
| configure:3712: checking locale.h usability
| configure:3721: gcc -c -g -O2  conftest.c >&5
| configure:3724: $? = 0
| configure:3727: test -s conftest.o
| configure:3730: $? = 0
| configure:3739: result: yes
| configure:3743: checking locale.h presence
| configure:3750: gcc -E  conftest.c
| configure:3756: $? = 0
| configure:3774: result: yes
| configure:3792: checking for locale.h
| configure:3799: result: yes
| configure:3703: checking for memory.h
| configure:3708: result: yes
| configure:3703: checking for stdlib.h
| configure:3708: result: yes
| configure:3703: checking for string.h
| configure:3708: result: yes
| configure:3703: checking for unistd.h
| configure:3708: result: yes
| configure:3817: checking for gcc option to accept ANSI C
| configure:3880: gcc  -c -g -O2  conftest.c >&5
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3906: result: none needed
| configure:3914: checking for an ANSI C-conforming const
| configure:3984: gcc -c -g -O2  conftest.c >&5
| configure:3987: $? = 0
| configure:3990: test -s conftest.o
| configure:3993: $? = 0
| configure:4003: result: yes
| configure:4013: checking for inline
| configure:4030: gcc -c -g -O2  conftest.c >&5
| configure:4033: $? = 0
| configure:4036: test -s conftest.o
| configure:4039: $? = 0
| configure:4050: result: inline
| configure:4065: checking for function prototypes
| configure:4068: result: yes
| configure:4082: checking for ANSI C header files
| configure:4210: result: yes
| configure:4224: checking for string.h
| configure:4229: result: yes
| configure:4336: checking for working alloca.h
| configure:4360: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4363: $? = 0
| configure:4366: test -s conftest
| configure:4369: $? = 0
| configure:4379: result: yes
| configure:4389: checking for alloca
| configure:4433: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4436: $? = 0
| configure:4439: test -s conftest
| configure:4442: $? = 0
| configure:4452: result: yes
| configure:4642: checking for mkstemp
| configure:4685: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4688: $? = 0
| configure:4691: test -s conftest
| configure:4694: $? = 0
| configure:4704: result: yes
| configure:4642: checking for setlocale
| configure:4685: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4688: $? = 0
| configure:4691: test -s conftest
| configure:4694: $? = 0
| configure:4704: result: yes
| configure:4714: checking whether stpcpy is declared
| configure:4741: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:4765: `stpcpy' undeclared (first use in this function)
| configure:4765: (Each undeclared identifier is reported only once
| configure:4765: for each function it appears in.)
| configure:4744: $? = 1
| configure: failed program was:
| #line 4720 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef stpcpy
|   char *p = (char *) stpcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:4760: result: no
| configure:4774: checking whether strndup is declared
| configure:4801: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:4825: `strndup' undeclared (first use in this function)
| configure:4825: (Each undeclared identifier is reported only once
| configure:4825: for each function it appears in.)
| configure:4804: $? = 1
| configure: failed program was:
| #line 4780 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef strndup
|   char *p = (char *) strndup;
| #endif
| 
|   ;
|   return 0;
| }
| configure:4820: result: no
| configure:4834: checking whether strnlen is declared
| configure:4861: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:4885: `strnlen' undeclared (first use in this function)
| configure:4885: (Each undeclared identifier is reported only once
| configure:4885: for each function it appears in.)
| configure:4864: $? = 1
| configure: failed program was:
| #line 4840 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef strnlen
|   char *p = (char *) strnlen;
| #endif
| 
|   ;
|   return 0;
| }
| configure:4880: result: no
| configure:4894: checking whether memchr is declared
| configure:4921: gcc -c -g -O2  conftest.c >&5
| configure:4924: $? = 0
| configure:4927: test -s conftest.o
| configure:4930: $? = 0
| configure:4940: result: yes
| configure:4958: checking for stpcpy
| configure:5001: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| stpcpy                              /var/tmp/ccJGH4sb.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:5004: $? = 1
| configure: failed program was:
| #line 4964 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stpcpy (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char stpcpy ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_stpcpy) || defined (__stub___stpcpy)
| choke me
| #else
| f = stpcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5020: result: no
| configure:4958: checking for strndup
| configure:5001: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strndup                             /var/tmp/ccBLW1p6.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:5004: $? = 1
| configure: failed program was:
| #line 4964 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strndup (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strndup ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strndup) || defined (__stub___strndup)
| choke me
| #else
| f = strndup;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5020: result: no
| configure:4958: checking for strnlen
| configure:5001: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strnlen                             /var/tmp/ccBAP9SS.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:5004: $? = 1
| configure: failed program was:
| #line 4964 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strnlen (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strnlen ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strnlen) || defined (__stub___strnlen)
| choke me
| #else
| f = strnlen;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5020: result: no
| configure:4958: checking for strspn
| configure:5001: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5004: $? = 0
| configure:5007: test -s conftest
| configure:5010: $? = 0
| configure:5020: result: yes
| configure:4958: checking for memchr
| configure:5001: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5004: $? = 0
| configure:5007: test -s conftest
| configure:5010: $? = 0
| configure:5020: result: yes
| configure:5036: checking for working malloc
| configure:5057: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5060: $? = 0
| configure:5062: ./conftest
| configure:5065: $? = 0
| configure:5078: result: yes
| configure:5094: checking for working realloc
| configure:5115: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5118: $? = 0
| configure:5120: ./conftest
| configure:5123: $? = 0
| configure:5136: result: yes
| configure:5151: checking for isascii
| configure:5194: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5197: $? = 0
| configure:5200: test -s conftest
| configure:5203: $? = 0
| configure:5213: result: yes
| configure:5151: checking for iswprint
| configure:5194: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5197: $? = 0
| configure:5200: test -s conftest
| configure:5203: $? = 0
| configure:5213: result: yes
| configure:5151: checking for mbrtowc
| configure:5194: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5197: $? = 0
| configure:5200: test -s conftest
| configure:5203: $? = 0
| configure:5213: result: yes
| configure:5236: checking limits.h usability
| configure:5245: gcc -c -g -O2  conftest.c >&5
| configure:5248: $? = 0
| configure:5251: test -s conftest.o
| configure:5254: $? = 0
| configure:5263: result: yes
| configure:5267: checking limits.h presence
| configure:5274: gcc -E  conftest.c
| configure:5280: $? = 0
| configure:5298: result: yes
| configure:5316: checking for limits.h
| configure:5323: result: yes
| configure:5227: checking for stdlib.h
| configure:5232: result: yes
| configure:5227: checking for string.h
| configure:5232: result: yes
| configure:5236: checking wchar.h usability
| configure:5245: gcc -c -g -O2  conftest.c >&5
| configure:5248: $? = 0
| configure:5251: test -s conftest.o
| configure:5254: $? = 0
| configure:5263: result: yes
| configure:5267: checking wchar.h presence
| configure:5274: gcc -E  conftest.c
| configure:5280: $? = 0
| configure:5298: result: yes
| configure:5316: checking for wchar.h
| configure:5323: result: yes
| configure:5236: checking wctype.h usability
| configure:5245: gcc -c -g -O2  conftest.c >&5
| configure:5248: $? = 0
| configure:5251: test -s conftest.o
| configure:5254: $? = 0
| configure:5263: result: yes
| configure:5267: checking wctype.h presence
| configure:5274: gcc -E  conftest.c
| configure:5280: $? = 0
| configure:5298: result: yes
| configure:5316: checking for wctype.h
| configure:5323: result: yes
| configure:5336: checking for ANSI C header files
| configure:5464: result: yes
| configure:5474: checking whether backslash-a works in strings
| configure:5505: gcc -c -g -O2  conftest.c >&5
| configure:5508: $? = 0
| configure:5511: test -s conftest.o
| configure:5514: $? = 0
| configure:5524: result: yes
| configure:5538: checking for stdlib.h
| configure:5543: result: yes
| configure:5647: checking for mbstate_t
| configure:5675: gcc -c -g -O2  conftest.c >&5
| configure:5678: $? = 0
| configure:5681: test -s conftest.o
| configure:5684: $? = 0
| configure:5694: result: yes
| configure:5704: checking for function prototypes
| configure:5707: result: yes
| configure:5721: checking for ANSI C header files
| configure:5849: result: yes
| configure:5863: checking for string.h
| configure:5868: result: yes
| configure:5975: checking for strerror
| configure:6018: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6021: $? = 0
| configure:6024: test -s conftest
| configure:6027: $? = 0
| configure:6037: result: yes
| configure:5975: checking for strerror_r
| configure:6018: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| strerror_r                          /var/tmp/ccj2rK2I.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:6021: $? = 1
| configure: failed program was:
| #line 5981 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strerror_r (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror_r ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strerror_r) || defined (__stub___strerror_r)
| choke me
| #else
| f = strerror_r;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6037: result: no
| configure:5975: checking for vprintf
| configure:6018: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6021: $? = 0
| configure:6024: test -s conftest
| configure:6027: $? = 0
| configure:6037: result: yes
| configure:5975: checking for doprnt
| configure:6018: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| doprnt                              /var/tmp/ccA4fZQx.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:6021: $? = 1
| configure: failed program was:
| #line 5981 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char doprnt (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char doprnt ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_doprnt) || defined (__stub___doprnt)
| choke me
| #else
| f = doprnt;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6037: result: no
| configure:6047: checking for ANSI C header files
| configure:6175: result: yes
| configure:6185: checking whether strerror_r is declared
| configure:6212: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:6236: `strerror_r' undeclared (first use in this function)
| configure:6236: (Each undeclared identifier is reported only once
| configure:6236: for each function it appears in.)
| configure:6215: $? = 1
| configure: failed program was:
| #line 6191 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef strerror_r
|   char *p = (char *) strerror_r;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6231: result: no
| configure:6249: checking for strerror_r
| configure:6311: result: no
| configure:6558: checking build system type
| configure:6576: result: sparc-sun-solaris2.8
| configure:6583: checking host system type
| configure:6597: result: sparc-sun-solaris2.8
| configure:6604: checking for off_t
| configure:6631: gcc -c -g -O2  conftest.c >&5
| configure:6634: $? = 0
| configure:6637: test -s conftest.o
| configure:6640: $? = 0
| configure:6650: result: yes
| configure:6662: checking for size_t
| configure:6689: gcc -c -g -O2  conftest.c >&5
| configure:6692: $? = 0
| configure:6695: test -s conftest.o
| configure:6698: $? = 0
| configure:6708: result: yes
| configure:6724: checking for stdlib.h
| configure:6729: result: yes
| configure:6724: checking for unistd.h
| configure:6729: result: yes
| configure:6836: checking for getpagesize
| configure:6879: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6882: $? = 0
| configure:6885: test -s conftest
| configure:6888: $? = 0
| configure:6898: result: yes
| configure:6908: checking for working mmap
| configure:7044: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7047: $? = 0
| configure:7049: ./conftest
| configure:7052: $? = 0
| configure:7064: result: yes
| configure:7075: checking whether we are using the GNU C Library 2.1 or newer
| configure:7083: features.h: No such file or directory
| configure:7101: result: no
| configure:7120: checking argz.h usability
| configure:7129: gcc -c -g -O2  conftest.c >&5
| configure:7158: argz.h: No such file or directory
| configure:7132: $? = 1
| configure: failed program was:
| #line 7123 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <argz.h>
| configure:7147: result: no
| configure:7151: checking argz.h presence
| configure:7158: gcc -E  conftest.c
| configure:7155: argz.h: No such file or directory
| configure:7164: $? = 1
| configure: failed program was:
| #line 7154 "configure"
| #include "confdefs.h"
| #include <argz.h>
| configure:7182: result: no
| configure:7200: checking for argz.h
| configure:7207: result: no
| configure:7111: checking for limits.h
| configure:7116: result: yes
| configure:7111: checking for locale.h
| configure:7116: result: yes
| configure:7120: checking nl_types.h usability
| configure:7129: gcc -c -g -O2  conftest.c >&5
| configure:7132: $? = 0
| configure:7135: test -s conftest.o
| configure:7138: $? = 0
| configure:7147: result: yes
| configure:7151: checking nl_types.h presence
| configure:7158: gcc -E  conftest.c
| configure:7164: $? = 0
| configure:7182: result: yes
| configure:7200: checking for nl_types.h
| configure:7207: result: yes
| configure:7120: checking malloc.h usability
| configure:7129: gcc -c -g -O2  conftest.c >&5
| configure:7132: $? = 0
| configure:7135: test -s conftest.o
| configure:7138: $? = 0
| configure:7147: result: yes
| configure:7151: checking malloc.h presence
| configure:7158: gcc -E  conftest.c
| configure:7164: $? = 0
| configure:7182: result: yes
| configure:7200: checking for malloc.h
| configure:7207: result: yes
| configure:7120: checking stddef.h usability
| configure:7129: gcc -c -g -O2  conftest.c >&5
| configure:7132: $? = 0
| configure:7135: test -s conftest.o
| configure:7138: $? = 0
| configure:7147: result: yes
| configure:7151: checking stddef.h presence
| configure:7158: gcc -E  conftest.c
| configure:7164: $? = 0
| configure:7182: result: yes
| configure:7200: checking for stddef.h
| configure:7207: result: yes
| configure:7111: checking for stdlib.h
| configure:7116: result: yes
| configure:7111: checking for string.h
| configure:7116: result: yes
| configure:7111: checking for unistd.h
| configure:7116: result: yes
| configure:7120: checking sys/param.h usability
| configure:7129: gcc -c -g -O2  conftest.c >&5
| configure:7132: $? = 0
| configure:7135: test -s conftest.o
| configure:7138: $? = 0
| configure:7147: result: yes
| configure:7151: checking sys/param.h presence
| configure:7158: gcc -E  conftest.c
| configure:7164: $? = 0
| configure:7182: result: yes
| configure:7200: checking for sys/param.h
| configure:7207: result: yes
| configure:7225: checking for feof_unlocked
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| feof_unlocked                       /var/tmp/cc5xGlTo.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7271: $? = 1
| configure: failed program was:
| #line 7231 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char feof_unlocked (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char feof_unlocked ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_feof_unlocked) || defined (__stub___feof_unlocked)
| choke me
| #else
| f = feof_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7287: result: no
| configure:7225: checking for fgets_unlocked
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| fgets_unlocked                      /var/tmp/ccpjVmoe.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7271: $? = 1
| configure: failed program was:
| #line 7231 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fgets_unlocked (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fgets_unlocked ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_fgets_unlocked) || defined (__stub___fgets_unlocked)
| choke me
| #else
| f = fgets_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7287: result: no
| configure:7225: checking for getcwd
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for getegid
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for geteuid
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for getgid
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for getuid
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for mempcpy
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| mempcpy                             /var/tmp/ccSDhUjZ.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7271: $? = 1
| configure: failed program was:
| #line 7231 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mempcpy (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char mempcpy ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| f = mempcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7287: result: no
| configure:7225: checking for munmap
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for putenv
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for setenv
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| setenv                              /var/tmp/ccd7PeAj.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7271: $? = 1
| configure: failed program was:
| #line 7231 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setenv (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char setenv ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_setenv) || defined (__stub___setenv)
| choke me
| #else
| f = setenv;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7287: result: no
| configure:7225: checking for setlocale
| configure:7287: result: yes
| configure:7225: checking for stpcpy
| configure:7287: result: no
| configure:7225: checking for strchr
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for strcasecmp
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for strdup
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for strtoul
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for tsearch
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7271: $? = 0
| configure:7274: test -s conftest
| configure:7277: $? = 0
| configure:7287: result: yes
| configure:7225: checking for __argz_count
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| __argz_count                        /var/tmp/ccyFert3.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7271: $? = 1
| configure: failed program was:
| #line 7231 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_count (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_count ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_count) || defined (__stub_____argz_count)
| choke me
| #else
| f = __argz_count;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7287: result: no
| configure:7225: checking for __argz_stringify
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| __argz_stringify                    /var/tmp/cchA0t1y.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7271: $? = 1
| configure: failed program was:
| #line 7231 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_stringify (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_stringify ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
| choke me
| #else
| f = __argz_stringify;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7287: result: no
| configure:7225: checking for __argz_next
| configure:7268: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| __argz_next                         /var/tmp/ccD2e0Ns.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7271: $? = 1
| configure: failed program was:
| #line 7231 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_next (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_next ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_next) || defined (__stub_____argz_next)
| choke me
| #else
| f = __argz_next;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7287: result: no
| configure:7308: checking for iconv
| configure:7338: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7341: $? = 0
| configure:7344: test -s conftest
| configure:7347: $? = 0
| configure:7402: result: yes
| configure:7410: checking for iconv declaration
| configure:7447: gcc -c -g -O2  conftest.c >&5
| configure:7426: conflicting types for `iconv'
| /usr/include/iconv.h:20: previous declaration of `iconv'
| configure:7450: $? = 1
| configure: failed program was:
| #line 7417 "configure"
| #include "confdefs.h"
| 
| #include <stdlib.h>
| #include <iconv.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| #if defined(__STDC__) || defined(__cplusplus)
| size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, 
size_t *outbytesleft);
| #else
| size_t iconv();
| #endif
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| configure:7469: result: 
|          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:7484: checking for nl_langinfo and CODESET
| configure:7508: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7511: $? = 0
| configure:7514: test -s conftest
| configure:7517: $? = 0
| configure:7528: result: yes
| configure:7539: checking for LC_MESSAGES
| configure:7563: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7566: $? = 0
| configure:7569: test -s conftest
| configure:7572: $? = 0
| configure:7582: result: yes
| configure:7592: checking whether NLS is requested
| configure:7601: result: yes
| configure:7614: checking whether included gettext is requested
| configure:7624: result: no
| configure:7641: checking libintl.h usability
| configure:7650: gcc -c -g -O2  conftest.c >&5
| configure:7653: $? = 0
| configure:7656: test -s conftest.o
| configure:7659: $? = 0
| configure:7668: result: yes
| configure:7672: checking libintl.h presence
| configure:7679: gcc -E  conftest.c
| configure:7685: $? = 0
| configure:7703: result: yes
| configure:7721: checking for libintl.h
| configure:7728: result: yes
| configure:7733: checking for GNU gettext in libc
| configure:7759: gcc -o conftest -g -O2   conftest.c  >&5
| Undefined                     first referenced
|  symbol                           in file
| _nl_msg_cat_cntr                    /var/tmp/ccAMmryv.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7762: $? = 1
| configure: failed program was:
| #line 7739 "configure"
| #include "confdefs.h"
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr
|   ;
|   return 0;
| }
| configure:7778: result: no
| configure:7782: checking for GNU gettext in libintl
| configure:7810: gcc -o conftest -g -O2   conftest.c  -lintl  >&5
| Undefined                     first referenced
|  symbol                           in file
| _nl_msg_cat_cntr                    /var/tmp/ccGbPvvQ.o
| ld: fatal: Symbol referencing errors. No output written to conftest
| collect2: ld returned 1 exit status
| configure:7813: $? = 1
| configure: failed program was:
| #line 7790 "configure"
| #include "confdefs.h"
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr
|   ;
|   return 0;
| }
| configure:7830: result: no
| configure:8050: checking for msgfmt
| configure:8080: result: no
| configure:8086: checking for gmsgfmt
| configure:8115: result: :
| configure:8124: checking for xgettext
| configure:8154: result: no
| configure:8197: checking for bison
| configure:8223: result: no
| configure:8267: checking for catalogs to be installed
| configure:8287: result:  de es et fr ja nl ru
| configure:8390: creating ./config.status
| 
| ## --------------- ##
| ## Running $as_me. ##
| ## --------------- ##
| 
| This file was extended by GNU Bison config.status 1.29, which was
| generated by GNU Autoconf 2.52e.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ 
| 
| on dragula
| 
| config.status:8934: creating tests/atlocal
| config.status:8934: creating Makefile
| config.status:8934: creating config/Makefile
| config.status:8934: creating intl/Makefile
| config.status:8934: creating po/Makefile.in
| config.status:8934: creating lib/Makefile
| config.status:8934: creating src/Makefile
| config.status:8934: creating doc/Makefile
| config.status:8934: creating m4/Makefile
| config.status:8934: creating tests/Makefile
| config.status:9026: creating config.h
| config.status:9259: executing tests/atconfig commands
| config.status:9259: executing default-1 commands
| config.status:9259: executing default-2 commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build='sparc-sun-solaris2.8'
| ac_cv_build_alias='sparc-sun-solaris2.8'
| ac_cv_c_backslash_a='yes'
| ac_cv_c_compiler_gnu='yes'
| ac_cv_c_const='yes'
| ac_cv_c_inline='inline'
| ac_cv_env_CC_set=''
| ac_cv_env_CC_value=''
| ac_cv_env_CFLAGS_set=''
| ac_cv_env_CFLAGS_value=''
| ac_cv_env_CPPFLAGS_set=''
| ac_cv_env_CPPFLAGS_value=''
| ac_cv_env_CPP_set=''
| ac_cv_env_CPP_value=''
| ac_cv_env_LDFLAGS_set=''
| ac_cv_env_LDFLAGS_value=''
| ac_cv_env_build_alias_set=''
| ac_cv_env_build_alias_value=''
| ac_cv_env_host_alias_set=''
| ac_cv_env_host_alias_value=''
| ac_cv_env_target_alias_set=''
| ac_cv_env_target_alias_value=''
| ac_cv_func___argz_count='no'
| ac_cv_func___argz_next='no'
| ac_cv_func___argz_stringify='no'
| ac_cv_func_alloca_works='yes'
| ac_cv_func_doprnt='no'
| ac_cv_func_feof_unlocked='no'
| ac_cv_func_fgets_unlocked='no'
| ac_cv_func_getcwd='yes'
| ac_cv_func_getegid='yes'
| ac_cv_func_geteuid='yes'
| ac_cv_func_getgid='yes'
| ac_cv_func_getpagesize='yes'
| ac_cv_func_getuid='yes'
| ac_cv_func_isascii='yes'
| ac_cv_func_iswprint='yes'
| ac_cv_func_mbrtowc='yes'
| ac_cv_func_memchr='yes'
| ac_cv_func_mempcpy='no'
| ac_cv_func_mkstemp='yes'
| ac_cv_func_mmap_fixed_mapped='yes'
| ac_cv_func_munmap='yes'
| ac_cv_func_putenv='yes'
| ac_cv_func_setenv='no'
| ac_cv_func_setlocale='yes'
| ac_cv_func_stpcpy='no'
| ac_cv_func_strcasecmp='yes'
| ac_cv_func_strchr='yes'
| ac_cv_func_strdup='yes'
| ac_cv_func_strerror='yes'
| ac_cv_func_strerror_r='no'
| ac_cv_func_strndup='no'
| ac_cv_func_strnlen='no'
| ac_cv_func_strspn='yes'
| ac_cv_func_strtoul='yes'
| ac_cv_func_tsearch='yes'
| ac_cv_func_vprintf='yes'
| ac_cv_gnu_library_2_1='no'
| ac_cv_have_decl_memchr='yes'
| ac_cv_have_decl_stpcpy='no'
| ac_cv_have_decl_strerror_r='no'
| ac_cv_have_decl_strndup='no'
| ac_cv_have_decl_strnlen='no'
| ac_cv_header_argz_h='no'
| ac_cv_header_ctype_h='yes'
| ac_cv_header_inttypes_h='yes'
| ac_cv_header_libintl_h='yes'
| ac_cv_header_limits_h='yes'
| ac_cv_header_locale_h='yes'
| ac_cv_header_malloc_h='yes'
| ac_cv_header_memory_h='yes'
| ac_cv_header_minix_config_h='no'
| ac_cv_header_nl_types_h='yes'
| ac_cv_header_stdc='yes'
| ac_cv_header_stddef_h='yes'
| ac_cv_header_stdint_h='no'
| ac_cv_header_stdlib_h='yes'
| ac_cv_header_string_h='yes'
| ac_cv_header_strings_h='yes'
| ac_cv_header_sys_param_h='yes'
| ac_cv_header_sys_stat_h='yes'
| ac_cv_header_sys_types_h='yes'
| ac_cv_header_unistd_h='yes'
| ac_cv_header_wchar_h='yes'
| ac_cv_header_wctype_h='yes'
| ac_cv_host='sparc-sun-solaris2.8'
| ac_cv_host_alias='sparc-sun-solaris2.8'
| ac_cv_lib_cposix_strerror='no'
| ac_cv_objext='o'
| ac_cv_path_GMSGFMT=':'
| ac_cv_path_MSGFMT=':'
| ac_cv_path_XGETTEXT=':'
| ac_cv_prog_AWK='gawk'
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_CC='gcc'
| ac_cv_prog_ac_ct_RANLIB=':'
| ac_cv_prog_cc_g='yes'
| ac_cv_prog_cc_stdc=''
| ac_cv_prog_gnu_m4='no'
| ac_cv_prog_make_make_set='yes'
| ac_cv_type_mbstate_t='yes'
| ac_cv_type_off_t='yes'
| ac_cv_type_size_t='yes'
| ac_cv_working_alloca_h='yes'
| am_cv_CC_dependencies_compiler_type='gcc'
| am_cv_func_iconv='yes'
| am_cv_langinfo_codeset='yes'
| am_cv_lib_iconv='no'
| am_cv_prog_cc_stdc=''
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1='const'
| am_cv_val_LC_MESSAGES='yes'
| gt_cv_func_gnugettext1_libc='no'
| gt_cv_func_gnugettext1_libintl='no'
| jm_cv_func_working_malloc='yes'
| jm_cv_func_working_realloc='yes'
| nls_cv_force_use_gnu_gettext='no'
| nls_cv_header_intl=''
| nls_cv_header_libgt=''
| nls_cv_use_gnu_gettext='yes'
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE "bison"
| #define VERSION "1.29"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_MEMCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_MEMCHR 1
| #define HAVE_DONE_WORKING_MALLOC_CHECK 1
| #define HAVE_DONE_WORKING_REALLOC_CHECK 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define STDC_HEADERS 1
| #define HAVE_C_BACKSLASH_A 1
| #define HAVE_STDLIB_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_STRERROR 1
| #define HAVE_VPRINTF 1
| #define STDC_HEADERS 1
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| 
| configure: exit 0
| 
| ## --------------- ##
| ## Running $as_me. ##
| ## --------------- ##
| 
| This file was extended by GNU Bison config.status 1.29, which was
| generated by GNU Autoconf 2.52e.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = config.h:config.hin
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ 
| 
| on dragula
| 
| config.status:9026: creating config.h
| config.status:9167: config.h is unchanged
| config.status:9259: executing tests/atconfig commands
| config.status:9259: executing default-1 commands
| config.status:9259: executing default-2 commands
| 
| ## --------------- ##
| ## Running $as_me. ##
| ## --------------- ##
| 
| This file was extended by GNU Bison config.status 1.29, which was
| generated by GNU Autoconf 2.52e.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ tests/atlocal
| 
| on dragula
| 
| config.status:8934: creating tests/atlocal

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| at_package_name='GNU Bison'
| at_package_version='1.29'
| at_package_string='GNU Bison 1.29'
| at_bugreport='address@hidden'
| 
| at_n=''
| at_c='\c'
| 
| at_testdir='tests'
| srcdir='.'
| top_srcdir='..'
| top_builddir='../'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}
| PATH_SEPARATOR=':'

testsuite: atlocal:
| # Generated automatically from atlocal.in by configure.                       
                -*- shell-script -*-
| # Configurable variable values for Bison test suite.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| # We need a C compiler.
| CC='gcc'
| CFLAGS='-g -O2'
| 
| # We need `config.h'.
| CPPFLAGS="-I $top_builddir "

## -------- ##
## Victims. ##
## -------- ##
## --------------------------- ##
## Silently running the tests. ##
## --------------------------- ##
testsuite: starting at: Mon Sep 24 19:13:19 PDT 2001
1. output.at:37: FAILED near `output.at:37'
2. output.at:38: FAILED near `output.at:38'
3. output.at:39: FAILED near `output.at:39'
4. output.at:40: FAILED near `output.at:40'
5. output.at:41: FAILED near `output.at:41'
6. output.at:42: FAILED near `output.at:42'
7. output.at:63: FAILED near `output.at:63'
8. output.at:66: FAILED near `output.at:66'
9. output.at:91: FAILED near `output.at:91'
10. output.at:95: FAILED near `output.at:95'
11. output.at:99: FAILED near `output.at:99'
12. output.at:103: FAILED near `output.at:103'
13. calc.at:359: ok     ()
14. calc.at:361: ok     ()
15. calc.at:362: ok     ()
16. calc.at:363: ok     ()
17. calc.at:364: ok     ()
18. calc.at:365: ok     ()
19. calc.at:366: ok     ()
20. calc.at:368: ok     ()
21. calc.at:370: ok     ()
22. calc.at:372: ok     ()
23. calc.at:373: ok     ()
24. regression.at:26: ok        ()
25. regression.at:52: ok        ()
testsuite: ending at: Mon Sep 24 19:13:39 PDT 2001


## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
   1: output.at:37    Output files: .
   2: output.at:38    Output files: -o foo.c.
   3: output.at:39    Output files: -o foo.tab.c.
   4: output.at:40    Output files: -y.
   5: output.at:41    Output files: -b bar.
   6: output.at:42    Output files: -g -o foo.c.
   7: output.at:63    Output files: .
   8: output.at:66    Output files: %yacc.
   9: output.at:91    Output files: .
  10: output.at:95    Output files: .
  11: output.at:99    Output files: %source_extension ".cpp" %header_extension 
".hhh".
  12: output.at:103   Output files: %source_extension ".cc" %header_extension 
".hh".


## -------------------------------------- ##
## Verbosely re-running the failing tests ##
## -------------------------------------- ##

## -------------------------- ##
## GNU Bison 1.29 test suite. ##
## -------------------------- ##
1. output.at:37: testing Output files: ....
output.at:37: bison -dv foo.y 
stderr:
stdout:
output.at:37: ls foo.output foo.tab.c foo.tab.h | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.output foo.tab.c foo.tab.h
---
> 
1. output.at:37: FAILED near `output.at:37'

2. output.at:38: testing Output files: -o foo.c....
output.at:38: bison -dv foo.y -o foo.c
stderr:
stdout:
output.at:38: ls foo.c foo.h foo.output | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.c foo.h foo.output
---
> 
2. output.at:38: FAILED near `output.at:38'

3. output.at:39: testing Output files: -o foo.tab.c....
output.at:39: bison -dv foo.y -o foo.tab.c
stderr:
stdout:
output.at:39: ls foo.output foo.tab.c foo.tab.h | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.output foo.tab.c foo.tab.h
---
> 
3. output.at:39: FAILED near `output.at:39'

4. output.at:40: testing Output files: -y....
output.at:40: bison -dv foo.y -y
stderr:
stdout:
output.at:40: ls y.output y.tab.c y.tab.h | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< y.output y.tab.c y.tab.h
---
> 
4. output.at:40: FAILED near `output.at:40'

5. output.at:41: testing Output files: -b bar....
output.at:41: bison -dv foo.y -b bar
stderr:
stdout:
output.at:41: ls bar.output bar.tab.c bar.tab.h | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< bar.output bar.tab.c bar.tab.h
---
> 
5. output.at:41: FAILED near `output.at:41'

6. output.at:42: testing Output files: -g -o foo.c....
output.at:42: bison -dv foo.y -g -o foo.c
stderr:
stdout:
output.at:42: ls foo.c foo.h foo.output foo.vcg | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.c foo.h foo.output foo.vcg
---
> 
6. output.at:42: FAILED near `output.at:42'

7. output.at:63: testing Output files: ....
output.at:63: bison foo.y
stderr:
stdout:
output.at:63: ls foo.output foo.tab.c foo.tab.h | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.output foo.tab.c foo.tab.h
---
> 
7. output.at:63: FAILED near `output.at:63'

8. output.at:66: testing Output files: %yacc....
output.at:66: bison foo.y
stderr:
stdout:
output.at:66: ls y.output y.tab.c y.tab.h | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< y.output y.tab.c y.tab.h
---
> 
8. output.at:66: FAILED near `output.at:66'

9. output.at:91: testing Output files: ....
output.at:91: bison foo.yy 
stderr:
stdout:
output.at:91: ls foo.output foo.tab.cc foo.tab.hh | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.output foo.tab.cc foo.tab.hh
---
> 
9. output.at:91: FAILED near `output.at:91'

10. output.at:95: testing Output files: ....
output.at:95: bison foo.yy -o foo.c
stderr:
stdout:
output.at:95: ls foo.c foo.h foo.output | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.c foo.h foo.output
---
> 
10. output.at:95: FAILED near `output.at:95'

11. output.at:99: testing Output files: %source_extension .cpp 
%header_extension .hhh....
output.at:99: bison foo.yy 
stderr:
stdout:
output.at:99: ls foo.output foo.tab.cpp foo.tab.hhh | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.output foo.tab.cpp foo.tab.hhh
---
> 
11. output.at:99: FAILED near `output.at:99'

12. output.at:103: testing Output files: %source_extension .cc 
%header_extension .hh....
output.at:103: bison foo.yy -o foo.c
stderr:
stdout:
output.at:103: ls foo.c foo.h foo.output | sort | tr '
' ' ' | sed 's/.$//g'
1c1
< foo.c foo.h foo.output
---
> 
12. output.at:103: FAILED near `output.at:103'



reply via email to

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