Skip to content

Instantly share code, notes, and snippets.

@zedalaye
Created June 22, 2012 21:28
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 zedalaye/2975304 to your computer and use it in GitHub Desktop.
Save zedalaye/2975304 to your computer and use it in GitHub Desktop.
Rubinius Automanuallyreported Crash Report
Rubinius Crash Report #rbxcrashreport
[[Exception]]
A toplevel exception occurred
undefined local variable or method `this_does_not_exist' on an instance of Object. (NameError)
Backtrace:
Kernel(Object)#this_does_not_exist (method_missing) at kernel/delta
/kernel.rb:81
{ } in Object#__script__ at -e:1
Rubinius::BlockEnvironment#call_on_instance at kernel/common
/block_environment.rb:75
Kernel(Rubinius::Loader)#eval at kernel/common/eval.rb:72
Rubinius::Loader#evals at kernel/loader.rb:601
Rubinius::Loader#main at kernel/loader.rb:834
[[Version]]
rubinius 2.0.0dev (1.9.3 122eed95 yyyy-mm-dd JI) [x86_64-unknown-linux-gnu]
checking for pty.h... yes
checking for openpty() in -lutil... yes
checking for openpty()... yes
creating Makefile
make
gcc -I. -I. -I/home/pierre/Sources/rubinius/vm/capi/18/include -I./usr/local/include -DHAVE_SYS_STROPTS_H -DHAVE_SYS_WAIT_H -DHAVE_SETRESUID -DHAVE_PTY_H -DHAVE_OPENPTY -fPIC -ggdb3 -fPIC -O2 -I/usr/local/include -c pty.c
pty.c: In function ‘establishShell’:
pty.c:276:10: attention : ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
pty.c:292:7: attention : ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
gcc -shared -o pty.so pty.o -L. -L/home/pierre/Sources/rubinius/lib -Wl,-R/home/pierre/Sources/rubinius/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib -lutil
Building 19/bigdecimal
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
checking for labs() in stdlib.h... yes
checking for llabs() in stdlib.h... yes
creating Makefile
make
compiling bigdecimal.c
linking shared-object bigdecimal.so
Building 19/nkf
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
creating Makefile
make
compiling nkf.c
linking shared-object nkf.so
Building 19/readline
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
checking for tgetnum() in -lncurses... yes
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for readline() in -lreadline... yes
checking for rl_getc_function() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_filename_completion_function() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_username_completion_function() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_completion_matches() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_refresh_line() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_deprep_term_function in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_completion_append_character in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_basic_word_break_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_completer_word_break_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_basic_quote_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_completer_quote_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_filename_quote_characters in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_attempted_completion_over in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_library_version in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_editing_mode in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_line_buffer in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_point in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_event_hook in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_catch_sigwinch in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_catch_signals in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_cleanup_after_signal() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_clear_signals() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_set_screen_size() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_get_screen_size() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_vi_editing_mode() in stdio.h,readline/readline.h,readline/history.h... yes
checking for rl_emacs_editing_mode() in stdio.h,readline/readline.h,readline/history.h... yes
checking for replace_history_entry() in stdio.h,readline/readline.h,readline/history.h... yes
checking for remove_history() in stdio.h,readline/readline.h,readline/history.h... yes
checking for clear_history() in stdio.h,readline/readline.h,readline/history.h... yes
checking for RL_PROMPT_START_IGNORE in stdio.h,readline/readline.h,readline/history.h... yes
checking for RL_PROMPT_END_IGNORE in stdio.h,readline/readline.h,readline/history.h... yes
creating extconf.h
creating Makefile
make
compiling readline.c
linking shared-object readline.so
Building 19/psych
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
checking for yaml.h... yes
checking for yaml_get_version() in -lyaml... yes
creating Makefile
make
compiling to_ruby.c
compiling psych.c
compiling emitter.c
compiling parser.c
compiling yaml_tree.c
linking shared-object psych.so
Building 19/syck
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
checking for st.h... yes
creating Makefile
make
compiling gram.c
compiling emitter.c
compiling token.c
compiling implicit.c
compiling syck.c
syck.c: In function ‘syck_default_error_handler’:
syck.c:522:9: attention : format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat]
compiling rubyext.c
compiling bytecode.c
compiling handler.c
compiling node.c
compiling yaml2byte.c
linking shared-object syck.so
Building json/parser
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
creating Makefile
make
compiling parser.c
linking shared-object json/ext/parser.so
Building json/generator
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
creating Makefile
make
compiling generator.c
linking shared-object json/ext/generator.so
Building 19/openssl
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... yes
checking for openssl/conf_api.h... yes
checking for rb_str_set_len() in ruby.h... no
checking for rb_block_call() in ruby.h... no
=== Checking for OpenSSL features... ===
checking for ERR_peek_last_error()... yes
checking for ASN1_put_eoc()... yes
checking for BN_mod_add()... yes
checking for BN_mod_sqr()... yes
checking for BN_mod_sub()... yes
checking for BN_pseudo_rand_range()... yes
checking for BN_rand_range()... yes
checking for CONF_get1_default_config_file()... yes
checking for EVP_CIPHER_CTX_copy()... yes
checking for EVP_CIPHER_CTX_set_padding()... yes
checking for EVP_CipherFinal_ex()... yes
checking for EVP_CipherInit_ex()... yes
checking for EVP_DigestFinal_ex()... yes
checking for EVP_DigestInit_ex()... yes
checking for EVP_MD_CTX_cleanup()... yes
checking for EVP_MD_CTX_create()... yes
checking for EVP_MD_CTX_destroy()... yes
checking for EVP_MD_CTX_init()... yes
checking for HMAC_CTX_cleanup()... yes
checking for HMAC_CTX_copy()... yes
checking for HMAC_CTX_init()... yes
checking for PEM_def_callback()... yes
checking for PKCS5_PBKDF2_HMAC()... yes
checking for PKCS5_PBKDF2_HMAC_SHA1()... yes
checking for X509V3_set_nconf()... yes
checking for X509V3_EXT_nconf_nid()... yes
checking for X509_CRL_add0_revoked()... yes
checking for X509_CRL_set_issuer_name()... yes
checking for X509_CRL_set_version()... yes
checking for X509_CRL_sort()... yes
checking for X509_NAME_hash_old()... yes
checking for X509_STORE_get_ex_data()... no
checking for X509_STORE_set_ex_data()... no
checking for OBJ_NAME_do_all_sorted()... yes
checking for SSL_SESSION_get_id()... yes
checking for SSL_SESSION_cmp()... no
checking for OPENSSL_cleanse()... yes
checking for SSLv2_method()... no
checking for SSLv2_server_method()... no
checking for SSLv2_client_method()... no
checking for SSL_set_tlsext_host_name() in openssl/ssl.h... no
checking for SSL_set_tlsext_host_name in openssl/ssl.h... yes
checking for openssl/engine.h... yes
checking for ENGINE_add()... yes
checking for ENGINE_load_builtin_engines()... yes
checking for ENGINE_load_openbsd_dev_crypto()... no
checking for ENGINE_get_digest()... yes
checking for ENGINE_get_cipher()... yes
checking for ENGINE_cleanup()... yes
checking for ENGINE_load_4758cca()... no
checking for ENGINE_load_aep()... no
checking for ENGINE_load_atalla()... no
checking for ENGINE_load_chil()... no
checking for ENGINE_load_cswift()... no
checking for ENGINE_load_nuron()... no
checking for ENGINE_load_sureware()... no
checking for ENGINE_load_ubsec()... no
checking for OpenSSL version is 0.9.7 or later... yes
checking for openssl/ocsp.h... yes
checking for EVP_CIPHER_CTX.flags in openssl/evp.h... yes
checking for EVP_CIPHER_CTX.engine in openssl/evp.h... yes
checking for X509_ATTRIBUTE.single in openssl/x509.h... yes
=== Checking done. ===
creating extconf.h
creating Makefile
Done.
make
compiling ossl_hmac.c
compiling ossl_pkey_ec.c
compiling ossl_x509attr.c
compiling ossl_bio.c
compiling ossl_pkey_dsa.c
compiling ossl_x509crl.c
compiling ossl_asn1.c
compiling ossl_ns_spki.c
compiling ossl_pkey_rsa.c
compiling ossl_pkey.c
compiling ossl_x509store.c
compiling ossl_x509ext.c
compiling ossl_ssl.c
compiling ossl_x509name.c
compiling ossl_config.c
compiling ossl_x509revoked.c
compiling ossl_x509.c
compiling openssl_missing.c
compiling ossl.c
compiling ossl_bn.c
compiling ossl_digest.c
compiling ossl_pkcs5.c
compiling ossl_rand.c
compiling ossl_engine.c
compiling ossl_ocsp.c
compiling ossl_x509cert.c
compiling ossl_pkcs12.c
compiling ossl_pkcs7.c
compiling ossl_x509req.c
compiling ossl_pkey_dh.c
compiling ossl_cipher.c
compiling ossl_ssl_session.c
linking shared-object openssl.so
Building 19/pty
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
checking for sys/stropts.h... yes
checking for sys/wait.h... yes
checking for setresuid()... yes
checking for libutil.h... no
checking for pty.h... yes
checking for openpty() in -lutil... yes
checking for openpty()... yes
creating Makefile
make
compiling pty.c
pty.c: In function ‘establishShell’:
pty.c:240:10: attention : ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
pty.c:256:7: attention : ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
linking shared-object pty.so
Building dbm
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb > /dev/null 2>&1
make > /dev/null 2>&1
Building gdbm
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb > /dev/null 2>&1
make > /dev/null 2>&1
Building sdbm
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
creating Makefile
make
gcc -I. -I/home/pierre/Sources/rubinius/vm/capi/18/include -I/home/pierre/Sources/rubinius/vm/capi/18/include -I./usr/local/include -fPIC -ggdb3 -fPIC -O2 -I/usr/local/include -c _sdbm.c
_sdbm.c: In function ‘makroom’:
_sdbm.c:440:2: attention : ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
gcc -I. -I/home/pierre/Sources/rubinius/vm/capi/18/include -I/home/pierre/Sources/rubinius/vm/capi/18/include -I./usr/local/include -fPIC -ggdb3 -fPIC -O2 -I/usr/local/include -c init.c
gcc -shared -o sdbm.so _sdbm.o init.o -L. -L/home/pierre/Sources/rubinius/lib -Wl,-R/home/pierre/Sources/rubinius/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib
Building profiler
/home/pierre/Sources/rubinius/bin/rbx-build extconf.rb
creating Makefile
make
g++ -I. -I/home/pierre/Sources/rubinius/vm/capi/18/include -I/home/pierre/Sources/rubinius/vm/capi/18/include -I./usr/local/include -fPIC -ggdb3 -fPIC -O2 -I/usr/local/include -c profiler_vm.cpp
gcc -shared -o profiler_vm.so profiler_vm.o -L. -L/home/pierre/Sources/rubinius/lib -Wl,-R/home/pierre/Sources/rubinius/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib
Installing pre-installed gems...
/home/pierre/Sources/rubinius/bin/rbx -X18 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/rake-0.9.2.2.gem
Successfully installed rake-0.9.2.2
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X18 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/rdoc-3.12.gem
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Successfully installed rdoc-3.12
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X18 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/ffi-1.0.11.gem
Successfully installed ffi-1.0.11
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X18 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/json-1.7.3.gem
Building native extensions. This could take a while...
Successfully installed json-1.7.3
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X18 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/ruby-debug-0.10.47.gem
Successfully installed ruby-debug-0.10.47
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X18 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/rake-compiler-0.8.1.gem
Successfully installed rake-compiler-0.8.1
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X19 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/rake-0.9.2.2.gem
Successfully installed rake-0.9.2.2
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X19 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/rdoc-3.12.gem
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Successfully installed rdoc-3.12
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X19 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/ffi-1.0.11.gem
Successfully installed ffi-1.0.11
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X19 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/json-1.7.3.gem
Building native extensions. This could take a while...
Successfully installed json-1.7.3
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X19 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/ruby-debug-0.10.47.gem
Successfully installed ruby-debug-0.10.47
1 gem installed
/home/pierre/Sources/rubinius/bin/rbx -X19 -S gem install --local --conservative --ignore-dependencies --no-rdoc --no-ri preinstalled-gems/rake-compiler-0.8.1.gem
Successfully installed rake-compiler-0.8.1
1 gem installed
Running 1 tasks using 4 parallel threads
1: GN vm/test/runner.cpp
1: CC vm/test/runner.cpp
Build time: 37.142817441 seconds
1: LD vm/test/runner
Running 660 tests....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................OK!
/home/pierre/.rvm/gems/ruby-1.9.3-p194@global/gems/rake-0.9.2.2/lib/rake/dsl_definition.rb:158: warning: instance variable @rake_dsl_warning not initialized
WARNING: Global access to Rake DSL methods is deprecated. Please include
... Rake::DSL into classes and modules which use the Rake DSL methods.
WARNING: DSL method SpecRunner#sh called at /home/pierre/Sources/rubinius/Rakefile:126:in `run'
bin/mspec ci -T -X18 -d --background
rubinius 2.0.0dev (1.8.7 122eed95 yyyy-mm-dd JI) [x86_64-unknown-linux-gnu]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
---------------------------------------------
CRASH: A fatal error has occurred.
Backtrace:
/home/pierre/Sources/rubinius/spec/ruby/core/process/fixtures/kill.rb[0x5ba1e0]
/lib/x86_64-linux-gnu/libc.so.6(+0x364c0)[0x7f082dfe64c0]
/home/pierre/Sources/rubinius/spec/ruby/core/process/fixtures/kill.rb(_ZN8rubinius13SignalHandler11stop_threadEPNS_5StateE+0x19)[0x66add9]
/home/pierre/Sources/rubinius/spec/ruby/core/process/fixtures/kill.rb(_ZN8rubinius16AuxiliaryThreads8shutdownEPNS_5StateE+0x75)[0x5b5d55]
/home/pierre/Sources/rubinius/spec/ruby/core/process/fixtures/kill.rb(_ZN8rubinius11Environment4haltEPNS_5StateE+0x7a)[0x5bad1a]
/home/pierre/Sources/rubinius/spec/ruby/core/process/fixtures/kill.rb(main+0x24c)[0x581b7c]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7f082dfd176d]
/home/pierre/Sources/rubinius/spec/ruby/core/process/fixtures/kill.rb[0x58bbad]
Wrote full error report to: /home/pierre/.rubinius_last_error
Run 'rbx report' to submit this crash report!
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 152.660358 seconds
3879 files, 17329 examples, 45433 expectations, 0 failures, 0 errors
WARNING: DSL method SpecRunner#sh called at /home/pierre/Sources/rubinius/Rakefile:126:in `run'
bin/mspec ci -T -X19 -d --background
rubinius 2.0.0dev (1.9.3 122eed95 yyyy-mm-dd JI) [x86_64-unknown-linux-gnu]
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 195.495634 seconds
3877 files, 21700 examples, 59245 expectations, 0 failures, 0 errors
rubinius 2.0.0dev (1.8.7 122eed95 yyyy-mm-dd JI) [x86_64-unknown-linux-gnu]
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
1)
Kernel#require (concurrently) blocks based on the path ERROR
ArgumentError: Cannot create a symbol from an empty string
Rubinius::CodeLoader#load_file at kernel/delta/codeloader.rb:141
Rubinius::CodeLoader#require at kernel/common/codeloader.rb:124
Rubinius::CodeLoader.require at kernel/common/codeloader.rb:201
Kernel(CodeLoadingSpecs::Method)#require at kernel/common/kernel.rb:631
CodeLoadingSpecs::Method#require at spec/ruby/fixtures/code_loading.rb:7
{ } in Object#__script__ at spec/ruby/core/kernel/shared/require.rb:601
Thread#__run__ at kernel/bootstrap/thread18.rb:57
2)
Kernel#require (concurrently) allows a 2nd require if the 1st raised an exception FAILED
Expected [:con_pre, :con3_post, :t2_post, :con_pre, :con_post, :t2_post, :t1_post]
to equal [:con_pre, :con_pre, :con_post, :t2_post, :t1_post]
SpecExpectation.fail_with at mspec/lib/mspec/expectations/expectations.rb:15
SpecPositiveOperatorMatcher#== at mspec/lib/mspec/matchers/base.rb:8
{ } in Object#__script__ at spec/ruby/core/kernel/shared/require.rb:649
Kernel(Object)#instance_eval at kernel/common/eval18.rb:45
MSpec.protect at mspec/lib/mspec/runner/mspec.rb:68
{ } in ContextState#protect at mspec/lib/mspec/runner/context.rb:179
{ } in Enumerable(Array)#all? at kernel/common/enumerable.rb:102
Array#each at kernel/bootstrap/array.rb:68
Enumerable(Array)#all? at kernel/common/enumerable.rb:102
ContextState#protect at mspec/lib/mspec/runner/context.rb:179
{ } in ContextState#process at mspec/lib/mspec/runner/context.rb:207
Array#each at kernel/bootstrap/array.rb:68
ContextState#process at mspec/lib/mspec/runner/context.rb:199
{ } in ContextState#process at mspec/lib/mspec/runner/context.rb:228
Array#each at kernel/bootstrap/array.rb:68
ContextState#process at mspec/lib/mspec/runner/context.rb:228
MSpec.describe at mspec/lib/mspec/runner/mspec.rb:37
Object#describe at mspec/lib/mspec/runner/object.rb:11
Object#__script__ at spec/ruby/core/kernel/require_spec.rb:5
Kernel.load at kernel/common/kernel.rb:580
{ } in MSpec.files at mspec/lib/mspec/runner/mspec.rb:56
Kernel(Object)#instance_eval at kernel/common/eval18.rb:45
MSpec.protect at mspec/lib/mspec/runner/mspec.rb:68
{ } in MSpec.files at mspec/lib/mspec/runner/mspec.rb:56
Array#each at kernel/bootstrap/array.rb:68
MSpec.files at mspec/lib/mspec/runner/mspec.rb:50
MSpec.process at mspec/lib/mspec/runner/mspec.rb:42
MSpecCI#run at mspec/lib/mspec/commands/mspec-ci.rb:76
MSpecScript.main at mspec/lib/mspec/utils/script.rb:218
Object#__script__ at mspec/bin/mspec-ci:8
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:67
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:109
Rubinius::Loader#script at kernel/loader.rb:632
Rubinius::Loader#main at kernel/loader.rb:835
Finished in 137.065894 seconds
@sevk
Copy link

sevk commented Jun 25, 2012

linking shared-object psych.so
Creating library psych-i386-mswin32.lib and object psych-i386-mswin32.exp
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_set_indent
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_set_unicode
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_initialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_delete
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_set_output
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_stream_start_event_i
nitialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_emit
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_stream_end_event_ini
tialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_document_start_event
_initialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_document_end_event_i
nitialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_scalar_event_initial
ize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_sequence_start_event
_initialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_sequence_end_event_i
nitialize
emitter.obj : error LNK2001: unresolved external symbol _imp__yaml_mapping_start_event
initialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_mapping_end_event_in
itialize
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_alias_event_initiali
ze
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_set_canonica
l
emitter.obj : error LNK2001: unresolved external symbol __imp__yaml_emitter_set_width
parser.obj : error LNK2001: unresolved external symbol __imp__yaml_parser_initialize
parser.obj : error LNK2001: unresolved external symbol __imp__yaml_parser_delete
parser.obj : error LNK2001: unresolved external symbol __imp__yaml_event_delete
parser.obj : error LNK2001: unresolved external symbol __imp__yaml_parser_parse
parser.obj : error LNK2001: unresolved external symbol __imp__yaml_parser_set_input_stri
ng
parser.obj : error LNK2001: unresolved external symbol __imp__yaml_parser_set_input
parser.obj : error LNK2001: unresolved external symbol __imp__yaml_parser_set_encoding
psych.obj : error LNK2001: unresolved external symbol __imp__yaml_get_version
../../.ext/i386-mswin32/psych.so : fatal error LNK1120: 26 unresolved externals
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE
"' : return code '0x2'
Stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment