| 12 Jan 2025 |
John Ericson | so far, I built dmake (rebasing that somake port) and cw | 23:33:23 |
artemis | It was a fun challenge and people said it wasn't possible so I wanted to do it. Ended up getting there with gentoo crossdev and then I was satisfied because I'd pulled it off But cross comp didn't really seem to serve any practical purpose aside from the particular task of bootstrapping nix, and I couldn't figure out the nixpkgs internals enough to try My interest in nix on illumos was mostly as an alternative to pkgsrc, in the role of auxiliary package repository | 23:38:34 |
John Ericson | artemis: oh! so you got further than your blog post indicated? | 23:39:08 |
artemis | Yeah I have a half written post about what I got working but I never got it to the point of publishing it | 23:39:44 |
John Ericson | ooo! | 23:39:53 |
artemis | I could share what I had though | 23:39:59 |
John Ericson | yes that would be great | 23:40:08 |
John Ericson | if you have, e.g. like a "compat" library for building stuff on linux with non-illumos glibc (like the freebsd and netbsd compat libs) | 23:40:46 |
John Ericson | that would be fantastic | 23:40:52 |
John Ericson | in general, if you did it once before, and we can read the code, I think we can "nixify" and merge it in nixpkgs really quick | 23:41:20 |
artemis | The way I did it basically was I used gentoo's crossdev tool to build a gcc targeting illumos (took a few tweaks to the gcc config to get it to work, right). Then I bundled up a ton of .so files I ripped off a real system and dropped them into the lib folder so linking against them would work. After that I was able to crossbuild OpenSSL (needed some build system fixes) and its dependencies, maybe a few other things, and with that environment I cross compiled a rust program and copied it over and it worked | 23:43:35 |