bug-bison
[Top][All Lists]
Advanced

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

[GNU Bison 2.0] testsuite: 44 45 88 89 90 91 92 93 114 failed on GNU/Lin


From: Nelson H. F. Beebe
Subject: [GNU Bison 2.0] testsuite: 44 45 88 89 90 91 92 93 114 failed on GNU/Linux on IA-64
Date: Wed, 5 Jan 2005 14:29:49 -0700 (MST)

This one can probably be ignored, since it appears to be a g++ problem:

        % /usr/bin/gcc3 hello.c && ./a.out
        hello, world, from C

        % /usr/bin/gcc hello.c && ./a.out
        hello, world, from C

        % /usr/local/bin/g++ hello.c && ./a.out
        ./a.out: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)

        % /usr/bin/gcc --version
        2.96

        % /usr/bin/gcc3 --version
        3.0.4

        % /usr/local/bin/gcc --version
        gcc (GCC) 3.4.2

I'm reporting it anyway, because it is possible that other IA-64 sites
may hit the same problem with their gcc-3.x.y installations.

Machinetype:            Intel Itanium-2 (1400 MHz) (2 CPUs); GNU/Linux 
2.4.18-e.41smp (Red Hat Advanced
Server release 2.1AS (Derry))
Remote gcc version:     gcc (GCC) 3.4.2
Configure environment:  CC=gcc CXX=g++ LDFLAGS="-Wl,-rpath,/usr/local/lib" 
Configure flags:        --disable-yacc

% find . -name testsuite.log -ls
541880   92 -rw-rw-r--   1 beebe    wheel       86412 Jan  5 06:42 
./testsuite.log
 65492    4 -rw-rw-r--   1 beebe    wheel        1055 Jan  5 06:26 
./testsuite.dir/044/testsuite.log
 65925    4 -rw-rw-r--   1 beebe    wheel        1065 Jan  5 06:27 
./testsuite.dir/045/testsuite.log
 65919    4 -rw-rw-r--   1 beebe    wheel         477 Jan  5 06:32 
./testsuite.dir/088/testsuite.log
 65965    4 -rw-rw-r--   1 beebe    wheel         466 Jan  5 06:33 
./testsuite.dir/089/testsuite.log
 65979    4 -rw-rw-r--   1 beebe    wheel         527 Jan  5 06:34 
./testsuite.dir/090/testsuite.log
 65999    4 -rw-rw-r--   1 beebe    wheel         534 Jan  5 06:35 
./testsuite.dir/091/testsuite.log
 66023    4 -rw-rw-r--   1 beebe    wheel         547 Jan  5 06:36 
./testsuite.dir/092/testsuite.log
 66044    4 -rw-rw-r--   1 beebe    wheel         611 Jan  5 06:37 
./testsuite.dir/093/testsuite.log
3256331    4 -rw-rw-r--   1 beebe    wheel         669 Jan  5 06:41 
./testsuite.dir/114/testsuite.log

% cat ./testsuite.dir/*/testsuite.log
44. actions.at:471: testing ...
actions.at:471: bison -o input.cc input.y
actions.at:471: $BISON_CXX_WORKS
stderr:
stdout:
actions.at:471: $CXX $CXXFLAGS $CPPFLAGS input.cc -o input
stderr:
stdout:
actions.at:471: $PREPARSER ./input '(x)'
--- /dev/null   Mon May 20 22:11:23 2002
+++ /local/build/bison-2.0/tests/testsuite.dir/at-stderr        Wed Jan  5 
06:26:30 2005
@@ -0,0 +1 @@
+./input: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
--- -   Wed Jan  5 06:26:30 2005
+++ /local/build/bison-2.0/tests/testsuite.dir/at-stdout        Wed Jan  5 
06:26:30 2005
@@ -1,10 +1 @@
-sending: '(' (address@hidden)
-sending: 'x' (address@hidden)
-thing (address@hidden): 'x' (address@hidden)
-sending: ')' (address@hidden)
-line (address@hidden): '(' (address@hidden) thing (address@hidden) ')' 
(address@hidden)
-sending: EOF (address@hidden)
-input (address@hidden): /* Nothing */
-input (address@hidden): line (address@hidden) input (address@hidden)
-Successful parse.
 
actions.at:471: exit code was 1, expected 0
44. actions.at:471: 44. Printers and Destructors : %defines %skeleton 
"lalr1.cc" (actions.at:471): FAILED (actions.at:471)
45. actions.at:472: testing ...
actions.at:472: bison -o input.cc input.y
actions.at:472: $BISON_CXX_WORKS
stderr:
stdout:
actions.at:472: $CXX $CXXFLAGS $CPPFLAGS input.cc -o input
stderr:
stdout:
actions.at:472: $PREPARSER ./input '(x)'
--- /dev/null   Mon May 20 22:11:23 2002
+++ /local/build/bison-2.0/tests/testsuite.dir/at-stderr        Wed Jan  5 
06:27:09 2005
@@ -0,0 +1 @@
+./input: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
--- -   Wed Jan  5 06:27:09 2005
+++ /local/build/bison-2.0/tests/testsuite.dir/at-stdout        Wed Jan  5 
06:27:09 2005
@@ -1,10 +1 @@
-sending: '(' (address@hidden)
-sending: 'x' (address@hidden)
-thing (address@hidden): 'x' (address@hidden)
-sending: ')' (address@hidden)
-line (address@hidden): '(' (address@hidden) thing (address@hidden) ')' 
(address@hidden)
-sending: EOF (address@hidden)
-input (address@hidden): /* Nothing */
-input (address@hidden): line (address@hidden) input (address@hidden)
-Successful parse.
 
actions.at:472: exit code was 1, expected 0
45. actions.at:472: 45. Printers and Destructors with union: %defines %skeleton 
"lalr1.cc" (actions.at:472): FAILED (actions.at:472)
88. calc.at:608: testing ...
calc.at:608: bison -o calc.cc calc.y
calc.at:608: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:608: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
stdout:
calc.at:608: $PREPARSER ./calc input
stderr:
./calc: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
calc.at:608: exit code was 1, expected 0
88. calc.at:608: 88. Calculator %skeleton "lalr1.cc" %defines %locations 
(calc.at:608): FAILED (calc.at:608)
89. calc.at:610: testing ...
calc.at:610: bison -o calc.cc calc.y
calc.at:610: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:610: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
stdout:
calc.at:610: $PREPARSER ./calc input
stderr:
./calc: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
calc.at:610: exit code was 1, expected 0
89. calc.at:610: 89. Calculator %skeleton "lalr1.cc" %defines (calc.at:610): 
FAILED (calc.at:610)
90. calc.at:620: testing ...
calc.at:620: bison -o calc.cc calc.y
calc.at:620: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:620: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
stdout:
calc.at:620: $PREPARSER ./calc input
stderr:
./calc: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
calc.at:620: exit code was 1, expected 0
90. calc.at:620: 90. Calculator %skeleton "lalr1.cc" %error-verbose %locations 
%defines %name-prefix="calc" %verbose %yacc (calc.at:620): FAILED (calc.at:620)
91. calc.at:623: testing ...
calc.at:623: bison -o calc.cc calc.y
calc.at:623: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:623: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
stdout:
calc.at:623: $PREPARSER ./calc input
stderr:
./calc: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
calc.at:623: exit code was 1, expected 0
91. calc.at:623: 91. Calculator %skeleton "lalr1.cc" %error-verbose %debug 
%locations %defines %name-prefix="calc" %verbose %yacc (calc.at:623): FAILED 
(calc.at:623)
92. calc.at:625: testing ...
calc.at:625: bison -o calc.cc calc.y
calc.at:625: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:625: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
stdout:
calc.at:625: $PREPARSER ./calc input
stderr:
./calc: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
calc.at:625: exit code was 1, expected 0
92. calc.at:625: 92. Calculator %skeleton "lalr1.cc" %pure-parser 
%error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc 
(calc.at:625): FAILED (calc.at:625)
93. calc.at:627: testing ...
calc.at:627: bison -o calc.cc calc.y
calc.at:627: $BISON_CXX_WORKS
stderr:
stdout:
calc.at:627: $CXX $CXXFLAGS $CPPFLAGS calc.cc -o calc
stderr:
stdout:
calc.at:627: $PREPARSER ./calc input
stderr:
./calc: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
calc.at:627: exit code was 1, expected 0
93. calc.at:627: 93. Calculator %skeleton "lalr1.cc" %pure-parser 
%error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc 
%parse-param {semantic_value *result} %parse-param {int *count} (calc.at:627): 
FAILED (calc.at:627)
114. regression.at:792: testing ...
regression.at:792: bison -o dancer.c dancer.y
regression.at:792: bison -o dancer.cc dancer.y
regression.at:792: $BISON_CXX_WORKS
stderr:
stdout:
regression.at:792: $CXX $CXXFLAGS $CPPFLAGS dancer.cc -o dancer
stderr:
stdout:
regression.at:792: $PREPARSER ./dancer
--- -   Wed Jan  5 06:41:55 2005
+++ /local/build/bison-2.0/tests/testsuite.dir/at-stderr        Wed Jan  5 
06:41:55 2005
@@ -1,2 +1,2 @@
-syntax error, unexpected ':'
+./dancer: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by 
/usr/local/lib/libstdc++.so.6)
 
114. regression.at:792: 114. Dancer %skeleton "lalr1.cc" (regression.at:792): 
FAILED (regression.at:792)

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  address@hidden -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------




reply via email to

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