Opened 6 months ago
Last modified 6 months ago
#69909 closed defect
bear fails to run with Symbol not found error — at Initial Version
Reported by: | derekschrock (Derek Schrock) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | grpc abseil |
Description
What appears to maybe be a grpc++ or abseil issue after updating port to the latest try and using a binary install bear no longer runs with the following error:
$ bear dyld[42187]: Symbol not found: __ZN4absl12lts_2024011613InternalErrorENS0_11string_viewE Referenced from: <13EC8A9B-493A-30E3-92DA-1166F3FA3019> /opt/local/lib/libgrpc++.1.48.4.dylib Expected in: <EAA4BA92-2C31-3821-A7E4-7746B408D337> /opt/local/lib/libabsl_status.2401.0.0.dylib Abort trap: 6
Could this be related to recent abeil change found here https://trac.macports.org/ticket/69578#comment:6 ?
Note: See
TracTickets for help on using
tickets.