Your message dated Mon, 18 Jul 2022 14:48:31 +0000
with message-id <[email protected]>
and subject line Bug#1012944: fixed in highway 0.17.0-10
has caused the Debian Bug report #1012944,
regarding highway: ftbfs with GCC-12
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.)


-- 
1012944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012944
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:highway
Version: 0.16.0-1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/highway_0.16.0-1_unstable_gcc12.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
    inlined from ‘hwy::N_AVX3::Vec256<short unsigned int> 
hwy::N_AVX3::DemoteTo(Full256<short unsigned int>, Vec512<int>)’ at 
/<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:2997:55,
    inlined from ‘hwy::N_AVX3::Vec512<T> hwy::N_AVX3::Compress(Vec512<T>, 
Mask512<T>) [with T = short int; hwy::EnableIf<(sizeof (T) == 2)>* <anonymous> 
= 0]’ at /<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:3415:41,
    inlined from ‘size_t hwy::N_AVX3::CompressBlendedStore(Vec512<T>, 
Mask512<T>, Full512<T>, T*) [with T = short int]’ at 
/<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:3514:42,
    inlined from ‘size_t hwy::N_AVX3::detail::Partition(D, Traits, T*, size_t, 
size_t, hwy::N_AVX3::Vec<D>, T*) [with D = hwy::N_AVX3::Simd<short int, 32, 0>; 
Traits = SharedTraits<LaneTraits<OrderDescending> >; T = short int]’ at 
/<<PKGBUILDDIR>>/hwy/contrib/sort/vqsort-inl.h:384:29:
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h:6994:10: error: ‘__Y’ 
is used uninitialized [-Werror=uninitialized]
 6994 |   return (__m512i) __builtin_ia32_permvardi512_mask ((__v8di) __Y,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 6995 |                                                      (__v8di) __X,
      |                                                      ~~~~~~~~~~~~~
 6996 |                                                      (__v8di)
      |                                                      ~~~~~~~~
 6997 |                                                      
_mm512_undefined_epi32 (),
      |                                                      
~~~~~~~~~~~~~~~~~~~~~~~~~~
 6998 |                                                      (__mmask8) -1);
      |                                                      ~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h: In function ‘size_t 
hwy::N_AVX3::detail::Partition(D, Traits, T*, size_t, size_t, 
hwy::N_AVX3::Vec<D>, T*) [with D = hwy::N_AVX3::Simd<short int, 32, 0>; Traits 
= SharedTraits<LaneTraits<OrderDescending> >; T = short int]’:
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h:206:11: note: ‘__Y’ 
was declared here
  206 |   __m512i __Y = __Y;
      |           ^~~
In function ‘__m256d _mm512_extractf64x4_pd(__m512d, int)’,
    inlined from ‘__m256i _mm512_castsi512_si256(__m512i)’ at 
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h:15850:41,
    inlined from ‘hwy::N_AVX3::Vec256<T> hwy::N_AVX3::LowerHalf(Full256<T>, 
Vec512<T>) [with T = short unsigned int]’ at 
/<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:2083:42,
    inlined from ‘hwy::N_AVX3::Vec256<T> hwy::N_AVX3::LowerHalf(Vec512<T>) 
[with T = short unsigned int]’ at 
/<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:2094:19,
    inlined from ‘hwy::N_AVX3::Vec256<short unsigned int> 
hwy::N_AVX3::DemoteTo(Full256<short unsigned int>, Vec512<int>)’ at 
/<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:2998:19,
    inlined from ‘hwy::N_AVX3::Vec512<T> hwy::N_AVX3::Compress(Vec512<T>, 
Mask512<T>) [with T = short int; hwy::EnableIf<(sizeof (T) == 2)>* <anonymous> 
= 0]’ at /<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:3415:41,
    inlined from ‘size_t hwy::N_AVX3::CompressBlendedStore(Vec512<T>, 
Mask512<T>, Full512<T>, T*) [with T = short int]’ at 
/<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:3514:42,
    inlined from ‘size_t hwy::N_AVX3::detail::Partition(D, Traits, T*, size_t, 
size_t, hwy::N_AVX3::Vec<D>, T*) [with D = hwy::N_AVX3::Simd<short int, 32, 0>; 
Traits = SharedTraits<LaneTraits<OrderDescending> >; T = short int]’ at 
/<<PKGBUILDDIR>>/hwy/contrib/sort/vqsort-inl.h:384:29:
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h:5946:10: error: ‘__Y’ 
is used uninitialized [-Werror=uninitialized]
 5946 |   return (__m256d) __builtin_ia32_extractf64x4_mask ((__v8df) __A,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 5947 |                                                      __imm,
      |                                                      ~~~~~~
 5948 |                                                      (__v4df)
      |                                                      ~~~~~~~~
 5949 |                                                      
_mm256_undefined_pd (),
      |                                                      
~~~~~~~~~~~~~~~~~~~~~~~
 5950 |                                                      (__mmask8) -1);
      |                                                      ~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/include/avxintrin.h: In function ‘size_t 
hwy::N_AVX3::detail::Partition(D, Traits, T*, size_t, size_t, 
hwy::N_AVX3::Vec<D>, T*) [with D = hwy::N_AVX3::Simd<short int, 32, 0>; Traits 
= SharedTraits<LaneTraits<OrderDescending> >; T = short int]’:
/usr/lib/gcc/x86_64-linux-gnu/12/include/avxintrin.h:1210:11: note: ‘__Y’ was 
declared here
 1210 |   __m256d __Y = __Y;
      |           ^~~
In function ‘__m512i _mm512_inserti64x4(__m512i, __m256i, int)’,
    inlined from ‘__m512i _mm512_zextsi256_si512(__m256i)’ at 
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h:15934:29,
    inlined from ‘hwy::N_AVX3::Vec512<T> 
hwy::N_AVX3::ZeroExtendVector(Full512<T>, Vec256<T>) [with T = short unsigned 
int]’ at /<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:2134:42,
    inlined from ‘hwy::N_AVX3::Vec512<T> hwy::N_AVX3::Compress(Vec512<T>, 
Mask512<T>) [with T = short int; hwy::EnableIf<(sizeof (T) == 2)>* <anonymous> 
= 0]’ at /<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:3415:41,
    inlined from ‘size_t hwy::N_AVX3::CompressBlendedStore(Vec512<T>, 
Mask512<T>, Full512<T>, T*) [with T = short int]’ at 
/<<PKGBUILDDIR>>/hwy/ops/x86_512-inl.h:3514:42,
    inlined from ‘size_t hwy::N_AVX3::detail::Partition(D, Traits, T*, size_t, 
size_t, hwy::N_AVX3::Vec<D>, T*) [with D = hwy::N_AVX3::Simd<short int, 32, 0>; 
Traits = SharedTraits<LaneTraits<OrderDescending> >; T = short int]’ at 
/<<PKGBUILDDIR>>/hwy/contrib/sort/vqsort-inl.h:384:29:
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h:6173:10: error: ‘__Y’ 
is used uninitialized [-Werror=uninitialized]
 6173 |   return (__m512i) __builtin_ia32_inserti64x4_mask ((__v8di) __A,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 6174 |                                                     (__v4di) __B,
      |                                                     ~~~~~~~~~~~~~
 6175 |                                                     __imm,
      |                                                     ~~~~~~
 6176 |                                                     (__v8di)
      |                                                     ~~~~~~~~
 6177 |                                                     
_mm512_undefined_epi32 (),
      |                                                     
~~~~~~~~~~~~~~~~~~~~~~~~~~
 6178 |                                                     (__mmask8) -1);
      |                                                     ~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h: In function ‘size_t 
hwy::N_AVX3::detail::Partition(D, Traits, T*, size_t, size_t, 
hwy::N_AVX3::Vec<D>, T*) [with D = hwy::N_AVX3::Simd<short int, 32, 0>; Traits 
= SharedTraits<LaneTraits<OrderDescending> >; T = short int]’:
/usr/lib/gcc/x86_64-linux-gnu/12/include/avx512fintrin.h:206:11: note: ‘__Y’ 
was declared here
  206 |   __m512i __Y = __Y;
      |           ^~~
cc1plus: all warnings being treated as errors
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v 
returned exit code 1
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: highway
Source-Version: 0.17.0-10
Done: Mathieu Malaterre <[email protected]>

We believe that the bug you reported is fixed in the latest version of
highway, 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.
Mathieu Malaterre <[email protected]> (supplier of updated highway 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: Mon, 18 Jul 2022 15:42:24 +0200
Source: highway
Architecture: source
Version: 0.17.0-10
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<[email protected]>
Changed-By: Mathieu Malaterre <[email protected]>
Closes: 1012944 1015256
Changes:
 highway (0.17.0-10) unstable; urgency=medium
 .
   * d/rules: Prefer DEB_BUILD_ARCH_CPU over DEB_BUILD_ARCH
   * d/rules: Do not report warnings as errors anymore. Closes: #1012944
   * d/rules: Simplify handling of hurd+qemu
   * d/patches: Revert baseline EMU128 back to SCALAR. Closes: #1015256
Checksums-Sha1:
 45ed81b79e387691827ce2a1cdbefb2a365b1505 2153 highway_0.17.0-10.dsc
 899c9708c6d0d1bfa673184afcd0412e805da753 9200 highway_0.17.0-10.debian.tar.xz
 fba2b73d176e7ea1207a8f99cb1f409c53e43f59 6601 
highway_0.17.0-10_source.buildinfo
Checksums-Sha256:
 01869f485c0fc6449c3317b3c553b20f305fe3469e84f31e005680e39fcf2c1e 2153 
highway_0.17.0-10.dsc
 c1dd6c1e2ff2e70e3d34cd9c672cc21aa66ba307bc3c42b474433d95c2ae5485 9200 
highway_0.17.0-10.debian.tar.xz
 2c210cbee5c83b78c0f9cca8c85f2fbbbbd6112c0ff96c81021d1021ef263819 6601 
highway_0.17.0-10_source.buildinfo
Files:
 ccc099c9932ca1fe0e40e8f26f9988cd 2153 libs optional highway_0.17.0-10.dsc
 fe3c42d65f31af2cf6779f9d237bedf6 9200 libs optional 
highway_0.17.0-10.debian.tar.xz
 70a04fc7e86f092f6cd3d98459efc1d9 6601 libs optional 
highway_0.17.0-10_source.buildinfo

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

iQJFBAEBCgAvFiEEaTNn/67NjqrNHwY7AXHhgorgk0UFAmLVZVsRHG1hbGF0QGRl
Ymlhbi5vcmcACgkQAXHhgorgk0Wwug//U06sdFAJSVay4nI5TyzODGQqDVcYNGLd
xsQKTwvMhcrXuCtZE9Mb0dCny6t6LYeCTp1KQBR4HDdYvqL1rYPp1jYGDmFnxBTb
PhnLdIzCEz3ZJKciLmiWjRa3Y/QARAajmzoKs7J0PLUFUc/6YtmTpLVKiyCUTIzx
Ifw0qSqtN3aH/b6biUlNFGLLooGdpDW1ENMORAPeI1t/hsPisySaF1kY8STY+oQ1
3a9imVSqi6a0g2KjNdz4PoDgVOYhnkxRR038YXD9BoaKhxIFXrif/kjiueWf61uo
vmghG22K/sEsbLbrITvcKxlnyzw8/GE9EnTgwd4UVKr6Us0q7jD5aGSlz8cup/IA
/29p+zfblWT8MK3GKkiOs0AsWJ9D6l0MG0UoKVo2B6F72Mnack79gq2MCpAYwstm
leDRcNT2+NtPlkEswN70jwxoHCv/Pt6mPOqyTCes731ALkVBr0vW9YXAGD7kShh7
4K1jFyAU1DWkIUTb7ameec827Kp/3YtxU9bi2QlPbZhFO/CnS5uoLE7KJU/MH3FC
Lxj7Kif8K057Gl69bFurPsYqgsLT+84xXjeYIIwmZUPXT4YERMvSgBKjWfab5KNB
oP2VPNkHidw7zujkIR53zrilijKt1t3U5YKhtN/Yqo1ELw0Tyee8LVa4Oz5/2ChF
3kHACNE/bCU=
=59Pz
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-phototools-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-phototools-devel

Reply via email to