anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

adds exe folder for rake gem #66

Closed Zerophase closed 6 years ago

Zerophase commented 7 years ago

Adds exe folder for the rake gem. I believe having that folder would solve errors such as these:

Error:[rake --tasks] /home/zerophase/RubymineProjects/advanced-activerecord-querying-belongs_to-associations/bin/rake:16:in `load': cannot load such file -- /usr/lib/ruby/gems/2.3.0/specifications/exe/rake (LoadError)
    from /home/zerophase/RubymineProjects/advanced-activerecord-querying-belongs_to-associations/bin/rake:16:in `<main>'
anatol commented 7 years ago

/usr/lib/ruby/gems/2.3.0/specifications/exe/rake - specifications directory does not contain any exec files. I am not sure why your application tries to load a file (executable!) from this location.

eli-schwartz commented 6 years ago

Obsoleted by #83 and #74.

If there is anything in the ruby-rake package that needs to be fixed, it will need to be fixed in [community] as quarry will never build gems available in [extra] or [community].

anatol commented 6 years ago

If the issue still exist then it should be filed against [community] ruby-rake package.