Control: tags -1 + patch + pending Hello Daniel,
At Imagination Technologies (http://imgtec.com/) Jurica Stanojkovic has found a solution to Debian bug #750857. https://bugs.debian.org/750857 My NMU debdiff for mod-gnutls_0.6-1.1 is below, at the end of this message. With the changes in the NMU debdiff, mod-gnutls builds successfully on mips, mipsel and amd64. Regards, Aníbal -- Aníbal Monsalve Salazar <anibal.monsalvesala...@imgtec.com> debdiff mod-gnutls_0.6-1.dsc mod-gnutls_0.6-1.1.dsc diff -Nru mod-gnutls-0.6/debian/changelog mod-gnutls-0.6/debian/changelog --- mod-gnutls-0.6/debian/changelog 2014-02-21 06:10:16.000000000 +0000 +++ mod-gnutls-0.6/debian/changelog 2014-10-08 08:16:49.000000000 +0100 @@ -1,3 +1,13 @@ +mod-gnutls (0.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use 127.0.0.1 for TEST_IP. + Add test-ip.patch. + Patch by Jurica Stanojkovic <jurica.stanojko...@imgtec.com>. + Closes: #750857. + + -- Anibal Monsalve Salazar <ani...@debian.org> Wed, 08 Oct 2014 08:16:43 +0100 + mod-gnutls (0.6-1) unstable; urgency=low * New upstream version diff -Nru mod-gnutls-0.6/debian/patches/series mod-gnutls-0.6/debian/patches/series --- mod-gnutls-0.6/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ mod-gnutls-0.6/debian/patches/series 2014-10-08 08:10:50.000000000 +0100 @@ -0,0 +1 @@ +test-ip.patch diff -Nru mod-gnutls-0.6/debian/patches/test-ip.patch mod-gnutls-0.6/debian/patches/test-ip.patch --- mod-gnutls-0.6/debian/patches/test-ip.patch 1970-01-01 01:00:00.000000000 +0100 +++ mod-gnutls-0.6/debian/patches/test-ip.patch 2014-10-08 08:12:26.000000000 +0100 @@ -0,0 +1,34 @@ +From: Jurica Stanojkovic <jurica.stanojko...@imgtec.com> +Subject: Re: FTBFS on many architectures, test suite errors +Date: Mon, 29 Sep 2014 15:14:48 +0000 + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750857 + +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. + +Also if following patch is added to a source there is no need for changes in +/etc/hosts: + +Index: mod-gnutls-0.6/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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org