debugger icon indicating copy to clipboard operation
debugger copied to clipboard

No source for ruby-1.9.3-p556 provided with debugger-ruby_core_source gem.

Open carlosevi94 opened this issue 7 years ago • 0 comments

Installing this game, take me this error.

Ruby version: ruby-1.9.3-p556 SO: Ubuntu 16.04

YAML safe loading is not available. Please upgrade psych to a version that supports safe loading (>= 2.0).
Building native extensions.  This could take a while...
ERROR:  Error installing debugger:
	ERROR: Failed to build gem native extension.

        /usr/bin/ruby1.9.1 extconf.rb
checking for rb_method_entry_t.called_id in method.h... no
checking for rb_control_frame_t.method_id in method.h... no
checking for rb_method_entry_t.called_id in method.h... no
checking for rb_control_frame_t.method_id in method.h... no
Makefile creation failed
**************************************************************************
No source for ruby-1.9.3-p556 provided with debugger-ruby_core_source gem.
**************************************************************************
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
	--with-opt-dir
	--without-opt-dir
	--with-opt-include
	--without-opt-include=${opt-dir}/include
	--with-opt-lib
	--without-opt-lib=${opt-dir}/lib
	--with-make-prog
	--without-make-prog
	--srcdir=.
	--curdir
	--ruby=/usr/bin/ruby1.9.1
	--with-ruby-dir
	--without-ruby-dir
	--with-ruby-include
	--without-ruby-include=${ruby-dir}/include
	--with-ruby-lib
	--without-ruby-lib=${ruby-dir}/lib


Gem files will remain installed in /var/lib/gems/1.9.1/gems/debugger-1.6.8 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/debugger-1.6.8/ext/ruby_debug/gem_make.out

I try with some similars issues, like bundle update debugger buts not work.

carlosevi94 avatar Oct 19 '18 12:10 carlosevi94