Created attachment 901188 [details] Output of emerge --info '=dev-dotnet/dotnet-sdk-8.0.107::gentoo' Build fails due to the above stated reasons. All dependencies appear to be satisfied. Cmake fails to find various utilities, but seems to only judge a couple of them to be critical.
Created attachment 901189 [details] Output of emerge -pqv '=dev-dotnet/dotnet-sdk-8.0.107::gentoo'
Created attachment 901190 [details] Complete build log
Created attachment 901191 [details] The ebuild environment file
Any success with using "-march=native -O2 -pipe" as CFLAGS and CXXFLAGS?
Or maybe cmake issue, Im on 3.28.5, might try with more recent cmake.
My apologies to the bug wrangler for creating work, I was trying to sightread the contextual meaning of the severity, and thought "unusable to a user" made it critical. Regarding adjusted CFLAGS, build still fails but with a different error. Please see attachment "Supplemental build log".
Created attachment 901292 [details] Supplemental build log
> Regarding adjusted CFLAGS, build still fails but with a different error. Please see attachment "Supplemental build log". I would look into other variables then, namely LDFLAGS.
LDFLAGS have been left default, to the best of my limited knowledge. At least, I haven't set new ones in make.conf. I also didn't see a set of commonly suggested values, nor did I see any when searching the project itself up; are there suggested values for this variable on this package?