Difficulties self-hosting huginn on a Raspberry Pi 3b+

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Huginn

    Create agents that monitor and act on your behalf. Your agents are standing by!

  • The OS on my Pi is Raspberry Pi OS Lite (64 bit version). I'm already cloned huggin repo to a writable folder, installed MariaDB and Ruby using sudo apt install ruby, gem and bundle with gem install rake bundle, but trying to run bundle on the terminal after install doesn't work - I need to pull the whole path: /usr/bin/bundle2.7 install instead of bundle install.

  • capybara_select2

    Capybara helpers for https://select2.org select box (supports Select2 version 2/3/4)

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rubygems

    Library packaging and distribution for Ruby.

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • delayed_job_active_record

    ActiveRecord backend integration for DelayedJob 3.0+

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • dropbox-api

    Dropbox API Ruby Client (by dsander)

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • erector

    A builder-like widget html generation framework.

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • omniauth-dropbox-oauth2

    Dropbox OAuth2 strategy for OmniAuth 1.x

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tumblr_client

    A Ruby Wrapper for the Tumblr v2 API

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • twitter

    A Ruby interface to the Twitter API.

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • twitter-stream

    Twitter realtime API client

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • weibo_2

    A ruby gem for sina weibo oauth2 api, with examples, and it actually works.

  • Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. ^Cpi@vico-pi:/misc/huginn $ /usr/bin/bundle2.7 install Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.10). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.10`. Following files may not be writable, so sudo is needed: /usr/local/bin /var/lib/gems/2.7.0 /var/lib/gems/2.7.0/build_info /var/lib/gems/2.7.0/cache /var/lib/gems/2.7.0/doc /var/lib/gems/2.7.0/extensions /var/lib/gems/2.7.0/gems /var/lib/gems/2.7.0/plugins /var/lib/gems/2.7.0/specifications The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for aarch64-linux, arm64-darwin, ruby, x86_64-darwin, x86_64-linux but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32`. Fetching gem metadata from https://rubygems.org/....... Fetching https://github.com/Hirurg103/capybara_select2.git Fetching https://github.com/dsander/delayed_job_active_record.git Fetching https://github.com/dsander/dropbox-api.git Fetching https://github.com/dsander/erector.git Fetching https://github.com/huginn/omniauth-dropbox-oauth2.git Fetching https://github.com/albertsun/tumblr_client.git Fetching https://github.com/sferik/twitter.git Fetching https://github.com/cantino/twitter-stream.git Fetching https://github.com/albertsun/weibo_2.git Using rake 13.0.6 Fetching ace-rails-ap 2.0.1 Installing ace-rails-ap 2.0.1 Fetching concurrent-ruby 1.1.9 Installing concurrent-ruby 1.1.9 Fetching i18n 1.8.11 Installing i18n 1.8.11 Fetching minitest 5.15.0 Installing minitest 5.15.0 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.9 Installing tzinfo 1.2.9 Fetching zeitwerk 2.5.3 Installing zeitwerk 2.5.3 Fetching activesupport 6.0.4.4 Installing activesupport 6.0.4.4 Fetching builder 3.2.4 Installing builder 3.2.4 Fetching erubi 1.10.0 Installing erubi 1.10.0 Fetching mini_portile2 2.6.1 Installing mini_portile2 2.6.1 Fetching racc 1.6.0 Installing racc 1.6.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0/ext/racc/cparse /usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20220522-1877-h8wjfl.rb extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h You might have to install separate package for the ruby development environment, ruby-dev or ruby-devel for example. extconf failed, exit code 1 Gem files will remain installed in /tmp/bundler20220522-1877-mavtupracc-1.6.0/gems/racc-1.6.0 for inspection. Results logged to /tmp/bundler20220522-1877-mavtupracc-1.6.0/extensions/aarch64-linux/2.7.0/racc-1.6.0/gem_make.out An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: bootstrap-kaminari-views was resolved to 0.0.5, which depends on rails was resolved to 6.0.4.4, which depends on actioncable was resolved to 6.0.4.4, which depends on actionpack was resolved to 6.0.4.4, which depends on actionview was resolved to 6.0.4.4, which depends on rails-dom-testing was resolved to 2.0.3, which depends on nokogiri was resolved to 1.12.5, which depends on racc

  • RVM

    Ruby enVironment Manager (RVM)

  • Running Huginn using OS-installed packages is always tricky, because Huginn relies upon certain versions of certain gems to install correctly. I would advise using rvm to install an isolated version of Ruby (per this article) because you won't have to worry about working around system-level files (in /usr/local/bin and /var/lib/gems) needing root access to alter.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts