Your message dated Fri, 29 Oct 2021 08:25:17 +0200
with message-id <20211029082517.22e23ad2@busgosu>
and subject line Re: Bug#928858: aewan FTCBFS: configures for the build 
architecture
has caused the Debian Bug report #928858,
regarding aewan FTCBFS: configures for the build architecture
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 [email protected]
immediately.)


-- 
928858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928858
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: aewan
Version: 1.0.01-4.1
Tags: patch
User: [email protected]
Usertags: rebootstrap

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

Helmut
diff -u aewan-1.0.01/debian/changelog aewan-1.0.01/debian/changelog
--- aewan-1.0.01/debian/changelog
+++ aewan-1.0.01/debian/changelog
@@ -1,3 +1,10 @@
+aewan (1.0.01-4.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 12 May 2019 09:40:16 +0200
+
 aewan (1.0.01-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u aewan-1.0.01/debian/rules aewan-1.0.01/debian/rules
--- aewan-1.0.01/debian/rules
+++ aewan-1.0.01/debian/rules
@@ -8,7 +8,7 @@
 
 config.status: configure
        dh_testdir
-       ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" --prefix=/usr 
--mandir=/usr/share/man
+       dh_auto_configure -- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 
 build: build-stamp
 

--- End Message ---
--- Begin Message ---
control: fixed -1 aewan/1.0.01-5

Hi Helmut,

On Sun, 12 May 2019 09:42:28 +0200
Helmut Grohne <[email protected]> wrote:

> Source: aewan
> Version: 1.0.01-4.1
> Tags: patch
> User: [email protected]
> Usertags: rebootstrap
> 
> aewan fails to cross build from source, because it does not pass --host
> to ./configure. The easiest way of doing so - using dh_auto_configure -
> makes aewan cross buildable. Please consider applying the attached
> patch.

Thanks for the patch! I didn't notice and forget to reference this bug in
changelog, but this should have been fixed when rules changed to debhelper
sequencer [1], so I'm closing this. Please reopen if not.

best regards,

[1] 
https://salsa.debian.org/debian/aewan/-/commit/578d464dee4944d13768eabff2407612eafcddd8
-- 
 Ricardo Mones
 http://people.debian.org/~mones
 «The more I want to get something done, the less I call it work. -- 
 Richard Bach, "Illusions"»

Attachment: pgpHekNPiBeZj.pgp
Description: Firma digital OpenPGP


--- End Message ---

Reply via email to