Update
This issue is still unfixed, unless you change your CHOST to something else other than musl, you're out of luck. The bugzilla report is still up, hopefully someone will look at it soon.
Hello you wonderful chaps,
I've recently installed musl/hardened Gentoo and it works perfectly, albeit with some USE flag fixes. I'm trying to install gnome-light, which requires dev-lang/spidermonkey.
I should also mention that I have went through the SELinux/Installation, SELinux is running in permissive mode and should not be causing any problems.
This package fails to build with the following error during configuration:
ERROR: Don't know how to translate x86_64-pc-linux-musl for rustc.
Since this issue seems to be related to rust, I compiled the rust package instead of using rust-bin, as the Musl usage guide notes that some packages on musl will fail to build if rust isn't installed from source. This did not fix the issue, behaviour remains the same.
Logs
build.log : https://bpa.st/EI3Q
config.log : https://bpa.st/QAVQ
Output of emerge --info: https://bpa.st/Q2XA
make.conf.: https://bpa.st/MXBA
Related bug (-s)
https://bugs.gentoo.org/show_bug.cgi?id=917396
https://bugs.gentoo.org/show_bug.cgi?id=929013 ( The bug described in this post )