Opened 12 years ago
Closed 3 years ago
#34863 closed defect (fixed)
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: | chrstphrchvz (Christopher Chavez) |
---|---|---|---|
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 (1)
Change History (4)
Changed 12 years ago by alperaydemir@…
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to staffan@… |
---|---|
Priority: | High → Normal |
Summary: | Peekabot fails to build with missing tclIndex → 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.
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Owner: | staffan@… deleted |
---|---|
Status: | new → assigned |
See #58253.
comment:3 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
Owner: | set to chrstphrchvz |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
peekabot-server build fail