View previous topic :: View next topic |
Author |
Message |
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Sat Jul 06, 2024 10:59 pm Post subject: Problem with ruby...... |
|
|
I am having problems updating system..I am getting errors related to ruby
Here is the output of Code: | `emerge --info '=dev-ruby/io-console-0.7.2::gentoo'` |
https://bpa.st/SXGQ
here is the output of Code: | emerge -pqv '=dev-ruby/io-console-0.7.2::gentoo' |
https://bpa.st/G37A
here is the build log
https://bpa.st/6EUQ
here is my make.conf:
https://bpa.st/TYJQ |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Sun Jul 07, 2024 10:55 am Post subject: |
|
|
I think you should enable ruby32 on dev-ruby/io-console-0.7.2 package. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Sun Jul 07, 2024 5:33 pm Post subject: |
|
|
Now I cannot emerge dev-ruby/racc
here is the output of Code: | emerge --info '=dev-ruby/racc-1.8.0 |
https://bpa.st/EK2A
here is the build log:
https://bpa.st/4XFA
I have enabled ruby32 on dev-ruby/racc-1.8.0 package |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22613
|
|
Back to top |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Tue Jul 09, 2024 4:48 pm Post subject: |
|
|
so what do I do now......I cannot update my computer |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1908
|
Posted: Tue Jul 09, 2024 4:58 pm Post subject: |
|
|
eklebanow wrote: | so what do I do now......I cannot update my computer |
Rebuild all dev-lang/ruby installed slots with --oneshot --usepkg-exclude dev-lang/ruby options
The tl;dr is binhosted dev-lang/ruby packages are broken on split-usr profiles until at least ruby 3.3.3 (for now). Everything works great if compiled locally. |
|
Back to top |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Tue Jul 09, 2024 5:03 pm Post subject: |
|
|
I am not sure I understand what you mean.......
Are you saying to run the following:
Code: | emerge --oneshot --usepkg-exclude dev-lang/ruby |
|
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1908
|
Posted: Tue Jul 09, 2024 5:08 pm Post subject: |
|
|
eklebanow wrote: | I am not sure I understand what you mean.......
Are you saying to run the following:
Code: | emerge --oneshot --usepkg-exclude dev-lang/ruby |
|
Maybe this will be clearer: Code: | emerge --oneshot --usepkg-exclude='dev-lang/ruby' dev-lang/ruby:3.1 dev-lang/ruby:3.2 |
|
|
Back to top |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Tue Jul 09, 2024 5:50 pm Post subject: |
|
|
OK...Thank you...that worked....my system successfully updated
I am a NOOB
Can you please explain:
1. Why was I having problems emerging packages related to ruby?
2. Can you breakdown the above code and tell me what it did to resolve the situation? |
|
Back to top |
|
|
|