Your message dated Fri, 26 Jul 2019 10:35:43 +0000
with message-id <[email protected]>
and subject line Bug#932934: fixed in vile 9.8t-3
has caused the Debian Bug report #932934,
regarding vile 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.)
--
932934: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932934
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vile
Version: 9.8t-2
Tags: patch
User: [email protected]
Usertags: ftcbfs
vile 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 vile cross buildable. Please consider applying the attached
patch.
Helmut
diff --minimal -Nru vile-9.8t/debian/changelog vile-9.8t/debian/changelog
--- vile-9.8t/debian/changelog 2019-07-21 09:21:26.000000000 +0200
+++ vile-9.8t/debian/changelog 2019-07-24 20:52:49.000000000 +0200
@@ -1,3 +1,10 @@
+vile (9.8t-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 24 Jul 2019 20:52:49 +0200
+
vile (9.8t-2) unstable; urgency=medium
* Change build dependency from flex-old back to flex (closes: #932560).
diff --minimal -Nru vile-9.8t/debian/rules vile-9.8t/debian/rules
--- vile-9.8t/debian/rules 2018-11-13 12:32:14.000000000 +0100
+++ vile-9.8t/debian/rules 2019-07-24 20:52:49.000000000 +0200
@@ -9,22 +9,17 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk
-ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
- CONFARGS = --host=$(DEB_HOST_GNU_TYPE)
-endif
-
-configure = ../../configure \
- --prefix=/usr \
- --mandir='$$(prefix)/share/man' \
+configure_flags = \
+ --libdir='$${prefix}/lib' \
--with-app-defaults=/etc/X11/app-defaults \
--with-locale \
--with-loadable-filters=all \
--disable-rpath-hack \
--disable-stripping \
- $(shell dpkg-buildflags --export=configure)
+ $(shell dpkg-buildflags --export=configure) \
+ --with-perl
xshell = x-terminal-emulator -e /usr/share/vile/xshell.sh
@@ -41,8 +36,7 @@
dh_update_autotools_config
# Configure vile
- mkdir -p t/vile
- cd t/vile; $(configure) --with-perl
+ dh_auto_configure --builddirectory=t/vile -- $(configure_flags)
# Build vile, vile-common, vile-filters
$(MAKE) -C t/vile all vile-perl-api.doc
@@ -55,8 +49,8 @@
done)
# Configure xvile
- mkdir -p t/xvile
- cd t/xvile; $(configure) --with-perl --with-xpm --with-screen=Xaw \
+ dh_auto_configure --builddirectory=t/xvile -- $(configure_flags) \
+ --with-xpm --with-screen=Xaw \
--with-pixmapdir='$$(prefix)/share/pixmaps' \
--with-icondir='$$(prefix)/share/icons' \
--with-icon-theme=hicolor
--- End Message ---
--- Begin Message ---
Source: vile
Source-Version: 9.8t-3
We believe that the bug you reported is fixed in the latest version of
vile, 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.
Brendan O'Dea <[email protected]> (supplier of updated vile 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: Fri, 26 Jul 2019 20:03:33 +1000
Source: vile
Architecture: source
Version: 9.8t-3
Distribution: unstable
Urgency: medium
Maintainer: Brendan O'Dea <[email protected]>
Changed-By: Brendan O'Dea <[email protected]>
Closes: 932934
Changes:
vile (9.8t-3) unstable; urgency=medium
.
* Use dh_auto_configure as per suggestion of Helmut Grohne to fix
cross-compilation issues (closes: #932934).
* Install filters and helper binaries to multi-arch libdir.
Checksums-Sha1:
b3366a5a6e08fa992cc8b526fe97f1b415b1f64b 1786 vile_9.8t-3.dsc
f213d942667bdb28d594fb337c4293acd49cce83 2311331 vile_9.8t-3.tar.gz
38c82a607a6576019ca575d3d3b908bd3f9174c3 7783 vile_9.8t-3_i386.buildinfo
Checksums-Sha256:
a83100b3398952ef25146726650322115010e6c24afa36e889dfd839a9aa127e 1786
vile_9.8t-3.dsc
829e07dc521caec2ea3ae683544164fd449c2c7f5b1d1022b1a578e5e36d40fe 2311331
vile_9.8t-3.tar.gz
de231fef643742655ae746a55114a8cce40bbaeb69b6ed69e60a729d22103791 7783
vile_9.8t-3_i386.buildinfo
Files:
0a630b9f796afb98a6602c8da5ed0391 1786 editors optional vile_9.8t-3.dsc
0a8744fc991170255d3d5af3cdfe5286 2311331 editors optional vile_9.8t-3.tar.gz
dd8bd0716c9d897322414f5838e8097e 7783 editors optional
vile_9.8t-3_i386.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEUtWxWT1/2RRqWmMHHHxB7evdu2AFAl060/kACgkQHHxB7evd
u2DpMA//UsfiLX2IThMX/4zyU7n4IM4JoVbGFMV4rc6X9ImIWOSmuqFD47g04v2/
shOibL8f+k7d1NJOUZHFLQuCAoXvrOU2zRpV1Lf2wuSoAkNwl/eXiOVmZ5IjdtOt
YeYKIU4PaI/9tDAV0xQMok3Ubpo2iS2M5ro9Th8QrnIDKdl5wwvxgL7wj+/e/X07
bmxrSxjAmEDhPDB1/uGqNa1QE/CNvy1lqPWeaR7bEGo3DiQzsun89mcFQzPEYzuq
qWnE20AJ4hpWHz7BCtmxBjKrc9wG6TFbPbVxtYTLV0Vi/GXgNpeTKv8jQ4q4LGL8
uAiQgTU+ukVirYvkgbl3se04ZlEeXZbb1jeUTIE3Ms38nzInKt9wswgLPqsaTZ5b
MVSHcGtkCQRzjhPVx/aOXpLYG0eoSBsp82EwOJkO7i17EuCg64js09cSsuLPjQ2F
HDdoRleJoZZBO5K3kNQISnIIHAMalmwMv31Ef4j+z/rft2R2/0kJxytTC0y98VzJ
al0733Z8Nk6EkpeU+EpWOLYSC4P5/NYsHBJYU6xFWo08YW3Y0fswD/vjt/ocguBV
kIvEdKgTz0r+6TcMdR60UkO5l3+rYsg/mJBaVuTOuXVxa71Qo2DCDEC9dijEx5g6
8zQJcTUJtKQl58LndG1IurGvWQVJSoT+LHScCeqY/M6kntJCBN8=
=UfEP
-----END PGP SIGNATURE-----
--- End Message ---