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
I'm using vanilla Fedora 26. This is the ruby install:
% docker run --rm -it fedora:26 /bin/bash
[root@9585814b837d /]# yum -y install ruby-devel rubygems gcc make > /dev/null
[root@9585814b837d /]# yum -y install redhat-rpm-config findutils > /dev/null
[root@9585814b837d /]# gem install picky
Fetching:
....
....
Installing ri documentation for picky-4.31.3
Done installing documentation for concurrent-ruby, i18n, thread_safe,
tzinfo, minitest, activesupport, multi_json, url_escape, rack_fast_escape,
picky after 15 seconds
10 gems installed
Picky installs succesfully but I can't use it:
[root@9585814b837d /]# ruby -rpicky -e 'puts "works"'
Picky tried to compile its source on your system but failed.
If you are trying to develop for it, please run the specs first:
bundle exec rake
(You might need to set ulimit -n 3000 for the tests to run)
Please add an issue: https://github.com/floere/picky/issues/
and copy anything into it that you think is helpful. Thanks!
See related issue: https://github.com/floere/picky/issues/81
The problem reported by the compiler was:
cannot load such file -- /usr/local/share/gems/gems/picky-4.31.3/lib/picky/picky
I'm using vanilla Fedora 26. This is the ruby install:
Picky installs succesfully but I can't use it:
If I try to find a native extension, it's here:
I've got same problem on Fedora 27.
The text was updated successfully, but these errors were encountered: