Bison 2.4.1 223 make check failures out of 240


 
Thread Tools Search this Thread
Operating Systems Solaris Bison 2.4.1 223 make check failures out of 240
# 1  
Old 02-25-2009
Bison 2.4.1 223 make check failures out of 240

Hi first post on the forum. My name is Matt and I'm working on a Solaris Project for my job as a systems consultant at my school. Pretty much we have to install it onto a machine and compile and install a handle full of programs on the machine then configure syslog ng as the icing on the cake. My problem is with bison 2.4 and 2.4.1.

This build is on a SunBlade 1000 running 2 Ultra SPARC III @ 733 MHz with 1.25 GB of RAM Currently I have the following programs installed. In this order..
make 3.81
nano 2.0.9
tar 1.21
wget 1.11
bash 3.2
m4 1.4.12
gmp 4.2.4
mpfr 2.4.0
gawk 3.1.6
binutils 2.19.1
libtools 2.2.6
autoconf 2.63
automake 1.10.2
libiconv 1.12
expat 2.0.1
gettext 0.17
guile 1.8.6
autogen 5.9.7
gcc 4.3.3
sudo 1.7.0
bash 4.0

So I run ./configure with --prefix=/opt/local (a requirement for the project is that all the programs be installed into /opt/local. Configure runs and gives me these two Warning messages but the configure does not fail.

configure: WARNING: unknown target-version , please update gt_JAVACOMP macro

and
config.status: WARNING: not linking GNUmakefile to itself

gmake runs without any issues however gmake check give me this..
GTImk4:gmake check
gmake check-recursive
gmake[1]: Entering directory `/source/bison-2.4.1'
Making check in build-aux
gmake[2]: Entering directory `/source/bison-2.4.1/build-aux'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/source/bison-2.4.1/build-aux'
Making check in po
gmake[2]: Entering directory `/source/bison-2.4.1/po'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/source/bison-2.4.1/po'
Making check in runtime-po
gmake[2]: Entering directory `/source/bison-2.4.1/runtime-po'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/source/bison-2.4.1/runtime-po'
Making check in lib
gmake[2]: Entering directory `/source/bison-2.4.1/lib'
gmake check-recursive
gmake[3]: Entering directory `/source/bison-2.4.1/lib'
gmake[4]: Entering directory `/source/bison-2.4.1/lib'
gmake[4]: Leaving directory `/source/bison-2.4.1/lib'
gmake[3]: Leaving directory `/source/bison-2.4.1/lib'
gmake[2]: Leaving directory `/source/bison-2.4.1/lib'
Making check in data
gmake[2]: Entering directory `/source/bison-2.4.1/data'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/source/bison-2.4.1/data'
Making check in src
gmake[2]: Entering directory `/source/bison-2.4.1/src'
gmake check-am
gmake[3]: Entering directory `/source/bison-2.4.1/src'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/source/bison-2.4.1/src'
gmake[2]: Leaving directory `/source/bison-2.4.1/src'
Making check in doc
gmake[2]: Entering directory `/source/bison-2.4.1/doc'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/source/bison-2.4.1/doc'
Making check in examples
gmake[2]: Entering directory `/source/bison-2.4.1/examples'
Making check in calc++
gmake[3]: Entering directory `/source/bison-2.4.1/examples/calc++'
gmake check-am
gmake[4]: Entering directory `/source/bison-2.4.1/examples/calc++'
gmake calc++
gmake[5]: Entering directory `/source/bison-2.4.1/examples/calc++'
g++ -I. -I. -I/opt/local/include -g -O2 -MT calc++-scanner.o -MD -MP -MF .deps/calc++-scanner.Tpo -c -o calc++-scanner.o calc++-scanner.cc
mv -f .deps/calc++-scanner.Tpo .deps/calc++-scanner.Po
g++ -I. -I. -I/opt/local/include -g -O2 -MT calc++.o -MD -MP -MF .deps/calc++.Tpo -c -o calc++.o `test -f './calc++.cc' || echo './'`./calc++.cc
mv -f .deps/calc++.Tpo .deps/calc++.Po
g++ -I. -I. -I/opt/local/include -g -O2 -MT calc++-driver.o -MD -MP -MF .deps/calc++-driver.Tpo -c -o calc++-driver.o `test -f './calc++-driver.cc' || echo './'`./calc++-driver.cc
mv -f .deps/calc++-driver.Tpo .deps/calc++-driver.Po
g++ -I. -I. -I/opt/local/include -g -O2 -MT calc++-parser.o -MD -MP -MF .deps/calc++-parser.Tpo -c -o calc++-parser.o `test -f './calc++-parser.cc' || echo './'`./calc++-parser.cc
mv -f .deps/calc++-parser.Tpo .deps/calc++-parser.Po
g++ -g -O2 -o calc++ calc++-scanner.o calc++.o calc++-driver.o calc++-parser.o
gmake[5]: Leaving directory `/source/bison-2.4.1/examples/calc++'
gmake check-TESTS
gmake[5]: Entering directory `/source/bison-2.4.1/examples/calc++'
PASS: test
==================
All 1 tests passed
==================
gmake[5]: Leaving directory `/source/bison-2.4.1/examples/calc++'
gmake[4]: Leaving directory `/source/bison-2.4.1/examples/calc++'
gmake[3]: Leaving directory `/source/bison-2.4.1/examples/calc++'
gmake[3]: Entering directory `/source/bison-2.4.1/examples'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/source/bison-2.4.1/examples'
gmake[2]: Leaving directory `/source/bison-2.4.1/examples'
Making check in tests
gmake[2]: Entering directory `/source/bison-2.4.1/tests'
gmake bison
gmake[3]: Entering directory `/source/bison-2.4.1/tests'
gmake[3]: `bison' is up to date.
gmake[3]: Leaving directory `/source/bison-2.4.1/tests'
gmake check-local
gmake[3]: Entering directory `/source/bison-2.4.1/tests'
/bin/bash ./testsuite
## --------------------------- ##
## GNU Bison 2.4.1 test suite. ##
## --------------------------- ##

Input Processing.

1: Invalid $n and @n ok
2: Type Clashes ok
3: Unused values FAILED (input.at:162)
4: Unused values before symbol declarations FAILED (input.at:172)
5: Default %printer and %destructor redeclared ok
6: Per-type %printer and %destructor redeclared ok
7: Unused values with default %destructor FAILED (input.at:297)
8: Unused values with per-type %destructor FAILED (input.at:338)
9: Incompatible Aliases ok
10: Torturing the Scanner FAILED (input.at:540)
11: Typed symbol aliases FAILED (input.at:571)
12: Require 1.0 FAILED (input.at:591)
13: Require 2.4.1 FAILED (input.at:592)
14: Require 100.0 ok
15: String aliases for character tokens FAILED (input.at:613)
16: Unclosed constructs ok
17: %start after first rule FAILED (input.at:679)
18: %prec takes a token ok
19: Reject unused %code qualifiers FAILED (input.at:719)
20: %define errors FAILED (input.at:810)
21: %define Boolean variables FAILED (input.at:838)
22: %define enum variables FAILED (input.at:856)
23: Unused %define api.pure FAILED (input.at:886)
24: C++ namespace reference errors FAILED (input.at:920)

Output file names.

25: Output files: -dv FAILED (output.at:43)
26: Output files: -dv >&- FAILED (output.at:45)
27: Output files: -dv -o foo.c FAILED (output.at:48)
28: Output files: -dv -o foo.tab.c FAILED (output.at:50)
29: Output files: -dv -y FAILED (output.at:52)
30: Output files: -dv -b bar FAILED (output.at:54)
31: Output files: -dv -g -o foo.c FAILED (output.at:56)
32: Output files: %defines %verbose FAILED (output.at:60)
33: Output files: %defines %verbose %yacc FAILED (output.at:62)
34: Output files: %defines %verbose %yacc FAILED (output.at:65)
35: Output files: %file-prefix "bar" %defines %verbose FAILED (output.at:69)
36: Output files: %output="bar.c" %defines %verbose %yacc FAILED (output.at:71)
37: Output files: %file-prefix="baz" %output "bar.c" %defines %verbose %yacc FAILED (output.at:73)
38: Output files: %defines %verbose FAILED (output.at:80)
39: Output files: %defines %verbose -o foo.c FAILED (output.at:83)
40: Output files: --defines=foo.hpp -o foo.c++ FAILED (output.at:86)
41: Output files: %defines "foo.hpp" -o foo.c++ FAILED (output.at:90)
42: Output files: -o foo.c++ --graph=foo.gph FAILED (output.at:94)
43: Output files: %skeleton "lalr1.cc" %defines %verbose FAILED (output.at:109)
44: Output files: %skeleton "lalr1.cc" %defines %verbose FAILED (output.at:112)
45: Output files: %skeleton "lalr1.cc" %defines %verbose -o subdir/foo.cc FAILED (output.at:116)
46: Output files: %skeleton "lalr1.cc" %defines %verbose %file-prefix "output_dir/foo" FAILED (output.at:121)
47: Conflicting output files: --graph="foo.tab.c" FAILED (output.at:145)
48: Conflicting output files: %defines "foo.output" -v FAILED (output.at:150)
49: Conflicting output files: %skeleton "lalr1.cc" %defines --graph="location.hh" FAILED (output.at:155)
50: Conflicting output files: -o foo.y FAILED (output.at:160)
51: Output file name: `~!@#$%^&*()-=_+{}[]|\:;<>, .' FAILED (output.at:200)
52: Output file name: ( FAILED (output.at:207)
53: Output file name: ) FAILED (output.at:208)
54: Output file name: # FAILED (output.at:209)
55: Output file name: @@ FAILED (output.at:210)
56: Output file name: @{ FAILED (output.at:211)
57: Output file name: @} FAILED (output.at:212)
58: Output file name: [ FAILED (output.at:213)
59: Output file name: ] FAILED (output.at:214)

Skeleton Support.

60: Relative skeleton file names FAILED (skeletons.at:61)
61: Installed skeleton file names FAILED (skeletons.at:127)
62: %define Boolean variables: invalid skeleton defaults FAILED (skeletons.at:161)
63: Complaining during macro argument expansion ok
64: Fatal errors make M4 exit immediately ok

Grammar Sets (Firsts etc.).

65: Nullable FAILED (sets.at:79)
66: Broken Closure FAILED (sets.at:163)
67: Firsts FAILED (sets.at:209)
68: Accept FAILED (sets.at:279)

Grammar Reduction.

69: Useless Terminals FAILED (reduce.at:45)
70: Useless Nonterminals FAILED (reduce.at:89)
71: Useless Rules FAILED (reduce.at:144)
72: Reduced Automaton FAILED (reduce.at:240)
73: Underivable Rules FAILED (reduce.at:315)
74: Empty Language ok

User Actions.

75: Prologue synch line FAILED (synclines.at:83)
76: %union synch line FAILED (synclines.at:100)
77: Postprologue synch line FAILED (synclines.at:120)
78: Action synch line FAILED (synclines.at:143)
79: Epilogue synch line FAILED (synclines.at:162)

Parser Headers.

80: %union and --defines FAILED (headers.at:37)
81: Invalid CPP guards: input/input FAILED (headers.at:75)
82: Invalid CPP guards: 9foo FAILED (headers.at:76)
83: export YYLTYPE FAILED (headers.at:112)

User Actions.

84: Mid-rule actions FAILED (actions.at:77)
85: Exotic Dollars FAILED (actions.at:155)
86: Printers and Destructors : FAILED (actions.at:574)
87: Printers and Destructors with union: FAILED (actions.at:575)
88: Printers and Destructors : %defines %skeleton "lalr1.cc" FAILED (actions.at:577)
89: Printers and Destructors with union: %defines %skeleton "lalr1.cc" FAILED (actions.at:578)
90: Printers and Destructors : %glr-parser FAILED (actions.at:580)
91: Printers and Destructors with union: %glr-parser FAILED (actions.at:581)
92: Default tagless %printer and %destructor FAILED (actions.at:666)
93: Default tagged and per-type %printer and %destructor FAILED (actions.at:791)
94: Default %printer and %destructor for user-defined end token FAILED (actions.at:950)
95: Default %printer and %destructor are not for error or $undefined FAILED (actions.at:1026)
96: Default %printer and %destructor are not for $accept FAILED (actions.at:1137)
97: Default %printer and %destructor for mid-rule values FAILED (actions.at:1205)
98: @$ in %initial-action implies %locations FAILED (actions.at:1304)
99: @$ in %destructor implies %locations FAILED (actions.at:1305)
100: @$ in %printer implies %locations FAILED (actions.at:1306)

Conflicts.

101: S/R in initial FAILED (conflicts.at:39)
102: %nonassoc and eof FAILED (conflicts.at:97)
103: Unresolved SR Conflicts FAILED (conflicts.at:135)
104: Resolved SR Conflicts FAILED (conflicts.at:243)
105: Defaulted Conflicted Reduction FAILED (conflicts.at:365)
106: %expect not enough ok
107: %expect right FAILED (conflicts.at:502)
108: %expect too much ok
109: %expect with reduce conflicts ok
110: %no-default-prec without %prec FAILED (conflicts.at:566)
111: %no-default-prec with %prec FAILED (conflicts.at:592)
112: %default-prec FAILED (conflicts.at:616)
113: Unreachable States After Conflict Resolution FAILED (conflicts.at:668)
114: Solved conflicts report for multiple reductions in a state FAILED (conflicts.at:861)
115: %nonassoc error actions for multiple reductions in a state FAILED (conflicts.at:937)

Simple LALR(1) Calculator.

116: Calculator FAILED (calc.at:569)
117: Calculator %defines FAILED (calc.at:571)
118: Calculator %locations FAILED (calc.at:572)
119: Calculator %name-prefix="calc" FAILED (calc.at:573)
120: Calculator %verbose FAILED (calc.at:574)
121: Calculator %yacc FAILED (calc.at:575)
122: Calculator %error-verbose FAILED (calc.at:576)
123: Calculator %define api.pure %locations FAILED (calc.at:578)
124: Calculator %define api.push_pull "both" %define api.pure %locations FAILED (calc.at:579)
125: Calculator %error-verbose %locations FAILED (calc.at:580)
126: Calculator %error-verbose %locations %defines %name-prefix "calc" %verbose %yacc FAILED (calc.at:582)
127: Calculator %debug FAILED (calc.at:584)
128: Calculator %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc FAILED (calc.at:585)
129: Calculator %define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc FAILED (calc.at:587)
130: Calculator %define api.push_pull "both" %define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc FAILED (calc.at:588)
131: Calculator %define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} FAILED (calc.at:590)

Simple GLR Calculator.

132: Calculator %glr-parser FAILED (calc.at:607)
133: Calculator %glr-parser %defines FAILED (calc.at:609)
134: Calculator %glr-parser %locations FAILED (calc.at:610)
135: Calculator %glr-parser %name-prefix "calc" FAILED (calc.at:611)
136: Calculator %glr-parser %verbose FAILED (calc.at:612)
137: Calculator %glr-parser %yacc FAILED (calc.at:613)
138: Calculator %glr-parser %error-verbose FAILED (calc.at:614)
139: Calculator %glr-parser %define api.pure %locations FAILED (calc.at:616)
140: Calculator %glr-parser %error-verbose %locations FAILED (calc.at:617)
141: Calculator %glr-parser %error-verbose %locations %defines %name-prefix "calc" %verbose %yacc FAILED (calc.at:619)
142: Calculator %glr-parser %debug FAILED (calc.at:621)
143: Calculator %glr-parser %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc FAILED (calc.at:622)
144: Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc FAILED (calc.at:624)
145: Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} FAILED (calc.at:626)

Simple LALR(1) C++ Calculator.

146: Calculator %skeleton "lalr1.cc" %defines %locations FAILED (calc.at:636)
147: Calculator %language "C++" %defines %locations FAILED (calc.at:645)
148: Calculator %language "C++" %defines %locations %error-verbose %name-prefix "calc" %verbose %yacc FAILED (calc.at:646)
149: Calculator %language "C++" %defines %locations %error-verbose %debug %name-prefix "calc" %verbose %yacc FAILED (calc.at:648)
150: Calculator %language "C++" %defines %locations %pure-parser %error-verbose %debug %name-prefix "calc" %verbose %yacc FAILED (calc.at:650)
151: Calculator %language "C++" %defines %locations %pure-parser %error-verbose %debug %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} FAILED (calc.at:652)

Simple GLR C++ Calculator.

152: Calculator %skeleton "glr.cc" %defines %locations FAILED (calc.at:663)
153: Calculator %language "C++" %glr-parser %defines %locations FAILED (calc.at:672)
154: Calculator %language "C++" %glr-parser %defines %locations %error-verbose %name-prefix "calc" %verbose %yacc FAILED (calc.at:673)
155: Calculator %language "C++" %glr-parser %defines %locations %debug FAILED (calc.at:675)
156: Calculator %language "C++" %glr-parser %defines %locations %error-verbose %debug %name-prefix "calc" %verbose %yacc FAILED (calc.at:676)
157: Calculator %language "C++" %glr-parser %defines %locations %pure-parser %error-verbose %debug %name-prefix "calc" %verbose %yacc FAILED (calc.at:678)
158: Calculator %language "C++" %glr-parser %defines %locations %pure-parser %error-verbose %debug %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count} FAILED (calc.at:680)

Torture Tests.

159: Big triangle FAILED (torture.at:146)
160: Big horizontal FAILED (torture.at:252)
161: Many lookahead tokens FAILED (torture.at:380)
162: Exploding the Stack Size with Alloca FAILED (torture.at:482)
163: Exploding the Stack Size with Malloc FAILED (torture.at:523)

Existing Grammars.

164: GNU AWK Grammar FAILED (existing.at:354)
165: GNU Cim Grammar FAILED (existing.at:956)
166: GNU pic Grammar FAILED (existing.at:1521)

Regression tests.

167: Trivial grammars FAILED (regression.at:42)
168: YYSTYPE typedef FAILED (regression.at:70)
169: Early token definitions with --yacc FAILED (regression.at:108)
170: Early token definitions without --yacc FAILED (regression.at:151)
171: Braces parsing FAILED (regression.at:173)
172: Duplicate string FAILED (regression.at:200)
173: Rule Line Numbers FAILED (regression.at:245)
174: Mixing %token styles FAILED (regression.at:367)
175: Invalid inputs ok
176: Invalid inputs with {} ok
177: Token definitions FAILED (regression.at:477)
178: Characters Escapes FAILED (regression.at:516)
179: Web2c Report FAILED (regression.at:556)
180: Web2c Actions FAILED (regression.at:721)
181: Dancer FAILED (regression.at:954)
182: Dancer %glr-parser FAILED (regression.at:955)
183: Dancer %skeleton "lalr1.cc" FAILED (regression.at:956)
184: Expecting two tokens FAILED (regression.at:1054)
185: Expecting two tokens %glr-parser FAILED (regression.at:1055)
186: Expecting two tokens %skeleton "lalr1.cc" FAILED (regression.at:1056)
187: Braced code in declaration in rules section FAILED (regression.at:1112)
188: String alias declared after use FAILED (regression.at:1153)
189: Extra lookahead sets in report FAILED (regression.at:1178)
190: Token number in precedence declaration FAILED (regression.at:1251)
191: Fix user actions without a trailing semicolon FAILED (regression.at:1276)

C++ Features.

192: Doxygen Public Documentation FAILED (c++.at:100)
193: Doxygen Private Documentation FAILED (c++.at:101)
194: Relative namespace references FAILED (c++.at:160)
195: Absolute namespace references FAILED (c++.at:166)
196: Syntactically invalid namespace references FAILED (c++.at:175)

Java Calculator.

197: Calculator FAILED (java.at:385)
198: Calculator %error-verbose FAILED (java.at:385)
199: Calculator %locations FAILED (java.at:385)
200: Calculator %error-verbose %locations FAILED (java.at:385)
201: Calculator %lex-param { InputStream is } FAILED (java.at:394)
202: Calculator %error-verbose %lex-param { InputStream is } FAILED (java.at:394)
203: Calculator %locations %lex-param { InputStream is } FAILED (java.at:394)
204: Calculator %error-verbose %locations %lex-param { InputStream is } FAILED (java.at:394)

Java Parameters.

205: Java parser class and package names FAILED (java.at:482)
206: Java parser class modifiers FAILED (java.at:503)
207: Java parser class extends and implements FAILED (java.at:561)
208: Java %parse-param and %lex-param FAILED (java.at:581)
209: Java throws specifications FAILED (java.at:713)
210: Java stype, position_class and location_class FAILED (java.at:744)

C++ Type Syntax (GLR).

211: GLR: Resolve ambiguity, impure, no locations FAILED (cxx-type.at:414)
212: GLR: Resolve ambiguity, impure, locations FAILED (cxx-type.at:421)
213: GLR: Resolve ambiguity, pure, no locations FAILED (cxx-type.at:427)
214: GLR: Resolve ambiguity, pure, locations FAILED (cxx-type.at:434)
215: GLR: Merge conflicting parses, impure, no locations FAILED (cxx-type.at:441)
216: GLR: Merge conflicting parses, impure, locations FAILED (cxx-type.at:448)
217: GLR: Merge conflicting parses, pure, no locations FAILED (cxx-type.at:455)
218: GLR: Merge conflicting parses, pure, locations FAILED (cxx-type.at:461)
219: GLR: Verbose messages, resolve ambiguity, impure, no locations FAILED (cxx-type.at:468)

GLR Regression Tests

220: Badly Collapsed GLR States FAILED (glr-regression.at:96)
221: Improper handling of embedded actions and dollar(-N) in GLR parsers FAILED (glr-regression.at:214)
222: Improper merging of GLR delayed action sets FAILED (glr-regression.at:328)
223: Duplicate representation of merged trees FAILED (glr-regression.at:432)
224: User destructor for unresolved GLR semantic value FAILED (glr-regression.at:505)
225: User destructor after an error during a split parse FAILED (glr-regression.at:570)
226: Duplicated user destructor for lookahead FAILED (glr-regression.at:662)
227: Incorrectly initialized location for empty right-hand side in GLR FAILED (glr-regression.at:760)
228: No users destructors if stack 0 deleted FAILED (glr-regression.at:843)
229: Corrupted semantic options if user action cuts parse FAILED (glr-regression.at:910)
230: Undesirable destructors if user action cuts parse FAILED (glr-regression.at:979)
231: Leaked semantic values if user action cuts parse FAILED (glr-regression.at:1110)
232: Incorrect lookahead during deterministic GLR FAILED (glr-regression.at:1239)
233: Incorrect lookahead during nondeterministic GLR FAILED (glr-regression.at:1455)
234: Leaked semantic values when reporting ambiguity FAILED (glr-regression.at:1559)
235: Leaked lookahead after nondeterministic parse syntax error FAILED (glr-regression.at:1628)
236: Uninitialized location when reporting ambiguity FAILED (glr-regression.at:1715)
237: Missed %merge type warnings when LHS type is declared later ok

Push Parsing Tests

238: Push Parsing: Memory Leak for Early Deletion FAILED (push.at:74)
239: Push Parsing: Multiple impure instances FAILED (push.at:144)
240: Push Parsing: Unsupported Skeletons FAILED (push.at:164)

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 240 tests were run,
223 failed unexpectedly.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

I would add that I also installed these programs and more on a seperate x86 build and I received the same make check errors just wondering if anyone might have ideas why this is happening so far I have found nothing online about it.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Fedora

Make check install and make all install

hi dear i want to know what is different between make check install and make all install? thanks in advane fereshte (3 Replies)
Discussion started by: komijani
3 Replies

2. AIX

Bison -pap_expr_yy invalid character:% unexpected "identifier" while running make for Apache2.4.3 64

The Follwing packages are installed on my AIX 6.1 box gcc-4.7.2-1 gcc-c++-4.7.2-1 gcc-cpp-4.7.2-1 gcc-gfortran-4.7.2-1 libgcc-4.7.2-1 libgomp-4.7.2-1 libstdc++-4.7.2-1 libstdc++-devel-4.7.2-1 gmp-5.0.5-1 libmpc-1.0.1-2 libmpc-devel-1.0.1-2 libmpcdec-1.2.6-1 libmpcdec-devel-1.2.6-1... (0 Replies)
Discussion started by: Ashish Gupta
0 Replies

3. Shell Programming and Scripting

check if a directory exists if not make it

Hey guys im trying to check if the directory exists i get a syntax error on the elif statement iv tried using else and still same result im not sure. If the directory does not exist can i just insert mkdir /tmp/old under the elif once that part gets working if ; then #do nothing elif echo... (20 Replies)
Discussion started by: musicmancanora
20 Replies

4. AIX

Question about 223

Can somebody tell me, what is the difference between the certifications 000-222 and 000-223??? (6 Replies)
Discussion started by: gsabarinath
6 Replies

5. Programming

parsing fixed length field with yacc/bison

How to specify the token length in a yacc file? sample input format <field1,data type ans,fixed length 6> followed by <field2,data type ans,fixed length 3> Example i/p and o/p Sample Input: "ab* d2 9o" O/p : "Field1 Field2 " yacc/bison grammar: record :... (1 Reply)
Discussion started by: sungita
1 Replies

6. Shell Programming and Scripting

Bash : how do i check the user input and make sure is only chracter or only number ?

Bash : how do i check the user input and make sure is only character or only number ? (7 Replies)
Discussion started by: CheeSen
7 Replies

7. Shell Programming and Scripting

How can I make the for command check to see if a file is empty before executing?

Here is the command in question for f in $(<uploads); do . I only want this to execute if uploads is not empty. If uploads is empty I want the script to quit, actually before the for command. If its not apparent uploads is a text file. Chris (3 Replies)
Discussion started by: chrchcol
3 Replies
Login or Register to Ask a Question