| 21 Nov 2025 |
Tristan Ross | … while evaluating derivation 'llvm-binutils-wrapper-21.1.2'
whose name attribute is located at /home/ross/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:541:13
… while evaluating attribute 'gnugrep_bin' of derivation 'llvm-binutils-wrapper-21.1.2'
error: infinite recursion encountered
at /home/ross/nixpkgs/lib/customisation.nix:429:7:
428| // {
429| drvPath =
| ^
430| assert condition;
Bleh
| 03:03:40 |
Tristan Ross | I've redone this a few times and I've ran into this problem | 03:08:44 |
Tristan Ross | Giving it a try | 05:32:49 |
Tristan Ross |  Download image.png | 05:32:56 |
Tristan Ross | ~450 builds | 05:34:00 |
siraben | why would you want cross system to be the same as local system here? | 06:15:00 |
Tristan Ross | In reply to @siraben:matrix.org why would you want cross system to be the same as local system here? To ensure it actually does native | 06:15:32 |
siraben | do I need to have both of your PRs 463395 and 463361 to test it out? | 06:16:52 |
Tristan Ross | Just 463395 | 06:17:23 |
Tristan Ross | 463361 fixes an eval problem that I later found an alternative solution. However, I think it's still a good change. | 06:17:48 |
Tristan Ross | I just fixed an infinite recursion problem & managed to prevent a rebuild of LLVM | 06:36:38 |
Tristan Ross | pkgs.llvmPackages and pkgs.stdenv.__bootPackages.llvmPackages are the same as to prevent a rebuild of LLVM | 06:37:04 |
Tristan Ross | pkgsLLVM.bison and native LLVM bison have this problem... https://github.com/NixOS/nixpkgs/issues/463659 | 07:05:36 |
| amadaluzia (🇹🇷 til 25th) changed their display name from amadaluzia to amadaluzia (in 🇹🇷 til 25). | 14:44:51 |
| amadaluzia (🇹🇷 til 25th) changed their display name from amadaluzia (in 🇹🇷 til 25) to amadaluzia (🇹🇷 til 25th). | 14:45:23 |
siraben |  Download Screenshot 2025-11-21 at 09.23.50.png | 17:23:56 |
siraben | Tristan Ross: on your branch, is this command right? | 17:24:00 |
Tristan Ross | That's the right branch but I don't get that error | 17:24:32 |
| 22 Nov 2025 |
bake.monorail | I see pkgs.tests.cross.gcc.hello contains a derivation to build hello for each architecture in lib.systems.examples. Do you know if any CI job builds these derivations? I couldn't find any references to them. | 18:53:08 |
grimmauld (any/all) | https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents
if its not in here, hydra doesn't build it | 18:55:07 |
bake.monorail | Mh, I don't see it there. | 18:56:47 |
| 23 Nov 2025 |
Grimmauld (any/all) | Okay, i fixed musl systemd not supporting user namespacing. Now its time to try native llvm builds | 11:26:35 |
Grimmauld (any/all) | We might also want to fetch https://git.musl-libc.org/cgit/musl/commit/?id=fde29c04adbab9d5b081bf6717b5458188647f1c, it fixes PrivateUsers=yes services on musl systemd | 11:53:45 |
Grimmauld (any/all) | postmarket already uses that patch apparently | 11:53:47 |
K900 | Isn't that the patch that's explicitly listed in systemd relnotes | 11:57:33 |
K900 | As required | 11:57:35 |
Grimmauld (any/all) | yep. | 11:57:45 |
Grimmauld (any/all) | but even our 258.2 with the old musl patches needs that patch | 11:57:58 |
K900 | I assumed we had it lol | 11:58:00 |
Grimmauld (any/all) | we did not... | 11:58:05 |