Your message dated Wed, 12 Apr 2023 15:19:49 +0000
with message-id <[email protected]>
and subject line Bug#1034291: fixed in snowball 2.2.0-3
has caused the Debian Bug report #1034291,
regarding snowball FTCBFS: fails running snowball compiler
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.)
--
1034291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034291
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: snowball
Version: 2.2.0-2
Tags: patch
User: [email protected]
Usertags: ftcbfs
snowball fails to cross build from source, because it fails running the
built snowball compiler. The compiler is not installed anywhere and
produces source code as output. It should be built for the build
architecture rather than the host architecture. I'm attaching a patch
for your convenience.
Helmut
diff --minimal -Nru snowball-2.2.0/debian/changelog
snowball-2.2.0/debian/changelog
--- snowball-2.2.0/debian/changelog 2022-10-18 18:07:33.000000000 +0200
+++ snowball-2.2.0/debian/changelog 2023-04-12 10:07:12.000000000 +0200
@@ -1,3 +1,11 @@
+snowball (2.2.0-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Build snowball compiler for the build architecture. (Closes:
+ #-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 12 Apr 2023 10:07:12 +0200
+
snowball (2.2.0-2) unstable; urgency=medium
* Bump Standards-Version to 4.6.1, no changes needed.
diff --minimal -Nru snowball-2.2.0/debian/rules snowball-2.2.0/debian/rules
--- snowball-2.2.0/debian/rules 2022-10-18 18:07:33.000000000 +0200
+++ snowball-2.2.0/debian/rules 2023-04-12 10:07:12.000000000 +0200
@@ -1,11 +1,13 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/pkg-info.mk
%:
dh $@
override_dh_auto_build:
+ dpkg-architecture -a$(DEB_BUILD_ARCH) -f -c dh_auto_build -- snowball
dh_auto_build -- $(shell dpkg-buildflags --export=configure)
ifneq (,$(filter python3-snowballstemmer,$(shell dh_listpackages)))
$(MAKE) dist_libstemmer_python
--- End Message ---
--- Begin Message ---
Source: snowball
Source-Version: 2.2.0-3
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
snowball, 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.
Stefano Rivera <[email protected]> (supplier of updated snowball 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, 12 Apr 2023 10:58:39 -0400
Source: snowball
Architecture: source
Version: 2.2.0-3
Distribution: experimental
Urgency: medium
Maintainer: Stefano Rivera <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1034291
Changes:
snowball (2.2.0-3) experimental; urgency=medium
.
[ Helmut Grohne ]
* Fix FTCBFS: Build snowball compiler for the build architecture.
(Closes: #1034291)
.
[ Stefano Rivera ]
* Patch: Correctly clean stemtest.
* Bump Standards-Version to 4.6.2, no changes needed.
* Bump copyright years.
Checksums-Sha1:
11ecaa28026035ea8b46f52e61a0d90669e2e593 1645 snowball_2.2.0-3.dsc
be463411cf856983329f095533dc8ccbc03c3b46 8660 snowball_2.2.0-3.debian.tar.xz
f5311a90e6ba421f10aa70f7e6bc54d145ce197f 5419 snowball_2.2.0-3_source.buildinfo
Checksums-Sha256:
9a959ce0ff44c5ec5c75594361953c3781577635492065e544a15c93de8246ea 1645
snowball_2.2.0-3.dsc
6addf9d69861b85d3366c3770dc62e7b4f60e6a94324e6090b05870182d46b5b 8660
snowball_2.2.0-3.debian.tar.xz
a104f5d22ec7351a181f42b117ee78899c5542b5c7b00072eba698e83330b505 5419
snowball_2.2.0-3_source.buildinfo
Files:
67cf25027d4bdf8e91882897e62f5c80 1645 libs optional snowball_2.2.0-3.dsc
5a4be12c7e9d2dd23a4f25b9e7cb07d4 8660 libs optional
snowball_2.2.0-3.debian.tar.xz
e547e3fe84842167b303af20fe049e81 5419 libs optional
snowball_2.2.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCZDbHNhQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2CpDAP4kae1oMCsT159BvWwn/7tcS/HsfIH1
ilqqrRnAYn/ZTAEA/5QYTw9rwkukLoFsTEUGy21t/l4oDAHbyeYpr2QT0QM=
=9bIi
-----END PGP SIGNATURE-----
--- End Message ---