Your message dated Sat, 14 Mar 2020 19:26:24 +0000
with message-id <[email protected]>
and subject line Bug#858691: Removed package(s) from unstable
has caused the Debian Bug report #900797,
regarding flow-tools 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 [email protected]
immediately.)
--
900797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900797
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: flow-tools
Version: 1:0.68-12.5
Tags: patch
User: [email protected]
Usertags: rebootstrap
flow-tools fails to cross build from source, because it does not pass
--host to ./configure. The easiest way of fixing that is using
dh_auto_configure. After doing so, it still fails to cross build due to
AC_TRY_RUN, but the failure becomes readily visible and using
dh_auto_configure simplifies debian/rules. Please consider applying the
attached patch and closing this bug when doing so.
Helmut
diff -u flow-tools-0.68/debian/changelog flow-tools-0.68/debian/changelog
--- flow-tools-0.68/debian/changelog
+++ flow-tools-0.68/debian/changelog
@@ -1,3 +1,10 @@
+flow-tools (1:0.68-12.6) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Tue, 05 Jun 2018 06:46:04 +0200
+
flow-tools (1:0.68-12.5) unstable; urgency=medium
* Non-maintainer upload.
diff -u flow-tools-0.68/debian/rules flow-tools-0.68/debian/rules
--- flow-tools-0.68/debian/rules
+++ flow-tools-0.68/debian/rules
@@ -44,8 +44,9 @@
configure: config-stamp
configure-stamp: $(CF)/Cflow.xs
dh_testdir
- ./configure --prefix=/usr --exec-prefix=\$${prefix} \
- --mandir=\$${prefix}/share/man --sysconfdir=/etc/flow-tools \
+ dh_auto_configure -- \
+ --exec-prefix=\$${prefix} \
+ --sysconfdir=/etc/flow-tools \
--localstatedir=/etc/flow-tools \
--with-mysql --with-pgsql CFLAGS="$(CFLAGS)"
cd $(CF) && $(PERL) Makefile.PL INSTALLDIRS=vendor
--- End Message ---
--- Begin Message ---
Version: 1:0.68-12.5+rm
Dear submitter,
as the package flow-tools has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/858691
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---