Your message dated Fri, 12 Nov 2021 15:19:24 +0000
with message-id <e1mlykq-0003me...@fasolo.debian.org>
and subject line Bug#984119: fixed in fbpager 0.1.5~git20090221.1.8e0927e6-3
has caused the Debian Bug report #984119,
regarding fbpager: 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.)


-- 
984119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fbpager
Version: 0.1.5~git20090221.1.8e0927e6-2
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/fbpager_0.1.5~git20090221.1.8e0927e6-2_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.

[...]
In file included from FbPager.cc:38:
Resources.hh: In member function ‘std::string FbTk::Resource<T>::getString() 
[with T = FbPager::FbPager::Alignment]’:
Resources.hh:72:1: warning: control reaches end of non-void function 
[-Wreturn-type]
   72 | }
      | ^
mv -f .deps/fbpager-FbPager.Tpo .deps/fbpager-FbPager.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..    -IFbTk -g -O2   -MT 
fbpager-Workspace.o -MD -MP -MF .deps/fbpager-Workspace.Tpo -c -o 
fbpager-Workspace.o `test -f 'Workspace.cc' || echo './'`Workspace.cc
In file included from Workspace.hh:27,
                 from Workspace.cc:24:
FbTk/FbWindow.hh:208:10: warning: ‘template<class> class std::auto_ptr’ is 
deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  208 |     std::auto_ptr<FbTk::Transparent> m_transparent;
      |          ^~~~~~~~
In file included from /usr/include/c++/11/memory:76,
                 from FbTk/FbWindow.hh:30,
                 from Workspace.hh:27,
                 from Workspace.cc:24:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
mv -f .deps/fbpager-Workspace.Tpo .deps/fbpager-Workspace.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..    -IFbTk -g -O2   -MT 
fbpager-Ewmh.o -MD -MP -MF .deps/fbpager-Ewmh.Tpo -c -o fbpager-Ewmh.o `test -f 
'Ewmh.cc' || echo './'`Ewmh.cc
In file included from Ewmh.cc:22:
Ewmh.hh:52:10: warning: ‘template<class> class std::auto_ptr’ is deprecated: 
use 'std::unique_ptr' instead [-Wdeprecated-declarations]
   52 |     std::auto_ptr<Ewmh_priv> m_data;
      |          ^~~~~~~~
In file included from /usr/include/c++/11/memory:76,
                 from Ewmh.hh:26,
                 from Ewmh.cc:22:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from Ewmh.cc:28:
FbTk/FbWindow.hh:208:10: warning: ‘template<class> class std::auto_ptr’ is 
deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  208 |     std::auto_ptr<FbTk::Transparent> m_transparent;
      |          ^~~~~~~~
In file included from /usr/include/c++/11/memory:76,
                 from Ewmh.hh:26,
                 from Ewmh.cc:22:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from Ewmh.cc:30:
PropertyTools.hh:33:52: error: ISO C++17 does not allow dynamic exception 
specifications
   33 | unsigned int getIntProperty(Window win, Atom atom) throw 
(PropertyException);
      |                                                    ^~~~~
PropertyTools.hh:34:46: error: ISO C++17 does not allow dynamic exception 
specifications
   34 | Window getWinProperty(Window win, Atom atom) throw (PropertyException);
      |                                              ^~~~~
PropertyTools.hh:35:76: error: ISO C++17 does not allow dynamic exception 
specifications
   35 | void getWinArrayProperty(Window win, Atom atom, std::vector<Window> 
&cont) throw (PropertyException);
      |                                                                         
   ^~~~~
Ewmh.cc:56:14: warning: ‘template<class> class std::auto_ptr’ is deprecated: 
use 'std::unique_ptr' instead [-Wdeprecated-declarations]
   56 | typedef std::auto_ptr<PropT> PropTPtr;
      |              ^~~~~~~~
In file included from /usr/include/c++/11/memory:76,
                 from Ewmh.hh:26,
                 from Ewmh.cc:22:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
make[4]: *** [Makefile:362: fbpager-Ewmh.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:402: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:267: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:195: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:44: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fbpager
Source-Version: 0.1.5~git20090221.1.8e0927e6-3
Done: Baptiste Beauplat <lykn...@debian.org>

We believe that the bug you reported is fixed in the latest version of
fbpager, 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.
Baptiste Beauplat <lykn...@debian.org> (supplier of updated fbpager 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: Fri, 12 Nov 2021 15:03:18 +0100
Source: fbpager
Architecture: source
Version: 0.1.5~git20090221.1.8e0927e6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Baptiste Beauplat <lykn...@debian.org>
Closes: 765203 984119 999024
Changes:
 fbpager (0.1.5~git20090221.1.8e0927e6-3) unstable; urgency=medium
 .
   * QA upload.
   * Switch to 3.0 source format
   * Add a DEP-14 compatible gbp.conf
   * Remove dynamic exception specifications (Closes: #984119)
   * Convert d/rules to debhelper: (Closes: #999024, #765203)
     - Replace all rules by the generic dh call
     - Keep fbpager.1 target to generate the manpage
     - Use execute_before_dh_installman to call the fbpager.1 target
     - Move fbpager install and cleanup to d/manpages and d/clean
     - Use d/examples to install rc.default
   * Remove unused d/dirs
   * Remove unused d/rc.default.header
   * Remove trailing whitespace from d/rc.default
   * Use debhelper-compat instead of debhelper:
     - Update Build-Depends
     - Bump to debhelper-compat 13
     - Remove unused d/compat
   * Host packaging Vcs on salsa.debian.org:
     - Update Vcs-* fields in d/control
     - Add salsa CI
   * Set Rules-Requires-Root: no in d/control
   * Bump Standards-Version to 4.6.0
   * Convert copyright to DEP-5
   * Remove implicit autotools-dev and quilt Build-Depends
   * Set github page as Homepage
   * Remove trailing newline in d/changelog
   * Remove article from short description
   * Add upstream metadata
   * Add d/watch
   * Add lintian override for ancient-libtool ltconfig (unused by autogenerated
     autoreconf files)
   * Add lintian override for spelling error (the source is actually correct)
Checksums-Sha1:
 cd9299c3753d3c1ee57d2bcd4976636789c1ce8a 1463 
fbpager_0.1.5~git20090221.1.8e0927e6-3.dsc
 daf7047ff30591951bf4bf740bec70cef9db39b7 7016 
fbpager_0.1.5~git20090221.1.8e0927e6-3.debian.tar.xz
 fb64802b5d2204caade8ce294ba7621fe5958aff 6464 
fbpager_0.1.5~git20090221.1.8e0927e6-3_amd64.buildinfo
Checksums-Sha256:
 b9526f97bfcf82dc4c466d23f9ab993d42dac4984234bca08b5c2cd3a87f0eea 1463 
fbpager_0.1.5~git20090221.1.8e0927e6-3.dsc
 14935cc456c318493b923bf0f395f9b6bc1a34d9bee6080bfcf57865672f1616 7016 
fbpager_0.1.5~git20090221.1.8e0927e6-3.debian.tar.xz
 f4546e042213370d8ac3fd1dbbe5d7f7a2edc006269fa076d921b7cdc1924a81 6464 
fbpager_0.1.5~git20090221.1.8e0927e6-3_amd64.buildinfo
Files:
 53c7cdca90e2e40e41fa5eead25d1591 1463 x11 optional 
fbpager_0.1.5~git20090221.1.8e0927e6-3.dsc
 3afd1153b43c78c042abaa22cbc8710c 7016 x11 optional 
fbpager_0.1.5~git20090221.1.8e0927e6-3.debian.tar.xz
 6df74990bfb57f0a6bdb12b856672d6c 6464 x11 optional 
fbpager_0.1.5~git20090221.1.8e0927e6-3_amd64.buildinfo

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

iIkEARYIADEWIQQt4kiVMTxdp/CJ4U4XSUsQeV3XMwUCYY6AqhMcbHlrbm9kZUBk
ZWJpYW4ub3JnAAoJEBdJSxB5XdczS+EBAJM9/m9/eDF7NiJCJIkyxqBkW1qZ6Azd
jEQ8PzJjapTbAQDvizPnTm6u4/p6Vl7IAjUjGkZUPHwaDZn2hz0nq/3pCg==
=08nQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to