Your message dated Thu, 17 Aug 2017 21:08:05 +0000
with message-id <e1dis1n-000hxk...@fasolo.debian.org>
and subject line Bug#853546: fixed in mgba 0.5.2+dfsg1-3
has caused the Debian Bug report #853546,
regarding mgba: ftbfs with GCC-7
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.)


-- 
853546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mgba
Version: 0.5.2+dfsg1-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/mgba_0.5.2+dfsg1-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
             is_function
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.h:202:13: error: 
'function' is not a member of 'std'
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.h:202:13: note: 
suggested alternative: 'is_function'
  QList<std::function<void ()>> m_resetActions;
             ^~~~~~~~
             is_function
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.h:202:28: error: 
template argument 1 is invalid
  QList<std::function<void ()>> m_resetActions;
                            ^
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.h:202:29: error: 
expected unqualified-id before '>' token
  QList<std::function<void ()>> m_resetActions;
                             ^~
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.cpp: In lambda 
function:
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.cpp:152:34: 
error: 'class QGBA::GameController' has no member named 'm_resetActions'; did 
you mean 'm_useBios'?
   for (auto action : controller->m_resetActions) {
                                  ^~~~~~~~~~~~~~
                                  m_useBios
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.cpp:155:15: 
error: 'class QGBA::GameController' has no member named 'm_resetActions'; did 
you mean 'm_useBios'?
   controller->m_resetActions.clear();
               ^~~~~~~~~~~~~~
               m_useBios
qt/CMakeFiles/mgba-qt.dir/build.make:524: recipe for target 
'qt/CMakeFiles/mgba-qt.dir/IOViewer.cpp.o' failed
make[3]: *** [qt/CMakeFiles/mgba-qt.dir/IOViewer.cpp.o] Error 1
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.cpp: In member 
function 'void QGBA::GameController::loadSave(const QString&, bool)':
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.cpp:473:2: error: 
'm_resetActions' was not declared in this scope
  m_resetActions.append([this, path, temporary]() {
  ^~~~~~~~~~~~~~
qt/CMakeFiles/mgba-qt.dir/build.make:740: recipe for target 
'qt/CMakeFiles/mgba-qt.dir/MemoryView.cpp.o' failed
make[3]: *** [qt/CMakeFiles/mgba-qt.dir/MemoryView.cpp.o] Error 1
/<<BUILDDIR>>/mgba-0.5.2+dfsg1/src/platform/qt/GameController.cpp:473:2: note: 
suggested alternative: 'm_useBios'
  m_resetActions.append([this, path, temporary]() {
  ^~~~~~~~~~~~~~
  m_useBios
qt/CMakeFiles/mgba-qt.dir/build.make:452: recipe for target 
'qt/CMakeFiles/mgba-qt.dir/GameController.cpp.o' failed
make[3]: *** [qt/CMakeFiles/mgba-qt.dir/GameController.cpp.o] Error 1
qt/CMakeFiles/mgba-qt.dir/build.make:644: recipe for target 
'qt/CMakeFiles/mgba-qt.dir/LoadSaveState.cpp.o' failed
make[3]: *** [qt/CMakeFiles/mgba-qt.dir/LoadSaveState.cpp.o] Error 1
qt/CMakeFiles/mgba-qt.dir/build.make:836: recipe for target 
'qt/CMakeFiles/mgba-qt.dir/PaletteView.cpp.o' failed
make[3]: *** [qt/CMakeFiles/mgba-qt.dir/PaletteView.cpp.o] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/mgba-0.5.2+dfsg1/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:256: recipe for target 'qt/CMakeFiles/mgba-qt.dir/all' 
failed
make[2]: *** [qt/CMakeFiles/mgba-qt.dir/all] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/mgba-0.5.2+dfsg1/obj-x86_64-linux-gnu'
Makefile:152: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/mgba-0.5.2+dfsg1/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: mgba
Source-Version: 0.5.2+dfsg1-3

We believe that the bug you reported is fixed in the latest version of
mgba, 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 853...@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 mgba 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, 17 Aug 2017 21:39:12 +0200
Source: mgba
Binary: libmgba mgba-qt mgba-sdl mgba-common libretro-mgba
Architecture: source
Version: 0.5.2+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libmgba    - Game Boy Advance emulator (common library for mGBA)
 libretro-mgba - Libretro wrapper for mGBA
 mgba-common - Game Boy Advance emulator (common files for mGBA)
 mgba-qt    - Game Boy Advance emulator (Qt frontend for mGBA)
 mgba-sdl   - Game Boy Advance emulator (SDL frontend for mGBA)
Closes: 853546
Changes:
 mgba (0.5.2+dfsg1-3) unstable; urgency=medium
 .
   * Team upload.
   * Add gcc7.patch and fix FTBFS with GCC 7. (Closes: #853546)
     Thanks to Adrian Bunk for the patch.
   * Declare compliance with Debian Policy 4.0.1.
   * Switch to compat level 10.
   * Use https for Format field.
Checksums-Sha1:
 646e3976d5729af290182ab36286c8b85fed17d4 2436 mgba_0.5.2+dfsg1-3.dsc
 83c2f8eeb88b7a84e628102cb42778f044f75605 10644 mgba_0.5.2+dfsg1-3.debian.tar.xz
 3f880510e8488dc41eb24eb91a1767132ec6cb9f 19436 
mgba_0.5.2+dfsg1-3_amd64.buildinfo
Checksums-Sha256:
 e76131e3b4b33755c3c6e0b947be32ce42d0419a9b4075e86f5ecb403c8a10f7 2436 
mgba_0.5.2+dfsg1-3.dsc
 6b6d987dc1fe146fe5a5cb9a0aa3d6be340a8840c5e693a35698e004f8036127 10644 
mgba_0.5.2+dfsg1-3.debian.tar.xz
 7089a42a57666baadfabd72055d982bb9a2917f17bc79d41334222ae2fc1fd80 19436 
mgba_0.5.2+dfsg1-3_amd64.buildinfo
Files:
 3ecc76af9469cdcb44bd09499519de21 2436 games optional mgba_0.5.2+dfsg1-3.dsc
 a25cd64ff8e442c2af2d94e492b8c0f0 10644 games optional 
mgba_0.5.2+dfsg1-3.debian.tar.xz
 9db884806842e8f3df34fb7ad76d8ad1 19436 games optional 
mgba_0.5.2+dfsg1-3_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlmV8rhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hki6sP/0HjRcbIVHRZQ/MgNha1f/DyDDUwt4UieMZD
x3leBgN6CjkvUTKjHYpjerpJ/YLEegKWgEUkpqMRgfUcqpprEy7QqItLKGtFj+iI
TmM5LBMvXYxYqJb52XmOaTnGPr0mhM7dHWuoNiUnV9InouB7BR97Z7/09Cd75ygI
nn/Nyk66FrNqnb7zUUaIl5bvmp0hjSGWt3lR2uKr2tgnp+9Az3g9ouAiHEKUcLFw
EPzVU2vcKoT5DgdrQzrO2DrHLx+WLMtHZO1sulMHw0E4bMfW2U9mgUsMJenFV0l6
QRlg+UmNetTrWSUULObDhSvsOCamY1RyCEypsrkzsYhIX6MxnO1dakfzjzJug+bg
kxk4pwi/4FPjva7XNatGxUovVpq89TlhVENWHRPafJXSQKdPDxGAp8tEjP9pU2kf
aCPqAh4QfhBzjfYQbVkNdPz0NZBhVlaW2u6YuG5yvmQafCsWajO6zaG5SqFI0M8f
SeGPqGvJd0NTdA+B9McDaCzoavuaLxHMJX0xyR8xMR7qrqwdgCZkBWkFighPNOdW
bA8K887lFLlj529aDgHCHyqSyO6gFw+xF/Ld+5BwF0vgVZLc7Cgx06TJHQA0hS+6
tz3qoxjOcAXzTD4XZq6Jy2MFqKLXbeGswqIZ/+xyCEnqAswmoc2kjGXW56ksPk2+
sYT4vaTs
=/tWG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to