Skip to content

Instantly share code, notes, and snippets.

@kshahkshah
Created August 22, 2010 04:24
Show Gist options
  • Save kshahkshah/543302 to your computer and use it in GitHub Desktop.
Save kshahkshah/543302 to your computer and use it in GitHub Desktop.
thebes:ruby-debug-base19-0.11.23 kunal$ rake clean ; rake
(in /Users/kunal/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.23)
rm -r tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
cd ext
cd -
(in /Users/kunal/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.23)
mkdir -p tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
cd tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -I. ../../../../ext/ruby_debug/extconf.rb
checking for rb_method_entry_t.body in method.h... no
checking for vm_core.h... no
checking for rb_method_entry_t.body in method.h... no
checking for vm_core.h... yes
checking for iseq.h... yes
checking for insns.inc... yes
checking for insns_info.inc... yes
checking for eval_intern.h... yes
creating Makefile
cd -
cd tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
make
gcc -I. -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/x86_64-darwin10.3.0 -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1 -I../../../../ext/ruby_debug -DHAVE_VM_CORE_H -DHAVE_ISEQ_H -DHAVE_INSNS_INC -DHAVE_INSNS_INFO_INC -DHAVE_EVAL_INTERN_H -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby-1.9.2-p0 -fno-common -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -o ruby_debug.o -c ../../../../ext/ruby_debug/ruby_debug.c
../../../../ext/ruby_debug/ruby_debug.c: In function ‘call_at_line_unprotected’:
../../../../ext/ruby_debug/ruby_debug.c:478: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘filename_cmp’:
../../../../ext/ruby_debug/ruby_debug.c:542: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c:543: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘debug_event_hook’:
../../../../ext/ruby_debug/ruby_debug.c:743: warning: assignment makes pointer from integer without a cast
../../../../ext/ruby_debug/ruby_debug.c:865: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘optional_frame_position’:
../../../../ext/ruby_debug/ruby_debug.c:1725: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘do_jump’:
../../../../ext/ruby_debug/ruby_debug.c:2339: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘context_jump’:
../../../../ext/ruby_debug/ruby_debug.c:2407: warning: comparison between signed and unsigned
../../../../ext/ruby_debug/ruby_debug.c:2421: warning: comparison between signed and unsigned
gcc -dynamic -bundle -o ruby_debug.bundle breakpoint.o ruby_debug.o -L. -L/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/lib -L. -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
i686-apple-darwin10-gcc-4.2.1: breakpoint.o: No such file or directory
make: *** [ruby_debug.bundle] Error 1
rake aborted!
Command failed with status (2): [make...]
(See full trace by running task with --trace)
ebes:ruby-debug-base19-0.11.23 kunal$ rake clean ; rake compile
(in /Users/kunal/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.23)
rm -r tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
cd ext
cd -
(in /Users/kunal/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.23)
mkdir -p tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
cd tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -I. ../../../../ext/ruby_debug/extconf.rb
checking for rb_method_entry_t.body in method.h... no
checking for vm_core.h... no
checking for rb_method_entry_t.body in method.h... no
checking for vm_core.h... yes
checking for iseq.h... yes
checking for insns.inc... yes
checking for insns_info.inc... yes
checking for eval_intern.h... yes
creating Makefile
cd -
cd tmp/x86_64-darwin10.3.0/ruby_debug/1.9.2
make
gcc -I. -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/x86_64-darwin10.3.0 -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1 -I../../../../ext/ruby_debug -DHAVE_VM_CORE_H -DHAVE_ISEQ_H -DHAVE_INSNS_INC -DHAVE_INSNS_INFO_INC -DHAVE_EVAL_INTERN_H -I/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby-1.9.2-p0 -fno-common -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -o ruby_debug.o -c ../../../../ext/ruby_debug/ruby_debug.c
../../../../ext/ruby_debug/ruby_debug.c: In function ‘call_at_line_unprotected’:
../../../../ext/ruby_debug/ruby_debug.c:478: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘filename_cmp’:
../../../../ext/ruby_debug/ruby_debug.c:542: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c:543: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘debug_event_hook’:
../../../../ext/ruby_debug/ruby_debug.c:743: warning: assignment makes pointer from integer without a cast
../../../../ext/ruby_debug/ruby_debug.c:865: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘optional_frame_position’:
../../../../ext/ruby_debug/ruby_debug.c:1725: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘do_jump’:
../../../../ext/ruby_debug/ruby_debug.c:2339: warning: implicit conversion shortens 64-bit value into a 32-bit value
../../../../ext/ruby_debug/ruby_debug.c: In function ‘context_jump’:
../../../../ext/ruby_debug/ruby_debug.c:2407: warning: comparison between signed and unsigned
../../../../ext/ruby_debug/ruby_debug.c:2421: warning: comparison between signed and unsigned
gcc -dynamic -bundle -o ruby_debug.bundle breakpoint.o ruby_debug.o -L. -L/Users/kunal/.rvm/rubies/ruby-1.9.2-p0/lib -L. -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
i686-apple-darwin10-gcc-4.2.1: breakpoint.o: No such file or directory
make: *** [ruby_debug.bundle] Error 1
rake aborted!
Command failed with status (2): [make...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment