Your message dated Tue, 26 Jul 2022 19:00:09 +0000
with message-id <e1ogpmr-0006ig...@fasolo.debian.org>
and subject line Bug#1012981: fixed in libkiwix 11.0.0-1
has caused the Debian Bug report #1012981,
regarding libkiwix: 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 ow...@bugs.debian.org
immediately.)


-- 
1012981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libkiwix
Version: 10.1.1+dfsg-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/libkiwix_10.1.1+dfsg-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.

[...]
skin/block_external.js ['skin', 'block_external_js']
skin/search_results.css ['skin', 'search_results_css']
templates/search_result.html ['templates', 'search_result_html']
templates/error.html ['templates', 'error_html']
templates/index.html ['templates', 'index_html']
templates/suggestion.json ['templates', 'suggestion_json']
templates/head_taskbar.html ['templates', 'head_taskbar_html']
templates/taskbar_part.html ['templates', 'taskbar_part_html']
templates/external_blocker_part.html ['templates', 'external_blocker_part_html']
templates/captured_external.html ['templates', 'captured_external_html']
templates/catalog_entries.xml ['templates', 'catalog_entries_xml']
templates/catalog_v2_root.xml ['templates', 'catalog_v2_root_xml']
templates/catalog_v2_entries.xml ['templates', 'catalog_v2_entries_xml']
templates/catalog_v2_entry.xml ['templates', 'catalog_v2_entry_xml']
templates/catalog_v2_categories.xml ['templates', 'catalog_v2_categories_xml']
templates/catalog_v2_languages.xml ['templates', 'catalog_v2_languages_xml']
opensearchdescription.xml ['opensearchdescription_xml']
catalog_v2_searchdescription.xml ['catalog_v2_searchdescription_xml']
[2/60] c++ -Itest/kiwixserve.p -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 
-pthread -MD -MQ test/kiwixserve.p/kiwixserve.cpp.o -MF 
test/kiwixserve.p/kiwixserve.cpp.o.d -o test/kiwixserve.p/kiwixserve.cpp.o -c 
../test/kiwixserve.cpp
[3/60] c++ -Itest/stringTools.p -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 
-pthread -MD -MQ test/stringTools.p/stringTools.cpp.o -MF 
test/stringTools.p/stringTools.cpp.o.d -o test/stringTools.p/stringTools.cpp.o 
-c ../test/stringTools.cpp
[4/60] c++ -Itest/tagParsing.p -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 
-pthread -MD -MQ test/tagParsing.p/tagParsing.cpp.o -MF 
test/tagParsing.p/tagParsing.cpp.o.d -o test/tagParsing.p/tagParsing.cpp.o -c 
../test/tagParsing.cpp
[5/60] c++ -Itest/counterParsing.p -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 
-pthread -MD -MQ test/counterParsing.p/counterParsing.cpp.o -MF 
test/counterParsing.p/counterParsing.cpp.o.d -o 
test/counterParsing.p/counterParsing.cpp.o -c ../test/counterParsing.cpp
[6/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/bookmark.cpp.o -MF 
src/libkiwix.so.10.1.1.p/bookmark.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/bookmark.cpp.o -c ../src/bookmark.cpp
[7/60] c++ -Itest/regex.p -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 
-pthread -MD -MQ test/regex.p/regex.cpp.o -MF test/regex.p/regex.cpp.o.d -o 
test/regex.p/regex.cpp.o -c ../test/regex.cpp
[8/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/meson-generated_.._.._static_kiwixlib-resources.cpp.o 
-MF 
src/libkiwix.so.10.1.1.p/meson-generated_.._.._static_kiwixlib-resources.cpp.o.d
 -o 
src/libkiwix.so.10.1.1.p/meson-generated_.._.._static_kiwixlib-resources.cpp.o 
-c static/kiwixlib-resources.cpp
[9/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/book.cpp.o -MF src/libkiwix.so.10.1.1.p/book.cpp.o.d 
-o src/libkiwix.so.10.1.1.p/book.cpp.o -c ../src/book.cpp
[10/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/manager.cpp.o -MF 
src/libkiwix.so.10.1.1.p/manager.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/manager.cpp.o -c ../src/manager.cpp
[11/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/libxml_dumper.cpp.o -MF 
src/libkiwix.so.10.1.1.p/libxml_dumper.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/libxml_dumper.cpp.o -c ../src/libxml_dumper.cpp
[12/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/entry.cpp.o -MF src/libkiwix.so.10.1.1.p/entry.cpp.o.d 
-o src/libkiwix.so.10.1.1.p/entry.cpp.o -c ../src/entry.cpp
[13/60] c++ -Itest/pathTools.p -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 
-pthread -MD -MQ test/pathTools.p/pathTools.cpp.o -MF 
test/pathTools.p/pathTools.cpp.o.d -o test/pathTools.p/pathTools.cpp.o -c 
../test/pathTools.cpp
[14/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/server.cpp.o -MF 
src/libkiwix.so.10.1.1.p/server.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/server.cpp.o -c ../src/server.cpp
[15/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/downloader.cpp.o -MF 
src/libkiwix.so.10.1.1.p/downloader.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/downloader.cpp.o -c ../src/downloader.cpp
[16/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/reader.cpp.o -MF 
src/libkiwix.so.10.1.1.p/reader.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/reader.cpp.o -c ../src/reader.cpp
[17/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/subprocess.cpp.o -MF 
src/libkiwix.so.10.1.1.p/subprocess.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/subprocess.cpp.o -c ../src/subprocess.cpp
[18/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/tools_base64.cpp.o -MF 
src/libkiwix.so.10.1.1.p/tools_base64.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/tools_base64.cpp.o -c ../src/tools/base64.cpp
[19/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/searcher.cpp.o -MF 
src/libkiwix.so.10.1.1.p/searcher.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/searcher.cpp.o -c ../src/searcher.cpp
[20/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/tools_regexTools.cpp.o -MF 
src/libkiwix.so.10.1.1.p/tools_regexTools.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/tools_regexTools.cpp.o -c ../src/tools/regexTools.cpp
[21/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/opds_dumper.cpp.o -MF 
src/libkiwix.so.10.1.1.p/opds_dumper.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/opds_dumper.cpp.o -c ../src/opds_dumper.cpp
[22/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/aria2.cpp.o -MF src/libkiwix.so.10.1.1.p/aria2.cpp.o.d 
-o src/libkiwix.so.10.1.1.p/aria2.cpp.o -c ../src/aria2.cpp
[23/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/tools_pathTools.cpp.o -MF 
src/libkiwix.so.10.1.1.p/tools_pathTools.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/tools_pathTools.cpp.o -c ../src/tools/pathTools.cpp
[24/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/tools_networkTools.cpp.o -MF 
src/libkiwix.so.10.1.1.p/tools_networkTools.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/tools_networkTools.cpp.o -c 
../src/tools/networkTools.cpp
[25/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/library.cpp.o -MF 
src/libkiwix.so.10.1.1.p/library.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/library.cpp.o -c ../src/library.cpp
FAILED: src/libkiwix.so.10.1.1.p/library.cpp.o 
c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/library.cpp.o -MF 
src/libkiwix.so.10.1.1.p/library.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/library.cpp.o -c ../src/library.cpp
In file included from /usr/include/xapian.h:44,
                 from ../src/library.cpp:35:
/usr/include/xapian/version.h:29:2: error: #warning The C++ ABI version of 
compiler you are using does not exactly match [-Werror=cpp]
   29 | #warning The C++ ABI version of compiler you are using does not exactly 
match
      |  ^~~~~~~
/usr/include/xapian/version.h:30:2: error: #warning that of the compiler used 
to build the library. If linking fails [-Werror=cpp]
   30 | #warning that of the compiler used to build the library. If linking 
fails
      |  ^~~~~~~
/usr/include/xapian/version.h:31:2: error: #warning due to missing symbols, 
this is probably the reason why. [-Werror=cpp]
   31 | #warning due to missing symbols, this is probably the reason why.
      |  ^~~~~~~
/usr/include/xapian/version.h:32:2: error: #warning The Xapian library was 
built with g++ 11.2.0 [-Werror=cpp]
   32 | #warning The Xapian library was built with g++ 11.2.0
      |  ^~~~~~~
cc1plus: all warnings being treated as errors
[26/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/tools_stringTools.cpp.o -MF 
src/libkiwix.so.10.1.1.p/tools_stringTools.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/tools_stringTools.cpp.o -c ../src/tools/stringTools.cpp
[27/60] c++ -Itest/library.p -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DGTEST_HAS_PTHREAD=1 
-pthread -MD -MQ test/library.p/library.cpp.o -MF 
test/library.p/library.cpp.o.d -o test/library.p/library.cpp.o -c 
../test/library.cpp
[28/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/tools_archiveTools.cpp.o -MF 
src/libkiwix.so.10.1.1.p/tools_archiveTools.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/tools_archiveTools.cpp.o -c 
../src/tools/archiveTools.cpp
[29/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/kiwixserve.cpp.o -MF 
src/libkiwix.so.10.1.1.p/kiwixserve.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/kiwixserve.cpp.o -c ../src/kiwixserve.cpp
[30/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/name_mapper.cpp.o -MF 
src/libkiwix.so.10.1.1.p/name_mapper.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/name_mapper.cpp.o -c ../src/name_mapper.cpp
[31/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/search_renderer.cpp.o -MF 
src/libkiwix.so.10.1.1.p/search_renderer.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/search_renderer.cpp.o -c ../src/search_renderer.cpp
[32/60] c++ -Isrc/libkiwix.so.10.1.1.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include/kainjow -Istatic -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wnon-virtual-dtor -Werror -std=c++11 -O0 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
src/libkiwix.so.10.1.1.p/tools_otherTools.cpp.o -MF 
src/libkiwix.so.10.1.1.p/tools_otherTools.cpp.o.d -o 
src/libkiwix.so.10.1.1.p/tools_otherTools.cpp.o -c ../src/tools/otherTools.cpp
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:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libkiwix
Source-Version: 11.0.0-1
Done: Kunal Mehta <lego...@debian.org>

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

Debian distribution maintenance software
pp.
Kunal Mehta <lego...@debian.org> (supplier of updated libkiwix 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: SHA256

Format: 1.8
Date: Mon, 25 Jul 2022 14:34:05 -0400
Source: libkiwix
Binary: libkiwix-dev libkiwix11 libkiwix11-dbgsym
Architecture: source amd64
Version: 11.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Kunal Mehta <lego...@debian.org>
Changed-By: Kunal Mehta <lego...@debian.org>
Description:
 libkiwix-dev - library of common code for Kiwix (development)
 libkiwix11 - library of common code for Kiwix
Closes: 1012981
Changes:
 libkiwix (11.0.0-1) experimental; urgency=medium
 .
   * New upstream version 11.0.0
   * Disable -Werror (Closes: #1012981)
Checksums-Sha1:
 6cf9603eda774d85dfb4199308b44cbb431649d3 2103 libkiwix_11.0.0-1.dsc
 e42dc43e743073d126542ffbcce7adfd1a0545b0 1182800 libkiwix_11.0.0.orig.tar.xz
 7083b7b05c47fefde557ae41cafdee6d1c9a1846 11376 libkiwix_11.0.0-1.debian.tar.xz
 19fb0ade0d02dcb196ca46dd0ab68e639324f88c 36616 libkiwix-dev_11.0.0-1_amd64.deb
 b9383ebdda880b8bae86fac961d7e6202656d65f 6260160 
libkiwix11-dbgsym_11.0.0-1_amd64.deb
 fe8b6ec7a91b40c18085e262f61cba5f9c288e5b 654184 libkiwix11_11.0.0-1_amd64.deb
 9ba47c905215b3da26bed9004b77049a05238cdf 8335 libkiwix_11.0.0-1_amd64.buildinfo
Checksums-Sha256:
 eef2d79928fced87400f0f2ee193252dc24493755e0962c5655344b0eb1acc0d 2103 
libkiwix_11.0.0-1.dsc
 02834201e02dfbb6a2f3b89ddcd42a02fbc93943e14bffefca9b52fd1c4bcf67 1182800 
libkiwix_11.0.0.orig.tar.xz
 fcb143be6b55a2e39993a8a60c57d6e1016637fa48f1aeb4b5911cecd6cccf12 11376 
libkiwix_11.0.0-1.debian.tar.xz
 9ed09c2cc01e604ce4be3129af4f4c414d10821095af426ccb2ffd9f99fb94ca 36616 
libkiwix-dev_11.0.0-1_amd64.deb
 039f36f7d9e49d884699794fe9476af1ff8e55a0c296271cc013698de20102cb 6260160 
libkiwix11-dbgsym_11.0.0-1_amd64.deb
 d4418216f749b00515b1032bc2e051d1b09b94912562f23e0e1191db89e48ac4 654184 
libkiwix11_11.0.0-1_amd64.deb
 a6b5d60eb70e6e90a9add1d1bfed6ae1dcb7e148cfe2c0ca836ec129c8a4ecb9 8335 
libkiwix_11.0.0-1_amd64.buildinfo
Files:
 bd01eb65056a705cc0ffb112489ab9b7 2103 libs optional libkiwix_11.0.0-1.dsc
 b291eba9dbf60569d7a832e98b1ac642 1182800 libs optional 
libkiwix_11.0.0.orig.tar.xz
 57a4d225934b1e72d88b55c4fd3d0178 11376 libs optional 
libkiwix_11.0.0-1.debian.tar.xz
 fdaff8f91c7e799e964e3948f27072cf 36616 libdevel optional 
libkiwix-dev_11.0.0-1_amd64.deb
 b5db65770088ead1a4b113dafe5552a3 6260160 debug optional 
libkiwix11-dbgsym_11.0.0-1_amd64.deb
 aabaa61922b459c9c6db7c3b012c3ee5 654184 libs optional 
libkiwix11_11.0.0-1_amd64.deb
 741bd585e91692b5a8d0150d810cc58c 8335 libs optional 
libkiwix_11.0.0-1_amd64.buildinfo

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

iQJHBAEBCAAxFiEE2MtZ8F27ngU4xIGd8QX4EBsFJpsFAmLfBwMTHGxlZ29rdG1A
cmlzZXVwLm5ldAAKCRDxBfgQGwUmmwzWEADNNxLtFnxBj5hcPjXFpJ3FvsGZ+WZB
Lp/D8WpcpmS0KQ9p5e+nFSBU4a8vPzExjYV7cHzqmc22hlaptXHR3/lvaS7+YCAY
y2PyCWOf12hLb7jngfFKhnZ+hn2TXa+TPDOsoEbI9ns+Y17nPSrvwVOD7FYdbvkb
12EePqTpV8b1016ZG6Ic3xu4jMWcSJwCUVM5cNa+kTpkqKcX72RmEITLIa0p2wCy
+OZIyelSSenxDdsAkheFak93AvKq+1PwWkUIksb5TSoCa0uYw8zbS48FW2QSHDI3
uFKqXMwFxvVaou4TDrKoRCDPw9YOwLoViQXR//+Rsr/jQSsS/UxPi3Wy0JK32SUP
CE/mP6qvXdWL986ZKoPWvy7bsAk8qVWiFU/iUFj7Mo69MpOm41KQalkYi9mYJpJx
cOPhPxgbr7LUXsdbTCjbgTxqHFnT3+FV6u51YzdV9HmKvbajlRs1lipJv/3B2+8l
wM3Yq6m1+FZazRaMqRiLp5fNHweQAmOBJER0mlxqEw+xSM+aubfAsR2UoWaeP5Jf
NbOGP/uwc/INHdCLEP8EGmfFqCpDjWlMfGTApnoITD0BqyI+pV/VXyYJEu7B5D6Z
jgCglmdVVYddMRmCC7j20oJM3WfYNArRO/336MR04wPkMsyAexMSLi5SPUjlCWwZ
fFykyGkjtkGB+A==
=IejO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to