Gotta love how Gentoo maintains a list of packages that depends on Rust in a profile called `wd40`
From https://gitweb.gentoo.org/repo/gentoo.git/tree/profiles/features/wd40/README
> This is a common profile for architectures and subarchitectures that do not support Rust (do not have a working virtual/rust). It serves as a common place to mask the packages requiring Rust and the USE flags pulling them.
@koakuma
> architectures and subarchitectures that do not support Rust
Do they exist? Has to be something really marginal — Go is really bad at it, but Rust — I have an impression that you can build it for nearly anything 😄
@a1ba I think it can use MSVC toolchain on Windows and likewise can probably use compilers on other platforms native to them, I doubt support for e.g. AXP ever existed in LLVM.
A lot of these arches are indeed marginal, TBH I'm suprised some of them are still in the kernel, even 32-bit ARM and x86 do not receive proper testing in a lot of software, it's mostly about AArch64 and x86-64 these days, probably experimental RISC-V, IBM might maintain some POWER support.
@koakuma
@koakuma No, I say marginal without disrespect and I'd be glad if more platforms are supported, I'm an avid user of less popular architectures myself, I'm typing this now on an old 32-bit ARM netbook, my Pleroma instance (not the one I'm replying from, my own one) runs on an old 32-bit PowerPC MacMini and it's currently building CUPS as I intend to use it as print server too. So I know better than most what it's like building stuff for say lesser mainstream platforms
@a1ba
@koakuma Void Linux — former PowerPC port. Daniel did a tremendous job maintaining it, but moved on to work more on Chimera and abandoned it. I did update a few things I use often like transmission and such, and I can still cross-compile a lot of things with upstream void-packages, still, maintaining a proper port requires a lot of effort and I'm not up to it, more things will start breaking. Still, having Linux 6.1 and pretty much up-to-date software is impressive for such an old machine 😁
@m0xee Oooh that is very cool! What OS are you having on the Mini?
But yeah no hard feelings intended here either~