diff options
| author | Lisa Gnedt <lisa@gnedt.at> | 2025-08-30 20:03:58 +0200 |
|---|---|---|
| committer | Lisa Gnedt <lisa@gnedt.at> | 2025-09-20 12:56:37 +0200 |
| commit | 64418cb26af0e918ce3d19759afe4d00ee729d38 (patch) | |
| tree | 312678fad87644e60cf48b051e8ef9c0d09b4289 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 484ef2a07191c958e5b56a4ee89bcaeef2705db1 (diff) | |
nixos/malloc: fix Scudo library path
The commit 01e8f570c67955ab92be0ef352066f16b63940f2 unpinned the
LLVM version, which led to building errors similar to this when
Scudo is used:
building the system configuration...
error: builder for '/nix/store/1f9z73haq6avvv19glifalfnmpw3gsbx-malloc-provider-scudo.drv' failed with exit code 1;
last 1 log lines:
> cp: cannot stat '/nix/store/s43991isxhvknqmk53q7pqmkdrfvj1p4-compiler-rt-libc-19.1.7/lib/linux/libclang_rt.scudo-x86_64.so': No such file or directory
For full logs, run:
nix log /nix/store/1f9z73haq6avvv19glifalfnmpw3gsbx-malloc-provider-scudo.drv
It seems in the new LLVM version the Scudo library was moved:
$ ls /nix/store/*-compiler-rt-libc-20.1.8/lib/linux/libclang_rt.scudo*
/nix/store/z98mwyi0w8f4kgk3rw6av946azh28hc9-compiler-rt-libc-20.1.8/lib/linux/libclang_rt.scudo_standalone_cxx-x86_64.a
/nix/store/z98mwyi0w8f4kgk3rw6av946azh28hc9-compiler-rt-libc-20.1.8/lib/linux/libclang_rt.scudo_standalone-x86_64.a
/nix/store/z98mwyi0w8f4kgk3rw6av946azh28hc9-compiler-rt-libc-20.1.8/lib/linux/libclang_rt.scudo_standalone-x86_64.so
This commit adjusts the library path.
Co-authored-by: CUB3D <callumthom11@gmail.com>
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
