-
-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.guess (packaged xslt) broken on Ubuntu + FIX #1402
Comments
Relevant (truncated) output of
|
Result from running
|
The PR is here: #1403 But I wonder if there's a way to preserve the tabs during patching - might help avoid future problems given upstream changes. |
Ok, the real fix is here: flavorjones/mini_portile#67 |
Closing this, since it's a mini_portile issue: flavorjones/mini_portile#67 |
mini_portile2 2.1.0 contains the PR mentioned above; and this dependency has been added to Nokogiri master. I expect this to be fixed in v1.6.8 final when it drops |
Thanks! |
First, I didn't include full info, logs. Because ... lots of reasons. (But I'll include error output for search engines to lead people here).
Problem
gem install nokogiri -v '1.6.7.1'
fails on Ubuntu.Reason
Syntax error in config.guess.
Cause
The EOF isn't recognized as correctly ending the heredoc:
nokogiri/patches/libxslt/0017-Updated-config.guess.patch
Line 104 in 712af56
The fix:
chronomantic@95247a3?diff=unified
The text was updated successfully, but these errors were encountered: