Skip to content

Instantly share code, notes, and snippets.

@axilleas
Created May 3, 2013 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axilleas/5509683 to your computer and use it in GitHub Desktop.
Save axilleas/5509683 to your computer and use it in GitHub Desktop.
bundle install
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Enter your password to install the bundled RubyGems to your system:
Using archive-tar-minitar (0.5.2)
Using bunny (0.7.9)
Using erubis (2.7.0)
Using highline (1.6.15)
Installing json (1.6.1)
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
checking for re.h... no
checking for ruby/st.h... yes
creating Makefile
make
compiling parser.c
linking shared-object json/ext/parser.so
make install
/usr/bin/install -c -m 0755 parser.so /home/bougatsolas/.bundler/tmp/3937/gems/json-1.6.1/ext/json/ext/json/ext
/usr/bin/install: cannot create regular file ‘/home/bougatsolas/.bundler/tmp/3937/gems/json-1.6.1/ext/json/ext/json/ext’: No such file or directory
make: *** [install-so] Error 1
Gem files will remain installed in /home/bougatsolas/.bundler/tmp/3937/gems/json-1.6.1 for inspection.
Results logged to /home/bougatsolas/.bundler/tmp/3937/gems/json-1.6.1/ext/json/ext/parser/gem_make.out
An error occurred while installing json (1.6.1), and Bundler cannot continue.
Make sure that `gem install json -v '1.6.1'` succeeds before bundling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment