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

Jurica Stanojkovic Jurica.Stanojkovic at rt-rk.com
Tue Sep 23 14:19:16 CEST 2014


Hello,

Our development boards have this in /etc/hosts:
127.0.0.1       localhost
127.0.0.1       localhost ip6-localhost ip6-loopback

Unfortunately I don't have access to official debian buildd machines, so I do not know how this is configured on them.

As a second approach, I have tried to change following value in /etc/hosts:
127.0.0.1       localhost ip6-localhost ip6-loopback
to:
::1 localhost ip6-localhost ip6-loopback
and this has also resolved a problem without any changes to the original source.

Thank you!
Jurica

-------- Original Message --------
Subject: Re: [mod_gnutls-devel] mod-gnutls FTBFS on Debian sid
Date: Monday, September 22, 2014 19:44 CEST
From: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
To: Jurica Stanojkovic <Jurica.Stanojkovic at rt-rk.com>,Ramkumar Chinchani <ramkumar.chinchani at gmail.com>
CC: mod_gnutls-devel at lists.gnutls.org
References: <40f5-54204e00-29-1416b940 at 98133720>


 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/20140923/0a099e94/attachment-0001.html>


More information about the mod_gnutls-devel mailing list