Nix Cross Compiling | 564 Members | |
| 118 Servers |
| Sender | Message | Time |
|---|---|---|
| 18 Feb 2026 | ||
| patchShebangs didnt work (i guess because the shebang allready is a store path) but replacing it with sed did the trick. opened a merge request https://github.com/NixOS/nixpkgs/pull/491759 | 13:19:33 | |
| patchShebangs has --update | 13:20:47 | |
| I forgot | 13:20:55 | |
| * I forgot to mention it https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/setup-hooks/patch-shebangs.sh | 13:21:20 | |
| But yours is fine too | 13:24:35 | |
for patchShebangs you need to add the (python3.withPackages (pp: [ pp.pygobject3 ])) to buildInputs | 13:25:01 | |
| Which you did 👍️ | 13:25:42 | |
| tested again, still works :) thanks for helping | 13:35:24 | |
| 19 Feb 2026 | ||
| 10:41:32 | ||
| 18:27:51 | ||
| 21 Feb 2026 | ||
| 19:25:59 | ||
| 19:30:16 | ||
| 19:33:40 | ||
| 22 Feb 2026 | ||
| 02:54:21 | ||
| 20:30:27 | ||
| 23:03:42 | ||
| 23 Feb 2026 | ||
| Not sure if this is the right place for this but:
And I ran into the following error:
| 00:58:11 | |
| It seems like it should work with crossSystem but that adds gcc's bootstrap to the mix as well as llvm | 00:58:45 | |
| * It seems like it should work with crossSystem but that adds gcc's bootstrap to the mix as well as llvm - I just wanted to have a "(mostly) pure llvm" system. | 00:59:16 | |
| * It seems like it should work with crossSystem but that adds the host gcc bootstrap to the mix as well as llvm - I just wanted to have a "(mostly) pure llvm" system. | 00:59:32 | |
| I'm not even sure where to start to attempt to fix this issue... I could try adding nativeBuildInputs or removeAttrs but I'm not sure if those are the right solutions | 01:00:37 | |
In reply to @theo-paris:matrix.org That's a common symptom of bootstrap issues https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/fetchurl/boot.nix | 01:34:32 | |
| 24 Feb 2026 | ||
| 04:17:53 | ||
| The cross-trunk jobset is broken now: https://hydra.nixos.org/jobset/nixpkgs/cross-trunk#tabs-errors | 07:34:18 | |
| Probably since https://github.com/NixOS/nixpkgs/pull/488406#event-22999337645 | 07:34:44 | |
| I don't even know what error is relevant in there. | 07:39:49 | |
| 07:40:25 | ||
| Oh wait, it probably isn't broken. | 07:46:16 | |
| For a couple days there was no rebuild of those jobs, apparently. And the timer just hasn't fired since the staging-next merge yesterday 🤦 | 07:46:54 | |
| We'll see in about an hour; I queued an eval. | 07:47:10 | |