You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
Heads up! A recent change introduced a new libclang build time dependency. I had to add libclang after updating Vector from 0.6.1 to the master.
In 0.6.1 I did not need libclang so this seems like a new undocumented dependency and @iximeow said I should open an issue. :)
Checking wabt v0.9.2
error: failed to run custom build commandfor`userfaultfd-sys v0.2.0`
Caused by:
process didn't exit successfully: `/git/timberio/vector/target/debug/build/userfaultfd-sys-f6b2cf3cce5b4db1/build-script-build` (exit code: 101)--- stderrthread 'main' panicked at 'Unable to find libclang: "couldn\'t find any valid shared libraries matching: [\'libclang.so\', \'libclang-*.so\', \'libclang.so.*\'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"', /home/hoverbear/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.51.1/src/lib.rs:1731:13note: run with `RUST_BACKTRACE=1` environment variable to display a backtracewarning: build failed, waiting for other jobs to finish...error: build failed
for context/flavor: my suspicion is that we happened to not notice this in, say, testing, because our tests are run with clang-6.0 installed for fuzz bitrot testing in the first place. So we should probably verify that being the case or not and see if we need to update installation/Getting Started docs appropriately.
Heads up! A recent change introduced a new
libclang
build time dependency. I had to addlibclang
after updating Vector from 0.6.1 to the master.In 0.6.1 I did not need libclang so this seems like a new undocumented dependency and @iximeow said I should open an issue. :)
I found in this checkout: https://github.com/timberio/vector/tree/f13723d4a8d82c164150fa78e0167c9e92c334c3
After applying this diff:
If you checkout https://github.com/timberio/vector/tree/1d88625ce5c35708a42d612c7abc6b4087676f78 then run the same shell build, it'll work since 0.6.1 didn't need libclang. :)
The text was updated successfully, but these errors were encountered: