Your message dated Thu, 28 Oct 2021 12:49:04 +0000
with message-id <e1mg4q8-0007ir...@fasolo.debian.org>
and subject line Bug#984288: fixed in pdf2djvu 0.9.18.1-1
has caused the Debian Bug report #984288,
regarding pdf2djvu: 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.)


-- 
984288: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984288
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pdf2djvu
Version: 0.9.17.1-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/pdf2djvu_0.9.17.1-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.

[...]
checking for uuid_create... no
checking for uuid... yes
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for timegm... yes
checking whether g++ accepts -Werror=unknown-warning-option... no
checking whether g++ accepts -Wall... yes
checking whether g++ accepts -Wempty-body... yes
checking whether g++ accepts -Werror=misleading-indentation... yes
checking whether g++ accepts -Werror=narrowing... yes
checking whether g++ accepts -Werror=overloaded-virtual... yes
configure: creating ./config.status
config.status: creating autoconf.mk
config.status: creating autoconf.hh
config.status: executing po-directories commands
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wempty-body 
-Werror=misleading-indentation -Werror=narrowing -Werror=overloaded-virtual 
-pthread -I/usr/include/poppler -I/usr/include/GraphicsMagick  
-I/usr/include/uuid -Wdate-time -D_FORTIFY_SOURCE=2   -c -o config.o config.cc
g++ -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wempty-body 
-Werror=misleading-indentation -Werror=narrowing -Werror=overloaded-virtual 
-pthread -I/usr/include/poppler -I/usr/include/GraphicsMagick  
-I/usr/include/uuid -Wdate-time -D_FORTIFY_SOURCE=2   -c -o debug.o debug.cc
g++ -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wempty-body 
-Werror=misleading-indentation -Werror=narrowing -Werror=overloaded-virtual 
-pthread -I/usr/include/poppler -I/usr/include/GraphicsMagick  
-I/usr/include/uuid -Wdate-time -D_FORTIFY_SOURCE=2   -c -o djvu-outline.o 
djvu-outline.cc
tools/generate-paths-hh localedir /usr/share/locale djvulibre_bindir /usr/bin
g++ -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wempty-body 
-Werror=misleading-indentation -Werror=narrowing -Werror=overloaded-virtual 
-pthread -I/usr/include/poppler -I/usr/include/GraphicsMagick  
-I/usr/include/uuid -Wdate-time -D_FORTIFY_SOURCE=2   -c -o image-filter.o 
image-filter.cc
In file included from debug.hh:23,
                 from debug.cc:15:
system.hh:144:9: error: invalid use of incomplete type ‘class File’
  144 |   File::streamoff size();
      |         ^~~~~~~~~
system.hh:127:7: note: definition of ‘class File’ is not complete until the 
closing brace
  127 | class File : public std::fstream
      |       ^~~~
make[1]: *** [<builtin>: debug.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from debug.hh:23,
                 from config.cc:27:
system.hh:144:9: error: invalid use of incomplete type ‘class File’
  144 |   File::streamoff size();
      |         ^~~~~~~~~
system.hh:127:7: note: definition of ‘class File’ is not complete until the 
closing brace
  127 | class File : public std::fstream
      |       ^~~~
make[1]: *** [<builtin>: config.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pdf2djvu
Source-Version: 0.9.18.1-1
Done: Hsieh-Tseng Shen <woodrow.s...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
pdf2djvu, 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.
Hsieh-Tseng Shen <woodrow.s...@gmail.com> (supplier of updated pdf2djvu 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: Thu, 28 Oct 2021 18:15:17 +0800
Source: pdf2djvu
Built-For-Profiles: noudeb
Architecture: source
Version: 0.9.18.1-1
Distribution: unstable
Urgency: medium
Maintainer: Hsieh-Tseng Shen <woodrow.s...@gmail.com>
Changed-By: Hsieh-Tseng Shen <woodrow.s...@gmail.com>
Closes: 984288
Changes:
 pdf2djvu (0.9.18.1-1) unstable; urgency=medium
 .
   * New upstream release.
     + Fix build failure with Poppler ≥ 21.10.
     + Fix FTBFS with gcc-11. (Closes: #984288)
Checksums-Sha1:
 1251e0d002c0c1170c2a5d57fb02db915274bde4 2336 pdf2djvu_0.9.18.1-1.dsc
 a8b8cb8445afd6568116f77bd14266872ada80aa 304492 pdf2djvu_0.9.18.1.orig.tar.xz
 8b3f13ae12843c2aa8154a9d6de3b5e94c8f6140 833 pdf2djvu_0.9.18.1.orig.tar.xz.asc
 5dff1faa1512de6da994a0a4baa742c845679541 28952 
pdf2djvu_0.9.18.1-1.debian.tar.xz
 31b75b0275977383c44fe6890ef839ac8f79f1b0 10313 
pdf2djvu_0.9.18.1-1_source.buildinfo
Checksums-Sha256:
 4ebfefa1693558bc5596d3ed2d4fa17c90319fded786e9afcfe2c58ecefa0d82 2336 
pdf2djvu_0.9.18.1-1.dsc
 ab45d7c70ba837f01e6b5b5c18acf8af6200dad4bae8e47e4c2ca01fbf2fa930 304492 
pdf2djvu_0.9.18.1.orig.tar.xz
 b47fcd710d3819e4923930bdf51a30c43bfebcd037c0ea60b1cd70f297dd7775 833 
pdf2djvu_0.9.18.1.orig.tar.xz.asc
 0ceca2bd1ca48e2c6700df5c14eecdb0b04772c2bcfe231f8addc31a70099218 28952 
pdf2djvu_0.9.18.1-1.debian.tar.xz
 2dd05bd5f380258dc7756382fd83a3ca3bf9509703f34d00d4c1ae19fa79d8d2 10313 
pdf2djvu_0.9.18.1-1_source.buildinfo
Files:
 be1d9767ba7a7ea56f182f9f77823e7e 2336 text optional pdf2djvu_0.9.18.1-1.dsc
 9a2ce9783d9afea2c83548ae4e820406 304492 text optional 
pdf2djvu_0.9.18.1.orig.tar.xz
 1d3b70a499a8f07be35fe0cd60eeea43 833 text optional 
pdf2djvu_0.9.18.1.orig.tar.xz.asc
 3a5dc92950c84ff0d62002905bcf6521 28952 text optional 
pdf2djvu_0.9.18.1-1.debian.tar.xz
 d5e74416384dff0a9a5216fb5c529db0 10313 text optional 
pdf2djvu_0.9.18.1-1_source.buildinfo

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

iQJLBAEBCgA1FiEET6DRWYA/+LY06Vo4OXD+JHy2loUFAmF6ldIXHHdvb2Ryb3cu
c2hlbkBnbWFpbC5jb20ACgkQOXD+JHy2loXcTA/9FSpOp8306ToBxIFM475/h1lv
bmtq1Bn0sKfYxLsRQOnqvHkjaJzLYwGD82V+rkaRhcZ5y8qctj7B9FqZS9au7fkA
bim3rWcy6nv/CTs+xaKlh5i/pou1Zy5EBgWKKELHmENh41pK2vARsuuDPaCp6Xcd
bKKR5q8Xto+AcB9c5SkWltCVeMsEZ+S7Iyn9TI3Bggv3ZFnE36MrrpdYxjqCk+pu
wV1p40PCefD38rlrynLQDRMAK0x9tkadlUjh7ryCWo4kMCV7fpTNUot2NJbk7ln5
KeP0cL/DFsvPon5R6v4dIeRE5QUQKZVtJrCj9wE8+MCPegRjLzZUnY8uLNj7uOrb
iMbVEKvYoJFrDGacWc2DXjz81BKSoWAoT+b3yEY/UbjLesCe8noo2AW8uFCCtz/J
1IZN2WqgP9bZHlGq7cJw0A12Gbpx4r+OZx1Fjk6/0+sVqIL7i2KeQC8C39NW/i3B
wmNFn1n/clewhDQujVDGE9qBY9KyssFE2GUWbKp3bnjSAaLMQmw65YimuPGcvPGS
yBJR5lQCD0GyXVhKIli+gp+DqqK35BjI5sZxEpQgRQ1wmfelFnb+NyBNxw4JGuTG
YFRC6qsL1ANyu7TQNZeIHfi+z8U0yb8/52X6O09SEvIgPt0UeV3hYQ5LQd0y3H6s
xagsUlTXg9YIJXfa6fg=
=omxS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to