Skip to content

Instantly share code, notes, and snippets.

@bjfish
Created March 20, 2015 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjfish/eec727ab5dbfb5b0b42d to your computer and use it in GitHub Desktop.
Save bjfish/eec727ab5dbfb5b0b42d to your computer and use it in GitHub Desktop.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jruby-truffle: Compilation failure: Compilation failure:
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12397,68] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopUninitializedNode
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12472,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopObjectUndefinedPlaceholder0Node
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12559,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopIntUndefinedPlaceholderNode
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12640,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopObjectUndefinedPlaceholder1Node
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12727,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopLongUndefinedPlaceholderNode
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12808,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopObjectUndefinedPlaceholder2Node
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12895,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopDoubleUndefinedPlaceholderNode
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[12976,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopObjectUndefinedPlaceholder3Node
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[13047,85] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopObjectUndefinedPlaceholder4Node
[ERROR] /Users/brandonfish/Documents/jruby-mine/truffle/target/generated-sources/org/jruby/truffle/nodes/core/ArrayNodesFactory.java:[13096,68] cannot find symbol
[ERROR] symbol: variable frameValue
[ERROR] location: class org.jruby.truffle.nodes.core.ArrayNodesFactory.PopNodeFactory.PopPolymorphicNode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment