Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alisonamerico/ec3efcaa347badd9abf97a848473174f to your computer and use it in GitHub Desktop.
Save alisonamerico/ec3efcaa347badd9abf97a848473174f to your computer and use it in GitHub Desktop.
[alison@metanoia alisonamerico.github.io]$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Using rake 10.1.1
Using colorator 0.1
Using sass 3.4.22
Using rb-fsevent 0.9.7
Using ffi 1.9.10
Using kramdown 1.10.0
Using liquid 3.0.6
Using mercenary 0.3.5
Using rouge 1.10.1
Using safe_yaml 1.0.4
Using RedCloth 4.2.9
Using addressable 2.4.0
Using net-dns 0.8.0
Using multipart-post 2.0.0
Using public_suffix 1.5.3
Using coffee-script-source 1.10.0
Using execjs 2.6.0
Using jekyll-feed 0.4.0
Using i18n 0.7.0
Fetching json 1.8.3
Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:
bundle install --path vendor/bundle
to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.
Password:
Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:
bundle install --path vendor/bundle
to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.
Password:
Installing json 1.8.3 with native extensions
Using minitest 5.8.4
Using thread_safe 0.3.5
Using mini_portile2 2.0.0
Using jekyll-paginate 1.1.0
Using jekyll-sitemap 0.10.0
Using gemoji 2.1.0
Using rdiscount 2.1.8
Using redcarpet 3.3.3
Using terminal-table 1.5.2
Using bundler 1.15.1
Using jekyll-sass-converter 1.3.0
Using rb-inotify 0.9.7
Using ethon 0.8.1
Using jekyll-textile-converter 0.1.0
Using faraday 0.9.2
Using coffee-script 2.4.1
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
/tmp/bundler20170624-6314-10ic6mcjson-1.8.3/gems/json-1.8.3/ext/json/ext/generator
/usr/bin/ruby -r ./siteconf20170624-6314-1g9i6sq.rb extconf.rb
creating Makefile
current directory:
/tmp/bundler20170624-6314-10ic6mcjson-1.8.3/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR=" clean
current directory:
/tmp/bundler20170624-6314-10ic6mcjson-1.8.3/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR="
compiling generator.c
generator.c: In function ‘generate_json’:
generator.c:861:25: error: ‘rb_cFixnum’ undeclared (first use in this function)
} else if (klass == rb_cFixnum) {
^~~~~~~~~~
generator.c:861:25: note: each undeclared identifier is reported only once for
each function it appears in
generator.c:863:25: error: ‘rb_cBignum’ undeclared (first use in this function)
} else if (klass == rb_cBignum) {
^~~~~~~~~~
make: *** [Makefile:242: generator.o] Error 1
make failed, exit code 2
Gem files will remain installed in
/tmp/bundler20170624-6314-10ic6mcjson-1.8.3/gems/json-1.8.3 for inspection.
Results logged to
/tmp/bundler20170624-6314-10ic6mcjson-1.8.3/extensions/x86_64-linux/2.4.0/json-1.8.3/gem_make.out
An error occurred while installing json (1.8.3), and Bundler cannot
continue.
Make sure that `gem install json -v '1.8.3'` succeeds before bundling.
In Gemfile:
github-pages was resolved to 66, which depends on
jekyll-mentions was resolved to 1.1.2, which depends on
html-pipeline was resolved to 2.3.0, which depends on
activesupport was resolved to 4.2.6, which depends on
json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment