Advertisement
Guest User

Untitled

a guest
May 28th, 2022
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 6.01 KB | None | 0 0
  1. Fetching gem metadata from https://rubygems.org/...........
  2. Resolving dependencies......
  3. Using rake 13.0.6
  4. Using racc 1.6.0
  5. Using digest 3.1.0
  6. Using concurrent-ruby 1.1.10
  7. Using bundler 2.3.7
  8. Using minitest 5.15.0
  9. Using builder 3.2.4
  10. Using erubi 1.10.0
  11. Using crass 1.0.6
  12. Using rack 2.2.3.1
  13. Using nio4r 2.5.8
  14. Using websocket-extensions 0.1.5
  15. Using marcel 1.0.2
  16. Using mini_mime 1.1.2
  17. Using timeout 0.3.0
  18. Using strscan 3.0.3
  19. Using public_suffix 4.0.7
  20. Using bindex 0.8.1
  21. Using msgpack 1.5.2
  22. Using matrix 0.4.2
  23. Using regexp_parser 2.5.0
  24. Using childprocess 4.1.0
  25. Using method_source 1.0.0
  26. Using thor 1.2.1
  27. Using zeitwerk 2.5.4
  28. Using rexml 3.2.5
  29. Using rubyzip 2.3.2
  30. Using websocket 1.2.9
  31. Using i18n 1.10.0
  32. Using tzinfo 2.0.4
  33. Fetching mysql2 0.5.4
  34. Using nokogiri 1.13.6 (x64-mingw-ucrt)
  35. Using rack-test 1.1.0
  36. Using websocket-driver 0.7.5
  37. Using mail 2.7.1
  38. Using net-protocol 0.1.3
  39. Using addressable 2.8.0
  40. Using puma 5.6.4
  41. Using bootsnap 1.11.1
  42. Using sprockets 4.0.3
  43. Using selenium-webdriver 4.2.0
  44. Using net-imap 0.2.3
  45. Using loofah 2.18.0
  46. Using net-pop 0.1.1
  47. Using activesupport 7.0.3
  48. Using net-smtp 0.3.1
  49. Using xpath 3.2.0
  50. Using webdrivers 5.0.0
  51. Using rails-dom-testing 2.0.3
  52. Using rails-html-sanitizer 1.4.2
  53. Using globalid 1.0.0
  54. Using activemodel 7.0.3
  55. Using capybara 3.37.1
  56. Using activejob 7.0.3
  57. Using actionview 7.0.3
  58. Using activerecord 7.0.3
  59. Using actionpack 7.0.3
  60. Using jbuilder 2.11.5
  61. Using actioncable 7.0.3
  62. Using activestorage 7.0.3
  63. Using actionmailer 7.0.3
  64. Using railties 7.0.3
  65. Using sprockets-rails 3.4.2
  66. Using actionmailbox 7.0.3
  67. Using actiontext 7.0.3
  68. Using importmap-rails 1.1.0
  69. Using stimulus-rails 1.0.4
  70. Using turbo-rails 1.1.1
  71. Using web-console 4.2.0
  72. Using rails 7.0.3
  73. Installing mysql2 0.5.4 with native extensions
  74. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  75.  
  76. current directory:
  77. C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/mysql2-0.5.4/ext/mysql2
  78. C:/Ruby31-x64/bin/ruby.exe -I C:/Ruby31-x64/lib/ruby/3.1.0 -r
  79. ./siteconf20220528-14532-av9pt3.rb extconf.rb
  80. checking for rb_absint_size()... yes
  81. checking for rb_absint_singlebit_p()... yes
  82. checking for rb_wait_for_single_fd()... yes
  83. checking for rb_enc_interned_str() in ruby.h... yes
  84. *** extconf.rb failed ***
  85. Could not create Makefile due to some reason, probably lack of necessary
  86. libraries and/or headers.  Check the mkmf.log file for more details.  You may
  87. need configuration options.
  88.  
  89. Provided configuration options:
  90.         --with-opt-dir
  91.         --without-opt-dir
  92.         --with-opt-include
  93.         --without-opt-include=${opt-dir}/include
  94.         --with-opt-lib
  95.         --without-opt-lib=${opt-dir}/lib
  96.         --with-make-prog
  97.         --without-make-prog
  98.         --srcdir=.
  99.         --curdir
  100.         --ruby=C:/Ruby31-x64/bin/$(RUBY_BASE_NAME)
  101.         --with-mysql-dir
  102.         --without-mysql-dir
  103.         --with-mysql-include
  104.         --without-mysql-include=${mysql-dir}/include
  105.         --with-mysql-lib
  106.         --without-mysql-lib=${mysql-dir}/lib
  107.         --with-mysql-config
  108.         --without-mysql-config
  109.         --with-mysqlclient-dir
  110.         --without-mysqlclient-dir
  111.         --with-mysqlclient-include
  112.         --without-mysqlclient-include=${mysqlclient-dir}/include
  113.         --with-mysqlclient-lib
  114.         --without-mysqlclient-lib=${mysqlclient-dir}/lib
  115.         --with-mysqlclientlib
  116.         --without-mysqlclientlib
  117. C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1086:in `block in find_library': undefined
  118. method `split' for nil:NilClass (NoMethodError)
  119.  
  120.    paths = paths.flat_map {|path| path.split(File::PATH_SEPARATOR)}
  121.                                       ^^^^^^
  122.        from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1086:in `each'
  123.         from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1086:in `flat_map'
  124.        from C:/Ruby31-x64/lib/ruby/3.1.0/mkmf.rb:1086:in `find_library'
  125.        from extconf.rb:103:in `<main>'
  126.  
  127. To see why this extension failed to compile, please check the mkmf.log which can
  128. be found here:
  129.  
  130. C:/Ruby31-x64/lib/ruby/gems/3.1.0/extensions/x64-mingw-ucrt/3.1.0/mysql2-0.5.4/mkmf.log
  131.  
  132. extconf failed, exit code 1
  133.  
  134. Gem files will remain installed in
  135. C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/mysql2-0.5.4 for inspection.
  136. Results logged to
  137. C:/Ruby31-x64/lib/ruby/gems/3.1.0/extensions/x64-mingw-ucrt/3.1.0/mysql2-0.5.4/gem_make.out
  138.  
  139.   C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/ext/builder.rb:95:in `run'
  140. C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/ext/ext_conf_builder.rb:47:in `block in
  141. build'
  142.  C:/Ruby31-x64/lib/ruby/3.1.0/tempfile.rb:317:in `open'
  143.   C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/ext/ext_conf_builder.rb:26:in `build'
  144.  C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/ext/builder.rb:161:in `build_extension'
  145. C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/ext/builder.rb:195:in `block in
  146. build_extensions'
  147.   C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/ext/builder.rb:192:in `each'
  148.  C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/ext/builder.rb:192:in `build_extensions'
  149.  C:/Ruby31-x64/lib/ruby/3.1.0/rubygems/installer.rb:853:in `build_extensions'
  150. C:/Ruby31-x64/lib/ruby/3.1.0/bundler/rubygems_gem_installer.rb:71:in
  151. `build_extensions'
  152.  C:/Ruby31-x64/lib/ruby/3.1.0/bundler/rubygems_gem_installer.rb:28:in `install'
  153.  C:/Ruby31-x64/lib/ruby/3.1.0/bundler/source/rubygems.rb:204:in `install'
  154. C:/Ruby31-x64/lib/ruby/3.1.0/bundler/installer/gem_installer.rb:54:in
  155. `install'
  156. C:/Ruby31-x64/lib/ruby/3.1.0/bundler/installer/gem_installer.rb:16:in
  157. `install_from_spec'
  158. C:/Ruby31-x64/lib/ruby/3.1.0/bundler/installer/parallel_installer.rb:186:in
  159. `do_install'
  160. C:/Ruby31-x64/lib/ruby/3.1.0/bundler/installer/parallel_installer.rb:177:in
  161. `block in worker_pool'
  162.  C:/Ruby31-x64/lib/ruby/3.1.0/bundler/worker.rb:62:in `apply_func'
  163.  C:/Ruby31-x64/lib/ruby/3.1.0/bundler/worker.rb:57:in `block in process_queue'
  164.   C:/Ruby31-x64/lib/ruby/3.1.0/bundler/worker.rb:54:in `loop'
  165.  C:/Ruby31-x64/lib/ruby/3.1.0/bundler/worker.rb:54:in `process_queue'
  166. C:/Ruby31-x64/lib/ruby/3.1.0/bundler/worker.rb:91:in `block (2 levels) in
  167. create_threads'
  168.  
  169. An error occurred while installing mysql2 (0.5.4), and Bundler cannot continue.
  170.  
  171. In Gemfile:
  172.   mysql2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement