Bug 1556888
Summary: | relocation error: /usr/sbin/dnsmasq: symbol nettle_get_hashes, version NETTLE_6 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> |
Component: | dnsmasq | Assignee: | Petr Menšík <pemensik> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 27 | CC: | code, dougsland, itamar, jima, laine, marcelo.barbosa, mr.marcelo.barbosa, p, pemensik, thozza, veillard |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-15 15:00:03 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lukas Slebodnik
2018-03-15 12:49:37 UTC
Note: It is not required to enable updates-testing for installing nettle-3.4-1.fc27.x86_64. It is already in updates for quite a log. The issue is that Vm needn't be updated and installing dnsmasq will not update nettle due to missing requirement on new version. I think main problem here is that nettle changes its API, but did not change its soversion. This recompilation should be with different soversion, making automatic dependencies handle this problem. Dnsmasq does not have explicit dependency on nettle, I had no place to add version. I filled bug #1549190 for it. But since it is already broken, I will add version dependency on it. I did not realize selective updates can be broken by it. I think this is exactly the same issue as bug #1548060, closing it as duplicate. *** This bug has been marked as a duplicate of bug 1548060 *** |