Your message dated Mon, 14 Dec 2020 11:03:33 +0000
with message-id <e1koldd-0002kj...@fasolo.debian.org>
and subject line Bug#957003: fixed in aqemu 0.9.2-3
has caused the Debian Bug report #957003,
regarding aqemu: ftbfs with GCC-10
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.)


-- 
957003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:aqemu
Version: 0.9.2-2.3
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/aqemu_0.9.2-2.3_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
/<<PKGBUILDDIR>>/src/docopt/docopt.h:21:9: note:   no known conversion for 
argument 1 from ‘const char [43]’ to ‘docopt::DocoptLanguageError&&’
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp: In function 
‘std::map<std::__cxx11::basic_string<char>, docopt::value> 
docopt::docopt_parse(const string&, const 
std::vector<std::__cxx11::basic_string<char> >&, bool, bool, bool)’:
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp:1016:41: error: no matching function for 
call to ‘docopt::DocoptLanguageError::DocoptLanguageError(const char*)’
 1016 |   throw DocoptLanguageError(error.what());
      |                                         ^
In file included from /<<PKGBUILDDIR>>/src/docopt/docopt.cpp:9:
/<<PKGBUILDDIR>>/src/docopt/docopt.h:21:9: note: candidate: ‘constexpr 
docopt::DocoptLanguageError::DocoptLanguageError()’
   21 |  struct DocoptLanguageError : std::runtime_error { using 
runtime_error::runtime_error; };
      |         ^~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/docopt/docopt.h:21:9: note:   candidate expects 0 
arguments, 1 provided
/<<PKGBUILDDIR>>/src/docopt/docopt.h:21:9: note: candidate: ‘constexpr 
docopt::DocoptLanguageError::DocoptLanguageError(const 
docopt::DocoptLanguageError&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:21:9: note:   no known conversion for 
argument 1 from ‘const char*’ to ‘const docopt::DocoptLanguageError&’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:21:9: note: candidate: ‘constexpr 
docopt::DocoptLanguageError::DocoptLanguageError(docopt::DocoptLanguageError&&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:21:9: note:   no known conversion for 
argument 1 from ‘const char*’ to ‘docopt::DocoptLanguageError&&’
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp:1023:41: error: no matching function for 
call to ‘docopt::DocoptArgumentError::DocoptArgumentError(const char*)’
 1023 |   throw DocoptArgumentError(error.what());
      |                                         ^
In file included from /<<PKGBUILDDIR>>/src/docopt/docopt.cpp:9:
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError()’
   24 |  struct DocoptArgumentError : std::runtime_error { using 
runtime_error::runtime_error; };
      |         ^~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   candidate expects 0 
arguments, 1 provided
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError(const 
docopt::DocoptArgumentError&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   no known conversion for 
argument 1 from ‘const char*’ to ‘const docopt::DocoptArgumentError&’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError(docopt::DocoptArgumentError&&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   no known conversion for 
argument 1 from ‘const char*’ to ‘docopt::DocoptArgumentError&&’
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp:1047:63: error: no matching function for 
call to 
‘docopt::DocoptArgumentError::DocoptArgumentError(std::__cxx11::basic_string<char>)’
 1047 |   throw DocoptArgumentError("Unexpected argument: " + leftover);
      |                                                               ^
In file included from /<<PKGBUILDDIR>>/src/docopt/docopt.cpp:9:
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError()’
   24 |  struct DocoptArgumentError : std::runtime_error { using 
runtime_error::runtime_error; };
      |         ^~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   candidate expects 0 
arguments, 1 provided
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError(const 
docopt::DocoptArgumentError&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   no known conversion for 
argument 1 from ‘std::__cxx11::basic_string<char>’ to ‘const 
docopt::DocoptArgumentError&’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError(docopt::DocoptArgumentError&&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   no known conversion for 
argument 1 from ‘std::__cxx11::basic_string<char>’ to 
‘docopt::DocoptArgumentError&&’
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp:1050:71: error: no matching function for 
call to ‘docopt::DocoptArgumentError::DocoptArgumentError(const char [42])’
 1050 |  throw DocoptArgumentError("Arguments did not match expected 
patterns"); // BLEH. Bad error.
      |                                                                       ^
In file included from /<<PKGBUILDDIR>>/src/docopt/docopt.cpp:9:
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError()’
   24 |  struct DocoptArgumentError : std::runtime_error { using 
runtime_error::runtime_error; };
      |         ^~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   candidate expects 0 
arguments, 1 provided
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError(const 
docopt::DocoptArgumentError&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   no known conversion for 
argument 1 from ‘const char [42]’ to ‘const docopt::DocoptArgumentError&’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note: candidate: ‘constexpr 
docopt::DocoptArgumentError::DocoptArgumentError(docopt::DocoptArgumentError&&)’
/<<PKGBUILDDIR>>/src/docopt/docopt.h:24:9: note:   no known conversion for 
argument 1 from ‘const char [42]’ to ‘docopt::DocoptArgumentError&&’
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp: In function 
‘std::map<std::__cxx11::basic_string<char>, docopt::value> docopt::docopt(const 
string&, const std::vector<std::__cxx11::basic_string<char> >&, bool, const 
string&, bool)’:
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp:1070:22: error: ‘const struct 
docopt::DocoptLanguageError’ has no member named ‘what’
 1070 |   std::cerr << error.what() << std::endl;
      |                      ^~~~
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp:1073:22: error: ‘const struct 
docopt::DocoptArgumentError’ has no member named ‘what’
 1073 |   std::cerr << error.what();
      |                      ^~~~
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp: In function 
‘std::map<std::__cxx11::basic_string<char>, docopt::value> 
docopt::docopt_parse(const string&, const 
std::vector<std::__cxx11::basic_string<char> >&, bool, bool, bool)’:
/<<PKGBUILDDIR>>/src/docopt/docopt.cpp:1011:11: warning: control reaches end of 
non-void function [-Wreturn-type]
 1011 |  Required pattern;
      |           ^~~~~~~
make[3]: *** [CMakeFiles/aqemu.dir/build.make:197: 
CMakeFiles/aqemu.dir/src/docopt/docopt.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:139: CMakeFiles/aqemu.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aqemu
Source-Version: 0.9.2-3
Done: Alexis Murzeau <amub...@gmail.com>

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

Debian distribution maintenance software
pp.
Alexis Murzeau <amub...@gmail.com> (supplier of updated aqemu 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: Sat, 05 Dec 2020 22:45:24 +0100
Source: aqemu
Architecture: source
Version: 0.9.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Alexis Murzeau <amub...@gmail.com>
Closes: 874050 957003 966261
Changes:
 aqemu (0.9.2-3) unstable; urgency=medium
 .
   * QA upload.
   * debian/patches:
     - Fix build with GCC 10 (Closes: #957003).
     - Docs: fix groff warning about empty line.
     - Fix spelling of some words.
     - Merge Debian-specific desktop file into upstream's one and move
       icons to share/icons.
     - Forward all patches to upstream.
   * debian/control:
     - Replace qemu dummy package dependency to qemu system packages
       (Closes: 966261, 874050).
     - Bumped Standards-Version to 4.5.1 and debhelper compat to 13.
     - Put package in Debian QA Group now that it is orphaned.
     - Remove trailing spaces.
     - Add Rules-Requires-Root: no as the build doesn't require root.
     - Update homepage to github instead of sourceforge.
   * debian/copyright:
     - Use secure uri (https) for Format field.
   * debian/changelog:
     - Remove trailing whitespaces.
   * debian/rules:
     - Add hardening option.
     - Remove build dir from aqemu binary.
   * debian/watch:
     - Update to version 4.
   * Add upstream/metadata file.
Checksums-Sha1:
 fd254f99eb6d0188b6de67306ef64353147275d7 2144 aqemu_0.9.2-3.dsc
 c9755e29a4e69f1309c5de967ebd705c0dbc5315 19608 aqemu_0.9.2-3.debian.tar.xz
 e241d0a4c62307639cf9c124ac7380d4a08515ab 10357 aqemu_0.9.2-3_source.buildinfo
Checksums-Sha256:
 ad69d4e9867afe453b6c4404fcc3c0495f2573d0e944243386bc33bf8d8213dc 2144 
aqemu_0.9.2-3.dsc
 a20f6ef679095693e6ff2d59a291f6c6eb410a2e29d00da0e02542f600e04231 19608 
aqemu_0.9.2-3.debian.tar.xz
 7c4762ac3f683d3ed3c6287a864f383e4e1a3842f5612e67efd8d2b6d13ead69 10357 
aqemu_0.9.2-3_source.buildinfo
Files:
 45d7d901aa4041134de47d60460fe370 2144 x11 optional aqemu_0.9.2-3.dsc
 33b6413c977059165a7845a9f03c8b36 19608 x11 optional aqemu_0.9.2-3.debian.tar.xz
 fd056ee512376c82b88af9e4f5401a79 10357 x11 optional 
aqemu_0.9.2-3_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/XQlEACgkQweDZLphv
fH5ITRAAsMIzhe/1KH7zjoZKxa8VkZS6M1JcH7Aq9w1t/uuecHYljVCVPAGK2mpR
O0hX/z2RLfE2CX1YRKOkB7sOp5TK3TEdoTJhCqzv1jigpwpj9daAXxq2ANEt0Wc1
MJ7XgSIX/0Kg2rXeqe61a3E7StMuzADI5Eu6q/oWwiW99bdXNhxqTXEIg2lR6zek
YuYqNLE8Ian5HynRa6arEvE+oUjJtr/5yL/9r/vShfzqF9D2IE2iwvit2d8f/AnR
fMX+bY+Pk2uxmi58n80eo8zioetyfk9Ev4zksCjHbnrav83ecO0yqFGXHy4SQuNu
fSmUQdAhAwsE8nJUTDkDEjq21nHgMdct8vxZq43sCSjKOSWmVLD/isJYPIkpRTpU
DaSL1VEJntcqDWRbQT0awWhWfJuEjZf44MTvQJL0P3MvYdN2zdKqghzAIOZ2H6vK
/G/6qEL25Z0ulG7UViZp2XuHsIfnbOavt/M8gb/wUXdCnJf1IPxOfPX+qGmA1SCW
04e222LC6XGp9hK2I7idSQfVdSfO2aDYf1ekL1i/qKUxCo4vIz9F8AgXB09RL4+f
+NiuDxZ3xMqcbSz2Ylh5V84oqaVHU1Kbb8d52M/nb/M9jOtZ7GsxKuiTs7PKoYjB
zZw6jXiveX8Andj73yRn+4d9s3Ike5/1jMRG+F21KWc6lnRI+JM=
=RjJi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to