Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909179 - [guru] games-util/xivlauncher-1.0.4 fails to compile
Summary: [guru] games-util/xivlauncher-1.0.4 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anna
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-26 13:04 UTC by Agostino Sarubbo
Modified: 2023-06-26 21:27 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,61.21 KB, text/plain)
2023-06-26 13:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-06-26 13:04:33 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-util/xivlauncher-1.0.4 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-26 13:04:35 UTC
Created attachment 864633 [details]
build.log

build log and emerge --info
Comment 2 anna 2023-06-26 17:59:29 UTC
Got the same result myself, whether or not I enabled the abi_x86_32 USE flag
Comment 3 Anna 2023-06-26 19:23:40 UTC
Fixed on -r1, missing some nugets (version 6.0.12 from runtime and aspnetcore) that for some reason are not required on my machine.
Comment 4 Maciej Barć gentoo-dev 2023-06-26 21:27:36 UTC
This is impossible to solve in current state of dotnet in ::gentoo + ::guru. 

This issue is solved in ::gentoo-dotnet-2023 (with questionable ways).
The issue is that dotnet-sdk pulls in *some* nugets with specific version always during pkg builds. Hack is to pull in them proactively with dotnet-sdk installation.