Your message dated Sat, 07 Oct 2023 09:59:41 +0000
with message-id <[email protected]>
and subject line Released with 12.2
has caused the Debian Bug report #1051384,
regarding bookworm-pu: package highway/1.0.3-3
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.)
--
1051384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051384
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bullseye
User: [email protected]
Usertags: pu
I'd like to fix highway on armhf (neon-less) system.
[ Reason ]
See #1033656
[ Impact ]
Only armhf system be affected by the rebuild.
[ Tests ]
Tested on abel.d.o (Thanks Wookey!)
[ Risks ]
Very minimal risk, only compiler flags are changed (on armhf).
[ Checklist ]
[*] *all* changes are documented in the d/changelog
[*] I reviewed all changes and I approve them
[*] attach debdiff against the package in (old)stable
[*] the issue is verified as fixed in unstable
[ Changes ]
Changed one single cmake option
diff -Nru highway-1.0.3/debian/changelog highway-1.0.3/debian/changelog
--- highway-1.0.3/debian/changelog 2023-02-24 08:52:20.000000000 +0100
+++ highway-1.0.3/debian/changelog 2023-09-07 09:04:55.000000000 +0200
@@ -1,3 +1,9 @@
+highway (1.0.3-3+deb11u1) bullseye; urgency=medium
+
+ * d/rules: Fix armhf neon-less system. Closes: #1033656
+
+ -- Mathieu Malaterre <[email protected]> Thu, 07 Sep 2023 09:04:55 +0200
+
highway (1.0.3-3) unstable; urgency=medium
[ Helmut Grohne ]
diff -Nru highway-1.0.3/debian/rules highway-1.0.3/debian/rules
--- highway-1.0.3/debian/rules 2023-02-24 08:51:28.000000000 +0100
+++ highway-1.0.3/debian/rules 2023-09-07 09:03:41.000000000 +0200
@@ -18,9 +18,8 @@
endif
ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),armhf))
- # highway implement dynamic dipatch:
- # https://github.com/google/highway/issues/891
- CMAKE_EXTRA_FLAGS += -DHWY_CMAKE_ARM7:BOOL=ON
+ # https://github.com/google/highway/issues/1271
+ CMAKE_EXTRA_FLAGS += -DHWY_CMAKE_ARM7:BOOL=OFF
endif
include /usr/share/dpkg/buildtools.mk
--- End Message ---
--- Begin Message ---
Version: 12.2
The upload requested in this bug has been released as part of 12.2.
--- End Message ---