Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689244 - media-sound/supercollider[server] with dev-libs/boost-1.70.0: error: 'boost::asio::ip::tcp::acceptor' {aka 'class boost::asio ::basic_socket_acceptor<boost::asio::ip::tcp>'} has no member named 'get_io_service'
Summary: media-sound/supercollider[server] with dev-libs/boost-1.70.0: error: 'boost::...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/supercollider/supe...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks: boost-1.71
  Show dependency tree
 
Reported: 2019-07-04 10:57 UTC by hangglider
Modified: 2019-07-16 15:57 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,6.97 KB, text/plain)
2019-07-04 10:57 UTC, hangglider
Details
build.log (build.log,262.45 KB, text/plain)
2019-07-04 12:42 UTC, hangglider
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hangglider 2019-07-04 10:57:17 UTC
Created attachment 581888 [details]
emerge --info

/var/tmp/portage/media-sound/supercollider-3.10.2/work/SuperCollider-Source/server/supernova/sc/sc_osc_handler.cpp:891:83: error: 'boost::asio::ip::tcp::acceptor' {aka 'class boost::asio
::basic_socket_acceptor<boost::asio::ip::tcp>'} has no member named 'get_io_service'                                                                                                      
     tcp_connection::pointer new_connection = tcp_connection::create(tcp_acceptor_.get_io_service());
Comment 1 Andreas Sturmlechner gentoo-dev 2019-07-04 11:29:45 UTC
build.log missing.
Comment 2 hangglider 2019-07-04 12:42:06 UTC
Created attachment 581892 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2019-07-16 15:57:14 UTC
The bug has been closed via the following commit(s):

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

commit a420618dc766bba0654dbe0ef67008fdc5e901c6
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-07-16 15:56:24 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-07-16 15:56:52 +0000

    media-sound/supercollider: Fix USE server w/ boost-1.70, no ccache
    
    Closes: https://bugs.gentoo.org/689244
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/supercollider-3.10.2-boost-1.70.patch    | 53 ++++++++++++++++++++++
 .../files/supercollider-3.10.2-no-ccache.patch     | 25 ++++++++++
 .../supercollider/supercollider-3.10.2.ebuild      |  2 +
 3 files changed, 80 insertions(+)