| 4 Apr 2023 |
hexa | cole rebooted it | 13:03:30 |
hexa | it responds to ssh, but gets stuck at the kex | 13:03:48 |
hexa | kernel is crashing | 13:14:36 |
| @cole-h:matrix.org joined the room. | 15:12:16 |
@cole-h:matrix.org | Mic92: Could I get w+ to the aarch64 build box repo, please? Would make it a lot easier to test fixes. | 15:12:42 |
Mic92 | cole-h: done | 15:17:20 |
Mic92 | https://github.com/orgs/nix-community/teams/aarch64-build-box/members | 15:17:28 |
figsoda | wrong cole? | 15:18:49 |
@cole-h:matrix.org | likely, I don't see the invite :P | 15:19:08 |
@cole-h:matrix.org | (can't see which cole was invited, but I'm @cole-h on GitHub too) | 15:19:28 |
figsoda |  Download image.png | 15:20:00 |
Mic92 | Right. Fixed now | 15:20:04 |
@cole-h:matrix.org | There we go, cheers. | 15:20:23 |
@cole-h:matrix.org | Thanks :) Hopefully it's not too much work to get the box up and running again | 15:20:42 |
tea | fyi Mic92 nix-index-database fails to build since two weeks | 15:28:20 |
Mic92 | looks like i686 has an eval error in nixpkgs: https://github.com/Mic92/nix-index-database/actions/runs/4586569685/jobs/8099508002#step:5:149 | 15:29:21 |
Mic92 | tea: do you have time to fix this? | 15:29:35 |
tea | I'll try | 15:31:21 |
tea | simple fix would be just to not stop at an error? | 15:31:34 |
Mic92 | Don't know if this is easy to do with nix-env | 15:33:04 |
Mic92 | I'd say fixing nixpkgs would be the best idea | 15:33:12 |
Mic92 | Here is the nix-env command it runs: https://github.com/bennofs/nix-index/blob/a8ceb75b5f447ef5d0d5569dfd19401624b6c604/src/nixpkgs.rs#L36 | 15:33:49 |
hexa | ideally the lookup would throw | 15:42:32 |
hexa | cc Sandro 🐧 | 15:43:13 |
figsoda | https://github.com/NixOS/nixpkgs/pull/224671 | 15:43:22 |
Sandro | In reply to @figsoda:matrix.org https://github.com/NixOS/nixpkgs/pull/224671 Did you test if this is enough? I would have guessed that an or throw is missing somewhere | 15:56:55 |
Sandro | because that is an eval error, not a build error if I see that correct | 15:57:19 |
figsoda | the nix-env command ran into a different error on i686-linux | 15:57:57 |
figsoda | i figured maybe or throw is not needed because it works on darwin | 15:58:21 |
figsoda | it should throw at unsupported platform and not eval the getAttr | 15:59:35 |