Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 514771
Summary: | build curl with c-ares support | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | seth vidal <svidal> |
Component: | curl | Assignee: | Kamil Dudka <kdudka> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | daniel, kdudka, tcallawa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 7.19.6-11.fc13 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-10-01 07:28:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
seth vidal
2009-07-30 17:17:07 UTC
Good idea. I'll try to build it in rawhide. The only thing I am not 100% sure for now, is the state of IPv6 support in c-ares. More precisely described here by Daniel Stenberg: http://curl.haxx.se/mail/lib-2009-08/0014.html Seth, how much does it hurry? We have actually alpha freeze for F-12 now and I am not sure if the timing is optimal for such change.
> http://curl.haxx.se/mail/lib-2009-08/0014.html
Going through the above mentioned thread you can see there were *some* problems when curl was switched to c-ares in Debian one year ago. But we have no details from Debian maintainers so far.
Kamil, after looking through the problems, I figure holding off is probably a good idea. However, maybe it is worth a try once rawhide opens up for f13. thanks Built as libcurl-7.19.6-11.fc13. Kamil, Thanks! Rebuilding curl against c-ares introduced a lot of bugs (or missing features) that appeared worse than the previous signal handling issues: bug #548269 bug #554305 Long story short, c-ares completely bypasses glibc's NSS (Name Service Switch), which causes curl to ignore system configuration and resolve host names differently than other programs running on the same system. The signal handling issues were later resolved by switching curl to use a threaded DNS resolver, which is now available even in RHEL-7: https://src.fedoraproject.org/rpms/curl/c/438cbdbe |