Opened 11 years ago

Closed 3 years ago

#37860 closed defect (fixed)

peekabot-client: Could not find the flags to link with Boost thread

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: chrstphrchvz (Christopher Chavez)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: peekabot-client

Description

peekabot-client fails at the configure phase with:

checking for the toolset name used by Boost for ccache /usr/bin/clang++... xgcc42 -xgcc
checking boost/thread.hpp usability... yes
checking boost/thread.hpp presence... yes
checking for boost/thread.hpp... yes
checking for the Boost thread library... no
configure: error: Could not find the flags to link with Boost thread

Perhaps this has to do with the fact that the boost port was changed to no longer install the single-threaded libraries by default and now only installs the multi-threaded libraries, so programs now need to use e.g. -lboost_thread-mt instead of -lboost_thread.

Attachments (2)

main.log (36.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.
config.log (74.9 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: config.log added

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Owner: staffan@… deleted
Status: newassigned

See #58253.

comment:2 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.