| 20 Nov 2025 |
Grimmauld (any/all) | https://termbin.com/cnx3 there, maybe you have a better idea than i have about what is wrong here Its probably musl stuff... | 08:35:33 |
Grimmauld (any/all) | i guess i could overlay a glibc flang on the build platform only, that could work... | 08:36:23 |
Tristan Ross | In reply to @grimmauld:grapevine.grimmauld.de https://termbin.com/cnx3 there, maybe you have a better idea than i have about what is wrong here Its probably musl stuff... Yeah, I'm confident to say that's likely the case | 08:44:11 |
Grimmauld (any/all) | https://github.com/NixOS/nixpkgs/pull/461277#issuecomment-3556593423
never mind! I guess system unit generator on musl is a bit wonky right now! So no i currently don't have a musl llvm vm, be back after a systemd recompile | 08:45:30 |
Tristan Ross | Oh it turns out I got a disallowed references error lol. Well that should be easy enough to fix. | 15:43:35 |
Grimmauld (any/all) | openssl? | 17:02:09 |
Grimmauld (any/all) | https://github.com/openssl/openssl/pull/29176
openssl is currently leaking its build compiler into the runtime closure on llvm-based cross and our asserts break, so you might have to fetch this depending on what you build | 17:03:07 |
Tristan Ross | GCC and expect-response-params lol | 17:03:57 |
Grimmauld (any/all) | huh | 17:04:29 |
Grimmauld (any/all) | that one is new | 17:04:32 |
Tristan Ross | Yeah, it also complained about libllvm | 17:04:59 |
Tristan Ross | I did some changes and am rebuilding stuff, my system also GC'd overnight | 17:05:22 |
Tristan Ross | I brought the build from 75 to 65 builds by removing ninja's documentation lol | 17:05:45 |
Tristan Ross | I have GNU hello | 17:47:31 |
Tristan Ross |  Download image.png | 17:47:45 |
Tristan Ross | What else should I try building lol | 17:54:23 |
7c6f434c | As LibreOffice maintainer I can say what you should not try | 18:07:11 |
7c6f434c | * As LibreOffice Nixpkgs maintainer I can say what you should not try | 18:07:23 |
dramforever | In reply to @rosscomputerguy:matrix.org What else should I try building lol rustc? | 19:08:54 |
Tristan Ross | Eval is completely broken right now... infinite recursion | 19:18:10 |
grimmauld (any/all) | systemd could be fun, but you probably need to disable the bpf stuff on it | 20:27:26 |
grimmauld (any/all) | if you get systemd building i'd call it usable | 20:27:48 |
| 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 |