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

C2Rust fails to link against homebrew LLVM 10.0.1 on macOS #289

Open
thedataking opened this issue Sep 3, 2020 · 1 comment
Open

C2Rust fails to link against homebrew LLVM 10.0.1 on macOS #289

thedataking opened this issue Sep 3, 2020 · 1 comment
Labels
blocked Cannot be supported without external support first bug Something isn't working building Build/compile errors or build system-related

Comments

@thedataking
Copy link
Contributor

We seem to hit an upstream bug when LLVM 10.0.1 is installed on the host.

  = note: ld: library not found for -llibxml2.tbd
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

Downgrading to LLVM 10.0.0 or LLVM 9 resolves the issue while we wait for the upstream fix. More info here: https://discourse.brew.sh/t/llvm-config-10-0-1-advertise-libxml2-tbd-as-system-libs/8593

@thedataking thedataking added the bug Something isn't working label Sep 3, 2020
@thedataking thedataking added the blocked Cannot be supported without external support first label Sep 14, 2020
@thedataking
Copy link
Contributor Author

Homebrew updated the LLVM formula to 10.0.1_1 but issue seems to persist in that revision. Relevant issue Homebrew/homebrew-core#61005

@kkysen kkysen added the building Build/compile errors or build system-related label Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Cannot be supported without external support first bug Something isn't working building Build/compile errors or build system-related
Projects
None yet
Development

No branches or pull requests

2 participants