Summary: | comms/gnuradio: fails to build with boost 1.70 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
Component: | Individual Port(s) | Assignee: | hamradio (Nobody) <hamradio> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | db, fixer, yuri |
Priority: | --- | Keywords: | needs-patch, regression |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(hamradio) |
Hardware: | Any | ||
OS: | Any | ||
URL: | https://github.com/gnuradio/gnuradio/issues/2446 | ||
See Also: | https://github.com/gnuradio/gnuradio/issues/2408 | ||
Bug Depends on: | |||
Bug Blocks: | 235956 |
Description
Jan Beich
2019-03-17 14:43:29 UTC
I'll look ASAP. The port has been marked BROKEN in ports r498698. Yuri, See Also field already had link to upstream bug. Some ports are fixed using Monero approach but I'm not sure if it's correct given https://github.com/boostorg/asio/commit/59066d80b26e #if BOOST_VERSION >= 107000 #define GET_IO_SERVICE(s) ((boost::asio::io_context&)(s).get_executor().context()) #else #define GET_IO_SERVICE(s) ((s).get_io_service()) #endif |