Skip to content

Instantly share code, notes, and snippets.

@christianlupus
Created March 4, 2021 18:38
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 christianlupus/4013f1286d905fd7a065fa033f7902f2 to your computer and use it in GitHub Desktop.
Save christianlupus/4013f1286d905fd7a065fa033f7902f2 to your computer and use it in GitHub Desktop.
Attaching to redmine_app_1
app_1 | Bundler can't satisfy your Gemfile's dependencies.
app_1 | Install missing gems with `bundle install`.
app_1 | The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | The dependency ffi (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | Fetching gem metadata from https://rubygems.org/..........
app_1 | Fetching gem metadata from https://rubygems.org/.
app_1 | Resolving dependencies...
app_1 | Using rake 13.0.3
app_1 | Using concurrent-ruby 1.1.8
app_1 | Using minitest 5.14.3
app_1 | Using thread_safe 0.3.6
app_1 | Using builder 3.2.4
app_1 | Using erubi 1.10.0
app_1 | Using mini_portile2 2.4.0
app_1 | Using crass 1.0.6
app_1 | Using rack 2.2.3
app_1 | Using nio4r 2.5.5
app_1 | Using websocket-extensions 0.1.5
app_1 | Using mini_mime 1.0.2
app_1 | Using method_source 1.0.0
app_1 | Using arel 9.0.0
app_1 | Using mimemagic 0.3.5
app_1 | Using public_suffix 4.0.6
app_1 | Using bundler 1.17.2
app_1 | Fetching rbtree 0.4.4
app_1 | Using thor 1.1.0
app_1 | Using csv 3.1.9
app_1 | Fetching temple 0.8.2
app_1 | Fetching set 1.0.1
app_1 | Installing rbtree 0.4.4 with native extensions
app_1 | Installing temple 0.8.2
app_1 | Installing set 1.0.1
app_1 | Fetching tilt 2.0.10
app_1 | Using htmlentities 4.3.4
app_1 | Using mini_magick 4.9.5
app_1 | Using mysql2 0.5.3
app_1 | Using net-ldap 0.16.3
app_1 | Using ruby-openid 2.9.2
app_1 | Using rbpdf-font 1.19.1
app_1 | Using redcarpet 3.5.1
app_1 | Using rouge 3.12.0
app_1 | Using i18n 1.6.0
app_1 | Using tzinfo 1.2.9
app_1 | Using rack-test 1.1.0
app_1 | Using sprockets 4.0.2
app_1 | Using request_store 1.4.1
app_1 | Using websocket-driver 0.7.3
app_1 | Using mail 2.7.1
app_1 | Using marcel 0.3.3
app_1 | Using addressable 2.7.0
app_1 | Using nokogiri 1.10.10
app_1 | Using activesupport 5.2.4.2
app_1 | Using css_parser 1.9.0
app_1 | Using rack-openid 1.4.2
app_1 | Using rbpdf 1.20.1
app_1 | Using rails-dom-testing 2.0.3
app_1 | Using loofah 2.9.0
app_1 | Using globalid 0.4.2
app_1 | Using activemodel 5.2.4.2
app_1 | Using roadie 4.0.0
app_1 | Using rails-html-sanitizer 1.3.0
app_1 | Using activejob 5.2.4.2
app_1 | Using activerecord 5.2.4.2
app_1 | Fetching protected_attributes_continued 1.7.0
app_1 | Using actionview 5.2.4.2
app_1 | Fetching acts_as_list 0.9.19
app_1 | Installing tilt 2.0.10
app_1 | Installing protected_attributes_continued 1.7.0
app_1 | Installing acts_as_list 0.9.19
app_1 | Using actionpack 5.2.4.2
app_1 | Using actioncable 5.2.4.2
app_1 | Using actionmailer 5.2.4.2
app_1 | Using railties 5.2.4.2
app_1 | Using activestorage 5.2.4.2
app_1 | Fetching haml 5.1.2
app_1 | Using sprockets-rails 3.2.2
app_1 | Using actionpack-xml_parser 2.0.1
app_1 | Using roadie-rails 2.1.1
app_1 | Using rails 5.2.4.2
app_1 | Installing haml 5.1.2
app_1 | Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
app_1 |
app_1 | current directory: /usr/local/bundle/gems/rbtree-0.4.4
app_1 | /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r
app_1 | ./siteconf20210304-30-12a9v4q.rb extconf.rb
app_1 | checking for rb_exec_recursive() in ruby.h... *** extconf.rb failed ***
app_1 | Could not create Makefile due to some reason, probably lack of necessary
app_1 | libraries and/or headers. Check the mkmf.log file for more details. You may
app_1 | need configuration options.
app_1 |
app_1 | Provided configuration options:
app_1 | --with-opt-dir
app_1 | --without-opt-dir
app_1 | --with-opt-include
app_1 | --without-opt-include=${opt-dir}/include
app_1 | --with-opt-lib
app_1 | --without-opt-lib=${opt-dir}/lib
app_1 | --with-make-prog
app_1 | --without-make-prog
app_1 | --srcdir=.
app_1 | --curdir
app_1 | --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
app_1 | --enable-debug
app_1 | --disable-debug
app_1 | /usr/local/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to
app_1 | generate an executable file. (RuntimeError)
app_1 | You have to install development tools first.
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:782:in `try_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1069:in `block in have_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:959:in `block in checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block (2 levels) in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:357:in `postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:958:in `checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1068:in `have_func'
app_1 | from extconf.rb:8:in `<main>'
app_1 |
app_1 | To see why this extension failed to compile, please check the mkmf.log which can
app_1 | be found here:
app_1 |
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/mkmf.log
app_1 |
app_1 | extconf failed, exit code 1
app_1 |
app_1 | Gem files will remain installed in /usr/local/bundle/gems/rbtree-0.4.4 for
app_1 | inspection.
app_1 | Results logged to
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/gem_make.out
app_1 |
app_1 | An error occurred while installing rbtree (0.4.4), and Bundler cannot continue.
app_1 | Make sure that `gem install rbtree -v '0.4.4' --source 'https://rubygems.org/'`
app_1 | succeeds before bundling.
app_1 |
app_1 | In Gemfile:
app_1 | business_time was resolved to 0.10.0, which depends on
app_1 | sorted_set was resolved to 1.0.3, which depends on
app_1 | rbtree
app_1 | Bundler can't satisfy your Gemfile's dependencies.
app_1 | Install missing gems with `bundle install`.
app_1 | The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | The dependency ffi (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | Fetching gem metadata from https://rubygems.org/..........
app_1 | Fetching gem metadata from https://rubygems.org/.
app_1 | Resolving dependencies...
app_1 | Using rake 13.0.3
app_1 | Using concurrent-ruby 1.1.8
app_1 | Using minitest 5.14.3
app_1 | Using thread_safe 0.3.6
app_1 | Using builder 3.2.4
app_1 | Using erubi 1.10.0
app_1 | Using mini_portile2 2.4.0
app_1 | Using crass 1.0.6
app_1 | Using rack 2.2.3
app_1 | Using nio4r 2.5.5
app_1 | Using websocket-extensions 0.1.5
app_1 | Using mini_mime 1.0.2
app_1 | Using method_source 1.0.0
app_1 | Using thor 1.1.0
app_1 | Using arel 9.0.0
app_1 | Using mimemagic 0.3.5
app_1 | Using public_suffix 4.0.6
app_1 | Using bundler 1.17.2
app_1 | Fetching rbtree 0.4.4
app_1 | Using set 1.0.1
app_1 | Using csv 3.1.9
app_1 | Using temple 0.8.2
app_1 | Using tilt 2.0.10
app_1 | Using htmlentities 4.3.4
app_1 | Using mini_magick 4.9.5
app_1 | Using mysql2 0.5.3
app_1 | Using net-ldap 0.16.3
app_1 | Using ruby-openid 2.9.2
app_1 | Using rbpdf-font 1.19.1
app_1 | Using redcarpet 3.5.1
app_1 | Using rouge 3.12.0
app_1 | Using i18n 1.6.0
app_1 | Using tzinfo 1.2.9
app_1 | Using nokogiri 1.10.10
app_1 | Using rack-test 1.1.0
app_1 | Using websocket-driver 0.7.3
app_1 | Using mail 2.7.1
app_1 | Using marcel 0.3.3
app_1 | Using addressable 2.7.0
app_1 | Using haml 5.1.2
app_1 | Using rack-openid 1.4.2
app_1 | Using sprockets 4.0.2
app_1 | Using rbpdf 1.20.1
app_1 | Using request_store 1.4.1
app_1 | Using activesupport 5.2.4.2
app_1 | Using loofah 2.9.0
app_1 | Using css_parser 1.9.0
app_1 | Installing rbtree 0.4.4 with native extensions
app_1 | Using rails-dom-testing 2.0.3
app_1 | Using rails-html-sanitizer 1.3.0
app_1 | Using globalid 0.4.2
app_1 | Using activemodel 5.2.4.2
app_1 | Using roadie 4.0.0
app_1 | Using actionview 5.2.4.2
app_1 | Using activejob 5.2.4.2
app_1 | Using activerecord 5.2.4.2
app_1 | Using protected_attributes_continued 1.7.0
app_1 | Using actionpack 5.2.4.2
app_1 | Using acts_as_list 0.9.19
app_1 | Using actioncable 5.2.4.2
app_1 | Using actionmailer 5.2.4.2
app_1 | Using railties 5.2.4.2
app_1 | Using activestorage 5.2.4.2
app_1 | Using sprockets-rails 3.2.2
app_1 | Using actionpack-xml_parser 2.0.1
app_1 | Using rails 5.2.4.2
app_1 | Using roadie-rails 2.1.1
app_1 | Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
app_1 |
app_1 | current directory: /usr/local/bundle/gems/rbtree-0.4.4
app_1 | /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r
app_1 | ./siteconf20210304-23-pc4f13.rb extconf.rb
app_1 | checking for rb_exec_recursive() in ruby.h... *** extconf.rb failed ***
app_1 | Could not create Makefile due to some reason, probably lack of necessary
app_1 | libraries and/or headers. Check the mkmf.log file for more details. You may
app_1 | need configuration options.
app_1 |
app_1 | Provided configuration options:
app_1 | --with-opt-dir
app_1 | --without-opt-dir
app_1 | --with-opt-include
app_1 | --without-opt-include=${opt-dir}/include
app_1 | --with-opt-lib
app_1 | --without-opt-lib=${opt-dir}/lib
app_1 | --with-make-prog
app_1 | --without-make-prog
app_1 | --srcdir=.
app_1 | --curdir
app_1 | --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
app_1 | --enable-debug
app_1 | --disable-debug
app_1 | /usr/local/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to
app_1 | generate an executable file. (RuntimeError)
app_1 | You have to install development tools first.
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:782:in `try_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1069:in `block in have_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:959:in `block in checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block (2 levels) in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:357:in `postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:958:in `checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1068:in `have_func'
app_1 | from extconf.rb:8:in `<main>'
app_1 |
app_1 | To see why this extension failed to compile, please check the mkmf.log which can
app_1 | be found here:
app_1 |
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/mkmf.log
app_1 |
app_1 | extconf failed, exit code 1
app_1 |
app_1 | Gem files will remain installed in /usr/local/bundle/gems/rbtree-0.4.4 for
app_1 | inspection.
app_1 | Results logged to
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/gem_make.out
app_1 |
app_1 | An error occurred while installing rbtree (0.4.4), and Bundler cannot continue.
app_1 | Make sure that `gem install rbtree -v '0.4.4' --source 'https://rubygems.org/'`
app_1 | succeeds before bundling.
app_1 |
app_1 | In Gemfile:
app_1 | business_time was resolved to 0.10.0, which depends on
app_1 | sorted_set was resolved to 1.0.3, which depends on
app_1 | rbtree
app_1 | Bundler can't satisfy your Gemfile's dependencies.
app_1 | Install missing gems with `bundle install`.
app_1 | The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | The dependency ffi (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | Fetching gem metadata from https://rubygems.org/..........
app_1 | Fetching gem metadata from https://rubygems.org/.
app_1 | Resolving dependencies...
app_1 | Using rake 13.0.3
app_1 | Using concurrent-ruby 1.1.8
app_1 | Using minitest 5.14.3
app_1 | Using thread_safe 0.3.6
app_1 | Using builder 3.2.4
app_1 | Using erubi 1.10.0
app_1 | Using mini_portile2 2.4.0
app_1 | Using crass 1.0.6
app_1 | Using rack 2.2.3
app_1 | Using nio4r 2.5.5
app_1 | Using websocket-extensions 0.1.5
app_1 | Using mini_mime 1.0.2
app_1 | Using method_source 1.0.0
app_1 | Using thor 1.1.0
app_1 | Using arel 9.0.0
app_1 | Using mimemagic 0.3.5
app_1 | Using public_suffix 4.0.6
app_1 | Using bundler 1.17.2
app_1 | Using set 1.0.1
app_1 | Using csv 3.1.9
app_1 | Using temple 0.8.2
app_1 | Using tilt 2.0.10
app_1 | Using htmlentities 4.3.4
app_1 | Using mini_magick 4.9.5
app_1 | Using mysql2 0.5.3
app_1 | Using net-ldap 0.16.3
app_1 | Using ruby-openid 2.9.2
app_1 | Using rbpdf-font 1.19.1
app_1 | Using redcarpet 3.5.1
app_1 | Using rouge 3.12.0
app_1 | Fetching rbtree 0.4.4
app_1 | Installing rbtree 0.4.4 with native extensions
app_1 | Using i18n 1.6.0
app_1 | Using tzinfo 1.2.9
app_1 | Using nokogiri 1.10.10
app_1 | Using rack-test 1.1.0
app_1 | Using websocket-driver 0.7.3
app_1 | Using mail 2.7.1
app_1 | Using marcel 0.3.3
app_1 | Using addressable 2.7.0
app_1 | Using haml 5.1.2
app_1 | Using rack-openid 1.4.2
app_1 | Using sprockets 4.0.2
app_1 | Using rbpdf 1.20.1
app_1 | Using request_store 1.4.1
app_1 | Using loofah 2.9.0
app_1 | Using activesupport 5.2.4.2
app_1 | Using rails-html-sanitizer 1.3.0
app_1 | Using css_parser 1.9.0
app_1 | Using rails-dom-testing 2.0.3
app_1 | Using globalid 0.4.2
app_1 | Using activemodel 5.2.4.2
app_1 | Using roadie 4.0.0
app_1 | Using actionview 5.2.4.2
app_1 | Using activejob 5.2.4.2
app_1 | Using activerecord 5.2.4.2
app_1 | Using protected_attributes_continued 1.7.0
app_1 | Using actionpack 5.2.4.2
app_1 | Using acts_as_list 0.9.19
app_1 | Using actioncable 5.2.4.2
app_1 | Using actionmailer 5.2.4.2
app_1 | Using railties 5.2.4.2
app_1 | Using activestorage 5.2.4.2
app_1 | Using sprockets-rails 3.2.2
app_1 | Using actionpack-xml_parser 2.0.1
app_1 | Using rails 5.2.4.2
app_1 | Using roadie-rails 2.1.1
app_1 | Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
app_1 |
app_1 | current directory: /usr/local/bundle/gems/rbtree-0.4.4
app_1 | /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r
app_1 | ./siteconf20210304-25-1wdji2b.rb extconf.rb
app_1 | checking for rb_exec_recursive() in ruby.h... *** extconf.rb failed ***
app_1 | Could not create Makefile due to some reason, probably lack of necessary
app_1 | libraries and/or headers. Check the mkmf.log file for more details. You may
app_1 | need configuration options.
app_1 |
app_1 | Provided configuration options:
app_1 | --with-opt-dir
app_1 | --without-opt-dir
app_1 | --with-opt-include
app_1 | --without-opt-include=${opt-dir}/include
app_1 | --with-opt-lib
app_1 | --without-opt-lib=${opt-dir}/lib
app_1 | --with-make-prog
app_1 | --without-make-prog
app_1 | --srcdir=.
app_1 | --curdir
app_1 | --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
app_1 | --enable-debug
app_1 | --disable-debug
app_1 | /usr/local/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to
app_1 | generate an executable file. (RuntimeError)
app_1 | You have to install development tools first.
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:782:in `try_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1069:in `block in have_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:959:in `block in checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block (2 levels) in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:357:in `postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:958:in `checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1068:in `have_func'
app_1 | from extconf.rb:8:in `<main>'
app_1 |
app_1 | To see why this extension failed to compile, please check the mkmf.log which can
app_1 | be found here:
app_1 |
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/mkmf.log
app_1 |
app_1 | extconf failed, exit code 1
app_1 |
app_1 | Gem files will remain installed in /usr/local/bundle/gems/rbtree-0.4.4 for
app_1 | inspection.
app_1 | Results logged to
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/gem_make.out
app_1 |
app_1 | An error occurred while installing rbtree (0.4.4), and Bundler cannot continue.
app_1 | Make sure that `gem install rbtree -v '0.4.4' --source 'https://rubygems.org/'`
app_1 | succeeds before bundling.
app_1 |
app_1 | In Gemfile:
app_1 | business_time was resolved to 0.10.0, which depends on
app_1 | sorted_set was resolved to 1.0.3, which depends on
app_1 | rbtree
app_1 | Bundler can't satisfy your Gemfile's dependencies.
app_1 | Install missing gems with `bundle install`.
app_1 | The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | The dependency ffi (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | Fetching gem metadata from https://rubygems.org/..........
app_1 | Fetching gem metadata from https://rubygems.org/.
app_1 | Resolving dependencies...
app_1 | Using rake 13.0.3
app_1 | Using concurrent-ruby 1.1.8
app_1 | Using minitest 5.14.3
app_1 | Using thread_safe 0.3.6
app_1 | Using erubi 1.10.0
app_1 | Using mini_portile2 2.4.0
app_1 | Using crass 1.0.6
app_1 | Using rack 2.2.3
app_1 | Using nio4r 2.5.5
app_1 | Using websocket-extensions 0.1.5
app_1 | Using mini_mime 1.0.2
app_1 | Using method_source 1.0.0
app_1 | Using thor 1.1.0
app_1 | Using arel 9.0.0
app_1 | Using mimemagic 0.3.5
app_1 | Using public_suffix 4.0.6
app_1 | Using bundler 1.17.2
app_1 | Fetching rbtree 0.4.4
app_1 | Installing rbtree 0.4.4 with native extensions
app_1 | Using set 1.0.1
app_1 | Using csv 3.1.9
app_1 | Using temple 0.8.2
app_1 | Using builder 3.2.4
app_1 | Using tilt 2.0.10
app_1 | Using htmlentities 4.3.4
app_1 | Using mini_magick 4.9.5
app_1 | Using mysql2 0.5.3
app_1 | Using net-ldap 0.16.3
app_1 | Using ruby-openid 2.9.2
app_1 | Using rbpdf-font 1.19.1
app_1 | Using redcarpet 3.5.1
app_1 | Using rouge 3.12.0
app_1 | Using i18n 1.6.0
app_1 | Using nokogiri 1.10.10
app_1 | Using rack-test 1.1.0
app_1 | Using websocket-driver 0.7.3
app_1 | Using mail 2.7.1
app_1 | Using marcel 0.3.3
app_1 | Using addressable 2.7.0
app_1 | Using sprockets 4.0.2
app_1 | Using request_store 1.4.1
app_1 | Using tzinfo 1.2.9
app_1 | Using haml 5.1.2
app_1 | Using rack-openid 1.4.2
app_1 | Using rbpdf 1.20.1
app_1 | Using activesupport 5.2.4.2
app_1 | Using loofah 2.9.0
app_1 | Using css_parser 1.9.0
app_1 | Using rails-dom-testing 2.0.3
app_1 | Using rails-html-sanitizer 1.3.0
app_1 | Using globalid 0.4.2
app_1 | Using activemodel 5.2.4.2
app_1 | Using roadie 4.0.0
app_1 | Using activejob 5.2.4.2
app_1 | Using activerecord 5.2.4.2
app_1 | Using protected_attributes_continued 1.7.0
app_1 | Using actionview 5.2.4.2
app_1 | Using acts_as_list 0.9.19
app_1 | Using actionpack 5.2.4.2
app_1 | Using actioncable 5.2.4.2
app_1 | Using actionmailer 5.2.4.2
app_1 | Using railties 5.2.4.2
app_1 | Using activestorage 5.2.4.2
app_1 | Using sprockets-rails 3.2.2
app_1 | Using actionpack-xml_parser 2.0.1
app_1 | Using roadie-rails 2.1.1
app_1 | Using rails 5.2.4.2
app_1 | Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
app_1 |
app_1 | current directory: /usr/local/bundle/gems/rbtree-0.4.4
app_1 | /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r
app_1 | ./siteconf20210304-25-s91br3.rb extconf.rb
app_1 | checking for rb_exec_recursive() in ruby.h... *** extconf.rb failed ***
app_1 | Could not create Makefile due to some reason, probably lack of necessary
app_1 | libraries and/or headers. Check the mkmf.log file for more details. You may
app_1 | need configuration options.
app_1 |
app_1 | Provided configuration options:
app_1 | --with-opt-dir
app_1 | --without-opt-dir
app_1 | --with-opt-include
app_1 | --without-opt-include=${opt-dir}/include
app_1 | --with-opt-lib
app_1 | --without-opt-lib=${opt-dir}/lib
app_1 | --with-make-prog
app_1 | --without-make-prog
app_1 | --srcdir=.
app_1 | --curdir
app_1 | --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
app_1 | --enable-debug
app_1 | --disable-debug
app_1 | /usr/local/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to
app_1 | generate an executable file. (RuntimeError)
app_1 | You have to install development tools first.
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:782:in `try_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1069:in `block in have_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:959:in `block in checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block (2 levels) in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:357:in `postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:958:in `checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1068:in `have_func'
app_1 | from extconf.rb:8:in `<main>'
app_1 |
app_1 | To see why this extension failed to compile, please check the mkmf.log which can
app_1 | be found here:
app_1 |
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/mkmf.log
app_1 |
app_1 | extconf failed, exit code 1
app_1 |
app_1 | Gem files will remain installed in /usr/local/bundle/gems/rbtree-0.4.4 for
app_1 | inspection.
app_1 | Results logged to
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/gem_make.out
app_1 |
app_1 | An error occurred while installing rbtree (0.4.4), and Bundler cannot continue.
app_1 | Make sure that `gem install rbtree -v '0.4.4' --source 'https://rubygems.org/'`
app_1 | succeeds before bundling.
app_1 |
app_1 | In Gemfile:
app_1 | business_time was resolved to 0.10.0, which depends on
app_1 | sorted_set was resolved to 1.0.3, which depends on
app_1 | rbtree
app_1 | Bundler can't satisfy your Gemfile's dependencies.
app_1 | Install missing gems with `bundle install`.
app_1 | The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | The dependency ffi (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | Fetching gem metadata from https://rubygems.org/..........
app_1 | Fetching gem metadata from https://rubygems.org/.
app_1 | Resolving dependencies...
app_1 | Using rake 13.0.3
app_1 | Using concurrent-ruby 1.1.8
app_1 | Using minitest 5.14.3
app_1 | Using thread_safe 0.3.6
app_1 | Using builder 3.2.4
app_1 | Using erubi 1.10.0
app_1 | Using mini_portile2 2.4.0
app_1 | Using crass 1.0.6
app_1 | Using rack 2.2.3
app_1 | Using nio4r 2.5.5
app_1 | Using websocket-extensions 0.1.5
app_1 | Using mini_mime 1.0.2
app_1 | Using method_source 1.0.0
app_1 | Using thor 1.1.0
app_1 | Using arel 9.0.0
app_1 | Using mimemagic 0.3.5
app_1 | Using public_suffix 4.0.6
app_1 | Using bundler 1.17.2
app_1 | Fetching rbtree 0.4.4
app_1 | Using set 1.0.1
app_1 | Installing rbtree 0.4.4 with native extensions
app_1 | Using csv 3.1.9
app_1 | Using temple 0.8.2
app_1 | Using tilt 2.0.10
app_1 | Using htmlentities 4.3.4
app_1 | Using mini_magick 4.9.5
app_1 | Using mysql2 0.5.3
app_1 | Using net-ldap 0.16.3
app_1 | Using ruby-openid 2.9.2
app_1 | Using rbpdf-font 1.19.1
app_1 | Using redcarpet 3.5.1
app_1 | Using rouge 3.12.0
app_1 | Using i18n 1.6.0
app_1 | Using nokogiri 1.10.10
app_1 | Using rack-test 1.1.0
app_1 | Using websocket-driver 0.7.3
app_1 | Using mail 2.7.1
app_1 | Using marcel 0.3.3
app_1 | Using addressable 2.7.0
app_1 | Using sprockets 4.0.2
app_1 | Using request_store 1.4.1
app_1 | Using loofah 2.9.0
app_1 | Using css_parser 1.9.0
app_1 | Using haml 5.1.2
app_1 | Using rack-openid 1.4.2
app_1 | Using rbpdf 1.20.1
app_1 | Using tzinfo 1.2.9
app_1 | Using rails-html-sanitizer 1.3.0
app_1 | Using activesupport 5.2.4.2
app_1 | Using roadie 4.0.0
app_1 | Using rails-dom-testing 2.0.3
app_1 | Using globalid 0.4.2
app_1 | Using activemodel 5.2.4.2
app_1 | Using actionview 5.2.4.2
app_1 | Using actionpack 5.2.4.2
app_1 | Using activejob 5.2.4.2
app_1 | Using activerecord 5.2.4.2
app_1 | Using protected_attributes_continued 1.7.0
app_1 | Using actioncable 5.2.4.2
app_1 | Using railties 5.2.4.2
app_1 | Using activestorage 5.2.4.2
app_1 | Using acts_as_list 0.9.19
app_1 | Using sprockets-rails 3.2.2
app_1 | Using actionmailer 5.2.4.2
app_1 | Using actionpack-xml_parser 2.0.1
app_1 | Using rails 5.2.4.2
app_1 | Using roadie-rails 2.1.1
app_1 | Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
app_1 |
app_1 | current directory: /usr/local/bundle/gems/rbtree-0.4.4
app_1 | /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r
app_1 | ./siteconf20210304-23-idbkfy.rb extconf.rb
app_1 | checking for rb_exec_recursive() in ruby.h... *** extconf.rb failed ***
app_1 | Could not create Makefile due to some reason, probably lack of necessary
app_1 | libraries and/or headers. Check the mkmf.log file for more details. You may
app_1 | need configuration options.
app_1 |
app_1 | Provided configuration options:
app_1 | --with-opt-dir
app_1 | --without-opt-dir
app_1 | --with-opt-include
app_1 | --without-opt-include=${opt-dir}/include
app_1 | --with-opt-lib
app_1 | --without-opt-lib=${opt-dir}/lib
app_1 | --with-make-prog
app_1 | --without-make-prog
app_1 | --srcdir=.
app_1 | --curdir
app_1 | --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
app_1 | --enable-debug
app_1 | --disable-debug
app_1 | /usr/local/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to
app_1 | generate an executable file. (RuntimeError)
app_1 | You have to install development tools first.
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:782:in `try_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1069:in `block in have_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:959:in `block in checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block (2 levels) in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:357:in `postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:958:in `checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1068:in `have_func'
app_1 | from extconf.rb:8:in `<main>'
app_1 |
app_1 | To see why this extension failed to compile, please check the mkmf.log which can
app_1 | be found here:
app_1 |
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/mkmf.log
app_1 |
app_1 | extconf failed, exit code 1
app_1 |
app_1 | Gem files will remain installed in /usr/local/bundle/gems/rbtree-0.4.4 for
app_1 | inspection.
app_1 | Results logged to
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/gem_make.out
app_1 |
app_1 | An error occurred while installing rbtree (0.4.4), and Bundler cannot continue.
app_1 | Make sure that `gem install rbtree -v '0.4.4' --source 'https://rubygems.org/'`
app_1 | succeeds before bundling.
app_1 |
app_1 | In Gemfile:
app_1 | business_time was resolved to 0.10.0, which depends on
app_1 | sorted_set was resolved to 1.0.3, which depends on
app_1 | rbtree
app_1 | Bundler can't satisfy your Gemfile's dependencies.
app_1 | Install missing gems with `bundle install`.
app_1 | The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | The dependency ffi (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
app_1 | Fetching gem metadata from https://rubygems.org/..........
app_1 | Fetching gem metadata from https://rubygems.org/.
app_1 | Resolving dependencies...
app_1 | Using rake 13.0.3
app_1 | Using concurrent-ruby 1.1.8
app_1 | Using minitest 5.14.3
app_1 | Using thread_safe 0.3.6
app_1 | Using builder 3.2.4
app_1 | Using erubi 1.10.0
app_1 | Using mini_portile2 2.4.0
app_1 | Using crass 1.0.6
app_1 | Using rack 2.2.3
app_1 | Using nio4r 2.5.5
app_1 | Using websocket-extensions 0.1.5
app_1 | Using mini_mime 1.0.2
app_1 | Using method_source 1.0.0
app_1 | Using thor 1.1.0
app_1 | Using arel 9.0.0
app_1 | Using mimemagic 0.3.5
app_1 | Using public_suffix 4.0.6
app_1 | Using bundler 1.17.2
app_1 | Fetching rbtree 0.4.4
app_1 | Using set 1.0.1
app_1 | Using csv 3.1.9
app_1 | Using temple 0.8.2
app_1 | Using tilt 2.0.10
app_1 | Using htmlentities 4.3.4
app_1 | Using mini_magick 4.9.5
app_1 | Using mysql2 0.5.3
app_1 | Using net-ldap 0.16.3
app_1 | Using ruby-openid 2.9.2
app_1 | Using rbpdf-font 1.19.1
app_1 | Using redcarpet 3.5.1
app_1 | Using rouge 3.12.0
app_1 | Using i18n 1.6.0
app_1 | Using tzinfo 1.2.9
app_1 | Using nokogiri 1.10.10
app_1 | Using rack-test 1.1.0
app_1 | Using websocket-driver 0.7.3
app_1 | Using mail 2.7.1
app_1 | Using marcel 0.3.3
app_1 | Using addressable 2.7.0
app_1 | Using haml 5.1.2
app_1 | Using rack-openid 1.4.2
app_1 | Using sprockets 4.0.2
app_1 | Using rbpdf 1.20.1
app_1 | Using request_store 1.4.1
app_1 | Installing rbtree 0.4.4 with native extensions
app_1 | Using activesupport 5.2.4.2
app_1 | Using loofah 2.9.0
app_1 | Using css_parser 1.9.0
app_1 | Using rails-dom-testing 2.0.3
app_1 | Using rails-html-sanitizer 1.3.0
app_1 | Using globalid 0.4.2
app_1 | Using activemodel 5.2.4.2
app_1 | Using roadie 4.0.0
app_1 | Using actionview 5.2.4.2
app_1 | Using activejob 5.2.4.2
app_1 | Using activerecord 5.2.4.2
app_1 | Using protected_attributes_continued 1.7.0
app_1 | Using actionpack 5.2.4.2
app_1 | Using acts_as_list 0.9.19
app_1 | Using actioncable 5.2.4.2
app_1 | Using actionmailer 5.2.4.2
app_1 | Using railties 5.2.4.2
app_1 | Using activestorage 5.2.4.2
app_1 | Using sprockets-rails 3.2.2
app_1 | Using actionpack-xml_parser 2.0.1
app_1 | Using rails 5.2.4.2
app_1 | Using roadie-rails 2.1.1
app_1 | Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
app_1 |
app_1 | current directory: /usr/local/bundle/gems/rbtree-0.4.4
app_1 | /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r
app_1 | ./siteconf20210304-24-fyvzrh.rb extconf.rb
app_1 | checking for rb_exec_recursive() in ruby.h... *** extconf.rb failed ***
app_1 | Could not create Makefile due to some reason, probably lack of necessary
app_1 | libraries and/or headers. Check the mkmf.log file for more details. You may
app_1 | need configuration options.
app_1 |
app_1 | Provided configuration options:
app_1 | --with-opt-dir
app_1 | --without-opt-dir
app_1 | --with-opt-include
app_1 | --without-opt-include=${opt-dir}/include
app_1 | --with-opt-lib
app_1 | --without-opt-lib=${opt-dir}/lib
app_1 | --with-make-prog
app_1 | --without-make-prog
app_1 | --srcdir=.
app_1 | --curdir
app_1 | --ruby=/usr/local/bin/$(RUBY_BASE_NAME)
app_1 | --enable-debug
app_1 | --disable-debug
app_1 | /usr/local/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to
app_1 | generate an executable file. (RuntimeError)
app_1 | You have to install development tools first.
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:782:in `try_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1069:in `block in have_func'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:959:in `block in checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block (2 levels) in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block in postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:357:in `postpone'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:958:in `checking_for'
app_1 | from /usr/local/lib/ruby/2.6.0/mkmf.rb:1068:in `have_func'
app_1 | from extconf.rb:8:in `<main>'
app_1 |
app_1 | To see why this extension failed to compile, please check the mkmf.log which can
app_1 | be found here:
app_1 |
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/mkmf.log
app_1 |
app_1 | extconf failed, exit code 1
app_1 |
app_1 | Gem files will remain installed in /usr/local/bundle/gems/rbtree-0.4.4 for
app_1 | inspection.
app_1 | Results logged to
app_1 | /usr/local/bundle/extensions/x86_64-linux/2.6.0/rbtree-0.4.4/gem_make.out
app_1 |
app_1 | An error occurred while installing rbtree (0.4.4), and Bundler cannot continue.
app_1 | Make sure that `gem install rbtree -v '0.4.4' --source 'https://rubygems.org/'`
app_1 | succeeds before bundling.
app_1 |
app_1 | In Gemfile:
app_1 | business_time was resolved to 0.10.0, which depends on
app_1 | sorted_set was resolved to 1.0.3, which depends on
app_1 | rbtree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment