| 4 Dec 2025 |
| @curid:matrix.org left the room. | 08:59:20 |
| isabel changed their profile picture. | 16:42:04 |
| Tanja (she/her) changed their display name from Tanja (she/her) to Tanja (she/her) - ☎️ 4201. | 18:09:36 |
| 5 Dec 2025 |
| 👉@crystallinefire:chat.solarpunk.moe changed their display name from EVA-01 to 👉@crystallinefire:chat.solarpunk.moe. | 17:17:01 |
| 7 Dec 2025 |
| magnetophon joined the room. | 13:39:01 |
| 8 Dec 2025 |
Ralith | some part of the toolchain seems to have started stripping the RUNPATH from proc macro crates that link shared libraries in the environment. Anyone have a fix? | 05:16:32 |
Ralith | it's set to /path/to/my/project/outputs/out/lib, which is pretty weird because that doesn't even exist... | 05:17:46 |
Ralith | dpc (migrated to @dpc:dpc.pw): looks like you reported something similar at https://discourse.nixos.org/t/rust-binaries-losing-runpath-on-one-machine-only-fedora/34324, did you ever sort it out? | 05:19:23 |
@rosssmyth:matrix.org | Could you provide code? | 16:09:23 |
@rosssmyth:matrix.org | It's hard to know what going on with just a description | 16:09:36 |
| @hythera:matrix.org joined the room. | 21:31:24 |
| 9 Dec 2025 |
Ralith | in my environment it reproduces easily with cargo test in https://github.com/Ralith/vk-shader-macros/. Build should have a rust toolchain and SHADERC_LIB_DIR = "${pkgs.shaderc.lib}/lib"; in the environment. | 00:23:17 |
Ralith | you'll get the same error (plus some downstream noise), and you can see:
~/src/vk-shader-macros> readelf -d target/debug/deps/libvk_shader_macros-5228c9752deafce6.so
Dynamic section at offset 0xda180 contains 31 entries:
Tag Type Name/Value
0x000000000000001d (RUNPATH) Library runpath: [/home/ralith/src/vk-shader-macros/outputs/out/lib]
0x0000000000000001 (NEEDED) Shared library: [libshaderc_shared.so.1]
modulo variation in the filename, ofc
| 00:27:19 |
@rosssmyth:matrix.org | I meant the Nix code. | 03:17:25 |