-
Notifications
You must be signed in to change notification settings - Fork 114
Blocker : Nokogumbo gem does not gem install (fail to link with Nokoguri) #165
Comments
Hi @pvi-github, thanks for opening this issue, and I'm sorry you're having issues. I'm unable to reproduce this on Ubuntu Linux, so this may be something specific to Mageia (which I'm not very familiar with). I'll keep trying to reproduce, but in the meantime, can you please paste the output from |
Hello @flavorjones, thanks for the quick answer. Here is the output on mageia 7 :
And on Mageia 8 :
|
@pvi-github OK, I'm able to reproduce this -- but ONLY if I have |
extconf.rb has |
Is one of those causing |
(I was too slow!) I'm not familiar with |
I am not familiar either but I found it coming from there in the Makefile :) |
@pterjan Nailed it! That works. I'll create a PR now. |
You rock guys B-) |
@flavorjones Can you release a tagged version for this please so that it can be used with gem ? |
There are a few more fixes I'd like to get into the next release, but my goal is to ship it (potentially with @stevecheckoway's help) in the next few days. |
I’m happy to help however I can. |
@pvi-github Version 2.0.5 just shipped with this fix. Thanks for your patience! |
Hello,
Tested on various linux distributions.
Here is the symptom on Mageia :
It seems that the link with nokoguri is not made no matter if nokoguriwas installed with the system installer or with gem install
Tested and failed with nokogumbo v 2.0.2, 2.0.3, 2.0.4 on ruby 2.7.2 + gem 3.1.4 and ruby 2.5.8 + gem 2.6.14
All failed
The text was updated successfully, but these errors were encountered: