Your message dated Tue, 22 Sep 2020 09:04:52 +0000
with message-id <e1kkeeg-0003b1...@fasolo.debian.org>
and subject line Bug#966851: fixed in intel-graphics-compiler 1.0.5064-1
has caused the Debian Bug report #966851,
regarding intel-graphics-compiler: FTBFS: igax.hpp:501:30: error: argument to 
‘alloca’ may be too large [-Werror=alloca-larger-than=]
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.)


-- 
966851: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966851
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: intel-graphics-compiler
Version: 1.0.3627-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/build/IGC/visa && /usr/bin/c++  -DCL_KHR_FP64_EXT 
> -DDISABLE_ENCODER_EXCEPTIONS -DGHAL3D=USC -DICBE_LINUX -DIGC_CMAKE 
> -DIGC_EXPORTS=1 -DIGC_SPIRV_ENABLED -DINSIDE_PLUGIN -DISTDLIB_UMD -DLINUX 
> -DNDEBUG -DNOMINMAX -DSTANDALONE_MODE -DSTD_CALL -DUSC_EXPORTS=1 -DUSE_MMX 
> -DUSE_SSE -DUSE_SSE2 -DUSE_SSE3 -DUSE_SSSE3 -D_AMD64_ -D_COMPILER_DLL_ 
> -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_IGC_ 
> -D_SCL_SECURE_NO_WARNINGS -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS 
> -I/<<PKGBUILDDIR>>/IGC/WrapperLLVM/include 
> -I/<<PKGBUILDDIR>>/build/IGC/autogen -I/<<PKGBUILDDIR>>/IGC 
> -I/<<PKGBUILDDIR>>/IGC/common -I/<<PKGBUILDDIR>>/IGC/.. 
> -I/<<PKGBUILDDIR>>/IGC/../Common -I/<<PKGBUILDDIR>>/IGC/../3d/common 
> -I/<<PKGBUILDDIR>>/IGC/../inc -I/<<PKGBUILDDIR>>/IGC/../inc/common 
> -I/<<PKGBUILDDIR>>/IGC/../inc/common/Compiler 
> -I/<<PKGBUILDDIR>>/IGC/../inc/common/Compiler/API 
> -I/<<PKGBUILDDIR>>/IGC/../visa/include -I/<<PKGBUILDDIR>>/build/IGC/Release 
> -I/<<PKGBUILDDIR>>/IGC/AdaptorOCL/ocl_igc_shared/executable_format 
> -I/<<PKGBUILDDIR>>/IGC/AdaptorOCL 
> -I/<<PKGBUILDDIR>>/IGC/../inc/common/Compiler/common 
> -I/<<PKGBUILDDIR>>/IGC/AdaptorOCL/cif/cif/.. -I/usr/lib/llvm-10/include 
> -I/<<PKGBUILDDIR>>/build/IGC/visa -I/<<PKGBUILDDIR>>/visa 
> -I/<<PKGBUILDDIR>>/visa/include  -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fno-exceptions -fdata-sections -ffunction-sections -O2 
> -pipe -fmessage-length=0 -march=corei7 -mstackrealign -fms-extensions -Werror 
> -Wno-unused-parameter -Wno-missing-field-initializers -Wwrite-strings 
> -Wno-long-long -Wswitch -Wno-sign-compare -Wno-unused-result 
> -Wno-enum-compare -Wno-type-limits -Wno-ignored-qualifiers -Wformat-security 
> -Wno-extra -Wno-write-strings -finline -fno-strict-aliasing -msse -msse2 
> -msse3 -mssse3 -msse4 -msse4.1 -msse4.2 -Wno-unknown-pragmas -fPIC 
> -fstack-protector -finline-functions -funswitch-loops 
> -Wno-maybe-uninitialized -lrt -fno-rtti -fvisibility=hidden 
> -fvisibility-inlines-hidden -DNDEBUG -g   -std=gnu++17 -o 
> CMakeFiles/GenX_IR_Exe.dir/BinaryEncodingCNL.cpp.o -c 
> /<<PKGBUILDDIR>>/visa/BinaryEncodingCNL.cpp
> In file included from /<<PKGBUILDDIR>>/visa/iga/IGAExe/fatal.hpp:33,
>                  from /<<PKGBUILDDIR>>/visa/iga/IGAExe/iga_main.hpp:29,
>                  from /<<PKGBUILDDIR>>/visa/iga/IGAExe/list_ops.cpp:26:
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp: In member 
> function ‘std::string igax::OpSpec::menmonic() const’:
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp:501:30: error: 
> argument to ‘alloca’ may be too large [-Werror=alloca-larger-than=]
>   501 |             strPtr = (char *)alloca(strCap); \
>       |                              ^~~~~~
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp:507:1: note: in 
> expansion of macro ‘IGA_OPSPEC_STRING_GETTER’
>   507 | IGA_OPSPEC_STRING_GETTER(iga_opspec_mnemonic, 16);
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp: In member 
> function ‘std::string igax::OpSpec::name() const’:
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp:501:30: error: 
> argument to ‘alloca’ may be too large [-Werror=alloca-larger-than=]
>   501 |             strPtr = (char *)alloca(strCap); \
>       |                              ^~~~~~
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp:509:1: note: in 
> expansion of macro ‘IGA_OPSPEC_STRING_GETTER’
>   509 | IGA_OPSPEC_STRING_GETTER(iga_opspec_name, 32);
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp: In member 
> function ‘std::string igax::OpSpec::description() const’:
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp:501:30: error: 
> argument to ‘alloca’ may be too large [-Werror=alloca-larger-than=]
>   501 |             strPtr = (char *)alloca(strCap); \
>       |                              ^~~~~~
> /<<PKGBUILDDIR>>/visa/iga/IGAExe/../IGALibrary/api/igax.hpp:511:1: note: in 
> expansion of macro ‘IGA_OPSPEC_STRING_GETTER’
>   511 | IGA_OPSPEC_STRING_GETTER(iga_opspec_description, 128);
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> cc1plus: all warnings being treated as errors
> make[3]: *** [IGC/visa/iga/IGAExe/CMakeFiles/IGA_EXE.dir/build.make:131: 
> IGC/visa/iga/IGAExe/CMakeFiles/IGA_EXE.dir/list_ops.cpp.o] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/08/02/intel-graphics-compiler_1.0.3627-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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: intel-graphics-compiler
Source-Version: 1.0.5064-1
Done: Timo Aaltonen <tjaal...@debian.org>

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

Debian distribution maintenance software
pp.
Timo Aaltonen <tjaal...@debian.org> (supplier of updated 
intel-graphics-compiler 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: Tue, 22 Sep 2020 11:44:06 +0300
Source: intel-graphics-compiler
Architecture: source
Version: 1.0.5064-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenCL team <pkg-opencl-de...@lists.alioth.debian.org>
Changed-By: Timo Aaltonen <tjaal...@debian.org>
Closes: 966851
Changes:
 intel-graphics-compiler (1.0.5064-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #966851)
   * rules: Disable Vector Compute for now.
   * rules: Remove misplaced license documentation before dh_missing.
Checksums-Sha1:
 2d505507a45498998e6729a1e9ed39fbd3a5d3a0 2407 
intel-graphics-compiler_1.0.5064-1.dsc
 12ed38ad4db910b285667e91d3f27fc540a42cf9 6675927 
intel-graphics-compiler_1.0.5064.orig.tar.gz
 99c58fc9add9ab978381e59b1a3989e865fbadb0 2752 
intel-graphics-compiler_1.0.5064-1.debian.tar.xz
 aed97d641d5a82e3c6cb118455a97d7decf2f858 7520 
intel-graphics-compiler_1.0.5064-1_source.buildinfo
Checksums-Sha256:
 16d3872d3712e05110e5d7d404e19875bd9aeaab6e9f4a80ae5c949ee345fa24 2407 
intel-graphics-compiler_1.0.5064-1.dsc
 3636829234796e74bf8a94b6cf1e1e0fb709d0d8a56841f8334a6bea788e6857 6675927 
intel-graphics-compiler_1.0.5064.orig.tar.gz
 3813853eecffad015305ed9097ac1dd804af149bc54822d23dfc5624ea8744b3 2752 
intel-graphics-compiler_1.0.5064-1.debian.tar.xz
 087620318a56df129bc319d52de700b63d5e6caaea97266a8abcd2d6b64a5742 7520 
intel-graphics-compiler_1.0.5064-1_source.buildinfo
Files:
 6f6a6bd71da56111c8036d03bb79fd50 2407 libs optional 
intel-graphics-compiler_1.0.5064-1.dsc
 462a6acc3a24d3e5830bc0619a183116 6675927 libs optional 
intel-graphics-compiler_1.0.5064.orig.tar.gz
 6d2745d90cdb5fa2b504952d98e517e5 2752 libs optional 
intel-graphics-compiler_1.0.5064-1.debian.tar.xz
 4a8b616a9edc8d6cb2a03825c67cdd0b 7520 libs optional 
intel-graphics-compiler_1.0.5064-1_source.buildinfo

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

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAl9puXYACgkQy3AxZaiJ
hNzVzQ//eAzXjp9jXO9h6r/RleO1HwEf6ynBh21B7Ccm6SC5a6lwzDxw9AheVOsj
KRpWSV+z+z5OrhskjirRPdlMQFBQ/52lOEuVQgmEA+CAnStbaEgY6gr1GDiNcnsN
cUTbb1HJjkc0DbAUSxbyOQZo3bMW7LRYRfJ9hGXiPd4ekq3IgLJbM6i0kVDQacXt
4i9VlUC0Wxm1v3w7uRkP2sEpRviTfWgJla7Fh0Qwf1EQij6VOEvnAmPvTLLA//ZM
Vp4bS7cIfHwSLIRtN0620dVHDvInSgQd71X5fOrPAlhJIJHeSGn/vMCDEHGHbyKn
IxtPBPews5b29qedi16f6nmwLCAmky1XfCww5mcC66xHTnq9wqen9qlLVXZv0yvl
J0AHXqVB/614gvHPu6KIH5Lpm/neLhabhOOYoFj4jJSJ9Ylwez0V6RWIQCIgWBbl
E1Ex2QzM3uyvBj9GxEHKFjDmbzwFG5bpj0g8OCn4YTXSGmpVG+BaC1nD4MvIinmy
nW40/aMDN7JoJK25GnaBO+IZ42hN/ttWKVt3OBxFTpGFfOVr3AbpfpLjG4TBJFZV
RvPodgOBx9fDeAVa8QMzVGknRbCFmpaooBOCGpFUVPhxDd2E62iVzi6GrRYq3BVd
bsUNWZLd2C4D0QSvqy2OsAlCROK9mEoLiMT1ViuCNXCq5pPc4Co=
=CQTa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to