-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Trouble with dependency? #94
Comments
Hey @schvabodka-man, thanks for filing this issue. Can you please try |
I've ncurses installed but must this be ncurses 5? I've ncurses 6 installed with devel libs and there is no ncurses 5 -devel in fedora repo. But i've installed ruby-ncurses(wondering if maybe it will help) but i'm still getting this error |
Just performed a 'brew update' and running into a similar kind of problem: |
Although the case may be different than your's, @schvabodka-man, deleting /usr/local/lib/ruby/gems/2.4.0 and reinstalling colorls fixed this error for me. |
I have the sam problem and
help me with it |
@soulomoon - Can you please screenshot / paste the error here? |
@athityakumar sorry, I am afraid I can not, because after the reinstallation of the ruby-terminfo, the error is gone. |
For everyone who've faced this issue, the terminfo dependency has been removed, and replaced in v1.0.6. Please try |
Ok, it's installable and works pretty neat. You can close this issue |
Closing, since everyone's happy now... 😄 |
Hi there. I've installed app and when i'm running it i get
/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:127:in
'require': /usr/local/lib64/gems/ruby/ruby-terminfo-0.1.1/terminfo.so: undefined symbol: setupterm - /usr/local/lib64/gems/ruby/ruby-terminfo-0.1.1/terminfo.so (LoadError) from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:127:in
rescue in require'from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:40:in
require' from /usr/local/share/gems/gems/ruby-terminfo-0.1.1/lib/terminfo.rb:31:in
<top (required)>'from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in
require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in
require'from /usr/local/share/gems/gems/colorls-0.1.7/lib/colorls.rb:4:in
<top (required)>' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:127:in
require'from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:127:in
rescue in require' from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:40:in
require'from /usr/local/share/gems/gems/colorls-0.1.7/exe/colorls:3:in
<top (required)>' from /usr/local/bin/colorls:22:in
load'from /usr/local/bin/colorls:22:in `
I don't have rubyenv installed, i've nerd-fonts installed in my terminal
The text was updated successfully, but these errors were encountered: