Your message dated Thu, 01 Aug 2024 11:19:06 +0000
with message-id <e1sztpq-00g9vn...@fasolo.debian.org>
and subject line Bug#1076067: fixed in dpkg 1.22.11
has caused the Debian Bug report #1076067,
regarding avifile: armhf test regression with ffmpeg 6.1.1-5 and no neon
instructions [PATCH]
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.)
--
1076067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: avifile
Version: 0.7.48~20090503.ds-26
Severity: serious
Tags: patch
Hello,
The attached should work to make sure we don't error out if neon flag is not
built by ffmpeg.
I don't know how differently can try to make it smarter, or maybe we can just
drop all that code.
* Make sure the test doesn't fail when ffmpeg is built without neon support
on armhf
Thanks for considering the patch.
diff -Nru avifile-0.7.48~20090503.ds/debian/tests/decoding-test-data/test1.cc
avifile-0.7.48~20090503.ds/debian/tests/decoding-test-data/test1.cc
--- avifile-0.7.48~20090503.ds/debian/tests/decoding-test-data/test1.cc
2022-04-05 00:15:21.000000000 +0200
+++ avifile-0.7.48~20090503.ds/debian/tests/decoding-test-data/test1.cc
2024-07-10 10:11:42.000000000 +0200
@@ -166,13 +166,13 @@
flags = av_get_cpu_flags();
std::cout << "Old cpu flags: 0x" << std::hex << flags
<< std::dec << std::endl;
- if (av_parse_cpu_caps(&flags, "-neon") < 0) {
- std::cerr << "failed to parse cpu caps" << std::endl;
- return 2;
+ if (av_parse_cpu_caps(&flags, "-neon") >= 0) {
+ av_force_cpu_flags(flags);
+ std::cout << "New cpu flags: 0x" << std::hex << flags
+ << std::dec << std::endl;
+ } else {
+ std::cout << "failed disable neon, ffmpeg built without support for it?"
<< std::endl;
}
- av_force_cpu_flags(flags);
- std::cout << "New cpu flags: 0x" << std::hex << flags
- << std::dec << std::endl;
}
/* get filename */
thanks
Gianfranco
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.22.11
Done: Guillem Jover <guil...@debian.org>
We believe that the bug you reported is fixed in the latest version of
dpkg, 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 1076...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guillem Jover <guil...@debian.org> (supplier of updated dpkg 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 01 Aug 2024 12:39:16 +0200
Source: dpkg
Architecture: source
Version: 1.22.11
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Developers <debian-d...@lists.debian.org>
Changed-By: Guillem Jover <guil...@debian.org>
Closes: 1076067
Changes:
dpkg (1.22.11) unstable; urgency=medium
.
[ Guillem Jover ]
* Perl modules:
- Dpkg::Shlibs::Cppfilt: Do not normalize angle brackets for operators.
Closes: #1076067
* Documentation:
- doc: Replace references to crypto-refresh and RFC4880 with RFC9580.
* Build system:
- Use 'command -v' instead of 'which'.
- Remove generated spacesyms.o and spacesyms.c on clean.
- Add declaration for funcs symbols in spacesyms.c.
* Test suite:
- Fix coding style in perl test cases.
- Improve Dpkg::Changelog data test case message.
- Refactor setup_changelog() in Dpkg::Changelog test.
- Unroll Dpkg::Changelog file tests loop.
- Refactor load_objdump_obj().
.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
.
[ Sven Joachim ]
* Localization:
- Update German programs translation.
Checksums-Sha1:
4908b46f2285c2e4c3fc53f27568b4062a54cdd7 3144 dpkg_1.22.11.dsc
34026a1d8a17f455318ccb0ec9d27c93d15c5f27 5697040 dpkg_1.22.11.tar.xz
8ce17a1995fdc158d0405b1b47cc6aa9b74eee5c 8312 dpkg_1.22.11_amd64.buildinfo
Checksums-Sha256:
d850ae15f8a43c981edaace2003f93d44f6f23666917bd26472f266d172a03fa 3144
dpkg_1.22.11.dsc
f318eb949b8e7ecd802b17b1a7e7cf4b17094c9577e1060653e9b838cdd31d80 5697040
dpkg_1.22.11.tar.xz
c82899a7a124711ec9f6dafe3795bece54d465b973ccd41536f1160c18ea9b75 8312
dpkg_1.22.11_amd64.buildinfo
Files:
d102092e9c47988656015c0fe1df7cc7 3144 admin required dpkg_1.22.11.dsc
20fd4de234d9192a941ae58b616677ec 5697040 admin required dpkg_1.22.11.tar.xz
e3af964327f8bfb5d0e166ff0036e059 8312 admin required
dpkg_1.22.11_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
wsG7BAEBCgBvBYJmq2rpCRC5cr8+pK5Xo0cUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmfbj/psFm3gp8Kvw6tCDAWQ5jkQcFLHB84J7seNp0Us
CBYhBE8+dPQ2BQwQ9WlldLlyvz6krlejAABYCBAA5SXOjuNWsKBP+grwudkSxerb
uTsQIUIZ605c19XZlxart5IGM6Smw+g6I/vGMIQi+J9GWsL5y44xaAtuEPlVsoGY
DLzoP33nafGkRmmDiEtDx7kxocI6lwId09d+JhjnkHc6vCI5GIuV+EfYZrQfSbLb
SFbwisDLniMzVOwOIAK1VVCMmPsTOGS+ryow2jEH3S9d9WZ9mJ3NkKev9HbxSHMI
ZfH9OjjEWUYB0VQas2qY/X7ADlGZxxHleqqLYj2Vj+ivJV8mAaqAr5uVfRucPZ/V
cJzBB2i0fLv/GMarm+Hw1Ijl4dtM3h7ejDOBGpMTNIk1DR7VCHC/adh9m+FgEZa4
N4KRTR3mv245yEzgY6WNeR8gCwK4Jti4sDLZ/V0YRgVmw7s4NU6xZ7lD0pxNR02o
58lbGD6ucqf6ULqBjBNg5lp8NszMsmoQZKTAKn5y+3eJqr4qy/pztOkSkJuvMf3C
q5paK2MAQZk/PYAqD2FT1WbZg1wMgrGPkPKP04HGOwZ8Gx0vEXx5jr8FJjs2dbzG
t9Vz7tnl0Way5ka/GGSTyjB6lE3JR8VOKp/RclAfs/IcNguZc6fyTknckjVV6k3a
Qb32unkQlSC5dsMeTN1niF4SpyQ3S5Ucn5wFIswtXiEb/oWsQagd3xqN+Re+RLuK
k8dk3KvBnCo+Qzp1Jr8=
=Itfl
-----END PGP SIGNATURE-----
pgpTzQZM_DeiT.pgp
Description: PGP signature
--- End Message ---