[gnutls-devel] GnuTLS | gnutls-3.6.4 release tarball isn't configured for guile 2.2 (#631)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed Nov 28 22:53:41 CET 2018
New Issue was created.
Issue 631: https://gitlab.com/gnutls/gnutls/issues/631
Author: Jonathan Brielmaier
Assignee:
## Description of problem:
Building gnutls from source, better from the release tarball, doesn't work with guile 2.2.
## Version of gnutls used:
3.6.4
## Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL)
openSUSE Tumbleweed
Steps to Reproduce:
* environment with guile 2.2 only
* extract release tarball from ftp.gnutls.org
* run ./configure
## Actual results:
```
checking pkg-config is at least version 0.9.0... yes
configure: error: in `/home/abuild/rpmbuild/BUILD/gnutls-3.6.4':
configure: error: searching for guile development files for versions 2.0 1.8, but previously found /usr/bin/guile version 2.2
```
For openSUSE I created a little patch to bypass this error.
```
--- gnutls-3.6.4/aclocal.m4.orig 2018-10-16 17:52:16.972960988 +0200
+++ gnutls-3.6.4/aclocal.m4 2018-10-16 17:52:32.797099492 +0200
@@ -162,7 +162,7 @@
#
AC_DEFUN([GUILE_PKG],
[PKG_PROG_PKG_CONFIG
- _guile_versions_to_search="m4_default([$1], [2.0 1.8])"
+ _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"
if test -n "$GUILE_EFFECTIVE_VERSION"; then
_guile_tmp=""
for v in $_guile_versions_to_search; do
--- gnutls-3.6.4/configure.orig 2018-10-16 18:00:13.661141247 +0200
+++ gnutls-3.6.4/configure 2018-10-16 18:00:29.857283556 +0200
@@ -62704,7 +62704,7 @@
PKG_CONFIG=""
fi
fi
- _guile_versions_to_search="2.0 1.8"
+ _guile_versions_to_search="2.2 2.0 1.8"
if test -n "$GUILE_EFFECTIVE_VERSION"; then
_guile_tmp=""
for v in $_guile_versions_to_search; do
```
Can this issue be fixed in the next release or is there anything block guile 2.2?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/631
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181128/e0de2e02/attachment.html>
More information about the Gnutls-devel
mailing list