Your message dated Thu, 21 Oct 2021 22:35:54 +0000
with message-id <e1mdgfc-0008kv...@fasolo.debian.org>
and subject line Bug#984290: fixed in pentobi 18.3-2
has caused the Debian Bug report #984290,
regarding pentobi: 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 ow...@bugs.debian.org
immediately.)


-- 
984290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pentobi
Version: 18.3-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/pentobi_18.3-1_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>>/libboardgame_test/../libboardgame_base/ArrayList.h:38:19: 
error: ‘numeric_limits’ was not declared in this scope
   38 |     static_assert(numeric_limits<IntType>::is_integer);
      |                   ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/libboardgame_test/../libboardgame_base/ArrayList.h:38:41: 
error: expected primary-expression before ‘>’ token
   38 |     static_assert(numeric_limits<IntType>::is_integer);
      |                                         ^
/<<PKGBUILDDIR>>/libboardgame_test/../libboardgame_base/ArrayList.h:38:44: 
error: ‘::is_integer’ has not been declared
   38 |     static_assert(numeric_limits<IntType>::is_integer);
      |                                            ^~~~~~~~~~
make[3]: *** 
[libboardgame_base/tests/CMakeFiles/test_libboardgame_base.dir/build.make:85: 
libboardgame_base/tests/CMakeFiles/test_libboardgame_base.dir/ArrayListTest.cpp.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:525: 
libboardgame_base/tests/CMakeFiles/test_libboardgame_base.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 45%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/Book.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/Book.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/Book.cpp
[ 45%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/CallistoGeometry.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/CallistoGeometry.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/CallistoGeometry.cpp
[ 46%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/Game.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/Game.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/Game.cpp
[ 46%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/GembloQGeometry.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/GembloQGeometry.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/GembloQGeometry.cpp
[ 47%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/GembloQTransform.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/GembloQTransform.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/GembloQTransform.cpp
[ 47%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/NexosGeometry.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/NexosGeometry.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/NexosGeometry.cpp
[ 48%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/NodeUtil.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/NodeUtil.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/NodeUtil.cpp
[ 48%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PentobiSgfUtil.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/PentobiSgfUtil.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PentobiSgfUtil.cpp
[ 49%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PentobiTree.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/PentobiTree.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PentobiTree.cpp
[ 49%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PentobiTreeWriter.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/PentobiTreeWriter.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PentobiTreeWriter.cpp
[ 50%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PieceInfo.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/PieceInfo.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PieceInfo.cpp
[ 50%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PieceTransformsClassic.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o 
CMakeFiles/pentobi_base.dir/PieceTransformsClassic.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PieceTransformsClassic.cpp
[ 50%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PieceTransformsGembloQ.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o 
CMakeFiles/pentobi_base.dir/PieceTransformsGembloQ.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PieceTransformsGembloQ.cpp
[ 51%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PieceTransforms.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/PieceTransforms.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PieceTransforms.cpp
[ 51%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PieceTransformsTrigon.cpp.o
[ 52%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/PlayerBase.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/PieceTransformsTrigon.cpp.o 
-c /<<PKGBUILDDIR>>/libpentobi_base/PieceTransformsTrigon.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/PlayerBase.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/PlayerBase.cpp
[ 52%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/StartingPoints.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/StartingPoints.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/StartingPoints.cpp
[ 53%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/SymmetricPoints.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/SymmetricPoints.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/SymmetricPoints.cpp
[ 53%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/TreeUtil.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/TreeUtil.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/TreeUtil.cpp
[ 54%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/TrigonGeometry.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/TrigonGeometry.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/TrigonGeometry.cpp
[ 54%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/TrigonTransform.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/TrigonTransform.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/TrigonTransform.cpp
[ 55%] Building CXX object 
libpentobi_base/CMakeFiles/pentobi_base.dir/Variant.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/libpentobi_base/.. -I/<<PKGBUILDDIR>>/libboardgame_base/.. 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wdate-time -D_FORTIFY_SOURCE=2 -ffast-math -Wall 
-Wextra -std=gnu++17 -o CMakeFiles/pentobi_base.dir/Variant.cpp.o -c 
/<<PKGBUILDDIR>>/libpentobi_base/Variant.cpp
[ 55%] Linking CXX static library libpentobi_base.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/cmake -P 
CMakeFiles/pentobi_base.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libpentobi_base && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/pentobi_base.dir/link.txt --verbose=1
/usr/bin/ar qc libpentobi_base.a CMakeFiles/pentobi_base.dir/BoardConst.cpp.o 
CMakeFiles/pentobi_base.dir/Board.cpp.o 
CMakeFiles/pentobi_base.dir/BoardUpdater.cpp.o 
CMakeFiles/pentobi_base.dir/BoardUtil.cpp.o 
CMakeFiles/pentobi_base.dir/Book.cpp.o 
CMakeFiles/pentobi_base.dir/CallistoGeometry.cpp.o 
CMakeFiles/pentobi_base.dir/Game.cpp.o 
CMakeFiles/pentobi_base.dir/GembloQGeometry.cpp.o 
CMakeFiles/pentobi_base.dir/GembloQTransform.cpp.o 
CMakeFiles/pentobi_base.dir/NexosGeometry.cpp.o 
CMakeFiles/pentobi_base.dir/NodeUtil.cpp.o 
CMakeFiles/pentobi_base.dir/PentobiSgfUtil.cpp.o 
CMakeFiles/pentobi_base.dir/PentobiTree.cpp.o 
CMakeFiles/pentobi_base.dir/PentobiTreeWriter.cpp.o 
CMakeFiles/pentobi_base.dir/PieceInfo.cpp.o 
CMakeFiles/pentobi_base.dir/PieceTransformsClassic.cpp.o 
CMakeFiles/pentobi_base.dir/PieceTransformsGembloQ.cpp.o 
CMakeFiles/pentobi_base.dir/PieceTransforms.cpp.o 
CMakeFiles/pentobi_base.dir/PieceTransformsTrigon.cpp.o 
CMakeFiles/pentobi_base.dir/PlayerBase.cpp.o CMakeFiles/p
 entobi_base.dir/StartingPoints.cpp.o 
CMakeFiles/pentobi_base.dir/SymmetricPoints.cpp.o 
CMakeFiles/pentobi_base.dir/TreeUtil.cpp.o 
CMakeFiles/pentobi_base.dir/TrigonGeometry.cpp.o 
CMakeFiles/pentobi_base.dir/TrigonTransform.cpp.o 
CMakeFiles/pentobi_base.dir/Variant.cpp.o
/usr/bin/ranlib libpentobi_base.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 55%] Built target pentobi_base
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:163: all] Error 2
make[1]: 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: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pentobi
Source-Version: 18.3-2
Done: Markus Koschany <a...@debian.org>

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated pentobi 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: Fri, 22 Oct 2021 00:11:53 +0200
Source: pentobi
Architecture: source
Version: 18.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 984290
Changes:
 pentobi (18.3-2) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 4.6.0.
   * Fix FTBFS with GCC 11. (Closes: #984290)
Checksums-Sha1:
 a1084e1e5c44fa16e7ffb0126791f75b4cfb977b 2612 pentobi_18.3-2.dsc
 ce3d81db6ef28be1f9f0ad47cb4ce8c0720a9c7d 8232 pentobi_18.3-2.debian.tar.xz
 9231e7215e8aa5af29eb5566ff2c4f4b04bd5d8d 18805 pentobi_18.3-2_amd64.buildinfo
Checksums-Sha256:
 771782424938a000af2664126f9e2b0b8a8732d2bfe6857b2d0beb9384e0951e 2612 
pentobi_18.3-2.dsc
 019327f48ea644efb04e226536a199b8203a463dae5e1903c1783096e1435a94 8232 
pentobi_18.3-2.debian.tar.xz
 9e7022d9850da55af043b3dc60f8e28a2882ff69a0ffa6a40ed18a15af2efa90 18805 
pentobi_18.3-2_amd64.buildinfo
Files:
 b31e9d196ff718c1f87a7f5fb6c253c2 2612 games optional pentobi_18.3-2.dsc
 85cb4fefb5257de69a16eea704dab072 8232 games optional 
pentobi_18.3-2.debian.tar.xz
 f25b4d8bd8a2024f6afb56eadb883611 18805 games optional 
pentobi_18.3-2_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmFx5llfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkaggP/i3PsAxTUZQ4B38UT3RwvODVfCuTQHULrBrE
mjjYaPUGzxm41kf17XXLBuojd+Ws8Q87tRFjpI76uhk8qPr8CmPlvGAEs0WXIrzz
Q90qTsQPaoreKn9vymE8WA98K0g4WcfboHwT7o0/QgjLQUX8RdDjUbdd+q9rM484
WXceBkxtOfqDwNeT8aIfW9oaJnwF5sXJ9DZnIdWz56xPq7C8BSgDVKIHl92KyJjd
+bKZgn7e/1Q/aG4vyt0tJ6UFiW5mw2TnMY8KwT5/B4CnYXEHmP0WZHT2C6Ht8rmp
G63S4xFwh6eFExM6LGyCs3IvBY9MpLVSbbteUcRoTD48y7HlQlhttQAi3H1DnsMR
eLAC6Yc5Fnh2FzW+r3AxYng7rVN95fRoTCyulT40lObyY0i9H8IGV5qC4O2mPOzP
pUsmm6HA958r9NqccOGApy1JXoE96lCVUZgTU8RkKeP3hQd3g/5f2Ei6DWY2Fa6d
F5znwCyZrglrDSk7sDoLPSR8AxDF8Mj/Gj9qda+28AZrVIxfQUWZ8R9Qq1dlHXQr
vU8ZJBqM42tVMXJEQSz9tWKHeUI3v4ebtiSYcmpXJG8GxyHowXV/6aorXPPxs3x8
rp8YK+bydPQof/nhRxjb4ytv1GlnGXq46Ia/dhcD6EnSNi04QDIi3Pvly5FLVtHt
I4OJ+mVa
=r/+k
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to