Your message dated Wed, 13 Oct 2021 07:33:22 +0000
with message-id <[email protected]>
and subject line Bug#983984: fixed in beignet 1.3.2-9
has caused the Debian Bug report #983984,
regarding beignet: ftbfs with GCC-11
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.)


-- 
983984: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983984
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:beignet
Version: 1.3.2-8
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/beignet_1.3.2-8_unstable_gcc11.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.

[...]
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp:314:1: note: in 
expansion of macro ‘MAKE_UTEST_FROM_FUNCTION’
  314 | MAKE_UTEST_FROM_FUNCTION(compiler_workgroup_scan_exclusive_max_float);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp: In function 
‘void __ANON__compiler_workgroup_scan_exclusive_min_int__()’:
/<<PKGBUILDDIR>>/utests/utest.hpp:125:22: warning: catching polymorphic type 
‘class Exception’ by value [-Wcatch-value=]
  125 |     catch (Exception e) { \
      |                      ^
/<<PKGBUILDDIR>>/utests/utest.hpp:99:40: note: in expansion of macro 
‘UTEST_EXPECT_SUCCESS’
   99 |   static void __ANON__##FN##__(void) { UTEST_EXPECT_SUCCESS(FN()); } \
      |                                        ^~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp:329:1: note: in 
expansion of macro ‘MAKE_UTEST_FROM_FUNCTION’
  329 | MAKE_UTEST_FROM_FUNCTION(compiler_workgroup_scan_exclusive_min_int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp: In function 
‘void __ANON__compiler_workgroup_scan_exclusive_min_uint__()’:
/<<PKGBUILDDIR>>/utests/utest.hpp:125:22: warning: catching polymorphic type 
‘class Exception’ by value [-Wcatch-value=]
  125 |     catch (Exception e) { \
      |                      ^
/<<PKGBUILDDIR>>/utests/utest.hpp:99:40: note: in expansion of macro 
‘UTEST_EXPECT_SUCCESS’
   99 |   static void __ANON__##FN##__(void) { UTEST_EXPECT_SUCCESS(FN()); } \
      |                                        ^~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp:340:1: note: in 
expansion of macro ‘MAKE_UTEST_FROM_FUNCTION’
  340 | MAKE_UTEST_FROM_FUNCTION(compiler_workgroup_scan_exclusive_min_uint);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp: In function 
‘void __ANON__compiler_workgroup_scan_exclusive_min_long__()’:
/<<PKGBUILDDIR>>/utests/utest.hpp:125:22: warning: catching polymorphic type 
‘class Exception’ by value [-Wcatch-value=]
  125 |     catch (Exception e) { \
      |                      ^
/<<PKGBUILDDIR>>/utests/utest.hpp:104:40: note: in expansion of macro 
‘UTEST_EXPECT_SUCCESS’
  104 |   static void __ANON__##FN##__(void) { UTEST_EXPECT_SUCCESS(FN()); } \
      |                                        ^~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp:351:1: note: in 
expansion of macro ‘MAKE_UTEST_FROM_FUNCTION_WITH_ISSUE’
  351 | 
MAKE_UTEST_FROM_FUNCTION_WITH_ISSUE(compiler_workgroup_scan_exclusive_min_long);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp: In function 
‘void __ANON__compiler_workgroup_scan_exclusive_min_ulong__()’:
/<<PKGBUILDDIR>>/utests/utest.hpp:125:22: warning: catching polymorphic type 
‘class Exception’ by value [-Wcatch-value=]
  125 |     catch (Exception e) { \
      |                      ^
/<<PKGBUILDDIR>>/utests/utest.hpp:104:40: note: in expansion of macro 
‘UTEST_EXPECT_SUCCESS’
  104 |   static void __ANON__##FN##__(void) { UTEST_EXPECT_SUCCESS(FN()); } \
      |                                        ^~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp:362:1: note: in 
expansion of macro ‘MAKE_UTEST_FROM_FUNCTION_WITH_ISSUE’
  362 | 
MAKE_UTEST_FROM_FUNCTION_WITH_ISSUE(compiler_workgroup_scan_exclusive_min_ulong);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp: In function 
‘void __ANON__compiler_workgroup_scan_exclusive_min_float__()’:
/<<PKGBUILDDIR>>/utests/utest.hpp:125:22: warning: catching polymorphic type 
‘class Exception’ by value [-Wcatch-value=]
  125 |     catch (Exception e) { \
      |                      ^
/<<PKGBUILDDIR>>/utests/utest.hpp:99:40: note: in expansion of macro 
‘UTEST_EXPECT_SUCCESS’
   99 |   static void __ANON__##FN##__(void) { UTEST_EXPECT_SUCCESS(FN()); } \
      |                                        ^~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/utests/compiler_workgroup_scan_exclusive.cpp:373:1: note: in 
expansion of macro ‘MAKE_UTEST_FROM_FUNCTION’
  373 | MAKE_UTEST_FROM_FUNCTION(compiler_workgroup_scan_exclusive_min_float);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [utests/CMakeFiles/utests.dir/build.make:5051: 
utests/CMakeFiles/utests.dir/compiler_workgroup_scan_exclusive.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:472: utests/CMakeFiles/utests.dir/all] Error 
2
make[3]: *** Waiting for unfinished jobs....
[ 67%] Linking CXX executable gbe_bin_generater
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/backend/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/gbe_bin_generater.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DGBE_DEBUG=1  -funroll-loops -fstrict-aliasing -fPIC -Wall 
-Wcast-align -Wl,-E -std=c++0x -Wno-invalid-offsetof -fno-rtti 
-I/usr/lib/llvm-9/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS 
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DGBE_DEBUG_MEMORY=0  
-DGBE_COMPILER_AVAILABLE=1 -fvisibility=hidden -Wl,-z,relro -Wl,-z,now 
-rdynamic CMakeFiles/gbe_bin_generater.dir/gbe_bin_generater.cpp.o -o 
gbe_bin_generater   -L/usr/lib/llvm-9/lib  
-Wl,-rpath,/usr/lib/llvm-9/lib:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/backend/src
 libgbe.so -ldrm_intel -ldrm /usr/lib/llvm-9/lib/libclangCodeGen.a 
/usr/lib/llvm-9/lib/libclangFrontend.a 
/usr/lib/llvm-9/lib/libclangSerialization.a 
/usr/lib/llvm-9/lib/libclangDriver.a /usr/lib/llvm-9/lib/libclangSema.a 
/usr/lib/llvm-9/lib/libclangStaticAnalyzerFrontend.a 
/usr/lib/llvm-9/lib/libclangStaticAnalyzerCheckers.a /usr
 /lib/llvm-9/lib/libclangStaticAnalyzerCore.a 
/usr/lib/llvm-9/lib/libclangAnalysis.a /usr/lib/llvm-9/lib/libclangEdit.a 
/usr/lib/llvm-9/lib/libclangASTMatchers.a /usr/lib/llvm-9/lib/libclangAST.a 
/usr/lib/llvm-9/lib/libclangParse.a /usr/lib/llvm-9/lib/libclangSema.a 
/usr/lib/llvm-9/lib/libclangStaticAnalyzerFrontend.a 
/usr/lib/llvm-9/lib/libclangStaticAnalyzerCheckers.a 
/usr/lib/llvm-9/lib/libclangStaticAnalyzerCore.a 
/usr/lib/llvm-9/lib/libclangAnalysis.a /usr/lib/llvm-9/lib/libclangEdit.a 
/usr/lib/llvm-9/lib/libclangASTMatchers.a /usr/lib/llvm-9/lib/libclangAST.a 
/usr/lib/llvm-9/lib/libclangParse.a /usr/lib/llvm-9/lib/libclangLex.a 
/usr/lib/llvm-9/lib/libclangBasic.a -lLLVMXRay -lLLVMWindowsManifest 
-lLLVMTextAPI -lLLVMTableGen -lLLVMSymbolize -lLLVMDebugInfoPDB 
-lLLVMPerfJITEvents -lLLVMOrcJIT -lLLVMJITLink -lLLVMObjectYAML -lLLVMMCA 
-lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMLineEditor -lLLVMLibDriver 
-lLLVMInterpreter -lLLVMFuzzMutate -lLLVMMCJIT -lLLVMExecutionEngine -lLLVM
 RuntimeDyld -lLLVMDlltoolDriver -lLLVMOption -lLLVMDebugInfoGSYM 
-lLLVMCoverage -lLLVMCoroutines -lLLVMAVRDisassembler -lLLVMAVRCodeGen 
-lLLVMAVRAsmParser -lLLVMAVRDesc -lLLVMAVRInfo -lLLVMXCoreDisassembler 
-lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMX86Disassembler 
-lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Utils -lLLVMX86Info 
-lLLVMWebAssemblyDisassembler -lLLVMWebAssemblyCodeGen -lLLVMWebAssemblyDesc 
-lLLVMWebAssemblyAsmParser -lLLVMWebAssemblyInfo -lLLVMSystemZDisassembler 
-lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo 
-lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc 
-lLLVMSparcInfo -lLLVMRISCVDisassembler -lLLVMRISCVCodeGen -lLLVMRISCVAsmParser 
-lLLVMRISCVDesc -lLLVMRISCVUtils -lLLVMRISCVInfo -lLLVMPowerPCDisassembler 
-lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo 
-lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMMSP430Disassembler 
-lLLVMMSP430Cod
 eGen -lLLVMMSP430AsmParser -lLLVMMSP430Desc -lLLVMMSP430Info 
-lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc 
-lLLVMMipsInfo -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser 
-lLLVMLanaiDesc -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen 
-lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo 
-lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc 
-lLLVMBPFInfo -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser 
-lLLVMARMDesc -lLLVMARMUtils -lLLVMARMInfo -lLLVMAMDGPUDisassembler 
-lLLVMAMDGPUCodeGen -lLLVMMIRParser -lLLVMipo -lLLVMInstrumentation 
-lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser 
-lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUUtils -lLLVMAMDGPUInfo 
-lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen 
-lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoDWARF 
-lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine 
-lLLVMAggressiveInstCombi
 ne -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData 
-lLLVMObject -lLLVMBitReader -lLLVMBitstreamReader -lLLVMCore -lLLVMRemarks 
-lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMMC 
-lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMBinaryFormat 
-lLLVMAArch64Utils -lLLVMAArch64Info -lLLVMSupport -lLLVMDemangle -lz -lrt -ldl 
-ltinfo -lpthread -lm -lpthread -ldl 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 67%] Built target gbe_bin_generater
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:174: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: beignet
Source-Version: 1.3.2-9
Done: Andreas Beckmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
beignet, 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.
Andreas Beckmann <[email protected]> (supplier of updated beignet 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: SHA256

Format: 1.8
Date: Wed, 13 Oct 2021 09:11:00 +0200
Source: beignet
Architecture: source
Version: 1.3.2-9
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenCL Maintainers <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 983984
Changes:
 beignet (1.3.2-9) unstable; urgency=medium
 .
   * Switch to debhelper-compat (= 13).
   * Fix FTBFS with GCC 11.  (Closes: #983984)
Checksums-Sha1:
 53f16724451ee743b4aceb0392d746639e21ffd8 2625 beignet_1.3.2-9.dsc
 e1b128be82ed7930c798f86dbac515237bae9831 39048 beignet_1.3.2-9.debian.tar.xz
 5fbf4bbe44bca53b6bd74919c6db4a7cfb49ec0b 10225 beignet_1.3.2-9_source.buildinfo
Checksums-Sha256:
 7b616bed918a8dab649ec47db2f691b001567bf7f2adf48eaafa1adf4f06d6c7 2625 
beignet_1.3.2-9.dsc
 70041dbd092916cab8c3f9c0927f188edc9c72cc1924c7eb561265a1cf76dfc3 39048 
beignet_1.3.2-9.debian.tar.xz
 895c597d1fdceef999e4182d496494c716cc98822c5aa3cfd225cb47d7f589d6 10225 
beignet_1.3.2-9_source.buildinfo
Files:
 b2f4266fb9edca715ff8096714841838 2625 libs optional beignet_1.3.2-9.dsc
 d7b4708159628ab8b949cf1c5f3f4eaa 39048 libs optional 
beignet_1.3.2-9.debian.tar.xz
 f6e2e36741cd9e08b583b320321fa2b7 10225 libs optional 
beignet_1.3.2-9_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmFmh1oQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCLnVD/9J/2YHAh+7qb/O7cPuRacy9NUUeb3UOV1K
dR0UO4IJcLNIFM+T04Mmwu7xwB5P9p9OXKtGQr9g3zbLckzfb4v4+VeN2/FuZ4Jz
1Zdlj8wbgxmvytt5BPE7Z3xs3Gj+n33bH9r8CpBXibVRFI4FffCY4i/wAWgrO5ry
ly7MJklZsOlTquavvvCAvkaN47Dtm+W93pMtTjx6m5G+uobgkYbCV5Tei5USUDSv
XxvP53cHPN5vSz2rgPA5OVVEei6EfDzGQPxhBLfQUJTvKMdN4rmEwAzqYCjczU2G
5nCmBbAQVmJoUzPRWIBVOZ3OCgsPhLH9w+MbQMJWRXzeuShO3DXWX5++0YbLiO5U
GZCg3XZhxJWhSpLhuJrjcS81aMDUM0Rxe87/2cubaWIAGJ3c5v+3t0kYrk0n5+h1
IUelOXyzmnGdWmE2c1/gNIH7QjlSkwp391tohW7Z2NSbgIwsdmwaCnq/quHt1iiO
2dQyHni2t/4/B/LgCu+lgRDQt+isbZEkr13NuasCfi452Nwmy28MX0LUQKEhCKo1
L7c9RZrdjRgWNeYIZD+HarZdJP7fhbrO7Z7dhprITGqBwIPBRMwwOhPW+mVsgR+B
bu/whXqzaFCdpnuIcAN3p5QoNMfGvi6bXmR5AUC6xLAcpuGgIHVRe4F7OKfaHhLB
C9oORA8o+g==
=x/k7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to