You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOMEBREW_VERSION: 4.0.28-87-gf950f34
ORIGIN: https://github.com/Homebrew/brew
HEAD: f950f345ac475dc836b22d44038b7e88f3ebed8f
Last commit: 36 minutes ago
Core tap origin: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 5069c6d2c2af85a29ea83facac74bf65d3b27793
Core tap last commit: 63 minutes ago
Core tap branch: master
Core tap JSON: 29 Jul 06:21 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: :0
HOMEBREW_EDITOR: /usr/bin/nano
HOMEBREW_EVAL_ALL: set
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.10 => /var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/bin/ruby
CPU: quad-core 64-bit skylake
Clang: N/A
Git: 2.41.0 => /bin/git
Curl: 8.0.1 => /bin/curl
Kernel: Linux 6.4.4-200.fc38.x86_64 x86_64 GNU/Linux
OS: Fedora release 38 (Thirty Eight)
Host glibc: 2.37
/usr/bin/gcc: 13.1.1
/usr/bin/ruby: N/A
glibc: N/A
gcc@11: N/A
gcc: N/A
xorg: N/A
Output of brew doctor
Your system is ready to brew.
Description of issue
I am having errors with some developer commands. They fail to install bundler dependencies, it seems. Any ideas what might be causing this?
Logs:
$ brew style 2>&1| tail -15/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:54:in`loop'/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:54:in`process_queue'/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:91:in`block (2 levels) in create_threads'An error occurred while installing json (2.6.3), and Bundler cannot continue.In Gemfile: rubocop-rspec was resolved to 2.20.0, which depends on rubocop-capybara was resolved to 2.18.0, which depends on rubocop was resolved to 1.50.2, which depends on jsonError: failed to run `/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle install`!
$ brew typecheck 2>&1| tail -15/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:54:in`loop'/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:54:in`process_queue'/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:91:in`block (2 levels) in create_threads'An error occurred while installing json (2.6.3), and Bundler cannot continue.In Gemfile: rubocop-rspec was resolved to 2.20.0, which depends on rubocop-capybara was resolved to 2.18.0, which depends on rubocop was resolved to 1.50.2, which depends on jsonError: failed to run `/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle install`!
$ brew tests 2>&1| tail -15`block in process_queue'/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:54:in`loop'/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:54:in`process_queue'/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/bundler-2.3.26/lib/bundler/worker.rb:91:in`block (2 levels) in create_threads'An error occurred while installing rdiscount (2.2.7.1), and Bundler cannotcontinue.In Gemfile: ronn was resolved to 0.7.3, which depends on rdiscountError: failed to run `/var/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle install`!
Could this be related to using ruby from Homebrew?
$ which -a ruby/home/linuxbrew/.linuxbrew/bin/ruby
It looks like the current directory matters. I'm not sure where the bundle commands are running.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
I am having errors with some developer commands. They fail to install bundler dependencies, it seems. Any ideas what might be causing this?
Logs:
Could this be related to using
ruby
from Homebrew?It looks like the current directory matters. I'm not sure where the bundle commands are running.
Beta Was this translation helpful? Give feedback.
All reactions