Opened 3 months ago

Last modified 8 weeks ago

#73433 assigned defect

mongodb @6.0.7: error: no member named 'that' in 'run_it<FutureExecutorContinuationSharedState>'; did you mean 'that_'?

Reported by: petrrr Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.11.6
Keywords: tahoe Cc: cbratschi (Christoph Bratschi)
Port: mongodb

Description

The mongodb port fails to build after update to Tahoe. The same port was installed on the same machine with OS xx before.

main.log attached.

Hardware is a MacBook Pro 16", 2021. Apple M1 Max silicon.

Attachments (1)

mongodb.main.log.bz2 (259.0 KB) - added by petrrr 3 months ago.
main.log of the build

Download all attachments as: .zip

Change History (4)

Changed 3 months ago by petrrr

Attachment: mongodb.main.log.bz2 added

main.log of the build

comment:1 Changed 3 months ago by petrrr

Cc: ryandesign added

comment:2 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign removed
Keywords: tahoe added
Owner: set to ryandesign
Status: newassigned
Summary: mongodb: fails to build on Tahoe 26.2mongodb @6.0.7: error: no member named 'that' in 'run_it<FutureExecutorContinuationSharedState>'; did you mean 'that_'?
In file included from src/third_party/boost/libs/thread/src/pthread/thread.cpp:19:
src/third_party/boost/boost/thread/future.hpp:4672:19: error: no member named 'that' in 'run_it<FutureExecutorContinuationSharedState>'; did you mean 'that_'?
 4672 |           that_=x.that;
      |                   ^~~~
      |                   that_
src/third_party/boost/boost/thread/future.hpp:4650:55: note: 'that_' declared here
 4650 |     shared_ptr<FutureExecutorContinuationSharedState> that_;
      |                                                       ^

comment:3 Changed 8 weeks ago by cbratschi (Christoph Bratschi)

Cc: cbratschi added
Note: See TracTickets for help on using tickets.