Note that there are some explanatory texts on larger screens.

plurals
  1. POError installing linecache19
    primarykey
    data
    text
    <p>I've been trying to run <code>bundle install</code>. What follows is a series of commands I entered and the relevant snippets of the error messages.</p> <pre><code>bundle update </code></pre> <p>An error occurred while installing linecache (0.46), and Bundler cannot continue.<br> Make sure that <code>gem install linecache -v '0.46'</code> succeeds before bundling.</p> <pre><code>gem install linecache -v '0.46' </code></pre> <p>Can't handle 1.9.x yet</p> <pre><code>gem install linecache19 </code></pre> <p>checking for vm_core.h... no</p> <p>and finally:</p> <pre><code>gem install linecache19 -- --with-ruby-include=/opt/t/rvm/src/ruby-1.9.3-p194 ERROR: Error installing linecache19: ERROR: Failed to build gem native extension. /opt/t/rvm/rubies/ruby-2.0.0-p0/bin/ruby extconf.rb --with-ruby-include=/opt/t/rvm/src/ruby-1.9.3-p194 checking for vm_core.h... yes checking for version.h... yes creating Makefile make compiling trace_nums.c In file included from trace_nums.c:21: /opt/t/rvm/src/ruby-1.9.3-p194/vm_core.h:311:5: error: unknown type name 'rb_event_hook_t'; did you mean 'rb_event_flag_t'? rb_event_hook_t *event_hooks; ^~~~~~~~~~~~~~~ rb_event_flag_t /opt/t/rvm/rubies/ruby-2.0.0-p0/include/ruby-2.0.0/ruby/ruby.h:1602:23: note: 'rb_event_flag_t' declared here typedef unsigned long rb_event_flag_t; ^ In file included from trace_nums.c:21: /opt/t/rvm/src/ruby-1.9.3-p194/vm_core.h:477:5: error: unknown type name 'rb_event_hook_t'; did you mean 'rb_event_flag_t'? rb_event_hook_t *event_hooks; ^~~~~~~~~~~~~~~ rb_event_flag_t /opt/t/rvm/rubies/ruby-2.0.0-p0/include/ruby-2.0.0/ruby/ruby.h:1602:23: note: 'rb_event_flag_t' declared here typedef unsigned long rb_event_flag_t; ^ trace_nums.c:61:25: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] len = strlen(token) - 1; ~ ~~~~~~~~~~~~~~^~~ 1 warning and 2 errors generated. make: *** [trace_nums.o] Error 1 Gem files will remain installed in /opt/t/rvm/gems/ruby-2.0.0-p0/gems/linecache19-0.5.12 for inspection. Results logged to /opt/t/rvm/gems/ruby-2.0.0-p0/gems/linecache19-0.5.12/ext/trace_nums/gem_make.out </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload