Your message dated Sat, 18 Nov 2023 23:04:22 +0000
with message-id <[email protected]>
and subject line Bug#990438: fixed in vanessa-socket 0.0.13-1.1
has caused the Debian Bug report #990438,
regarding vanessa-socket FTCBFS: builds 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.)


-- 
990438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vanessa-socket
Version: 0.0.13-1
Tags: patch
User: [email protected]
Usertags: ftcbfs

vanessa-socket fails to cross build from source, because it does not
pass --host to configure. Actually doing so is not entirely trivial as
it attempts to run configure via autogen.sh. A common solution here is
to opt out of such behaviour using a NO_CONFIGURE variable. Then, the
configure invocation can be deferred to dh_auto_configure and thus
vanessa-socket becomes cross buildable. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru vanessa-socket-0.0.13/autogen.sh 
vanessa-socket-0.0.13/autogen.sh
--- vanessa-socket-0.0.13/autogen.sh    2009-09-30 04:23:15.000000000 +0200
+++ vanessa-socket-0.0.13/autogen.sh    2021-06-29 06:08:59.000000000 +0200
@@ -55,6 +55,8 @@
 automake --add-missing $am_opt
 cd $THEDIR
 
+test -n "$NO_CONFIGURE" && exit 0
+
 $srcdir/configure "$@" || exit $?
 
 echo 
diff --minimal -Nru vanessa-socket-0.0.13/debian/changelog 
vanessa-socket-0.0.13/debian/changelog
--- vanessa-socket-0.0.13/debian/changelog      2015-06-14 06:53:27.000000000 
+0200
+++ vanessa-socket-0.0.13/debian/changelog      2021-06-29 06:09:51.000000000 
+0200
@@ -1,3 +1,11 @@
+vanessa-socket (0.0.13-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Don't configure via autogen.sh,
+    let dh_auto_configure do it. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 29 Jun 2021 06:09:51 +0200
+
 vanessa-socket (0.0.13-1) unstable; urgency=medium
 
   * New Upstream
diff --minimal -Nru vanessa-socket-0.0.13/debian/rules 
vanessa-socket-0.0.13/debian/rules
--- vanessa-socket-0.0.13/debian/rules  2014-09-11 03:37:45.000000000 +0200
+++ vanessa-socket-0.0.13/debian/rules  2021-06-29 06:09:48.000000000 +0200
@@ -3,7 +3,6 @@
 # GNU copyright 1997 to 1999 by Joey Hess.
 
 pwd:=$(shell pwd)
-cfg:=--prefix=/usr --mandir=/usr/share/man
 
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
@@ -15,7 +14,8 @@
        dh_testdir
        dh_autoreconf
 
-       test -x autogen.sh && ./autogen.sh $(cfg) || ./configure $(cfg)
+       test -x autogen.sh && NO_CONFIGURE=1 ./autogen.sh
+       dh_auto_configure
        $(MAKE) V=1
        touch build-stamp
 

--- End Message ---
--- Begin Message ---
Source: vanessa-socket
Source-Version: 0.0.13-1.1
Done: Bastian Germann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vanessa-socket, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <[email protected]> (supplier of updated vanessa-socket package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 08 Nov 2023 22:53:54 +0100
Source: vanessa-socket
Architecture: source
Version: 0.0.13-1.1
Distribution: unstable
Urgency: medium
Maintainer: Simon Horman <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 953993 990438 1007465
Changes:
 vanessa-socket (0.0.13-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Convert to source format 3.0 (Closes: #953993, #1007465)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Don't configure via autogen.sh,
     let dh_auto_configure do it (Closes: #990438)
Checksums-Sha1:
 2f930aa4364eee8d75cb064c9e08020a3f29faa9 1863 vanessa-socket_0.0.13-1.1.dsc
 0e9c49178074b59b83eae2aa5d88548689d5462e 249912 
vanessa-socket_0.0.13.orig.tar.xz
 27690eebcb5f9448ad55218038292bacbe74bb66 9732 
vanessa-socket_0.0.13-1.1.debian.tar.xz
 a9e711b96273b26e4dae0235609e431f755e2c42 5664 
vanessa-socket_0.0.13-1.1_source.buildinfo
Checksums-Sha256:
 aef79e81155bfd0b8540d42e94c2f86848a0952d3d959e84d55b12b3a88dd45c 1863 
vanessa-socket_0.0.13-1.1.dsc
 5fe119e27faa0bb035823e4eea991d556bbb82753a019aaa492dc3c027bb37a3 249912 
vanessa-socket_0.0.13.orig.tar.xz
 f1eb77f2f3404983c05849656f3a6f99f9706b3195e8b7fd6e2b07b66a2310ad 9732 
vanessa-socket_0.0.13-1.1.debian.tar.xz
 02edd6d67eed0c078fab1301c4d2f38bf1a322fa6fc529cc897aa1cf889f1060 5664 
vanessa-socket_0.0.13-1.1_source.buildinfo
Files:
 44251bebd5801312527d16272735b66c 1863 libs optional 
vanessa-socket_0.0.13-1.1.dsc
 e47e441d3f69bb3660429dcd6c34c507 249912 libs optional 
vanessa-socket_0.0.13.orig.tar.xz
 6c4093bed4f166270c48ca6ceffdea21 9732 libs optional 
vanessa-socket_0.0.13-1.1.debian.tar.xz
 a563041aaa62d9f3f164fbd53e7ba1ea 5664 libs optional 
vanessa-socket_0.0.13-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmVMBXAQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCbwC/kBjJBbcCpR6s8NiHevqwSzkYzE1rOOY9sr
LYZGfMUwE8fWPVzj67PJ11no0QYUKH7mUhR1nqkmjIRfjF794MGbNT+qxOvsl0Mx
TD1oQTNogSDLHkMSkusu5LTBF1e2m2xK5EEC6fsRH7qf8gWaaVXdY/tyARWpOvvh
d7hELX2vizQ5q4EaLmJ10iUnigRi2mGlISb4qpxGgcClfv10JUdiE/Y5si28hcJh
TH3Dw74a2SIQKd87WMYHRNugjnuSNj1aHzsYBYJM/GIg4iwMVqvcOxn45f11n9dD
n2YSRacFJVQ7yXpEXQ7uaa5N+XotWrhSYK9yyJD0M2n3aQQG/Q8Q3Qf8tfaU1zou
skM1BHxlwkmClTDwG5n5aZTTToin0dor+QSdJRfRtPih1O8MW+1CneC/NafsAvAK
w1zPlZ0P6jLuMRmpjUZCoxDUiKlVd3BNJDzZNRAhCr/QY5AzZ4mPID5mZ5ix7eWm
LJzhx7vuILsSnjsRq3p+7GNGUN8nqls=
=3sU7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to