Skip to content

ABI break between clang 17 & 18 causing linkage errors with abseil #87

Closed
@h-vetinari

Description

The change from clang 17 to clang 18 seems to have cause an ABI break w.r.t. symbol mangling, causing failures of the following kind when different builds are mixed

yld[23066]: Symbol not found: __ZN4absl12lts_2024072212log_internal10LogMessagelsIiLi0EEERS2_RKT_
  Referenced from: <7DD6F527-7A4A-3649-87B6-D68B25F8B594> /Users/runner/miniconda3/envs/test/lib/libprotobuf.28.2.0.dylib
  Expected in:     <D623F952-8116-35EC-859D-F7F8D5DD7699> /Users/runner/miniconda3/envs/test/lib/libabsl_log_internal_message.2407.0.0.dylib
Subprocess aborted

To fix this, I had added #86, but this has just moved the problem further down the stack. We've rebuilt

so far, but it appears from post-merge comments in #86 that also other places like arrow are affected.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions