Ticket #34863 (new defect)
peekabot-server: ‘class boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >’ has no member named ‘io_service’
| Reported by: | alperaydemir@… | Owned by: | staffan@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.1 |
| Keywords: | Cc: | ||
| Port: | peekabot-server |
Description
main log attached
"/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
while executing
"open [file join $dir tclIndex]"
The file is actually at /System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/
Attachments
Change History
comment:1 Changed 11 months ago by ryandesign@…
- Priority changed from High to Normal
- Owner changed from macports-tickets@… to staffan@…
- Summary changed from Peekabot fails to build with missing tclIndex to peekabot-server: ‘class boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >’ has no member named ‘io_service’
The error message about tclIndex is irrelevant and should be ignored. The real error message in the log is:
:info:build Connection.cc: In member function ‘boost::asio::io_service& peekabot::Connection::get_io_service()’: :info:build Connection.cc:79: error: ‘class boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >’ has no member named ‘io_service’ :info:build /opt/local/include/boost/system/error_code.hpp: At global scope: :info:build /opt/local/include/boost/system/error_code.hpp:214: warning: ‘boost::system::posix_category’ defined but not used :info:build /opt/local/include/boost/system/error_code.hpp:215: warning: ‘boost::system::errno_ecat’ defined but not used :info:build /opt/local/include/boost/system/error_code.hpp:216: warning: ‘boost::system::native_ecat’ defined but not used :info:build /opt/local/include/boost/asio/error.hpp:244: warning: ‘boost::asio::error::system_category’ defined but not used :info:build /opt/local/include/boost/asio/error.hpp:246: warning: ‘boost::asio::error::netdb_category’ defined but not used :info:build /opt/local/include/boost/asio/error.hpp:248: warning: ‘boost::asio::error::addrinfo_category’ defined but not used :info:build /opt/local/include/boost/asio/error.hpp:250: warning: ‘boost::asio::error::misc_category’ defined but not used :info:build make[2]: *** [peekabot-Connection.o] Error 1
Perhaps this version of boost and this version of peekabot-server are not compatible with one another.
Note: See
TracTickets for help on using
tickets.


peekabot-server build fail