microsoft / linux-package-repositories

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.
https://packages.microsoft.com
MIT License
64 stars 17 forks source link

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

Closed andtvo closed 2 weeks ago

andtvo commented 2 weeks ago

Describe the issue packages.microsoft.com for rhel9 is missing dotnet-runtime-deps-8.0-8.0.8

When did the issue occur? August 13th 2024

If applicable, what package did you attempt to install, and from which repo? aspnetcore-runtime-8.0 from https://packages.microsoft.com/rhel/9/prod/Packages/

Steps to Reproduce

Actual Result 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

Expected Result

Screenshots

Additional context

daviddavis commented 2 weeks ago

@andtvo I am able to reproduce the problem but this is an issue with the package and not the packages.microsoft.com service. You'll need to report this issue against dotnet: https://github.com/dotnet/sdk/issues.

daviddavis commented 2 weeks ago

Looks like there's a dotnet issue now: https://github.com/dotnet/sdk/issues/43009.

andtvo commented 2 weeks ago

@daviddavis Thank you! I created that issue.