Hi, Matthew Kraai <kr...@ftbfs.org> skribis:
> It currently fails to build with the following error: > > /gnu/store/j4zssa8y397q5l2hgkj5svcnj8dlgg32-rust-1.40.0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so: > error: depends on 'librustc_driver-1040000d6b8afc7f.so', which cannot be > found in RUNPATH > ("/gnu/store/j4zssa8y397q5l2hgkj5svcnj8dlgg32-rust-1.40.0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/../lib" > "/gnu/store/sqpf340l6nnjw33395kmjv97vm8bp8pv-llvm-8.0.0/lib" > "/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/gcc/x86_64-unknown-linux-gnu/7.5.0/../../.." > "/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib") > > librustc_driver-1040000d6b8afc7f.so is in > /gnu/store/j4zssa8y397q5l2hgkj5svcnj8dlgg32-rust-1.40.0/lib, which is > not in the RUNPATH. Does anyone know how I should resolve this? I don’t know Rust, but perhaps you could move librustc_driver-1040000d6b8afc7f.so to /gnu/store/j4zssa8y397q5l2hgkj5svcnj8dlgg32-rust-1.40.0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/../lib since that one is in the RUNPATH. Would be good to check with Rust-savvy people though. :-) Ludo’.