Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 689244

Summary: 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'
Product: Gentoo Linux Reporter: hangglider
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: UPSTREAM
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/supercollider/supercollider/issues/4490
See Also: https://bugs.gentoo.org/show_bug.cgi?id=688860
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 671712    
Attachments: emerge --info
build.log

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(+)