There is a new pull request by mustaqimM against master on the void-packages repository https://github.com/mustaqimM/void-packages new_package_lsd https://github.com/void-linux/void-packages/pull/13219 [wip] New package: lsd-0.15.1 ```zsh error: process didn't exit successfully: `rustc -vV` (exit code: 1) --- stdout rustc 1.36.0 binary: rustc commit-hash: unknown commit-date: unknown host: x86_64-unknown-linux-gnu release: 1.36.0 --- stderr error: couldn't load codegen backend "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so": "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.26\' not found (required by /usr/lib/libLLVM-8.so)" => ERROR: lsd-0.15.1_1: do_build: '${make_cmd} build --release --target ${RUST_TARGET} ${configure_args}' exited with 101 => ERROR: in do_build() at common/build-style/cargo.sh:8 ``` Hmm. Has this something to do with the rust library not linked against the same llvm? Or that it's not the same `libstdc++` version? A patch file from https://github.com/void-linux/void-packages/pull/13219.patch is attached