| 3 Oct 2025 |
dramforever | i don't think it's necessarily worthwhile to make this "good" | 12:38:35 |
dramforever | i confirmed this fixes stdenvBootstrapTools.aarch64-unknown-linux-gnu | 12:45:55 |
Grimmauld (any/all) | thats good, my x86_64 build is almost done | 12:46:18 |
Grimmauld (any/all) | if that works too, i'll do that patch instead and push it to my PR | 12:47:00 |
Grimmauld (any/all) | (and put you co-author, you did the digging upstream) | 12:47:17 |
Grimmauld (any/all) | okay, works on x86 too | 12:50:58 |
dramforever | meanwhile is the darwin thing because we configure llvm as aarch64-apple-darwin | 12:53:46 |
dramforever | and the python script is not happy with us calling it aarch64
assert "arm64" in config.host_triple or "x86_64" in config.host_triple
| 12:54:33 |
Grimmauld (any/all) | but isn't x86_64-darwin broken too? | 12:57:44 |
dramforever | that's a different failure | 12:58:21 |
dramforever | build works fine, test fails | 12:58:28 |
Grimmauld (any/all) | SOO MANY FAILS | 12:58:30 |
dramforever | so the x86_64-darwin thing, we had ...-bootstrap-tools/lib/clang/19/include when it works | 13:05:25 |
dramforever | and now it's gone | 13:05:29 |
Grimmauld (any/all) | HUH | 13:05:40 |
dramforever | ignoring nonexistent directory "/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-clang-21.1.1-lib/lib/clang/21/include"
| 13:05:44 |
dramforever | oops | 13:05:49 |
Grimmauld (any/all) | thats worrying | 13:05:57 |
dramforever | wait nevermind | 13:05:57 |
dramforever | that's good right | 13:06:01 |
dramforever | oh, not good | 13:06:36 |
dramforever | the resource-dir is wrong | 13:06:40 |
dramforever | resource-dir for clang-21 in bootstrap tools is broken by https://github.com/NixOS/nixpkgs/pull/420382 | 13:30:43 |