| 15 Oct 2025 |
vcunat | (I'd probably do at least quick bmake fixup to try at least building the blockers.) | 11:24:32 |
vcunat | * (I'd probably do at least quick bmake fixup to try at least building the blockers depending on it.) | 11:24:37 |
Randy Eckenrode | https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/llvm/common/llvm/default.nix#L49 | 11:25:43 |
Randy Eckenrode | Except it would be stage1 not stage-xclang. | 11:27:06 |
vcunat | Oh right, I could've used lib.trace to find the names. | 11:37:00 |
Randy Eckenrode | Once the LLVM stuff lands that makes overriding work, it should be possible to move that check to an override in the bootstrap. | 11:38:41 |
dramforever | maybe it's os dependent? | 11:39:16 |
dramforever | what if it just fails on intense-heron but works on maximum-snail | 11:39:43 |
vcunat | The bmake issue is triggered by existence of some file, if I googled fast right. We've encountered this one already, apparently. | 11:41:11 |
dramforever | i saw some stuff that say that but i can't reproduce | 11:42:40 |
dramforever | so all i can gather is something makes macos do that | 11:42:50 |
dramforever | runCommand "test" {} ''env -i "$(command -v env)" ; exit 1'' outputs __CF_USER_TEXT_ENCODING=0x15F:0:0 on the darwin community builder | 11:44:17 |
vcunat | Maybe if you create this file?
https://superuser.com/a/82194 | 11:50:54 |
dramforever | doesn't seem to do anything when i creat that and relog | 11:55:12 |
dramforever | * doesn't seem to do anything when i create that and relog | 11:55:18 |
dramforever | what the hell | 11:55:27 |
vcunat | I'm pushing the fixup I have now. | 11:56:18 |
vcunat | (I just don't want to burn more of my time, but anyone can.) | 11:57:09 |
| 16 Oct 2025 |
| Nick joined the room. | 01:53:23 |
| Nick changed their display name from norta to Nick. | 02:23:03 |
K900 | When's branchoff again? | 07:47:38 |
vcunat | For 25.11? 2025-11-23
https://github.com/NixOS/nixpkgs/issues/443568 | 08:01:46 |
ivy | https://github.com/NixOS/nixpkgs/pull/451871 can someone perhaps merge this? | 15:17:04 |
ivy | it does rebuild everything tho, but this a worthwhile change for darwin especially | 15:17:52 |
ivy | and has been tested | 15:18:00 |
ivy | but darwin has a lot of paths that have spaces such as /Library/Application Support | 15:18:22 |
ivy | and this would fix that | 15:18:31 |
ivy | and currently packages expose them as outputs but simply cannot use buildEnv on those specific paths due to the parsing being based on spaces | 15:20:05 |
matthewcroughan | Can we merge https://github.com/NixOS/nixpkgs/pull/446139 ? | 15:45:33 |
matthewcroughan | I've been testing it extensively in nixos-musl | 15:45:41 |