Re: ruby upgrade problems
Reply #34 –
This is what worked for me:
1. Build and install ruby-debug 1.7.1-1.2 manually as indicated further above.
2. Run pacman -Syu. You get a bunch of lines like these:
ruby: /usr/lib/ruby/gems/3.2.0/gems/debug-1.7.1/CONTRIBUTING.md exists in filesystem (owned by ruby-debug)
ruby: /usr/lib/ruby/gems/3.2.0/gems/debug-1.7.1/Gemfile exists in filesystem (owned by ruby-debug)
ruby: /usr/lib/ruby/gems/3.2.0/gems/debug-1.7.1/LICENSE.txt exists in filesystem (owned by ruby-debug)
3. Rename/back up all these files.
4. Run pacman -Syu. The update completes normally.