Bug 1177847
Summary: | gnutls does not include guile bindings | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | bugs |
Component: | gnutls | Assignee: | Nikos Mavrogiannopoulos <nmavrogi> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 21 | CC: | bugs, nmavrogi, tmraz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | gnutls-3.3.11-2.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-14 07:33:45 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
bugs
2014-12-30 21:15:51 UTC
gnutls-3.3.11-2.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/gnutls-3.3.11-2.fc21 Package gnutls-3.3.11-2.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnutls-3.3.11-2.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-0271/gnutls-3.3.11-2.fc21 then log in and leave karma (feedback). Does the updated package fix your issue? No, it does not. As far as I can tell, the new package also does not contain any Scheme files. Did you install the gnutls-guile package? No, I did not because I blindly followed the instructions above :) I just installed gnutls-guile and it appears to do just what I want. I do note two things, however: - the package does not include compiled scheme files, so when first loading the gnutls module in the guile REPL the code is automatically compiled. I think this behaviour is absent in other guile libraries, e.g the files contained in the guile-lib package (they all include the compiled version as well). - there are compilation warnings, which may indicate missing dependencies: ~~~~~~~ scheme@(guile-user)> (use-modules (gnutls)) ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /usr/share/guile/site/gnutls.scm ;;; gnutls.scm:434:0: warning: possibly unbound variable `protocol/ssl3' ;;; gnutls.scm:435:0: warning: possibly unbound variable `protocol/tls1-0' ;;; gnutls.scm:436:0: warning: possibly unbound variable `protocol/tls1-1' ;;; compiled /home/rekado/.cache/guile/ccache/2.0-LE-4-2.0/usr/share/guile/site/gnutls.scm.go scheme@(guile-user)> ~~~~~~~ I have never used the gnutls guile bindings before, so I don't know if the warnings indicate real problems. Thanks. Ludovic Courtès (the author of the guile-gnutls) mentioned that the warnings are harmless, so we can ignore them for now. gnutls-3.3.11-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |