Your message dated Sun, 01 May 2016 16:53:15 +0000
with message-id <e1awucn-00042p...@franck.debian.org>
and subject line Bug#822650: fixed in openmsx 0.12.0-2
has caused the Debian Bug report #822650,
regarding openmsx: FTBFS: error: no matching function for call to 'begin...
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.)


-- 
822650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822650
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openmsx
Version: 0.12.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> Compiling RTScheduler.cc...
> g++ \
>        -MP -MMD -MF derived/x86_64-linux-debian/dep/RTScheduler.d \
>       -o derived/x86_64-linux-debian/obj/RTScheduler.o  -g 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -O3   -m64 -pipe -std=c++11 -Wall -Wextra -Wundef 
> -Wno-invalid-offsetof -Wunused-macros -Wdouble-promotion 
> -Wmissing-declarations -Wno-missing-field-initializers -Isrc -Isrc/cassette 
> -Isrc/commands -Isrc/config -Isrc/console -Isrc/cpu -Isrc/debugger 
> -Isrc/events -Isrc/fdc -Isrc/file -Isrc/ide -Isrc/input -Isrc/laserdisc 
> -Isrc/memory -Isrc/resource -Isrc/security -Isrc/serial -Isrc/settings 
> -Isrc/sound -Isrc/thread -Isrc/utils -Isrc/video -Isrc/video/ld 
> -Isrc/video/scalers -Isrc/video/v9990 -Iderived/x86_64-linux-debian/config 
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/tcl8.5        -c src/RTScheduler.cc
> src/RTScheduler.cc: In member function 'bool 
> openmsx::RTScheduler::isPending(const openmsx::RTSchedulable&) const':
> src/RTScheduler.cc:33:38: error: no matching function for call to 
> 'begin(const openmsx::SchedulerQueue<openmsx::RTSyncPoint>&)'
>   return std::find_if(std::begin(queue), std::end(queue),
>                                       ^
> In file included from /usr/include/c++/5/utility:75:0,
>                  from /usr/include/c++/5/algorithm:60,
>                  from src/utils/MemBuffer.hh:7,
>                  from src/SchedulerQueue.hh:4,
>                  from src/RTScheduler.hh:4,
>                  from src/RTScheduler.cc:1:
> /usr/include/c++/5/initializer_list:89:5: note: candidate: template<class 
> _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
>      begin(initializer_list<_Tp> __ils) noexcept
>      ^
> /usr/include/c++/5/initializer_list:89:5: note:   template argument 
> deduction/substitution failed:
> src/RTScheduler.cc:33:38: note:   
> 'openmsx::SchedulerQueue<openmsx::RTSyncPoint>' is not derived from 
> 'std::initializer_list<_Tp>'
>   return std::find_if(std::begin(queue), std::end(queue),
>                                       ^
> src/RTScheduler.cc:33:55: error: no matching function for call to 'end(const 
> openmsx::SchedulerQueue<openmsx::RTSyncPoint>&)'
>   return std::find_if(std::begin(queue), std::end(queue),
>                                                        ^
> In file included from /usr/include/c++/5/utility:75:0,
>                  from /usr/include/c++/5/algorithm:60,
>                  from src/utils/MemBuffer.hh:7,
>                  from src/SchedulerQueue.hh:4,
>                  from src/RTScheduler.hh:4,
>                  from src/RTScheduler.cc:1:
> /usr/include/c++/5/initializer_list:99:5: note: candidate: template<class 
> _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
>      end(initializer_list<_Tp> __ils) noexcept
>      ^
> /usr/include/c++/5/initializer_list:99:5: note:   template argument 
> deduction/substitution failed:
> src/RTScheduler.cc:33:55: note:   
> 'openmsx::SchedulerQueue<openmsx::RTSyncPoint>' is not derived from 
> 'std::initializer_list<_Tp>'
>   return std::find_if(std::begin(queue), std::end(queue),
>                                                        ^
> src/RTScheduler.cc:34:72: error: no matching function for call to 'end(const 
> openmsx::SchedulerQueue<openmsx::RTSyncPoint>&)'
>                       EqualRTSchedulable(schedulable)) != std::end(queue);
>                                                                         ^
> In file included from /usr/include/c++/5/utility:75:0,
>                  from /usr/include/c++/5/algorithm:60,
>                  from src/utils/MemBuffer.hh:7,
>                  from src/SchedulerQueue.hh:4,
>                  from src/RTScheduler.hh:4,
>                  from src/RTScheduler.cc:1:
> /usr/include/c++/5/initializer_list:99:5: note: candidate: template<class 
> _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
>      end(initializer_list<_Tp> __ils) noexcept
>      ^
> /usr/include/c++/5/initializer_list:99:5: note:   template argument 
> deduction/substitution failed:
> src/RTScheduler.cc:34:72: note:   
> 'openmsx::SchedulerQueue<openmsx::RTSyncPoint>' is not derived from 
> 'std::initializer_list<_Tp>'
>                       EqualRTSchedulable(schedulable)) != std::end(queue);
>                                                                         ^
> build/main.mk:527: recipe for target 
> 'derived/x86_64-linux-debian/obj/RTScheduler.o' failed
> make[2]: *** [derived/x86_64-linux-debian/obj/RTScheduler.o] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: openmsx
Source-Version: 0.12.0-2

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

Debian distribution maintenance software
pp.
Bas Wijnen <wij...@debian.org> (supplier of updated openmsx 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: SHA1

Format: 1.8
Date: Sun, 01 May 2016 11:54:08 -0400
Source: openmsx
Binary: openmsx openmsx-data
Architecture: source all amd64
Version: 0.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Bas Wijnen <wij...@debian.org>
Changed-By: Bas Wijnen <wij...@debian.org>
Description:
 openmsx    - MSX emulator that aims for perfection
 openmsx-data - datafiles for openMSX, an MSX emulator
Closes: 822650
Changes:
 openmsx (0.12.0-2) unstable; urgency=medium
 .
   * Fix build failure with libstdc++6.  Closes: #822650
   * Use fonts from ttf-bitstream-vera instead of bundled.
   * Recompress dummy rom to get rid of timestamp.
   * Remove menu file in favor of desktop file.
   * Upgrade standards version to 3.9.8.
Checksums-Sha1:
 9c634e8eb76d7094b9e2468ccbbbf63abaedbd30 1992 openmsx_0.12.0-2.dsc
 9f2c0a3a8c84f41966aca62886b57ccda9249ac6 10536 openmsx_0.12.0-2.debian.tar.xz
 d2b5af51fbdca0f9687141c69fc171bf7d99c1eb 1275682 openmsx-data_0.12.0-2_all.deb
 4f9898fe6cec05cfeeeac96c7f512ca55a3704d1 40796882 
openmsx-dbgsym_0.12.0-2_amd64.deb
 8d81b0efcfa5f2a1756a17bb2d50e1ebb7784fb3 1652636 openmsx_0.12.0-2_amd64.deb
Checksums-Sha256:
 3ab07b01269de5f74cf6856daca2b43f064412d42a349e1ac52c937019131a47 1992 
openmsx_0.12.0-2.dsc
 80cbb9620547e25d593828fe299fc546cae37f823f1c2cb6d586d9a703941fea 10536 
openmsx_0.12.0-2.debian.tar.xz
 d74fef109b70d7a6d5141cc35bfd2bd955a5bc3a45a14e8630b7b67bae1869c6 1275682 
openmsx-data_0.12.0-2_all.deb
 a7dd27814dfc9079a693bfa58bf0d476e5521c2574793703693b35a7794d1fa1 40796882 
openmsx-dbgsym_0.12.0-2_amd64.deb
 c4b2a695d27d8f7425f97112d65cb533072f189c41fc34881137e613e1383037 1652636 
openmsx_0.12.0-2_amd64.deb
Files:
 e0431db90a880061cb091bb3006d7f38 1992 otherosfs optional openmsx_0.12.0-2.dsc
 6902d1d38c61136a503a12070c5c00ee 10536 otherosfs optional 
openmsx_0.12.0-2.debian.tar.xz
 b1f50902b1bcd1d02be16c05550d63ae 1275682 otherosfs optional 
openmsx-data_0.12.0-2_all.deb
 4eb18884953f0207b0368fc269f82387 40796882 debug extra 
openmsx-dbgsym_0.12.0-2_amd64.deb
 81d61e0b18cb368efa0a2f547bc1c161 1652636 otherosfs optional 
openmsx_0.12.0-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXJinHAAoJEJzRfVgHwHE6krUP/3QzSmKSU+5pE2Ps93//ABSd
UFkO4hA94nypi/iH/a9/mmRxGvpin4K0xtL79fDEqwYQo/N7d5ru7vgj5J4wg0dk
MvxJ3q6hV2nBp5rpsiHuQOrRWSSGRHkaAY5TMUi87VhWKebv7NrM+pzekA5YZTj2
XxXYBy99E+4nVCCDuri5sKGmFQVX226nqubAronWdFbvgn5YmQT3hWIKAuVFrd4d
1yic7NwKhpmff+UFFwk9uyGfU+tds5D34e8xUMjYpfcvGGufxIFfibRRoHHZ+dP5
tVCM1AVzJTGF+6SQx0fppI2grKGrdjy76sMUsUoi4+lBCSL7YZbrHhIvgRQOLaV6
LUmTyPIp0ExjDokikRpk0QhbDWxUfeLom8FnV+/nl0lbccSRbjK6jPDcfkrenQUr
OiOM/oc60h6AcQ3zR4imhej0bop/+DV7a8g8IIDrAW7dff0+NR5rAOeudLXecvv8
DwpnECQxlHWAXPRiUaBrTRvLhoPCIi9aN9IQ65KnEKgAxvpnHEza1j34meFUApDs
mrZhYkKpVA08PKAni+fY2xGJ5eGwTsQpPXh6yamObQ1oVVOKchLPr/89hw9oU6Fv
GnQ/h91GqiM3sAR/XGS4NNwGj3szw23c2QQsCPpuntSjPXbPdXDkkCuQ0jJJEgUH
ZkoAtQa+3BXhneIi+cU8
=9eU2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to