Date: Wed, 20 Mar 2019 15:56:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236669] audio/ncmpc: fails to build with boost 1.70 Message-ID: <bug-236669-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236669 Bug ID: 236669 Summary: audio/ncmpc: fails to build with boost 1.70 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: laurent@nuxi.ca Blocks: 235956 Flags: maintainer-feedback?(laurent@nuxi.ca) CC: laurent@nuxi.ca While preparing for Boost upgrade this port failed to build. Can you help to avoid marking it as BROKEN? $ fetch -qo- 'https://reviews.freebsd.org/D19303?download=3Dtrue' | patch -Efsp0 -d /usr/ports $ make all deinstall install clean -C/usr/ports/devel/boost-jam $ make all deinstall install clean -C/usr/ports/devel/boost-libs $ make -C/usr/ports/audio/ncmpc [...] Regressed by boostorg/asio@a72fbb0b867f: In file included from ../src/mpdclient.cxx:20: ../src/mpdclient.hxx:133:27: error: no member named 'get_io_service' in 'boost::asio::basic_waitable_timer<std::__1::chrono::steady_clock, boost::asio::wait_traits<std::__1::chrono::steady_clock>, boost::asio::executor>' return enter_idle_timer.get_io_service(); ~~~~~~~~~~~~~~~~ ^ ../src/mpdclient.hxx:132:8: error: cannot deduce return type 'auto &' for function with no return statements auto &get_io_service() noexcept { ^ 2 errors generated. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235956 [Bug 235956] devel/boost-all: Update to 1.70.0 (currently, Beta phase) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236669-7788>