This is an auto-filled bug because dev-lang/moarvm calls cc directly. The issue was originally discovered on amd64, but it may be reproducible on other arches as well. If you think that a different summary clarifies the issue better, feel free to change it. Attached build log and emerge --info. NOTE: If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different CC implementation (like clang) by setting the CC variable. So this issue has been reproduced by setting the CC variable to x86_64-pc-linux-gnu-gcc and by removing the /usr/bin/cc - /usr/bin/gcc binaries.
Created attachment 638814 [details] build.log build log and emerge --info
After reading through MoarVM's `perl Configure.pl --help`, I think this bug can be resolved by setting the `--compiler` line as follows: "--compiler" "$(tc-getCC)" If that fails, try swapping the `--compiler` flag for the `--cc` flag instead.
ci has reproduced this issue with version 2021.10 - Updating summary.
ci has reproduced this issue with version 2022.06 - Updating summary.
ci has reproduced this issue with version 2023.02 - Updating summary.
ci has reproduced this issue with version 2024.02 - Updating summary.
ci has reproduced this issue with version 2024.04 - Updating summary.
ci has reproduced this issue with version 2024.05 - Updating summary.
ci has reproduced this issue with version 2024.08 - Updating summary.
ci has reproduced this issue with version 2024.10 - Updating summary.