Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671594 - games-arcade/performous-1.1-r1 : /.../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)
Summary: games-arcade/performous-1.1-r1 : /.../audio.cc:80:86: error: no matching func...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: boost-1.71
  Show dependency tree
 
Reported: 2018-11-20 21:12 UTC by Toralf Förster
Modified: 2019-04-16 14:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.59 KB, text/plain)
2018-11-20 21:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,114.89 KB, text/plain)
2018-11-20 21:12 UTC, Toralf Förster
Details
environment (environment,118.57 KB, text/plain)
2018-11-20 21:12 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.45 KB, application/x-bzip)
2018-11-20 21:12 UTC, Toralf Förster
Details
games-arcade:performous-1.1-r1:20181120-203749.log (games-arcade:performous-1.1-r1:20181120-203749.log,58.32 KB, text/plain)
2018-11-20 21:12 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.16 KB, application/x-bzip)
2018-11-20 21:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.85 KB, application/x-bzip)
2018-11-20 21:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-11-20 21:12:13 UTC
/var/tmp/portage/games-arcade/performous-1.1-r1/work/performous-1.1/game/audio.cc: In static member function ‘static boost::posix_time::time_duration AudioClock::getDuration(double)’:
/var/tmp/portage/games-arcade/performous-1.1-r1/work/performous-1.1/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)’
 me_duration getDuration(double seconds) { return microseconds(1e6 * seconds); }
                                                                            ^


  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_test_20181118-211824

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby24 (with Rubygems)
  [3]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.30.1 *



emerge -qpvO games-arcade/performous
[ebuild  N    ] games-arcade/performous-1.1-r1  USE="-midi -songs -tools -webcam"
Comment 1 Toralf Förster gentoo-dev 2018-11-20 21:12:16 UTC
Created attachment 555826 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-11-20 21:12:19 UTC
Created attachment 555828 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-11-20 21:12:22 UTC
Created attachment 555830 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-11-20 21:12:25 UTC
Created attachment 555832 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-11-20 21:12:27 UTC
Created attachment 555834 [details]
games-arcade:performous-1.1-r1:20181120-203749.log
Comment 6 Toralf Förster gentoo-dev 2018-11-20 21:12:30 UTC
Created attachment 555836 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-11-20 21:12:33 UTC
Created attachment 555838 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-04-16 14:32:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727bfae309dc7696c314a86c5d478af8b136391e

commit 727bfae309dc7696c314a86c5d478af8b136391e
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-04-16 14:32:16 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-04-16 14:32:16 +0000

    games-arcade/performous: Fix building against boost 1.70
    
    Closes: https://bugs.gentoo.org/671594
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../files/performous-1.1-boost-1.70.patch          | 52 ++++++++++++++++++++++
 games-arcade/performous/performous-1.1-r1.ebuild   |  1 +
 2 files changed, 53 insertions(+)