Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various feedstocks running into missing _availability_version_check #139

Open
h-vetinari opened this issue Sep 2, 2024 · 1 comment
Open

Comments

@h-vetinari
Copy link
Member

Since the switch to clang 17, a few feedstocks seem to be running into errors that look like this:

Undefined symbols for architecture x86_64:
  "__availability_version_check", referenced from:
      ___isPlatformVersionAtLeast in libclang_rt.osx.a(os_version_check.c.o)
      __initializeAvailabilityCheck in libclang_rt.osx.a(os_version_check.c.o)

From looking for that symbol in the LLVM sources and looking at the recent changes, I'm presuming this has something to do with the following patch: llvm/llvm-project@b653a28

@h-vetinari
Copy link
Member Author

OK, the revert of that patch in conda-forge/compiler-rt-feedstock#119 seems to have worked. Will probably have to raise an upstream issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant