dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.66k stars 1.06k forks source link

RHEL9: missing dotnet-runtime-deps-8.0-8.0.8 #43009

Open andtvo opened 3 weeks ago

andtvo commented 3 weeks ago

Describe the bug

dotnet-runtime-8.0-8.0.8 has dependency on dotnet-runtime-deps-8.0-8.0.8 but https://packages.microsoft.com/rhel/9/prod/Packages/ doesn't have dotnet-runtime-deps-8.0-8.0.8

Getting error: Depsolve Error occurred: \n Problem: package aspnetcore-runtime-8.0-8.0.8-1.x86_64 from packages-microsoft-com-prod requires dotnet-runtime-8.0 >= 8.0.8, but none of the providers can be installed\n - cannot install the best candidate for the job\n - nothing provides dotnet-runtime-deps-8.0 >= 8.0.8 needed by dotnet-runtime-8.0-8.0.8-1.x86_64 from packages-microsoft-com-prod

To Reproduce

Login to a new RHEL9 machine with https://packages.microsoft.com/rhel/9/prod/Packages/ repo enabled.

yum install aspnetcore-runtime-8.0

Exceptions (if any)

Further technical details

OtavioBuenoFinx commented 3 weeks ago

Hello guys, any updates on this? I'm experiencing the same error. How can I fix it?

baronfel commented 3 weeks ago

cc @rbhanda it looks like we are missing some RPM packages for the latest 8.0 release - do you know who should look into this?