Your message dated Tue, 11 Jan 2022 10:21:39 +0000 with message-id <[email protected]> and subject line Bug#997271: fixed in xnnpack 0.0~git20201221.e1ffe15-2.1 has caused the Debian Bug report #997271, regarding xnnpack: FTBFS: intrinsics-polyfill.h:27:6: error: conflicting types for ‘_mm_storeu_si32’; have ‘void(const void *, __m128i)’ 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.) -- 997271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997271 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: xnnpack Version: 0.0~git20201221.e1ffe15-2 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > /usr/bin/cc -DXNNPACK_EXPORTS -DXNN_ENABLE_ASSEMBLY=1 -DXNN_ENABLE_MEMOPT=1 > -DXNN_ENABLE_SPARSE=1 -DXNN_LOG_LEVEL=0 -I"/<<PKGBUILDDIR>>/include" > -I"/<<PKGBUILDDIR>>/src" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -fPIC -Wno-psabi -std=gnu99 -msse -O2 -MD -MT > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o -MF > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o.d -o > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o -c > '/<<PKGBUILDDIR>>/src/f32-vbinary/gen/vadd-minmax-sse-x4.c' > In file included from > /<<PKGBUILDDIR>>/src/f32-vbinary/gen/vadd-minmax-sse-x4.c:15: > /<<PKGBUILDDIR>>/src/xnnpack/intrinsics-polyfill.h:27:6: error: conflicting > types for ‘_mm_storeu_si32’; have ‘void(const void *, __m128i)’ > 27 | void _mm_storeu_si32(const void* address, __m128i v) { > | ^~~~~~~~~~~~~~~ > In file included from > /usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h:1316, > from > /<<PKGBUILDDIR>>/src/f32-vbinary/gen/vadd-minmax-sse-x4.c:12: > /usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h:756:1: note: previous > definition of ‘_mm_storeu_si32’ with type ‘void(void *, __m128i)’ > 756 | _mm_storeu_si32 (void *__P, __m128i __B) > | ^~~~~~~~~~~~~~~ > [622/1642] /usr/bin/cc -DXNNPACK_EXPORTS -DXNN_ENABLE_ASSEMBLY=1 > -DXNN_ENABLE_MEMOPT=1 -DXNN_ENABLE_SPARSE=1 -DXNN_LOG_LEVEL=0 > -I"/<<PKGBUILDDIR>>/include" -I"/<<PKGBUILDDIR>>/src" -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wno-psabi > -std=gnu99 -msse -O2 -MD -MT > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o -MF > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o.d -o > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o -c > '/<<PKGBUILDDIR>>/src/f32-vbinary/gen/vadd-minmax-sse-x8.c' > FAILED: CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o > /usr/bin/cc -DXNNPACK_EXPORTS -DXNN_ENABLE_ASSEMBLY=1 -DXNN_ENABLE_MEMOPT=1 > -DXNN_ENABLE_SPARSE=1 -DXNN_LOG_LEVEL=0 -I"/<<PKGBUILDDIR>>/include" > -I"/<<PKGBUILDDIR>>/src" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -fPIC -Wno-psabi -std=gnu99 -msse -O2 -MD -MT > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o -MF > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o.d -o > CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o -c > '/<<PKGBUILDDIR>>/src/f32-vbinary/gen/vadd-minmax-sse-x8.c' > In file included from > /<<PKGBUILDDIR>>/src/f32-vbinary/gen/vadd-minmax-sse-x8.c:15: > /<<PKGBUILDDIR>>/src/xnnpack/intrinsics-polyfill.h:27:6: error: conflicting > types for ‘_mm_storeu_si32’; have ‘void(const void *, __m128i)’ > 27 | void _mm_storeu_si32(const void* address, __m128i v) { > | ^~~~~~~~~~~~~~~ > In file included from > /usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h:1316, > from > /<<PKGBUILDDIR>>/src/f32-vbinary/gen/vadd-minmax-sse-x8.c:12: > /usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h:756:1: note: previous > definition of ‘_mm_storeu_si32’ with type ‘void(void *, __m128i)’ > 756 | _mm_storeu_si32 (void *__P, __m128i __B) > | ^~~~~~~~~~~~~~~ > [623/1642] /usr/bin/cc -DXNNPACK_EXPORTS -DXNN_ENABLE_ASSEMBLY=1 > -DXNN_ENABLE_MEMOPT=1 -DXNN_ENABLE_SPARSE=1 -DXNN_LOG_LEVEL=0 > -I"/<<PKGBUILDDIR>>/include" -I"/<<PKGBUILDDIR>>/src" -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wno-psabi > -std=gnu99 -msse -O2 -MD -MT > CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o -MF > CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o.d -o > CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o -c > '/<<PKGBUILDDIR>>/src/f32-spmm/gen/16x1-minmax-sse.c' > [624/1642] /usr/bin/cc -DXNNPACK_EXPORTS -DXNN_ENABLE_ASSEMBLY=1 > -DXNN_ENABLE_MEMOPT=1 -DXNN_ENABLE_SPARSE=1 -DXNN_LOG_LEVEL=0 > -I"/<<PKGBUILDDIR>>/include" -I"/<<PKGBUILDDIR>>/src" -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wno-psabi > -std=gnu99 -msse -O2 -MD -MT > CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o -MF > CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o.d -o > CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o -c > '/<<PKGBUILDDIR>>/src/f32-spmm/gen/32x1-minmax-sse.c' > ninja: build stopped: subcommand failed. > dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v > returned exit code 1 > make: *** [debian/rules:4: binary] Error 25 The full build log is available from: http://qa-logs.debian.net/2021/10/23/xnnpack_0.0~git20201221.e1ffe15-2_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---Source: xnnpack Source-Version: 0.0~git20201221.e1ffe15-2.1 Done: Adrian Bunk <[email protected]> We believe that the bug you reported is fixed in the latest version of xnnpack, 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. Adrian Bunk <[email protected]> (supplier of updated xnnpack 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, 28 Dec 2021 20:29:08 +0200 Source: xnnpack Architecture: source Version: 0.0~git20201221.e1ffe15-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Deep Learning Team <[email protected]> Changed-By: Adrian Bunk <[email protected]> Closes: 997271 Changes: xnnpack (0.0~git20201221.e1ffe15-2.1) unstable; urgency=medium . * Non-maintainer upload. * Add upstream fix for FTBFS with gcc 11. (Closes: #997271) Checksums-Sha1: fdc27fd46b24c877c16ba2d11d02bd2bbc8e4297 2235 xnnpack_0.0~git20201221.e1ffe15-2.1.dsc 7b0c9f0045f6f4ecfc9ebe6e469f4dd078bfab11 5112 xnnpack_0.0~git20201221.e1ffe15-2.1.debian.tar.xz Checksums-Sha256: 7143de278306f70df66dfb8b13af39468eadf3b4ded7665ff398aaa395738149 2235 xnnpack_0.0~git20201221.e1ffe15-2.1.dsc 28e00da2979c634b1098d28c4daa60bbd5cb6718ee3354a8d59a06f2706f1e59 5112 xnnpack_0.0~git20201221.e1ffe15-2.1.debian.tar.xz Files: abf54ac7f8cdddc362f1ab4a29e2ad4b 2235 math optional xnnpack_0.0~git20201221.e1ffe15-2.1.dsc 4edeb0042e0fc85a2f4fb52dc1f2541e 5112 math optional xnnpack_0.0~git20201221.e1ffe15-2.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmHLWWcACgkQiNJCh6LY mLFHTBAAlPYHS/q04ZCsyg5uo0yOyBH8+S7UZCG2qNfRdTl0JdAFS4DUS70wW29x JIqk3Vmbrjpuri5VaIDMzxfL6Z6lz6CPQKSo6mz9hmsumHyEaFIExugQ8t5Zuxda E1ePu6DpVUVTIKEFQum0kbCzRGflCUgZfkY03ga2GAaOsoHVHDFJ1OJV398QtLPw r36byV+C/Mijah6ym11vG75s/QJwmNYb2F1ZxdfbSDVj21LbqWU6Do1Ne7gdpV2+ LNjVC5x5V3jBnhCXN27cFu34chb+/3FdhVjGgKOanNo3wtrOTpd1sj3Bb96btYwe tOP/BHMelbFUosi5j9H/Ms+/LVO//F9tUQBFs9YP1+0A1x39vGjymaZQfzKf8KEr WzAedGncVtvOWw5ggPdfg0a8GGnaTI7xVgUlkSZ5QJRDOcw8zGR2OOLxnOyo3y4T yTRhrpZA5ork5m2H8LbcgZQlb9kDSucml8Bdat5XdcZRiRycwsryP/VRqElbjDog 1Wl6PfLvcE1ssHaQ859YklRhjF6B+2VpYl3yfdD4/i2z7GnQFnnmJjZ1tNV9VTA5 098v1P96kUYRPrrgnG0aSHIj/K4bq2uJRaeBIWzuyZMM5G3z6uS2GzocVWs9fzs/ co7kMKPeVQD2ln2U4KOpceoeLw+B9JH7VFhxdO+HP/IGx5UgAGw= =pmbm -----END PGP SIGNATURE-----
--- End Message ---

