On 3/3/14, 11:01 AM, Rob Clewley wrote: > Hi, > > I have an up-to-date 32-bit fink installation on OS X 10.6.8, which I > have used for several years to successfully manage a python > installation with many other tools. I recently decided to teach myself > java and thought I'd use fink to get javacc. It installed ant fine but > blew up on a unit test near the end of the javacc build. The error is > > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/build.xml:218: > Incompatible JJtree Nodes Failed > > I wonder if anyone recognizes the problem or could help me diagnose > the issue further? I've pasted the full log below and I also cc'd the > maintainer. > > Thanks, > Rob > > -- > Robert Clewley, Ph.D. > Assistant Professor > Neuroscience Institute and > Department of Mathematics and Statistics > Georgia State University > PO Box 5030 > Atlanta, GA 30302, USA > > tel: 404-413-6420 fax: 404-413-5446 > http://www2.gsu.edu/~matrhc > http://neuroscience.gsu.edu/rclewley.html > > >>>> > > The following package will be installed or updated: > javacc > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-javacc-5.0-1 > /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-javacc-5.0-1' in > `/sw/src/fink.build/fink-buildlock-javacc-5.0-1_2014.03.03-00.26.51_darwin-i386.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i > /sw/src/fink.build/fink-buildlock-javacc-5.0-1_2014.03.03-00.26.51_darwin-i386.deb > Selecting previously deselected package fink-buildlock-javacc-5.0-1. > (Reading database ... 107359 files and directories currently installed.) > Unpacking fink-buildlock-javacc-5.0-1 (from > .../fink-buildlock-javacc-5.0-1_2014.03.03-00.26.51_darwin-i386.deb) > ... > Setting up fink-buildlock-javacc-5.0-1 (2014.03.03-00.26.51) ... > > sudo -u fink-bld [ENV] sh -c /tmp/fink.oAcrD > env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions > -xf /sw/src/javacc-5.0src.tar.gz > sudo -u fink-bld [ENV] sh -c /tmp/fink.tunqK > perl -pi -e 's,<javac ,<javac source="1.5" target="1.5" ,g' build.xml > sudo -u fink-bld [ENV] sh -c /tmp/fink.IRTeC > ant -Djavacc.root=`pwd` binary-distribution > Buildfile: /sw/src/fink.build/javacc-5.0-1/javacc/build.xml > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > realclean: > > generated-files: > > parser-files-init: > > parser-files: > [java] Java Compiler Compiler Version 4.1d1 (Parser Generator) > [java] (type "javacc" with no arguments for help) > [java] Reading from file > /sw/src/fink.build/javacc-5.0-1/javacc/src/org/javacc/parser/JavaCC.jj > . . . > [java] File "TokenMgrError.java" does not exist. Will create one. > [java] Warning: Token.java: File is obsolete. Please rename or > delete this file so that a new one can be generated for you. > [java] File "ParseException.java" does not exist. Will create one. > [java] File "JavaCharStream.java" does not exist. Will create one. > [java] Parser generated with 0 errors and 1 warnings. > > tree-files-init: > > tree-files: > [java] Java Compiler Compiler Version 4.1d1 (Tree Builder) > [java] (type "jjtree" with no arguments for help) > [java] Reading from file > /sw/src/fink.build/javacc-5.0-1/javacc/src/org/javacc/jjtree/JJTree.jjt > . . . > [java] File "Node.java" does not exist. Will create one. > [java] File "SimpleNode.java" does not exist. Will create one. > [java] File "ASTProductions.java" does not exist. Will create one. > [java] File "ASTRE.java" does not exist. Will create one. > [java] File "ASTTokenDecls.java" does not exist. Will create one. > [java] File "ASTRESpec.java" does not exist. Will create one. > [java] File "ASTBNFChoice.java" does not exist. Will create one. > [java] File "ASTBNFSequence.java" does not exist. Will create one. > [java] File "ASTBNFLookahead.java" does not exist. Will create one. > [java] File "ASTBNFZeroOrOne.java" does not exist. Will create one. > [java] File "ASTBNFTryBlock.java" does not exist. Will create one. > [java] File "ASTBNFAssignment.java" does not exist. Will create one. > [java] File "ASTBNFNonTerminal.java" does not exist. Will create one. > [java] File "ASTBNFOneOrMore.java" does not exist. Will create one. > [java] File "ASTBNFZeroOrMore.java" does not exist. Will create one. > [java] File "ASTBNFParenthesized.java" does not exist. Will create one. > [java] File "ASTREStringLiteral.java" does not exist. Will create one. > [java] File "ASTRENamed.java" does not exist. Will create one. > [java] File "ASTREReference.java" does not exist. Will create one. > [java] File "ASTREEOF.java" does not exist. Will create one. > [java] File "ASTREChoice.java" does not exist. Will create one. > [java] File "ASTRESequence.java" does not exist. Will create one. > [java] File "ASTREOneOrMore.java" does not exist. Will create one. > [java] File "ASTREZeroOrMore.java" does not exist. Will create one. > [java] File "ASTREZeroOrOne.java" does not exist. Will create one. > [java] File "ASTRRepetitionRange.java" does not exist. Will create one. > [java] File "ASTREParenthesized.java" does not exist. Will create one. > [java] File "ASTRECharList.java" does not exist. Will create one. > [java] File "ASTCharDescriptor.java" does not exist. Will create one. > [java] File "ASTPrimaryExpression.java" does not exist. Will create > one. > [java] File "JJTreeParserTreeConstants.java" does not exist. > Will create one. > [java] File "JJTJJTreeParserState.java" does not exist. Will create > one. > [java] Annotated grammar generated successfully in ./JJTree.jj > [java] Java Compiler Compiler Version 4.1d1 (Parser Generator) > [java] (type "javacc" with no arguments for help) > [java] Reading from file > /sw/src/fink.build/javacc-5.0-1/javacc/src/org/javacc/jjtree/JJTree.jj > . . . > [java] Warning: Token.java: File is obsolete. Please rename or > delete this file so that a new one can be generated for you. > [java] File "TokenMgrError.java" does not exist. Will create one. > [java] File "ParseException.java" does not exist. Will create one. > [java] File "JavaCharStream.java" does not exist. Will create one. > [java] Parser generated with 0 errors and 1 warnings. > > resources: > [copy] Copying 10 files to > /sw/src/fink.build/javacc-5.0-1/javacc/classes/templates > > classes: > > javacc-compile: > > generated-files: > > generated-files: > > parser-files-init: > > parser-files: > > tree-files-init: > > tree-files: > > compile-nojar: > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/src/org/javacc/parser/build.xml:56: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 140 source files to > /sw/src/fink.build/javacc-5.0-1/javacc/classes > [copy] Copying 1 file to /sw/src/fink.build/javacc-5.0-1/javacc/classes > > jjtree-compile: > > generated-files: > > generated-files: > > parser-files-init: > > parser-files: > > tree-files-init: > > tree-files: > > compile-nojar: > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/src/org/javacc/jjtree/build.xml:58: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > > jjdoc-compile: > > compile-nojar: > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/src/org/javacc/jjdoc/build.xml:50: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > > compile: > > jar: > > jar-check: > > jar-nocompile: > [mkdir] Created dir: /sw/src/fink.build/javacc-5.0-1/javacc/bin/lib > [jar] Building jar: > /sw/src/fink.build/javacc-5.0-1/javacc/bin/lib/javacc.jar > > unittest: > [mkdir] Created dir: /sw/src/fink.build/javacc-5.0-1/javacc/test.tmp > [junit] Running org.javacc.jjdoc.test.JJDocMainTest > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.18 sec > [junit] Running org.javacc.jjtree.JJTreeOptionsTest > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.003 sec > [junit] Running org.javacc.parser.ExpansionTest > [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.002 sec > [junit] Running org.javacc.parser.OptionsTest > [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.006 sec > [junit] Running org.javacc.parser.test.NfaStateTest > [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 1.236 sec > [delete] Deleting: > /sw/src/fink.build/javacc-5.0-1/javacc/JavaCCParserTokenManager.java > > test: > [delete] Deleting directory > /sw/src/fink.build/javacc-5.0-1/javacc/test.tmp > [mkdir] Created dir: /sw/src/fink.build/javacc-5.0-1/javacc/test.tmp > [echo] > > test: > > test: > [java] Java Compiler Compiler Version 5.0 (Tree Builder) > [java] (type "jjtree" with no arguments for help) > [java] Reading from file JJTree.jjt . . . > [java] Warning: Output directory "out-dir" does not exist. > Creating the directory. > [java] File "Node.java" does not exist. Will create one. > [java] File "SimpleNode.java" does not exist. Will create one. > [java] File "ASTGrammar.java" does not exist. Will create one. > [java] File "ASTCompilationUnit.java" does not exist. Will create one. > [java] File "ASTProductions.java" does not exist. Will create one. > [java] File "ASTOptions.java" does not exist. Will create one. > [java] File "ASTOptionBinding.java" does not exist. Will create one. > [java] File "ASTJavacode.java" does not exist. Will create one. > [java] File "ASTJavacodeBody.java" does not exist. Will create one. > [java] File "ASTBNF.java" does not exist. Will create one. > [java] File "ASTBNFDeclaration.java" does not exist. Will create one. > [java] File "ASTBNFNodeScope.java" does not exist. Will create one. > [java] File "ASTRE.java" does not exist. Will create one. > [java] File "ASTTokenDecls.java" does not exist. Will create one. > [java] File "ASTRESpec.java" does not exist. Will create one. > [java] File "ASTBNFChoice.java" does not exist. Will create one. > [java] File "ASTBNFSequence.java" does not exist. Will create one. > [java] File "ASTBNFLookahead.java" does not exist. Will create one. > [java] File "ASTExpansionNodeScope.java" does not exist. Will create > one. > [java] File "ASTBNFAction.java" does not exist. Will create one. > [java] File "ASTBNFZeroOrOne.java" does not exist. Will create one. > [java] File "ASTBNFTryBlock.java" does not exist. Will create one. > [java] File "ASTBNFAssignment.java" does not exist. Will create one. > [java] File "ASTBNFNonTerminal.java" does not exist. Will create one. > [java] File "ASTBNFOneOrMore.java" does not exist. Will create one. > [java] File "ASTBNFZeroOrMore.java" does not exist. Will create one. > [java] File "ASTBNFParenthesized.java" does not exist. Will create one. > [java] File "ASTREStringLiteral.java" does not exist. Will create one. > [java] File "ASTRENamed.java" does not exist. Will create one. > [java] File "ASTREReference.java" does not exist. Will create one. > [java] File "ASTREEOF.java" does not exist. Will create one. > [java] File "ASTREChoice.java" does not exist. Will create one. > [java] File "ASTRESequence.java" does not exist. Will create one. > [java] File "ASTREOneOrMore.java" does not exist. Will create one. > [java] File "ASTREZeroOrMore.java" does not exist. Will create one. > [java] File "ASTREZeroOrOne.java" does not exist. Will create one. > [java] File "ASTRRepetitionRange.java" does not exist. Will create one. > [java] File "ASTREParenthesized.java" does not exist. Will create one. > [java] File "ASTRECharList.java" does not exist. Will create one. > [java] File "ASTCharDescriptor.java" does not exist. Will create one. > [java] File "ASTNodeDescriptor.java" does not exist. Will create one. > [java] File "ASTNodeDescriptorExpression.java" does not exist. > Will create one. > [java] File "ASTPrimaryExpression.java" does not exist. Will create > one. > [java] File "JJTreeParserTreeConstants.java" does not exist. > Will create one. > [java] File "JJTJJTreeParserState.java" does not exist. Will create > one. > [java] Annotated grammar generated successfully in out-dir/JJTree.jj > [echo] Java Compiler Compiler Version 5.0 (Parser Generator) > [echo] (type "javacc" with no arguments for help) > [echo] Reading from file out-dir/JJTree.jj . . . > [echo] Warning: Line 364, Column 18: Encountered LOOKAHEAD(...) > at a non-choice location. This will be ignored. > [echo] Warning: Line 1197, Column 20: Encountered LOOKAHEAD(...) > at a non-choice location. This will be ignored. > [echo] Warning: Line 1962, Column 19: Encountered LOOKAHEAD(...) > at a non-choice location. This will be ignored. > [echo] File "TokenMgrError.java" does not exist. Will create one. > [echo] File "ParseException.java" does not exist. Will create one. > [echo] File "Token.java" does not exist. Will create one. > [echo] File "JavaCharStream.java" does not exist. Will create one. > [echo] Parser generated with 0 errors and 3 warnings. > > test: > [java] Java Compiler Compiler Version 5.0 (Parser Generator) > [java] (type "javacc" with no arguments for help) > [java] Reading from file javacode.jj . . . > [java] Warning: Output directory "out-dir" does not exist. > Creating the directory. > [java] File "TokenMgrError.java" does not exist. Will create one. > [java] File "ParseException.java" does not exist. Will create one. > [java] File "Token.java" does not exist. Will create one. > [java] File "SimpleCharStream.java" does not exist. Will create one. > [java] Parser generated with 0 errors and 1 warnings. > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/test/javacodeLA/build.xml:45: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 7 source files to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javacodeLA/out-dir > [echo] Test 1 > [echo] Answer is: A. > [echo] Test 2 > [echo] Answer is: D. > [echo] Test 3 > [echo] Answer is: javacode C. > [echo] Test 4 > [java] Java Result: 1 > [echo] Answer is: Oops. > [echo] Encountered " "C" "C "" at line 1, column 1. > [echo] Was expecting one of: > [echo] <EOF> > [echo] "A" ... > [echo] "B" ... > [echo] "D" ... > [echo] > [echo] Test 5 > [java] Java Result: 1 > [echo] Answer is: Oops. > [echo] Encountered " "B" "B "" at line 1, column 1. > [echo] Was expecting one of: > [echo] "A" ... > [echo] "D" ... > [echo] > [echo] Test 6 > [echo] Answer is: . > [echo] Test 7 > [echo] Answer is: . > [echo] > [echo] Test 8 > [echo] Answer is: javacode C. > [echo] Test 9 > [echo] Answer is: javacode B. > [echo] > [echo] Test 10 > [java] Java Result: 1 > [echo] Answer is: Oops. > [echo] Encountered " "C" "C "" at line 1, column 1. > [echo] Was expecting one of: > [echo] "A" ... > [echo] "B" ... > [echo] > [echo] Exception in thread "main" ParseException: Encountered " > "C" "C "" at line 1, column 1. > [echo] Was expecting one of: > [echo] "A" ... > [echo] "B" ... > [echo] > [echo] at JavacodeTest.generateParseException(JavacodeTest.java:567) > [echo] at JavacodeTest.jj_consume_token(JavacodeTest.java:452) > [echo] at JavacodeTest.IndirectJavacode2(JavacodeTest.java:185) > [echo] at JavacodeTest.main(JavacodeTest.java:16) > [echo] Test 11 > [echo] Answer is: javacode C. > [echo] Test 12 > [echo] Answer is: javacode B. > [echo] > [echo] Test 13 > [echo] Answer is: javacode C. > [echo] > > test: > [mkdir] Created dir: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir > [mkdir] Created dir: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/non-static > [mkdir] Created dir: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/static > [echo] Test 1 - Initial Creation > [echo] Java Compiler Compiler Version 5.0 (Parser Generator) > [echo] (type "javacc" with no arguments for help) > [echo] Reading from file StaticParser.jj . . . > [echo] File "TokenMgrError.java" does not exist. Will create one. > [echo] File "ParseException.java" does not exist. Will create one. > [echo] File "Token.java" does not exist. Will create one. > [echo] File "SimpleCharStream.java" does not exist. Will create one. > [echo] Parser generated successfully. > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/build.xml:57: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 7 source files to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/static > [java] Parser ran sucessfully > [echo] > [echo] Test 2 - Recreate Unchanged > [echo] Java Compiler Compiler Version 5.0 (Parser Generator) > [echo] (type "javacc" with no arguments for help) > [echo] Reading from file Parser.jj . . . > [echo] File "TokenMgrError.java" is being rebuilt. > [echo] File "ParseException.java" is being rebuilt. > [echo] File "Token.java" is being rebuilt. > [echo] File "SimpleCharStream.java" is being rebuilt. > [echo] Parser generated successfully. > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/build.xml:79: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 7 source files to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/non-static > [java] Parser ran sucessfully > [echo] > [echo] Test 3 - Compatible Modified. > [delete] Deleting: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/SimpleCharStream.java > [copy] Copying 1 file to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir > [echo] Java Compiler Compiler Version 5.0 (Parser Generator) > [echo] (type "javacc" with no arguments for help) > [echo] Reading from file Parser.jj . . . > [echo] File "TokenMgrError.java" is being rebuilt. > [echo] File "ParseException.java" is being rebuilt. > [echo] File "Token.java" is being rebuilt. > [echo] Parser generated with 0 errors and 2 warnings. > [echo] Warning: SimpleCharStream.java: File is obsolete. Please > rename or delete this file so that a new one can be generated for you. > [echo] Warning: SimpleCharStream.java: Generated using > incompatible options. Please rename or delete this file so that a new > one can be generated for you. > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/build.xml:104: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [java] Parser ran sucessfully > [echo] > [echo] Test 4 - Modified Old. > [delete] Deleting: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/SimpleCharStream.java > [copy] Copying 1 file to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir > [echo] Java Compiler Compiler Version 5.0 (Parser Generator) > [echo] (type "javacc" with no arguments for help) > [echo] Reading from file Parser.jj . . . > [echo] Warning: SimpleCharStream.java: File is obsolete. Please > rename or delete this file so that a new one can be generated for > you.File "TokenMgrError.java" is being rebuilt. > [echo] File "ParseException.java" is being rebuilt. > [echo] File "Token.java" is being rebuilt. > [echo] Par > [echo] Warning: SimpleCharStream.java: Generated using > incompatible options. Please rename or delete this file so that a new > one can bser generated with 0 errors and 2 warnings. > [echo] e generated for you. > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/build.xml:131: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 1 source file to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/non-static > [java] Parser ran sucessfully > [echo] > [echo] Test 5 - Changed Options. > [delete] Deleting: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/SimpleCharStream.java > [copy] Copying 1 file to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir > [echo] Java Compiler Compiler Version 5.0 (Parser Generator) > [echo] (type "javacc" with no arguments for help) > [echo] Reading from file Parser.jj . . . > [echo] File "TokenMgrError.java" is being rebuilt. > [echo] File "ParseException.java" is being rebuilt. > [echo] File "Token.java" is being rebuilt. > [echo] Warning: SimpleCharStream.java: File is obsolete. Please > rename or delete this file so that a new one can be generated for you. > [echo] Warning: SimpleCharStream.java: Generated using > incompatible options. Please rename or delete this file so that a new > one can be generated for you. > [echo] Parser generated with 0 errors and 2 warnings. > [javac] > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/build.xml:157: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 6 source files to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/non-static > [java] Parser ran sucessfully > [echo] > [echo] Test 6 - Create JJtree Nodes > [echo] Java Compiler Compiler Version 5.0 (Tree Builder) > [echo] (type "jjtree" with no arguments for help) > [echo] Reading from file Tree.jjt . . . > [echo] File "Node.java" does not exist. Will create one. > [echo] File "SimpleNode.java" does not exist. Will create one. > [echo] File "TreeTreeConstants.java" does not exist. Will create one. > [echo] File "JJTTreeState.java" does not exist. Will create one. > [echo] Annotated grammar generated successfully in out-dir/Tree.jj > [echo] > [echo] Test 7 - Create JJtree Nodes > [echo] Java Compiler Compiler Version 5.0 (Tree Builder) > [echo] (type "jjtree" with no arguments for help) > [echo] Reading from file Tree.jjt . . . > [echo] File "Node.java" is being rebuilt. > [echo] File "SimpleNode.java" is being rebuilt. > [echo] File "TreeTreeConstants.java" is being rebuilt. > [echo] File "JJTTreeState.java" is being rebuilt. > [echo] Annotated grammar generated successfully in out-dir/Tree.jj > [echo] > [echo] Test 8 - Regenerate JJtree Nodes > [delete] Deleting: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/SimpleNode.java > [copy] Copying 1 file to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir > [echo] Java Compiler Compiler Version 5.0 (Tree Builder) > [echo] (type "jjtree" with no arguments for help) > [echo] Reading from file Tree.jjt . . . > [echo] Warning: SimpleNode.java: Generated using incompatible > options. Please rename or delete this file so that a new one can be > generFile "Node.java" is being rebuilt. > [echo] File "TreeTreeConstants.java" is being rebuilt. > [echo] File "JJTTreeState.java" is being rebuilt. > [echo] Annotated grammar generated successfully in out-dir/Tree.jj > [echo] ated for you. > [echo] > [echo] Test 9 - Incompatible JJtree Nodes > [delete] Deleting: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir/SimpleNode.java > [copy] Copying 1 file to > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/out-dir > [echo] Java Compiler Compiler Version 5.0 (Tree Builder) > [echo] (type "jjtree" with no arguments for help) > [echo] Reading from file Tree.jjt . . . > [echo] Warning: SimpleNode.java: Generated using incompatible > options. Please rename or delete this file so that a new one can be > generFile "Node.java" is being rebuilt. > [echo] File "TreeTreeConstants.java" is being rebuilt. > [echo] File "JJTTreeState.java" is being rebuilt. > [echo] Annotated grammar generated successfully in out-dir/Tree.jj > [echo] ated for you. > > BUILD FAILED > /sw/src/fink.build/javacc-5.0-1/javacc/build.xml:148: The following > error occurred while executing this line: > /sw/src/fink.build/javacc-5.0-1/javacc/test/build.xml:39: The > following error occurred while executing this line: > /sw/src/fink.build/javacc-5.0-1/javacc/test/javaFiles/build.xml:218: > Incompatible JJtree Nodes Failed > > Total time: 31 seconds > ### execution of ant failed, exit code 1 > ### execution of /tmp/fink.IRTeC failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-javacc-5.0-1 > (Reading database ... 107360 files and directories currently installed.) > Removing fink-buildlock-javacc-5.0-1 ... > Failed: phase compiling: javacc-5.0-1 failed >
What do you get from "/usr/libexec/java_home -V" ? -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users