Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938485 - dev-dotnet/dotnet-sdk: Build fails due to CHECK_LIBRARY_EXISTS arguments and mkstemp(s) absence
Summary: dev-dotnet/dotnet-sdk: Build fails due to CHECK_LIBRARY_EXISTS arguments and ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-25 08:14 UTC by securable.alias
Modified: 2024-11-18 19:20 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of emerge --info '=dev-dotnet/dotnet-sdk-8.0.107::gentoo' (emerge-info.txt,8.83 KB, text/plain)
2024-08-25 08:14 UTC, securable.alias
Details
Output of emerge -pqv '=dev-dotnet/dotnet-sdk-8.0.107::gentoo' (emerge-pqv.txt,67 bytes, text/plain)
2024-08-25 08:15 UTC, securable.alias
Details
Complete build log (build.log,853.71 KB, text/x-log)
2024-08-25 08:20 UTC, securable.alias
Details
The ebuild environment file (environment,124.70 KB, text/plain)
2024-08-25 08:24 UTC, securable.alias
Details
Supplemental build log (build.log.lzma,104.25 KB, application/x-lzma)
2024-08-27 05:02 UTC, securable.alias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description securable.alias 2024-08-25 08:14:36 UTC
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.
Comment 1 securable.alias 2024-08-25 08:15:41 UTC
Created attachment 901189 [details]
Output of emerge -pqv '=dev-dotnet/dotnet-sdk-8.0.107::gentoo'
Comment 2 securable.alias 2024-08-25 08:20:01 UTC
Created attachment 901190 [details]
Complete build log
Comment 3 securable.alias 2024-08-25 08:24:00 UTC
Created attachment 901191 [details]
The ebuild environment file
Comment 4 Maciej Barć gentoo-dev 2024-08-26 21:15:10 UTC
Any success with using "-march=native -O2 -pipe" as CFLAGS and CXXFLAGS?
Comment 5 Maciej Barć gentoo-dev 2024-08-26 21:21:37 UTC
Or maybe cmake issue, Im on 3.28.5, might try with more recent cmake.
Comment 6 securable.alias 2024-08-27 04:59:55 UTC
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".
Comment 7 securable.alias 2024-08-27 05:02:47 UTC
Created attachment 901292 [details]
Supplemental build log
Comment 8 Maciej Barć gentoo-dev 2024-08-27 21:29:26 UTC
> 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.
Comment 9 securable.alias 2024-08-28 06:28:28 UTC
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?