| 25 Sep 2023 |
rhelmot | I'm really not seeing anything out of the ordinary. Can you (or anyone?) double-check? | 17:59:36 |
raitobezarius | I am in a meeting unfortunately | 18:06:18 |
Artturin | In reply to @rhelmot:matrix.org
error: builder for '/nix/store/bsfkbj4h494i1n8lzdfyhrp9xk6pnxir-gettext-0.21.1.drv' failed with exit code 1;
last 1 log lines:
> build input /nix/store/cbls2b0w8r4gxan0ifdk6pksramy0hfg-bootstrap-tools/nix/store/cbls2b0w8r4gxan0ifdk6pksramy0hfg-bootstrap-tools does not exist
For full logs, run 'nix log /nix/store/bsfkbj4h494i1n8lzdfyhrp9xk6pnxir-gettext-0.21.1.drv'.
does this indicate a bug in nix? I "fixed" it by adjusting some overrides but I don't know why this would ever be produced. the builder isn't even getting run.
only way it should be possible is if you did "/nix/store/cbls2b0w8r4gxan0ifdk6pksramy0hfg-bootstrap-tools/nix/store/cbls2b0w8r4gxan0ifdk6pksramy0hfg-bootstrap-tools" | 19:42:58 |
Artturin | well maybe not only way not sure | 19:43:31 |
Artturin | th``` eval "$var"'+=("$pkg")'
if ! [ -e "$pkg" ]; then echo "build input $pkg does not exist" >&2 exit 1 fi
| 19:43:45 |
Artturin | * eval "$var"'+=("$pkg")'
if ! [ -e "$pkg" ]; then
echo "build input $pkg does not exist" >&2
exit 1
fi
| 19:43:52 |
Artturin | from generic/setup.sh | 19:44:00 |
Artturin | check `${stdenv.__bootPackages....stdenv}/setup | 19:45:46 |
Artturin | Redacted or Malformed Event | 19:46:25 |
| Las left the room. | 19:46:25 |
Artturin | Redacted or Malformed Event | 19:48:14 |
Artturin | Redacted or Malformed Event | 19:48:33 |
Artturin | * check `${gettext.stdenv}/setup | 19:49:15 |
Artturin | * check the initialPath in ${gettext.stdenv}/setup | 19:49:41 |
| 26 Sep 2023 |
Leon | Did anyone here ever give porting NixOS to the BeagleV-Ahead board a shot? Tried my best to look through the channel history, but didn't immediately find any mentions of that.
Context: need to buy a dev board for RV64 kernel work. The BeagleV looks like a potentially interesting and "serious" devboard with good availability by major distributors worldwide, but if boards like the VF2 already have quite decent support, that might be a safer option to get started. | 14:19:34 |
| @me:indeednotjames.com changed their display name from Emily to emily. | 16:45:47 |
| 27 Sep 2023 |
moody | anyone using nixos on a raptor talos machine? | 04:42:05 |
| mib 🥐 changed their display name from mib to mib 🥐. | 05:53:09 |
Puna | i remember reading that amjoseph used a talos ii? dunno if he's on matrix though | 15:44:36 |
@janik0:matrix.org | nope he is not :( | 15:45:02 |
Puna | speaking of power, anyone here who could give this a look? not mergable until i can point the urls to tarballs.nixos.org, but i'm sure someone else confirming that they work would be beneficial to getting them pushed onto there: https://github.com/NixOS/nixpkgs/pull/255451 | 15:53:06 |
| @jkachmar:matrix.org left the room. | 17:16:20 |
moody | In reply to @opna2608:matrix.org speaking of power, anyone here who could give this a look? not mergable until i can point the urls to tarballs.nixos.org, but i'm sure someone else confirming that they work would be beneficial to getting them pushed onto there: https://github.com/NixOS/nixpkgs/pull/255451 how can I help test these? | 19:03:09 |
moody | https://github.com/NixOS/nixpkgs/pull/257699 I packaged up skiboot as well. If this is useful to folks | 19:04:47 |
moody | * https://github.com/NixOS/nixpkgs/pull/257699 I packaged up skiboot. If this is useful to folks | 19:04:58 |
ash (it/its) 🏳️⚧️ | In reply to@m00dy:matrix.org https://github.com/NixOS/nixpkgs/pull/257699 I packaged up skiboot. If this is useful to folks it might be useful, but how would this be deployed on a real power9 machine? does it need a module? | 19:08:50 |
moody | To use these you would need to flash them to the system, most vendors like raptor have their own forks of skiboot. This implementation happens to run within qemu. I am interested in using the environment to test kernel bring up | 19:12:13 |
linear | you do not need to flash skiboot to the system to use it | 19:12:26 |
linear | in fact, that is not even recommended | 19:12:40 |
linear | until you know it's working well | 19:12:48 |