Your message dated Sun, 3 May 2020 21:39:06 +0100
with message-id <20200503203906.2v7aloq4tgmsuf5r@debian>
and subject line Re: libsieve FTCBFS: does not pass --host to ./configure
has caused the Debian Bug report #929420,
regarding libsieve FTCBFS: does not pass --host to ./configure
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
929420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libsieve
Version: 2.2.6-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

libsieve fails to cross build from source, because it does not pass
--host to ./configure. The easiest way of fixing that - using
dh_auto_configure - makes libsieve cross buildable. Please consider
applying the attached patch.

Helmut
diff -u libsieve-2.2.6/debian/changelog libsieve-2.2.6/debian/changelog
--- libsieve-2.2.6/debian/changelog
+++ libsieve-2.2.6/debian/changelog
@@ -1,3 +1,9 @@
+libsieve (2.2.6-3) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 23 May 2019 06:12:17 +0200
+
 libsieve (2.2.6-2) unstable; urgency=medium
 
   * QA upload.
diff -u libsieve-2.2.6/debian/rules libsieve-2.2.6/debian/rules
--- libsieve-2.2.6/debian/rules
+++ libsieve-2.2.6/debian/rules
@@ -32,8 +32,8 @@
 configure-stamp:
        dh_testdir
        test -d debian/orig || mkdir debian/orig 
-       cd src && (autoreconf -f -i && ./configure --prefix=/usr)
-       #cd src && ./configure --prefix=/usr
+       cd src && autoreconf -f -i
+       dh_auto_configure --sourcedirectory=src -- --libdir='$${prefix}/lib'
        touch $@
 
 build: build-stamp

--- End Message ---
--- Begin Message ---
Version: 2.2.6-3

debian/rules has been complete rewritten and cross-build works properly
now. Tested with arm64.

Build Architecture: amd64
Build Profiles: cross nocheck
Build Type: full
Build-Space: 14324
Build-Time: 19
Distribution: unstable
Foreign Architectures: arm64
Host Architecture: arm64
Install-Time: 86
Job: libsieve
Lintian: warn
Machine Architecture: amd64
Package: libsieve
Package-Time: 127
Source-Version: 2.2.6-3
Space: 14324
Status: successful
Version: 2.2.6-3


--
Regards
Sudip

--- End Message ---

Reply via email to