[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1004073: marked as done (svt-av1: FTBFS on i386: error: inlining failed in call to ‘always_inline’ ‘_mm_load_sd’: target specific option mismatch)



Your message dated Fri, 04 Mar 2022 14:34:51 +0000
with message-id <E1nQ919-000EUI-Jn@fasolo.debian.org>
and subject line Bug#1004073: fixed in svt-av1 0.9.1+dfsg-1
has caused the Debian Bug report #1004073,
regarding svt-av1: FTBFS on i386: error: inlining failed in call to ‘always_inline’ ‘_mm_load_sd’: target specific option mismatch
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 owner@bugs.debian.org
immediately.)


-- 
1004073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004073
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: svt-av1
Version: 0.8.7+dfsg-2
Severity: important
Tags: ftbfs

svt-av1 currently FTBFS on i386:
| cd /<<PKGBUILDDIR>>/obj-i686-linux-gnu/Source/Lib/Common/Codec && /usr/bin/cc -DARCH_X86_64=1 -DEN_AVX512_SUPPORT=0 -DSAFECLIB_STR_NULL_SLACK=1 -D_FORTIFY_SOURCE=2 -I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/Source/API -I/<<PKGBUILDDIR>>/Source/Lib/Common/Codec -I/<<PKGBUILDDIR>>/Source/Lib/Common/C_DEFAULT -I/<<PKGBUILDDIR>>/Source/Lib/Common/ASM_SSE2 -I/<<PKGBUILDDIR>>/Source/Lib/Common/ASM_SSSE3 -I/<<PKGBUILDDIR>>/Source/Lib/Common/ASM_SSE4_1 -I/<<PKGBUILDDIR>>/Source/Lib/Common/ASM_AVX2 -I/<<PKGBUILDDIR>>/Source/Lib/Common/ASM_AVX512 -I/<<PKGBUILDDIR>>/Source/Lib/Encoder/Codec -I/<<PKGBUILDDIR>>/third_party/fastfeat -I/<<PKGBUILDDIR>>/third_party/cpuinfo/include -fno-stack-clash-protection -Wall -Wextra -Wformat -Wformat-security -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mno-avx -fPIC -fvisibility=hidden -std=gnu99 -MD -MT Source/Lib/Common/Codec/CMakeFiles/COMMON_CODEC.dir/common_dsp_rtcd.c.o -MF CMakeFiles/COMMON_CODEC.dir/common_dsp_rtcd.c.o.d -o CMakeFiles/COMMON_CODEC.dir/common_dsp_rtcd.c.o -c /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/common_dsp_rtcd.c
| /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c: In function ‘svt_memcpy_sse’:
| /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:81:16: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
|    81 |         __m128 c0 = _mm_loadu_ps((const float*)(const void*)(src + i));
|       |                ^~
| In file included from /usr/lib/gcc/i686-linux-gnu/11/include/immintrin.h:31,
|                  from /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:37:
| /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c: In function ‘svt_memcpy_small’:
| /usr/lib/gcc/i686-linux-gnu/11/include/xmmintrin.h:981:1: error: inlining failed in call to ‘always_inline’ ‘_mm_storeu_ps’: target specific option mismatch
|   981 | _mm_storeu_ps (float *__P, __m128 __A)
|       | ^~~~~~~~~~~~~
| /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:51:9: note: called from here
|    51 |         _mm_storeu_ps((float*)(void*)(dst + i), _mm_loadu_ps((const float*)(const void*)(src + i)));
|       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| In file included from /usr/lib/gcc/i686-linux-gnu/11/include/immintrin.h:31,
|                  from /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:37:
| /usr/lib/gcc/i686-linux-gnu/11/include/xmmintrin.h:932:1: error: inlining failed in call to ‘always_inline’ ‘_mm_loadu_ps’: target specific option mismatch
|   932 | _mm_loadu_ps (float const *__P)
|       | ^~~~~~~~~~~~
| /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:51:9: note: called from here
|    51 |         _mm_storeu_ps((float*)(void*)(dst + i), _mm_loadu_ps((const float*)(const void*)(src + i)));
|       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| In file included from /usr/lib/gcc/i686-linux-gnu/11/include/xmmintrin.h:1316,
|                  from /usr/lib/gcc/i686-linux-gnu/11/include/immintrin.h:31,
|                  from /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:37:
| /usr/lib/gcc/i686-linux-gnu/11/include/emmintrin.h:178:1: error: inlining failed in call to ‘always_inline’ ‘_mm_store_sd’: target specific option mismatch
|   178 | _mm_store_sd (double *__P, __m128d __A)
|       | ^~~~~~~~~~~~
| /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:56:9: note: called from here
|    56 |         _mm_store_sd((double*)(void*)(dst + i), _mm_load_sd((const double*)(const void*)(src + i)));
|       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| In file included from /usr/lib/gcc/i686-linux-gnu/11/include/xmmintrin.h:1316,
|                  from /usr/lib/gcc/i686-linux-gnu/11/include/immintrin.h:31,
|                  from /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:37:
| /usr/lib/gcc/i686-linux-gnu/11/include/emmintrin.h:143:1: error: inlining failed in call to ‘always_inline’ ‘_mm_load_sd’: target specific option mismatch
|   143 | _mm_load_sd (double const *__P)
|       | ^~~~~~~~~~~
| /<<PKGBUILDDIR>>/Source/Lib/Common/Codec/EbUtility.c:56:9: note: called from here
|    56 |         _mm_store_sd((double*)(void*)(dst + i), _mm_load_sd((const double*)(const void*)(src + i)));
|       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| make[3]: *** [Source/Lib/Common/Codec/CMakeFiles/COMMON_CODEC.dir/build.make:359: Source/Lib/Common/Codec/CMakeFiles/COMMON_CODEC.dir/EbUtility.c.o] Error 1

See
https://buildd.debian.org/status/fetch.php?pkg=svt-av1&arch=i386&ver=0.8.7%2Bdfsg-2&stamp=1642505527&raw=0
for the full build log

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: svt-av1
Source-Version: 0.9.1+dfsg-1
Done: Dylan Aïssi <daissi@debian.org>

We believe that the bug you reported is fixed in the latest version of
svt-av1, 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 1004073@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dylan Aïssi <daissi@debian.org> (supplier of updated svt-av1 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 04 Mar 2022 15:01:26 +0100
Source: svt-av1
Architecture: source
Version: 0.9.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Dylan Aïssi <daissi@debian.org>
Closes: 1004073
Changes:
 svt-av1 (0.9.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream release
   * Fix build on i386 by compiling only C code with no simds (Closes: #1004073)
   * Add missing license in d/copyright
Checksums-Sha1:
 305689be4819d26c31554661fa1a1997a48a77ea 2300 svt-av1_0.9.1+dfsg-1.dsc
 3e3166cb3c6ea3bf4642f6143391f4c477d520e1 7928796 svt-av1_0.9.1+dfsg.orig.tar.xz
 6b52b4bfc39a2e47ca735565a13e8979b089416b 5860 svt-av1_0.9.1+dfsg-1.debian.tar.xz
 faaf480e26ae3708ed8e7c2dd19e8da7ce64698d 9030 svt-av1_0.9.1+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 5f813e8019b0e948e968ff0acca7a72f9e5a1adfeed4902120758cb0faacc408 2300 svt-av1_0.9.1+dfsg-1.dsc
 fdfb00627fb90677d21d392903857771f1116ea2c542f1a80bba87baf4fde0fa 7928796 svt-av1_0.9.1+dfsg.orig.tar.xz
 fe9c0c8ef3ac54ff321da9a22600d627b55028cee1bc55346451cc2b7a72c92d 5860 svt-av1_0.9.1+dfsg-1.debian.tar.xz
 2ee8d0e77f38153453b4972a80b0a9bc09d6d73e734f3dedab4650dfb33c48e2 9030 svt-av1_0.9.1+dfsg-1_amd64.buildinfo
Files:
 7b3b72721fd21732baa2a84f89c3ffd1 2300 video optional svt-av1_0.9.1+dfsg-1.dsc
 64e7577f8495eb56d7b75da22d253d22 7928796 video optional svt-av1_0.9.1+dfsg.orig.tar.xz
 5b188a9ab055ddc5e909fc2290cf7368 5860 video optional svt-av1_0.9.1+dfsg-1.debian.tar.xz
 7942e4826f05a8821e49b562714c5fd8 9030 video optional svt-av1_0.9.1+dfsg-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmIiHRUSHGRhaXNzaUBk
ZWJpYW4ub3JnAAoJEGEu8WE+BQ9UNgUQAJ3+Q2FPpzXlFKej0YKgciG0aOVkYzWf
0fXtWxUTQtSgYf6YomKqXv/Tk4QWlVwJAKk4h5duZErisAzAgEJfz0SlkZ6ajEG/
BT+WqSORm67d3AZxtx94bfQUPreoKaLP/h83onD9heL0MMnL+41Uyq+egYqLHtnT
9VfdpqKe3HjRyPWe0AK9kWqcTAY7IF0Ap2ix6edi8EAuzaW1+IVwbVAi9YKCqTp2
xyewwabQIbFYM3poBKr/9v7ScGoAEwYOwIwn5ZzLd+JI1r40aS+c4+uiK+0/6TqE
4e7fgdkbVAgPDDZ5VRqDDJ7PRK8A0CUYRo9NMIbk5QEv7HZO3A7ntT8Nr8XVTFf0
LZYCcGXeORJQjgV0KNxhh42ug5ekIvMW8wu4avhmj95NIvxkyMHW1d68Q5duA4ku
kq19HSO7BO9nmtYgmXC9NpLl2mqepNLgjM6jxGkbxxNE41iK1D8+f2bGBxxYZmTu
xCWZugxLlNIWtJL7cBqenGl65Wq2vvEcgsAY8IHns7FlXhd6teoUaQEWKxNpjiag
gRA+AUliLKnKUD9sq876IO5I/gyU+fiuLFHQHX+XpqtzPOMOzx9lf7e8XEm/ESkV
o5amyk4tsOS7QAbwmhWsAHH6amBkmDDgc9REPtCKt/6c29HNp9j3LkOLYX1fnsds
7X0uihsHNFkV
=aJdc
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: