Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. Using rake 12.0.0
  2. Using concurrent-ruby 1.0.4
  3. Using i18n 0.8.0
  4. Using minitest 5.10.1
  5. Using thread_safe 0.3.5
  6. Using builder 3.2.3
  7. Using erubis 2.7.0
  8. Using mini_portile2 2.1.0
  9. Using rack 2.0.1
  10. Installing nio4r 1.2.1 with native extensions
  11. Using websocket-extensions 0.1.2
  12. Using mime-types 2.99.3
  13. Using arel 7.1.4
  14. Using babel-source 5.8.35
  15. Using execjs 2.7.0
  16. Installing bcrypt 3.1.11 with native extensions
  17. Using bundler 1.14.4
  18. Installing byebug 9.0.6 with native extensions
  19. Using coffee-script-source 1.12.2
  20. Using method_source 0.8.2
  21. Using thor 0.19.4
  22. Installing debug_inspector 0.0.2 with native extensions
  23. Using orm_adapter 0.5.0
  24. Installing unf_ext 0.0.7.2 with native extensions
  25. Installing ffi 1.9.17 with native extensions
  26. Using sass 3.4.23
  27. Using multi_json 1.12.1
  28. Using kaminari-core 1.0.1
  29. Installing kgio 2.11.0 with native extensions
  30. Using rb-fsevent 0.9.8
  31. Using netrc 0.11.0
  32. Installing pg 0.19.0 with native extensions
  33. Installing puma 3.7.0 with native extensions
  34. Installing raindrops 0.17.0 with native extensions
  35. Using tilt 2.0.6
  36. Installing sqlite3 1.3.13 with native extensions
  37. Using turbolinks-source 5.0.0
  38. Using tzinfo 1.2.2
  39. Installing nokogiri 1.7.0.1 with native extensions
  40. Using rack-test 0.6.3
  41. Using warden 1.2.7
  42. Using sprockets 3.7.1
  43. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  44.  
  45. /usr/local/rvm/rubies/ruby-2.2.2/bin/ruby -r
  46. ./siteconf20170221-1120-1inbebm.rb extconf.rb --with-cflags=-std=c99
  47. checking for unistd.h... *** extconf.rb failed ***
  48. Could not create Makefile due to some reason, probably lack of necessary
  49. libraries and/or headers. Check the mkmf.log file for more details. You may
  50. need configuration options.
  51.  
  52. Provided configuration options:
  53. --with-opt-dir
  54. --without-opt-dir
  55. --with-opt-include
  56. --without-opt-include=${opt-dir}/include
  57. --with-opt-lib
  58. --without-opt-lib=${opt-dir}/lib
  59. --with-make-prog
  60. --without-make-prog
  61. --srcdir=.
  62. --curdir
  63. --ruby=/usr/local/rvm/rubies/ruby-2.2.2/bin/$(RUBY_BASE_NAME)
  64. /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The
  65. compiler failed to generate an executable file. (RuntimeError)
  66. You have to install development tools first.
  67. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:587:in `try_cpp'
  68. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:1060:in `block in
  69. have_header'
  70. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:911:in `block in
  71. checking_for'
  72. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:351:in `block (2
  73. levels) in postpone'
  74. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:321:in `open'
  75. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:351:in `block in
  76. postpone'
  77. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:321:in `open'
  78. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:347:in `postpone'
  79. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:910:in
  80. `checking_for'
  81. from /usr/local/rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb:1059:in
  82. `have_header'
  83. from extconf.rb:3:in `<main>'
  84.  
  85. extconf failed, exit code 1
  86.  
  87. Gem files will remain installed in
  88. /usr/local/rvm/gems/ruby-2.2.2/gems/nio4r-1.2.1 for inspection.
  89. Results logged to
  90. /usr/local/rvm/gems/ruby-2.2.2/extensions/x86_64-linux/2.2.0/nio4r-1.2.1/gem_make.out
  91.  
  92. An error occurred while installing nio4r (1.2.1), and Bundler cannot
  93. continue.
  94. Make sure that `gem install nio4r -v '1.2.1'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement