Your message dated Tue, 07 Jul 2026 17:05:40 +0000
with message-id <[email protected]>
and subject line Bug#1141426: fixed in libyuv 0.0.1949.20260706-1
has caused the Debian Bug report #1141426,
regarding libyuv: FTBFS on i386: the register ‘xmm0’ cannot be clobbered in
‘asm’ for the current target
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.)
--
1141426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141426
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libyuv
Version: 0.0.1948.20260702-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
User: [email protected]
Usertags: i386
Control: affects -1 + libwine
https://buildd.debian.org/status/fetch.php?pkg=libyuv&arch=i386&ver=0.0.1948.20260702-1&stamp=1783025641&raw=0:
> ...
> [ 63%] Building C object CMakeFiles/cpuid.dir/util/cpuid.c.o
> /usr/bin/i686-linux-gnu-gcc -DHAVE_JPEG
> -I/build/reproducible-path/libyuv-0.0.1948.20260702/include
> -I/usr/src/googletest/googletest -I/usr/src/googletest/googletest/include -g
> -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/build/reproducible-path/libyuv-0.0.1948.20260702=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIE -MD -MT CMakeFiles/cpuid.dir/util/cpuid.c.o -MF
> CMakeFiles/cpuid.dir/util/cpuid.c.o.d -o CMakeFiles/cpuid.dir/util/cpuid.c.o
> -c /build/reproducible-path/libyuv-0.0.1948.20260702/util/cpuid.c
> /build/reproducible-path/libyuv-0.0.1948.20260702/util/cpuid.c: In function
> ‘main’:
> /build/reproducible-path/libyuv-0.0.1948.20260702/util/cpuid.c:233:9: error:
> the register ‘xmm0’ cannot be clobbered in ‘asm’ for the current target
> 233 | __asm__ volatile("vdpphps %%xmm0, %%xmm0, %%xmm0" : : :
> "xmm0");
Perhaps this stuff involving vdpphps should be
-#ifdef __linux__
+#if defined(__linux__) && !defined(__i386__)
or perhaps (similar to
https://github.com/PurpleI2P/i2pd/commit/7373dae026e50f2cb3754bbd4b108b4a90291c85)
-#ifdef __linux__
+#if defined(__linux__) && defined(__AVX__)
to avoid that code path on i386?
libyuv0:i386 is required by 32-bit Wine via this dependency chain:
libyuv0:i386 -> libavif16:i386 -> libgd3:i386 -> libgphoto2-6t64:i386 ->
libwine:i386
so it's important to keep it installable on i386.
Thanks,
smcv
--- End Message ---
--- Begin Message ---
Source: libyuv
Source-Version: 0.0.1949.20260706-1
Done: Boyuan Yang <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libyuv, 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.
Boyuan Yang <[email protected]> (supplier of updated libyuv 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: Tue, 07 Jul 2026 12:41:39 -0400
Source: libyuv
Architecture: source
Version: 0.0.1949.20260706-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1141426
Changes:
libyuv (0.0.1949.20260706-1) unstable; urgency=medium
.
* New upstream snapshot.
* debian/libyuv0.shlibs: Bump required version.
* debian/patches/:
+ 0005-cpuid-only-build-VDPPHPS-probe-when-target-has-SSE.patch:
Add patch to fix compilation on Debian i386 architecture.
(Closes: #1141426)
Checksums-Sha1:
9cc942dde9b99dab1b4788464bd56fe885ad29ff 2320 libyuv_0.0.1949.20260706-1.dsc
7c8eda11716774be0161c40231cd54f73546940b 380788
libyuv_0.0.1949.20260706.orig.tar.xz
86798a6af5a2b9253a9ca8219deb3d0e19d468ae 8028
libyuv_0.0.1949.20260706-1.debian.tar.xz
44c12a56764fbf0d2d9f1f8d29f5b0cbb5000410 7958
libyuv_0.0.1949.20260706-1_amd64.buildinfo
Checksums-Sha256:
7356a5fbfd986573f2b5757064564d482e5ebb0a1383c5f478bdef2611dac1c8 2320
libyuv_0.0.1949.20260706-1.dsc
28c3cd7d109c93202ce3e7fd5a5534db7c137929b06c6792d6a904fe2ac130d1 380788
libyuv_0.0.1949.20260706.orig.tar.xz
e8d437f009b21db6acbae8f3c119b9abafc6e9d6339d847ed9e8ddacb791b2ea 8028
libyuv_0.0.1949.20260706-1.debian.tar.xz
e8bd94befd7809b7b134cc3c85bcf64f3d8ce88b9929e907900859c6207954ec 7958
libyuv_0.0.1949.20260706-1_amd64.buildinfo
Files:
338f6d7b61914dd5ddb3a4544f612c6b 2320 libs optional
libyuv_0.0.1949.20260706-1.dsc
18f6698e787bb28d9793aa8b30de316e 380788 libs optional
libyuv_0.0.1949.20260706.orig.tar.xz
7f2a7bf5a0d68c5a0f3adde2c209480d 8028 libs optional
libyuv_0.0.1949.20260706-1.debian.tar.xz
a59ce5c2fa15ec2b3aa8d4ea20f91be8 7958 libs optional
libyuv_0.0.1949.20260706-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmpNLlcACgkQwpPntGGC
Ws5Edw//Xqoq8cwO8YJ3P420/zu2G8ScUEKIHFKOOv6YGL6ucNGWtfnf9xS5FW9z
LMXtdcECw07hH/Ps8sv6p0TjLu/24JQA1E+UUDnL6kG2fh9vcANy8MeiXtPbrBIp
SeEtCxciEemzddmDo7dkv3gt13mWeOlyZFn1ERVyDO36CqMuqiT0pA/m9a/C8tcq
dmzQxtOLpKuP1Yi0fh9ioritBVU2gFE7y3vyiM0iTyKsH2i5kzFp9mSHXLp9WMKk
29w2+xwaMcZy/dZnoBaJSSdFSPT9llcwEpEkEkHIVpHIv+PtthGJbLZzm5fO3Ryw
khfhqB3tebSmSHeqJbJokii3wRxRuPFHsS85e+xgSfLFSQPfyp4vDWKCp2QAoMfO
SIJm/G5U3o2VXvZUuL3K4l95iia3nQClurl63lgCKPZ0sy73Ijan5l4lbswcoxgB
JhPArm4d2SsBXgSJLyHQlwE1HxlvKF1xRvjuJfrXGsUpwBzTcJJVQvpckBQCd/CY
SUnqS13IWVpkQwdmNp7R1FdLR9r385TAxivMUbbmztHcrSrupqwIZJHCPXIqZEOA
ev8eqQFBzujaJ0EXhDW68lXSPkae0JEnP67MnUGgQnf9lo2BijI3rsrRaM8N4zIM
dS7PBWFN+jWWrTTF7z5rvgOK3QRZXE2LWl2IcEwpzjMlUziafko=
=/NtE
-----END PGP SIGNATURE-----
pgppHf7nr7_pC.pgp
Description: PGP signature
--- End Message ---