[mod_gnutls-devel] mod-gnutls FTBFS on Debian sid

Ramkumar Chinchani ramkumar.chinchani at gmail.com
Thu Sep 18 08:57:13 CEST 2014


Hi Jurica,

The reason for the failure is the inclusion of run_tests.sh in 0.6.x
At least the following patch is needed since "certtool" doesn't like "a=b"
style options.

Thanks.

diff --git a/t/Makefile b/t/Makefile
index c7e7e2c..f69aaca 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -61,15 +61,15 @@ server.uid: server.uid.in

 # special cases for the authorities' root certs:
 authority/x509.pem: authority.template authority/secret.key
-       certtool --generate-self-signed --load-privkey=authority/secret.key
--template=authority.template > $@
+       certtool --generate-self-signed --load-privkey authority/secret.key
--template authority.template > $@
 rogueca/x509.pem: rogueca.template rogueca/secret.key
-       certtool --generate-self-signed --load-privkey=rogueca/secret.key
--template=rogueca.template > $@
+       certtool --generate-self-signed --load-privkey rogueca/secret.key
--template rogueca.template > $@

 %/cert-request: %.template %/secret.key
-       certtool --generate-request --load-privkey=$(dir $@)secret.key
--template=$< > $@
+       certtool --generate-request --load-privkey $(dir $@)secret.key
--template $< > $@

 %/x509.pem: %.template %/cert-request authority/secret.key
authority/x509.pem
-       certtool --generate-certificate
--load-ca-certificate=authority/x509.pem
--load-ca-privkey=authority/secret.key --load-request=$(dir $@)cert-request
+       certtool --generate-certificate --load-ca-certificate
authority/x509.pem --load-ca-privkey authority/secret.key --load-request
$(dir $@)cert-request

 msva.gnupghome/trustdb.gpg: authority/minimal.pgp client/cert.pgp
        mkdir -p -m 0700 $(dir $@)


On Wed, Sep 17, 2014 at 1:01 PM, Ramkumar Chinchani <
ramkumar.chinchani at gmail.com> wrote:

>
> make[3]: *** [check-TESTS] Error 2
> make[2]: *** [check-am] Error 2
> make[1]: *** [check-recursive] Error 1
> dh_auto_test: make -j1 check returned exit code 2
> make[3]: Leaving directory `/«PKGBUILDDIR»'
> make[2]: Leaving directory `/«PKGBUILDDIR»'
> make[1]: Leaving directory `/«PKGBUILDDIR»'
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20140917/f628d404/attachment.html>


More information about the mod_gnutls-devel mailing list