Stop pacgem from installing ruby-rake
Closed this issue · 10 comments
It's included with the Ruby package in [extra], so, this breaks gems that require rake.
@Undeterminant I wrote a fix to handle this problem. Please tell me if it works!
This seems to mark all of my packages as installed by ""
, so, probably needs a little tweaking.
What do you mean by marked as "". For me it works.
It's preventing me from installing things globally that are already installed locally in my user directory as gems and then says (Installed with )
when it's resolving gems instead of (New)
.
I fixed this. Could you please try again?
...it does work. Must have been some problem on my end. :/
No wasn't. I made some fixes in the repository. Thank you for discovering this!
Hmm, after pulling the latest commit, the original bug is fixed, but pacgem
seems to want to reinstall dependencies that have already been installed to the correct version. And pacgem -u
seems to not even notice that said packages have been installed that weren't included with ruby
.
I released an updated version 0.9.10 which should fix these problems too. I hope everything works now as expected.
And thanks for reporting the issues!