Não é possível instalar o json 1.8.1

4

Estou tentando instalar o json gem usando o ruby 2.2.3 (já tentei com outros oversions) e sempre recebo o mesmo erro:

Fetching: json-1.8.1.gem (100%)
Building native extensions.  This could take a while...
ERROR:  Error installing json:
    ERROR: Failed to build gem native extension.

    /home/michell/.rvm/rubies/ruby-2.2.0/bin/ruby -r ./siteconf20160425-25421-vzm9hx.rb extconf.rb
creating Makefile

make "DESTDIR=" clean

make "DESTDIR="
compiling generator.c
In file included from generator.c:1:0:
../fbuffer/fbuffer.h: In function ‘fbuffer_to_s’:
../fbuffer/fbuffer.h:175:47: error: macro "rb_str_new" requires 2 arguments, but only 1 given
 VALUE result = rb_str_new(FBUFFER_PAIR(fb));
                                           ^
../fbuffer/fbuffer.h:175:20: warning: initialization makes integer from pointer without a cast [enabled by default]
 VALUE result = rb_str_new(FBUFFER_PAIR(fb));
                ^
make: *** [generator.o] Error 1

make failed, exit code 2

Gem files will remain installed in /home/michell/.rvm/gems/ruby-2.2.0/gems/json-1.8.1 for inspection.
Results logged to /home/michell/.rvm/gems/ruby-2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.1/gem_make.out
    
por mishelashala 25.04.2016 / 19:54

1 resposta

3

Eu continuo esquecendo, mas isso deve funcionar

bundle update
bundle install
    
por travis 08.02.2017 / 02:24

Tags