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

Ramkumar Chinchani ramkumar.chinchani at gmail.com
Tue Sep 23 04:37:06 CEST 2014


This same issue reproduces on Debian Wheezy, BTW.

$ certtool -v
certtool (GnuTLS) 2.12.20
Packaged by Debian (2.12.20-8+deb7u2)

On Mon, Sep 22, 2014 at 7:32 PM, Ramkumar Chinchani <
ramkumar.chinchani at gmail.com> wrote:

> Hi Daniel,
>
> Here is the failure I am seeing.
>
> $ certtool -v
> certtool (GnuTLS) 2.12.23
> Packaged by Debian (2.12.23-12ubuntu2.1)
>
> This fails ...
>
> $ certtool --generate-request --load-privkey=server/secret.key
> --template=server.template > server/cert-request
> Try `certtool --help' for more information.
>
> $ echo $?
> 1
>
> This works.
>
> $ certtool --generate-request --load-privkey server/secret.key --template
> server.template > server/cert-request
> Generating a PKCS #10 certificate request...
>
> $ echo $?
> 0
>
>
> On Mon, Sep 22, 2014 at 10:44 AM, Daniel Kahn Gillmor <
> dkg at fifthhorseman.net> wrote:
>
>> Hi Jurica and Ramkumar--
>>
>> thank you both for your attention on this.
>>
>> On 09/22/2014 12:26 PM, Jurica Stanojkovic wrote:
>>
>> > I have found that if i change value TEST_IP in t/Makefile:
>> > --- mod-gnutls-0.6.orig/t/Makefile
>> > +++ mod-gnutls-0.6/t/Makefile
>> > @@ -6,7 +6,7 @@
>> >  # simple configuration choices.
>> >
>> >  export TEST_HOST ?= localhost
>> > -export TEST_IP ?= ::1
>> > +export TEST_IP ?= 127.0.0.1
>> >  # chosen at random:
>> >  export TEST_PORT ?= 9932
>> >  export MSVA_PORT ?= 9933
>> >
>> > package does build successfully, without any other changes to source.
>>
>> Hm, interesting.  I'm able to build cleanly on a stock debian unstable
>> amd64 system without any errors, without changing this.
>>
>> Are you saying you tested this on any specific machine?  I'd love to see
>> the /etc/hosts of the machine on which this resolved the failure.
>>
>> Ramkumar wrote:
>> >  The reason for the failure is the inclusion of run_tests.sh in 0.6.xAt
>> least the following patch is needed since "certtool" doesn't like "a=b"
>> style options.
>>
>> This seems wrong to me -- certtool definitely is OK with --foo=bar style
>> options.
>>
>>         --dkg
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20140922/555664cd/attachment.html>


More information about the mod_gnutls-devel mailing list