Skip to content
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

fix: avoid collision with glibc's canonicalize() method #2106

Merged
merged 2 commits into from
Oct 29, 2020

Conversation

flavorjones
Copy link
Member

Closes #2105


What problem is this PR intended to solve?

#2105

Have you included adequate test coverage?

No functional changes

Does this change affect the C or the Java implementations?

Only CRuby

@flavorjones
Copy link
Member Author

@pterjan Please give this a look and let us know whether it addresses the issue you're seeing.

@flavorjones flavorjones added this to the v1.11.0 milestone Oct 29, 2020
@codeclimate
Copy link

codeclimate bot commented Oct 29, 2020

Code Climate has analyzed commit 7df9533 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 94.3%.

View more on Code Climate.

@AppVeyorBot
Copy link

@pterjan
Copy link

pterjan commented Oct 29, 2020

Thank you, I can confirm the patch fixes the build here!

@flavorjones
Copy link
Member Author

Great, I'll merge it and it will be in the next v1.11.0 release candidate. Thank you!

@flavorjones flavorjones merged commit b061bba into master Oct 29, 2020
@flavorjones flavorjones deleted the 2105-canonicalize-predefined-by-glibc branch October 29, 2020 18:00
M0ses added a commit to M0ses/open-build-service that referenced this pull request Jul 28, 2023
Fixes conflicts between nokogiri (1.10.9) and glibc

SEE
sparklemotion/nokogiri#2106
for more information.
M0ses added a commit to M0ses/open-build-service that referenced this pull request Jul 28, 2023
Fixes conflicts between nokogiri (1.10.9) and glibc

SEE
sparklemotion/nokogiri#2106
for more information.
bergey added a commit to bergey/rustwasm.github.io that referenced this pull request Feb 11, 2024
we're running into the issue fixed in sparklemotion/nokogiri#2106
daxpedda pushed a commit to rustwasm/rustwasm.github.io that referenced this pull request Feb 11, 2024
* upgrade nokogiri

we're running into the issue fixed in sparklemotion/nokogiri#2106

* build mdbook without search feature

error is:

error: failed to compile `mdbook v0.2.3`, intermediate artifacts can be found at `/tmp/cargo-installjZOKMC`

Caused by:
  failed to select a version for the requirement `ammonia = "^1.1"`
  candidate versions found which didn't match: 3.3.0, 3.2.1, 3.2.0, ...

I believe because ammonia-1.1 was pulled from crates.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[install] canonicalize already defined by glibc
3 participants