Opened 4 years ago

Closed 4 years ago

#59492 closed defect (wontfix)

gnuradio-devel @20180824: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: gnuradio-devel

Description

gnuradio-devel fails to build:

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gnuradio/gnuradio-devel/work/gnuradio-896d1c9da31963ecf5b0d90942c2af51ca998a69/gr-blocks/lib/socket_pdu_impl.cc:168:82: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
      tcp_connection::sptr new_connection = tcp_connection::make(d_acceptor_tcp->get_io_service(), d_rxbuf.size(), d_tcp_no_delay);
                                                                 ~~~~~~~~~~~~~~  ^

Might updating gnuradio-devel to a newer version help? It's over a year old.

Otherwise, switching to the boost169 compatibility port might help.

Change History (4)

comment:1 Changed 4 years ago by michaelld (Michael Dickens)

Redoing the GR ports is what I need to do. Davide has started the transition, so hopefully we can work together to get this move done in short order. Plenty to do, and it would take care of this issue. It's a simple patch change in this case, which I'll look into shortly.

comment:2 Changed 4 years ago by michaelld (Michael Dickens)

comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

comment:4 Changed 4 years ago by michaelld (Michael Dickens)

Resolution: wontfix
Status: assignedclosed

Superseded by the recent GR update PR https://github.com/macports/macports-ports/pull/6880

Note: See TracTickets for help on using tickets.