Hello,

I have found while testing package on local build machine that package is
failing due to configuration in /etc/hosts

ip6-loopback was configured with
127.0.0.1       localhost ip6-localhost ip6-loopback
after replacing that with following
::1       localhost ip6-localhost ip6-loopback
package was built successfully without changes to source.

I do not know how is this configured in /etc/hosts on official buildd for 
architectures that fail to build.
I do not have access to those boards.



Also if following patch is added to a source there is no need for changes in 
/etc/hosts:

--- 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

but I am not sure that this is a good solution.

Regards,
Jurica

Reply via email to