| 7 Mar 2026 |
| tnias joined the room. | 20:06:31 |
tnias | I found out pkgsLLVM.glibc tries to use libgcc for unwinding.
But shouldn't it be using pkgsLLVM.llvmPackages.libunwind with doFakeLibgcc instead?
(the libgcc stuff is currently broken and I'm trying to figure out how to best solve it; details in https://github.com/NixOS/nixpkgs/issues/495182)
| 20:23:48 |
emily | it should be using https://github.com/llvm/llvm-project/blob/main/llvm-libgcc/docs/LLVMLibgcc.rst really | 21:52:09 |
emily | but yes, mixing libgcc in seems busted | 21:52:33 |
| 8 Mar 2026 |
| SomeoneSerge (hash-versioned python modules when) changed their display name from SomeoneSerge (back on matrix) to SomeoneSerge (matrix works sometimes). | 23:32:39 |
| 10 Mar 2026 |
| bivsk joined the room. | 04:34:38 |
| amaan joined the room. | 06:52:17 |
| @mtheil:scs.ems.host left the room. | 14:23:47 |
| 11 Mar 2026 |
| JamieMagee joined the room. | 01:04:20 |
| 14 Mar 2026 |
| Rye (testing account) changed their display name from Rye (alt account) to Rye (testing account). | 16:11:16 |
| amadaluzia -> 4d2.org changed their display name from amadaluzia to amadaluzia[uorg]. | 18:50:15 |
| amadaluzia joined the room. | 19:27:43 |
| amadaluzia -> 4d2.org changed their display name from amadaluzia[uorg] to amadaluzia -> 4d2.org. | 21:23:07 |
| 15 Mar 2026 |
| @jykrwn_bot:matrix.org joined the room. | 00:07:36 |
| pengi joined the room. | 07:22:19 |
| pengi set a profile picture. | 07:52:13 |
dramforever | is pkgsStatic supposed to be static-pie? | 10:05:24 |
dramforever | or non-pie | 10:05:53 |
dramforever | i'm getting confused about this https://github.com/NixOS/nixpkgs/issues/464805 and want to see if anyone has an idea | 10:06:09 |
emily | it's non-PIE but it should be static PIE | 15:00:31 |
emily | I think I tried to snipe @lt1379:matrix.org into it | 15:01:48 |
emily | it's just switching a few flags in the stdenv adapters code or whatever (and then probably watching stuff break) | 15:02:54 |
emily | well and also Go is annoying | 15:03:13 |
Lun | you got me sniped as far as the watching stuff break part and not as far as having anything viable | 15:03:30 |
emily | sunk cost fallacy let me down 😔 | 15:07:27 |
dramforever | anyway this is a very funny problem | 16:33:14 |
dramforever | where the qemu build thinks PIE works so it just enables it | 16:33:22 |
dramforever | * where the qemu build thinks PIE works on aarch64-linux pkgsStatic so it just enables it | 16:33:36 |
dramforever | which explodes | 16:33:40 |
Lun | Think it came down to some issues with -shared and -static having -shared always win while -shared vs -static-pie is last entry wins and was going to need wrapper changes to even build stdenv, taking a look again in case I was overcomplicating it. | 17:24:20 |