Bug 877421
Summary: | gnutls: linking against GNUTLS activates multi-threaded algorithms | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Florian Weimer <fweimer> |
Component: | gnutls | Assignee: | Nikos Mavrogiannopoulos <nmavrogi> |
Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jorton, nmavrogi, tmraz |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-05 10:36:31 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
Florian Weimer
2012-11-16 13:40:16 UTC
This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Still present in gnutls-3.1.11-1.fc19.x86_64 (same version as in rawhide). There are two issues here. One gnutls links to librt -mainly for clock_gettime() and librt links to pthreads. Since new glibc include clock_gettime, this is no longer needed, thus the issue can be fixed within gnutls. The second issue is linking with p11-kit which also links with pthreads (for mutex_lock and this can also be avoided). I'll try to handle both the issues in rawhide. After some research it seems that this is unlikely to be fixed. GnuTLS is linked to p11-kit which uses the pthread library. (In reply to Nikos Mavrogiannopoulos from comment #4) > After some research it seems that this is unlikely to be fixed. GnuTLS is > linked to p11-kit which uses the pthread library. There is bug 985495 for that. Let's postpone that issue then until a solution in p11-kit can be implemented. |