My CPU is a PowerPC POWER7, and I'm using AIX 7.2.0.0 as the OS.
I'm trying to install Rust by following the steps on Rust's official GitHub, specifically running ./x.py build && ./x.py install. However, the installation fails with the following error:
RuntimeError: src/stage0 doesn't contain a checksum for dist/2024-09-05/rust-std-1.81.0-powerpc64-ibm-aix.tar.xz. Pre-built artifacts might not be available for this target at this time, see Platform Support - The rustc book for more information.
I checked ./src/stage0 and confirmed that there is indeed no SHA256 checksum for AIX. I would like to know how I can add this checksum manually or if there is an expected timeline for when this might be addressed. I appreciate any guidance from the Rustacean community.
There are no official prebuilt binaries available for AIX because it can't easily be cross-compiled. I know IBM maintains Rust binaries for AIX somewhere, but I'm not sure where.
That seems pretty bad for a "community" thing... But given that it is IBM I shouldn't be surprised that "community" probably means "pays out their nose for support contract".