Guest User

Untitled

a guest
Oct 22nd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. 1 bitonic@clay ~/src/travis/travis-worker (git)-[master] % bundle install --deployment --binstubs
  2. Fetching gem metadata from https://rubygems.org/.......
  3. Fetching additional metadata from https://rubygems.org/..
  4. Using rake 0.9.6
  5. Using i18n 0.6.11
  6. Using multi_json 1.2.0
  7. Using activesupport 3.2.19
  8. Using addressable 2.3.6
  9. Using archive-tar-minitar 0.5.2
  10.  
  11. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  12.  
  13. /usr/bin/ruby2.1 extconf.rb
  14. checking for libkern/OSAtomic.h... *** extconf.rb failed ***
  15. Could not create Makefile due to some reason, probably lack of necessary
  16. libraries and/or headers. Check the mkmf.log file for more details. You may
  17. need configuration options.
  18.  
  19. Provided configuration options:
  20. --with-opt-dir
  21. --without-opt-dir
  22. --with-opt-include
  23. --without-opt-include=${opt-dir}/include
  24. --with-opt-lib
  25. --without-opt-lib=${opt-dir}/lib
  26. --with-make-prog
  27. --without-make-prog
  28. --srcdir=.
  29. --curdir
  30. --ruby=/usr/bin/ruby2.1
  31. --with-atomic_reference-dir
  32. --without-atomic_reference-dir
  33. --with-atomic_reference-include
  34. --without-atomic_reference-include=${atomic_reference-dir}/include
  35. --with-atomic_reference-lib
  36. --without-atomic_reference-lib=${atomic_reference-dir}/lib
  37. /usr/lib/ruby/2.1.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
  38. You have to install development tools first.
  39. from /usr/lib/ruby/2.1.0/mkmf.rb:587:in `try_cpp'
  40. from /usr/lib/ruby/2.1.0/mkmf.rb:1067:in `block in have_header'
  41. from /usr/lib/ruby/2.1.0/mkmf.rb:918:in `block in checking_for'
  42. from /usr/lib/ruby/2.1.0/mkmf.rb:351:in `block (2 levels) in postpone'
  43. from /usr/lib/ruby/2.1.0/mkmf.rb:321:in `open'
  44. from /usr/lib/ruby/2.1.0/mkmf.rb:351:in `block in postpone'
  45. from /usr/lib/ruby/2.1.0/mkmf.rb:321:in `open'
  46. from /usr/lib/ruby/2.1.0/mkmf.rb:347:in `postpone'
  47. from /usr/lib/ruby/2.1.0/mkmf.rb:917:in `checking_for'
  48. from /usr/lib/ruby/2.1.0/mkmf.rb:1066:in `have_header'
  49. from extconf.rb:17:in `<main>'
  50.  
  51. extconf failed, exit code 1
  52.  
  53. Gem files will remain installed in /home/bitonic/src/travis/travis-worker/vendor/bundle/ruby/2.1.0/gems/atomic-1.1.16 for inspection.
  54. Results logged to /home/bitonic/src/travis/travis-worker/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0/atomic-1.1.16/gem_make.out
  55. An error occurred while installing atomic (1.1.16), and Bundler cannot continue.
  56. Make sure that `gem install atomic -v '1.1.16'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment