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)

main.log (13.1 KB) - added by alperaydemir@… 12 years ago.
peekabot-server build fail

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by alperaydemir@…

Attachment: main.log added

peekabot-server build fail

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to staffan@…
Priority: HighNormal
Summary: Peekabot fails to build with missing tclIndexpeekabot-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 5 years ago by mf2k (Frank Schima)

Owner: staffan@… deleted
Status: newassigned

See #58253.

comment:3 Changed 3 years ago by chrstphrchvz (Christopher Chavez)

Owner: set to chrstphrchvz
Resolution: fixed
Status: assignedclosed

In fc902ddb0a6cfcbb5c9638f68eb1cf0f6c04e6dc/macports-ports (master):

peekabot: delete neglected ports

Homepage is gone. No upstream development since 2011; ports (formerly
maintained by the software's author) were never updated to 0.8.6.
According to Repology, no one else offers peekabot.
Ports are not known to build.

Closes: #34863
Closes: #37860

Note: See TracTickets for help on using tickets.