Skip to content

Instantly share code, notes, and snippets.

@subbuss
Created August 6, 2009 21:13
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 subbuss/163568 to your computer and use it in GitHub Desktop.
Save subbuss/163568 to your computer and use it in GitHub Desktop.
[subbu@earth jruby] ant
Buildfile: build.xml
init:
jar:
init:
extract-rdocs:
prepare:
prepare-resources:
[copy] Copying 1 file to /home/subbu/software/jruby/build/classes/jruby
compile-annotation-binder:
check-for-optional-java4-packages:
check-for-optional-packages:
compile-jruby:
[apt] Since compiler setting isn't classic or modern,ignoring fork setting.
[apt] Compiling 6 source files to /home/subbu/software/jruby/build/classes/jruby
[apt] Since compiler setting isn't classic or modern,ignoring fork setting.
compile:
generate-method-classes:
_gmc_internal_:
generate-unsafe:
_gu_internal_:
jar-jruby:
_update_scm_revision_:
[jar] Building jar: /home/subbu/software/jruby/lib/jruby.jar
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGBUS (0x7) at pc=0xb7559d43, pid=32324, tid=3084474048
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_18-b02 mixed mode, sharing)
# Problematic frame:
# C [libzip.so+0xbd43]
#
# An error report file with more information is saved as hs_err_pid32324.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Abort
[subbu@earth jruby] rm lib/jruby.jar; ant
rm: remove regular empty file `lib/jruby.jar'? y
Buildfile: build.xml
init:
jar:
init:
extract-rdocs:
prepare:
prepare-resources:
[copy] Copying 1 file to /home/subbu/software/jruby/build/classes/jruby
compile-annotation-binder:
check-for-optional-java4-packages:
check-for-optional-packages:
compile-jruby:
[apt] Since compiler setting isn't classic or modern,ignoring fork setting.
compile:
generate-method-classes:
_gmc_internal_:
generate-unsafe:
_gu_internal_:
jar-jruby:
_update_scm_revision_:
[jar] Building jar: /home/subbu/software/jruby/lib/jruby.jar
BUILD SUCCESSFUL
Total time: 11 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment