| 28 Feb 2023 |
Lotte (it/its)/Cinny (she/her) θΔ& | it’s root/secret | 14:57:15 |
Lotte (it/its)/Cinny (she/her) θΔ& | okay i got ethernet nowk | 14:58:45 |
Lotte (it/its)/Cinny (she/her) θΔ& | * okay i got ethernet now | 14:58:51 |
@qbit:tapenet.org | wooo | 15:10:42 |
Lotte (it/its)/Cinny (she/her) θΔ& | time to try to start sshd on it | 15:11:22 |
[0x4A6F] | I'm also building your pr (with removed ref). | 16:47:47 |
[0x4A6F] | nix build "github:Snektron/nixos-vf2?rev=e82d34bd10b1b90f92be0bd459f5a03ada189956#rattlesnake-sd" errors out with ref. | 16:48:22 |
Lotte (it/its)/Cinny (she/her) θΔ& | fixed it | 17:18:25 |
Snektron | Thanks for looking into that. I hadm | 18:56:10 |
Snektron | * Thanks for looking into that. I hadn't seen that there was an update | 18:56:16 |
@qbit:tapenet.org | aww ya networking \o/ | 19:06:33 |
| 1 Mar 2023 |
Lotte (it/its)/Cinny (she/her) θΔ& | oh apparently the reason why my vf2 failed to compile gfortran overnight is because the config included neofetch | 06:24:28 |
Snektron | Oopsie | 08:51:49 |
Lotte (it/its)/Cinny (she/her) θΔ& | has someone figured out why the upstream branch supports 8GB but not the develop branch yet? | 10:01:37 |
Lotte (it/its)/Cinny (she/her) θΔ& | dtb issues? | 10:01:41 |
dramforever | In reply to @lotte:chir.rs dtb issues? yeah, something about CONFIG_OF_BOARD_SETUP thing | 11:55:09 |
dramforever | uh which repo's upstream/develop branch again? | 11:55:54 |
artemis | so how taboo would it be to pull in a bunch of binary `.so` files from an illumos system to link against, as a stop-gap until i can get the system libraries actually cross-building from source | 12:10:37 |
artemis | i don't really know enough about the nix culture to know the answer to that | 12:10:46 |
artemis | * i don't really know enough about the nix culture to know the answer to that, im rather an outsider in that regard | 12:10:58 |
Alyssa Ross | I would rather wait until we can cross compile them | 12:11:21 |
artemis | _nod_ | 12:11:35 |
artemis | oh does nixpkgs have gcc7 packaged still? | 12:11:53 |
Alyssa Ross | Having a draft PR open where you share your work would be cool though | 12:12:03 |
Alyssa Ross | Yes | 12:12:06 |
artemis | ill be posting a blog post about what ive gotten working soon, but it's all gentoo right now because gentoo's crossdev is much easier to incrementally bodge into working for this than nix is | 12:12:43 |
artemis | as for building the illumos core libraries themselves, my friend found a project called `somake` which is a fork of the illumos make that extracts it out into its own project and uses CMake to build it | 12:13:51 |
artemis | which is good, because it means we can use that as the way in to building the rest of the illumos monolith | 12:14:16 |
artemis | i ask about gcc7 because a lot of illumos won't compile with anything newer than gcc7 | 12:15:09 |
Alyssa Ross | what was the issue with building upstream illumos make? did it depend on itself? | 12:15:27 |