The message Ignoring jaro_winkler-1.5.2 because it extensions are not built.Try:gempristine jaro_winkler --version 1.5.2)
appears for some reason.I ran gempristine jaro_winkler --version 1.5.2
through sudo and restarted, but it has not been resolved. What should I do in this case?
add:all the details you can Additional OS: Fedora 30
This package was probably installed as a dependency package for ruby-solargraph
installed for atom auto-complete. This package worked fine until Fedora version 29. I mean, it stopped working after upgrading to 30. I think it was probably caused by jaro_winkler
. installed only.
I checked $HOME/.gem/ruby/gems
and found jaro_winkler
. When I tried running irb with root privileges, there was no error. I think it's probably a user problem, but it hasn't been resolved yet.
machines:ThinkPad X280
Ruby:ruby 2.6.3p62
I managed to solve it on my own, so I'll leave a log.
How it was resolved
First of all, I heard that the build was not completed, so I forced jaro_winkler
of $HOME/.gem/ruby/gems
to build manually, and unfortunately I couldn't recover from auto-complete.
© 2024 OneMinuteCode. All rights reserved.