Your message dated Sun, 25 Nov 2018 16:21:06 +0000
with message-id <e1gqx9e-0009la...@fasolo.debian.org>
and subject line Bug#914061: fixed in performous 1.1+git20181118-1
has caused the Debian Bug report #914061,
regarding performous FTBFS with boost 1.67
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.)


-- 
914061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914061
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: performous
Version: 1.1-2
Severity: serious
Tags: ftbfs buster sid

https://buildd.debian.org/status/package.php?p=performous&suite=sid

...
/<<PKGBUILDDIR>>/game/audio.cc: In static member function 'static 
boost::posix_time::time_duration AudioClock::getDuration(double)':
/<<PKGBUILDDIR>>/game/audio.cc:80:86: error: no matching function for call to 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(double)'
  static time_duration getDuration(double seconds) { return microseconds(1e6 * 
seconds); }
                                                                                
      ^
In file included from 
/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from 
/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from /usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from /usr/include/boost/date_time/posix_time/posix_time.hpp:15,
                 from /usr/include/boost/date_time/local_time/local_time.hpp:11,
                 from /usr/include/boost/date_time.hpp:15,
                 from /<<PKGBUILDDIR>>/game/audio.hh:3,
                 from /<<PKGBUILDDIR>>/game/audio.cc:1:
/usr/include/boost/date_time/time_duration.hpp:285:14: note: candidate: 
'template<class T> boost::date_time::subsecond_duration<base_duration, 
frac_of_second>::subsecond_duration(const T&, typename 
boost::enable_if<boost::is_integral<T>, void>::type*)'
     explicit subsecond_duration(T const& ss,
              ^~~~~~~~~~~~~~~~~~
/usr/include/boost/date_time/time_duration.hpp:285:14: note:   template 
argument deduction/substitution failed:
/usr/include/boost/date_time/time_duration.hpp: In substitution of 
'template<class T> 
boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(const T&, typename 
boost::enable_if<boost::is_integral<T> >::type*) [with T = double]':
/<<PKGBUILDDIR>>/game/audio.cc:80:86:   required from here
/usr/include/boost/date_time/time_duration.hpp:285:14: error: no type named 
'type' in 'struct boost::enable_if<boost::is_integral<double>, void>'
In file included from 
/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from 
/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from /usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from /usr/include/boost/date_time/posix_time/posix_time.hpp:15,
                 from /usr/include/boost/date_time/local_time/local_time.hpp:11,
                 from /usr/include/boost/date_time.hpp:15,
                 from /<<PKGBUILDDIR>>/game/audio.hh:3,
                 from /<<PKGBUILDDIR>>/game/audio.cc:1:
/usr/include/boost/date_time/time_duration.hpp:270:30: note: candidate: 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(const 
boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>&)'
   class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration
                              ^~~~~~~~~~~~~~~~~~
/usr/include/boost/date_time/time_duration.hpp:270:30: note:   no known 
conversion for argument 1 from 'double' to 'const 
boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>&'
/usr/include/boost/date_time/time_duration.hpp:270:30: note: candidate: 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(boost::date_time::subsecond_duration<boost::posix_time::time_duration,
 1000000>&&)'
/usr/include/boost/date_time/time_duration.hpp:270:30: note:   no known 
conversion for argument 1 from 'double' to 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>&&'
/<<PKGBUILDDIR>>/game/audio.cc: In member function 
'boost::posix_time::time_duration Music::durationOf(int64_t) const':
/<<PKGBUILDDIR>>/game/audio.cc:152:99: error: no matching function for call to 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(double)'
  time_duration durationOf(int64_t samples) const { return microseconds(1e6 * 
samples / srate / 2.0); }
                                                                                
                   ^
In file included from 
/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from 
/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from /usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from /usr/include/boost/date_time/posix_time/posix_time.hpp:15,
                 from /usr/include/boost/date_time/local_time/local_time.hpp:11,
                 from /usr/include/boost/date_time.hpp:15,
                 from /<<PKGBUILDDIR>>/game/audio.hh:3,
                 from /<<PKGBUILDDIR>>/game/audio.cc:1:
/usr/include/boost/date_time/time_duration.hpp:285:14: note: candidate: 
'template<class T> boost::date_time::subsecond_duration<base_duration, 
frac_of_second>::subsecond_duration(const T&, typename 
boost::enable_if<boost::is_integral<T>, void>::type*)'
     explicit subsecond_duration(T const& ss,
              ^~~~~~~~~~~~~~~~~~
/usr/include/boost/date_time/time_duration.hpp:285:14: note:   template 
argument deduction/substitution failed:
/usr/include/boost/date_time/time_duration.hpp: In substitution of 
'template<class T> 
boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(const T&, typename 
boost::enable_if<boost::is_integral<T> >::type*) [with T = double]':
/<<PKGBUILDDIR>>/game/audio.cc:152:99:   required from here
/usr/include/boost/date_time/time_duration.hpp:285:14: error: no type named 
'type' in 'struct boost::enable_if<boost::is_integral<double>, void>'
In file included from 
/usr/include/boost/date_time/posix_time/posix_time_config.hpp:16,
                 from 
/usr/include/boost/date_time/posix_time/posix_time_system.hpp:13,
                 from /usr/include/boost/date_time/posix_time/ptime.hpp:12,
                 from /usr/include/boost/date_time/posix_time/posix_time.hpp:15,
                 from /usr/include/boost/date_time/local_time/local_time.hpp:11,
                 from /usr/include/boost/date_time.hpp:15,
                 from /<<PKGBUILDDIR>>/game/audio.hh:3,
                 from /<<PKGBUILDDIR>>/game/audio.cc:1:
/usr/include/boost/date_time/time_duration.hpp:270:30: note: candidate: 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(const 
boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>&)'
   class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration
                              ^~~~~~~~~~~~~~~~~~
/usr/include/boost/date_time/time_duration.hpp:270:30: note:   no known 
conversion for argument 1 from 'double' to 'const 
boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>&'
/usr/include/boost/date_time/time_duration.hpp:270:30: note: candidate: 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>::subsecond_duration(boost::date_time::subsecond_duration<boost::posix_time::time_duration,
 1000000>&&)'
/usr/include/boost/date_time/time_duration.hpp:270:30: note:   no known 
conversion for argument 1 from 'double' to 
'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 
1000000>&&'
/<<PKGBUILDDIR>>/game/audio.cc: In constructor 'Music::Music(const Files&, 
unsigned int, bool)':
/<<PKGBUILDDIR>>/game/audio.cc:163:33: warning: 'template<class> class 
std::auto_ptr' is deprecated [-Wdeprecated-declarations]
    tracks.insert(tf.first, std::auto_ptr<Track>(new Track(tf.second, sr)));
                                 ^~~~~~~~

--- End Message ---
--- Begin Message ---
Source: performous
Source-Version: 1.1+git20181118-1

We believe that the bug you reported is fixed in the latest version of
performous, 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 914...@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 performous 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: Sun, 25 Nov 2018 16:04:12 +0100
Source: performous
Binary: performous performous-tools
Architecture: source
Version: 1.1+git20181118-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 performous - karaoke game that allows user supplied songs
 performous-tools - karaoke game that allows user supplied songs - tools
Closes: 914061
Changes:
 performous (1.1+git20181118-1) unstable; urgency=medium
 .
   * New upstream version 1.1+git20181118.
     - Fix FTBFS with Boost 1.67. (Closes: #914061)
       Thanks to Adrian Bunk for the report.
     - See README.source how the original tarball was created.
       The www directory contained Javascript files without source and was
       removed.
   * Drop deprecated menu file and xpm icon.
   * Update README.Debian
   * Switch to compat level 11.
   * Declare compliance with Debian Policy 4.2.1.
   * Tighten B-D on libboost-all-dev.
   * Build-depend on libglm-dev and libcpprest-dev.
Checksums-Sha1:
 550d2125a08184c388af0bd9a4683d04630bba36 2621 performous_1.1+git20181118-1.dsc
 b960e46e6647d96462a5adc08aa6c830b456a644 6229940 
performous_1.1+git20181118.orig.tar.xz
 3a482cacd464155173c2f1391281eaccc1e344b4 10520 
performous_1.1+git20181118-1.debian.tar.xz
 972de5b059d13b9b5e4018b7852d39e2631541fe 22974 
performous_1.1+git20181118-1_amd64.buildinfo
Checksums-Sha256:
 ac567e936dc216b98d62ee29fa45f6cb7311d40bb612dd8df24af7b5e14f8f70 2621 
performous_1.1+git20181118-1.dsc
 0db7a01b51c0e466f9e2b8cd675216c6788e4139f339b43e4f346eafdbb4ad1f 6229940 
performous_1.1+git20181118.orig.tar.xz
 b420d9362920665963b8cd0be7f227513371198ec8e47b3eb803934c92a86731 10520 
performous_1.1+git20181118-1.debian.tar.xz
 87edc52788d3fc32fa91b5e16a546bea55696b193a2a2cb352c3aa24d6de3b09 22974 
performous_1.1+git20181118-1_amd64.buildinfo
Files:
 17c2ac5960e2e81255a526a12f17c8de 2621 games optional 
performous_1.1+git20181118-1.dsc
 4154dc6eb45ebd19febcb2f898f5ef17 6229940 games optional 
performous_1.1+git20181118.orig.tar.xz
 ea2bafa9ee51c641480e15f31bed2753 10520 games optional 
performous_1.1+git20181118-1.debian.tar.xz
 d20fa4f95b9ce29f2ede11af38f01316 22974 games optional 
performous_1.1+git20181118-1_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlv6xo9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkUDgP/iSy7Z1sYJZuu6+KvxjNjD/PB35c2mdQNsgQ
6Z7LdQUeD/2uAwxg3LNoJtKuWWzRz9YmkTeQWdUtSQRI6bwk/jxd39aL2IDNJdQd
BAbk/1vmY7UZbbzi/1Mzm/Agxh9dir9gi435E6+/vi1QcnsJ77wGdEb8+hl8SJ/k
1DDDTb2GnuInW8Xs9p6s2cbMAf9+WSJCzXGzwxOo7FvCC5VbqTuteYrTQHJP7WUm
zK7aKrZ2KL1Xrnvs8FeZbyO6IkyAXTxR4kC3hRdUYlpwUR3cQLUFJkDbcfrqLJ/k
sy/FfUAtcH3BPRJntKrm+AJ1Yw6ML/AiXzdHAYVHdsrMlLkNi3LKhKiKQQsQvu1Y
VlbKhNhY/zXGMAmvCLw44RSMts1Y339xLtT+mgFlYSYhckC1MThZP+woXFRuH/ue
F7P++TRfVziEOt0SuDVi3q2zSEBHllCRkoypomnewRP6kU0DoopjYm3xtUAb7mOo
zdAmuB46z7y+fVftDDz6hA4d4Y+EgKg/0N6JVecY17u0OAvqnGWTdOZMBQphZfz+
cKIs8elJlES3e+/E5VTAqOMSrFLLWK3ZN/Y6zUtSw8yOySMNFJQKqmtsUezy4Buy
2WwWUja6xuiGZPlytlBrhSj3ERJYnHkzpASQVU24edZAtvTn171HuYr2RPX5yy/5
PU9nVN7K
=2xNE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to