17 Jul 2024 |
bl0v3 | thus not including s390x , was about to complain though luckily someone already did and suggested a fix | 11:10:51 |
bl0v3 | https://github.com/NixOS/nixpkgs/pull/327882/files | 11:10:52 |
bl0v3 | i need this for rustc/cargo which is sort of needed to build zipl | 11:11:10 |
18 Jul 2024 |
| tewi 🏳️⚧️ changed their profile picture. | 23:50:52 |
| tewi 🏳️⚧️ removed their profile picture. | 23:52:42 |
| tewi 🏳️⚧️ set a profile picture. | 23:53:18 |
19 Jul 2024 |
| EVA-01 changed their display name from tauphi to Ms.Connection. | 23:59:08 |
20 Jul 2024 |
| EVA-01 changed their display name from Ms.Connection to Ms. Connection. | 00:00:14 |
23 Jul 2024 |
| Ezzobir Bezziou joined the room. | 08:19:43 |
dramforever | thoughts on packages that fail to build when emulated by qemu-user? maybe routing them real machines make sense but using requiredSystemFeatures doesn't seem easy https://github.com/NixOS/nix/issues/2742 | 11:05:27 |
trofi | worth fixing qemu instead if feasible? | 19:03:28 |
24 Jul 2024 |
| Redstone changed their display name from redstone-menace to Redstone. | 10:15:15 |
John Ericson | rhelmot: artemist it seems the nixbsd cache is missing about 1000 things? | 17:14:50 |
John Ericson | I am doing
nix --extra-experimental-features 'nix-command flakes' build .#base.vmClosureInfo --out-link .gcroots/vm --store $PWD/temp-store --option extra-substituters "https://attic.mildlyfunctional.gay/nixbsd" --option extra-trusted-public-keys "nixbsd:gwcQlsUO
NBLrrGCOdEboIAeFq9eLaDqfhfXmHZs1mgc="
| 17:15:22 |
rhelmot | Indeed | 17:16:00 |
rhelmot | I haven’t put anything in the cache in a while | 17:16:13 |
rhelmot | And the attic watcher doesn’t work on FreeBSD lol | 17:16:27 |
rhelmot | I can do a build for you | 17:16:32 |
John Ericson | I am fine using an older version | 17:16:34 |
John Ericson | oh thanks | 17:16:37 |
John Ericson | also I figure I don't need actually need a big closure? Just the VM image itself? | 17:16:54 |
John Ericson | and then I would permanently configure your substituter inside the VM | 17:17:28 |
rhelmot | Yeah that’s approximately correct | 17:17:41 |
John Ericson | In reply to @rhelmot:matrix.org I can do a build for you I am going to get lunch, but if its done let me know and then I'll try again! | 17:22:09 |
rhelmot | the locked build seems to have been garbage collected, or perhaps I'm using nix wrong :) I'll take this as an opportunity to re-lock it with the up-to-date stuff | 17:24:16 |
John Ericson | rhelmot: ok great! | 17:25:42 |
| @ftchrist:matrix.org left the room. | 19:35:44 |
25 Jul 2024 |
dramforever | In reply to @trofi:matrix.org worth fixing qemu instead if feasible? there's a lot, like most of the time it's unimplemented features and sometimes it's bugs. archlinux riscv build most of their stuff on qemu-user and they have a list of failures here: https://github.com/felixonmars/archriscv-packages/blob/master/qemu-user-blacklist.txt | 00:31:01 |
dramforever | it's often test suites though | 00:31:29 |
dramforever | fixing qemu would work for some cases like i did manage to fix the coreutils problem but i doubt it would be generally applicable | 00:39:53 |