Skip to content

Instantly share code, notes, and snippets.

@Neurogami
Created July 13, 2009 22:40
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 Neurogami/146503 to your computer and use it in GitHub Desktop.
Save Neurogami/146503 to your computer and use it in GitHub Desktop.
check-for-optional-packages:
compile-jruby:
[apt] Since compiler setting isn't classic or modern,ignoring fork setting.
[apt] Compiling 723 source files to /home/james/vendor/jruby/build/classes/jruby
[apt] Since compiler setting isn't classic or modern,ignoring fork setting.
[apt] warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated, org.jruby.anno.JRubyConstant, java.lang.SuppressWarnings, org.jruby.anno.JRubyModule, java.lang.annotation.Retention, java.lang.annotation.Target, com.kenai.jaffl.annotations.Out, com.kenai.jaffl.annotations.In, com.kenai.jaffl.annotations.Transient]
[apt] 1 warning
[apt] Note: Some input files use unchecked or unsafe operations.
[apt] Note: Recompile with -Xlint:unchecked for details.
compile:
generate-method-classes:
_gmc_internal_:
[echo] Generating invokers...
[java] Exception in thread "main" java.lang.ExceptionInInitializerError
[java] at org.jruby.ext.ffi.Factory.getInstance(Factory.java:101)
[java] at org.jruby.ext.ffi.MemoryPointer.<clinit>(MemoryPointer.java:20)
[java] at java.lang.Class.forName0(Native Method)
[java] at java.lang.Class.forName(Class.java:169)
[java] at org.jruby.anno.InvokerGenerator.main(InvokerGenerator.java:36)
[java] Caused by: java.lang.RuntimeException: Could not load FFI provider
[java] at org.jruby.ext.ffi.Factory$SingletonHolder.getInstance(Factory.java:67)
[java] at org.jruby.ext.ffi.Factory$SingletonHolder.<clinit>(Factory.java:47)
[java] ... 5 more
BUILD FAILED
/home/james/vendor/jruby/build.xml:163: The following error occurred while executing this line:
/home/james/vendor/jruby/build.xml:168: Java returned: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment