[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems building bison/1.29 on IRIX 6.5
From: |
David Kaelbling |
Subject: |
Re: Problems building bison/1.29 on IRIX 6.5 |
Date: |
Thu, 18 Oct 2001 12:02:29 -0400 |
Akim Demaille wrote:
>
> David, could you please confirm that the current beta of Bison works
> properly on your system? Thanks!
Still no joy, but now the problem seems to be that the test suite will
only run with gcc?
## --------------------------- ##
## GNU Bison 1.29e test suite. ##
## --------------------------- ##
Output file names.
1: output.at:38 ok
2: output.at:40 ok
3: output.at:42 ok
4: output.at:44 ok
5: output.at:46 ok
6: output.at:48 ok
7: output.at:52 ok
8: output.at:54 ok
9: output.at:59 ok
10: output.at:62 ok
11: output.at:66 ok
12: output.at:70 ok
Simple Calculator.
13: calc.at:389 FAILED near `calc.at:389'
14: calc.at:391 FAILED near `calc.at:391'
15: calc.at:392 FAILED near `calc.at:392'
16: calc.at:393 FAILED near `calc.at:393'
17: calc.at:394 FAILED near `calc.at:394'
18: calc.at:395 FAILED near `calc.at:395'
19: calc.at:396 FAILED near `calc.at:396'
20: calc.at:398 FAILED near `calc.at:398'
21: calc.at:400 FAILED near `calc.at:400'
22: calc.at:402 FAILED near `calc.at:402'
23: calc.at:403 FAILED near `calc.at:403'
Regression tests.
24: regression.at:26 ok
25: regression.at:52 ok
26: regression.at:74 ok
27: regression.at:97 ok
28: regression.at:116 ok
## ------------------------------------------------- ##
## ERROR: Suite unsuccessful, 11 of 28 tests failed. ##
## ------------------------------------------------- ##
Writing `./testsuite.NN' scripts, with NN = 13 14 15 16 17 18 19 20 21
22 23, done.
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.
## --------------------------- ##
## GNU Bison 1.29e test suite. ##
## --------------------------- ##
13. calc.at:389: testing Calculator ...
calc.at:389: bison calc.y -o calc.c
calc.at:389: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:389: test "$GCC" = yes && cat stderr
calc.at:389: exit code was 1, expected 0
13. calc.at:389: FAILED near `calc.at:389'
14. calc.at:391: testing Calculator --defines...
calc.at:391: bison calc.y -o calc.c --defines
calc.at:391: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:391: test "$GCC" = yes && cat stderr
calc.at:391: exit code was 1, expected 0
14. calc.at:391: FAILED near `calc.at:391'
15. calc.at:392: testing Calculator --locations...
calc.at:392: bison calc.y -o calc.c --locations
calc.at:392: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:392: test "$GCC" = yes && cat stderr
calc.at:392: exit code was 1, expected 0
15. calc.at:392: FAILED near `calc.at:392'
16. calc.at:393: testing Calculator --name-prefix=calc...
calc.at:393: bison calc.y -o calc.c --name-prefix=calc
calc.at:393: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:393: test "$GCC" = yes && cat stderr
calc.at:393: exit code was 1, expected 0
16. calc.at:393: FAILED near `calc.at:393'
17. calc.at:394: testing Calculator --verbose...
calc.at:394: bison calc.y -o calc.c --verbose
calc.at:394: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:394: test "$GCC" = yes && cat stderr
calc.at:394: exit code was 1, expected 0
17. calc.at:394: FAILED near `calc.at:394'
18. calc.at:395: testing Calculator --yacc...
calc.at:395: bison calc.y -o calc.c --yacc
calc.at:395: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:395: test "$GCC" = yes && cat stderr
calc.at:395: exit code was 1, expected 0
18. calc.at:395: FAILED near `calc.at:395'
19. calc.at:396: testing Calculator --yyerror-verbose...
calc.at:396: bison calc.y -o calc.c
calc.at:396: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:396: test "$GCC" = yes && cat stderr
calc.at:396: exit code was 1, expected 0
19. calc.at:396: FAILED near `calc.at:396'
20. calc.at:398: testing Calculator --locations --yyerror-verbose...
calc.at:398: bison calc.y -o calc.c --locations
calc.at:398: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:398: test "$GCC" = yes && cat stderr
calc.at:398: exit code was 1, expected 0
20. calc.at:398: FAILED near `calc.at:398'
21. calc.at:400: testing Calculator --defines --locations
--name-prefix=calc --verbose --yacc --yyerror-verbose...
calc.at:400: bison calc.y -o calc.c --defines --locations
--name-prefix=calc --verbose --yacc
calc.at:400: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:400: test "$GCC" = yes && cat stderr
calc.at:400: exit code was 1, expected 0
21. calc.at:400: FAILED near `calc.at:400'
22. calc.at:402: testing Calculator --debug...
calc.at:402: bison calc.y -o calc.c --debug
calc.at:402: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:402: test "$GCC" = yes && cat stderr
calc.at:402: exit code was 1, expected 0
22. calc.at:402: FAILED near `calc.at:402'
23. calc.at:403: testing Calculator --debug --defines --locations
--name-prefix=calc --verbose --yacc --yyerror-verbose...
calc.at:403: bison calc.y -o calc.c --debug --defines --locations
--name-prefix=calc --verbose --yacc
calc.at:403: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.at:403: test "$GCC" = yes && cat stderr
calc.at:403: exit code was 1, expected 0
23. calc.at:403: FAILED near `calc.at:403'
## --------------------------- ##
## ./testsuite.log is created. ##
## --------------------------- ##
--
David KAELBLING <address@hidden> Silicon Graphics Computer Systems
1 Cabot Rd, suite 250; Hudson, MA 01749 781.839.2157, fax ...2357