Your message dated Tue, 13 May 2025 19:25:50 +0200
with message-id <552c95b4-08a2-44c0-8a65-bd11f8fec...@maroufle.fr>
and subject line rspamd: please enable libunwind support on riscv64
has caused the Debian Bug report #1057090,
regarding rspamd: please enable libunwind support on riscv64
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 ow...@bugs.debian.org
immediately.)
--
1057090: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057090
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rspamd
Version: 3.4-1
Severity: wishlist
Tags: patch
User: debian-ri...@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: debian-ri...@lists.debian.org
Dear Maintainer,
I noticed the rspamd package do not enable libunwind support for riscv64
maybe libunwind didn't exist on riscv64 at the time(unofficial port).
Now the rspamd can be built with enabling UNWIND support on riscv64.
Maybe we can enable the support on next upload, thanks.
Inspired by #1057048.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057048
--
Regards,
--
Bo YU
diff -Nru rspamd-3.7.3/debian/changelog rspamd-3.7.3/debian/changelog
--- rspamd-3.7.3/debian/changelog 2023-10-28 06:14:48.000000000 +0800
+++ rspamd-3.7.3/debian/changelog 2023-11-29 16:18:19.000000000 +0800
@@ -1,3 +1,10 @@
+rspamd (3.7.3-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Enable libunwind support for riscv64
+
+ -- Bo YU <tsu.y...@gmail.com> Wed, 29 Nov 2023 16:18:19 +0800
+
rspamd (3.7.3-1) unstable; urgency=medium
* New upstream version 3.7.3
diff -Nru rspamd-3.7.3/debian/control rspamd-3.7.3/debian/control
--- rspamd-3.7.3/debian/control 2023-10-08 19:16:19.000000000 +0800
+++ rspamd-3.7.3/debian/control 2023-11-29 16:18:14.000000000 +0800
@@ -16,7 +16,7 @@
libsodium-dev,
libsqlite3-dev,
libssl-dev,
- libunwind-dev [amd64 arm64 armel armhf hppa i386 mips64el
mipsel powerpcspe ppc64 ppc64el sh4],
+ libunwind-dev [amd64 arm64 armel armhf hppa i386 mips64el
mipsel powerpcspe ppc64 ppc64el riscv64 sh4],
ragel,
zlib1g-dev
Standards-Version: 4.6.2
diff -Nru rspamd-3.7.3/debian/rules rspamd-3.7.3/debian/rules
--- rspamd-3.7.3/debian/rules 2023-03-21 21:16:45.000000000 +0800
+++ rspamd-3.7.3/debian/rules 2023-11-29 16:17:52.000000000 +0800
@@ -20,7 +20,7 @@
HYPERSCAN=OFF
endif
-ifneq ($(filter amd64 arm64 armel armhf hppa i386 mips64el mipsel powerpcspe
ppc64 ppc64el sh4, $(DEB_HOST_ARCH)),)
+ifneq ($(filter amd64 arm64 armel armhf hppa i386 mips64el mipsel powerpcspe
ppc64 ppc64el riscv64 sh4, $(DEB_HOST_ARCH)),)
UNWIND=ON
else
UNWIND=OFF
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi,
libunwind has been dropped by upstream since v3.7, see:
https://github.com/rspamd/rspamd/commit/1adcfb1e23467b797c55a01a1da5766fdb0876e0
We have remove it from the Debian package.
Cheers,
Jérôme
--- End Message ---