2.1.15 not yet available on linux package repositories
vivmishra opened this issue · 6 comments
vivmishra commented
vivmishra commented
Update: 2.1.15 packages have now been pushed live to all repos, so this issue should be resolved. Feel free to log any more issues consuming 2.1.15 packages from all supported feeds (for deb or rpm).
stevenosborne-wf commented
Still seeing this in centos:7.
[root@fd68fdc62356 /]# rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
Retrieving https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
Preparing... ################################# [100%]
Updating / installing...
1:packages-microsoft-prod-1.0-1 ################################# [100%]
[root@fd68fdc62356 /]# yum install dotnet-runtime-2.1
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.team-cymru.com
* extras: bay.uchicago.edu
* updates: mirror.grid.uchicago.edu
base | 3.6 kB 00:00:00
extras
packages-microsoft-com-prod | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
base/7/x86_64/primary_db FAILED
http://repos.lax.layerhost.com/centos/7.7.1908/os/x86_64/repodata/04efe80d41ea3d94d36294f7107709d1c8f70db11e152d6ef562da344748581a-primary.sqlite.bz2: [Errno 14] HTTP Error 403 - ForbiddenB --:--:-- ETA
Trying other mirror.
To address this issue please refer to the below wiki article
https://wiki.centos.org/yum-errors
If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
(1/5): extras/7/x86_64/primary_db | 153 kB 00:00:00
(2/5): base/7/x86_64/group_gz | 165 kB 00:00:00
(3/5): updates/7/x86_64/primary_db | 5.9 MB 00:00:00
(4/5): packages-microsoft-com-prod/primary_db | 108 kB 00:00:00
(5/5): base/7/x86_64/primary_db | 6.0 MB 00:00:02
Resolving Dependencies
--> Running transaction check
---> Package dotnet-runtime-2.1.x86_64 0:2.1.15-1 will be installed
--> Processing Dependency: dotnet-runtime-deps-2.1 >= 2.1.15 for package: dotnet-runtime-2.1-2.1.15-1.x86_64
--> Processing Dependency: dotnet-hostfxr-2.1 >= 2.1.15 for package: dotnet-runtime-2.1-2.1.15-1.x86_64
--> Running transaction check
---> Package dotnet-hostfxr-2.1.x86_64 0:2.1.15-1 will be installed
--> Processing Dependency: dotnet-host >= 2.1.15 for package: dotnet-hostfxr-2.1-2.1.15-1.x86_64
---> Package dotnet-runtime-2.1.x86_64 0:2.1.15-1 will be installed
--> Processing Dependency: dotnet-runtime-deps-2.1 >= 2.1.15 for package: dotnet-runtime-2.1-2.1.15-1.x86_64
--> Running transaction check
---> Package dotnet-host.x86_64 0:3.1.1-1 will be installed
---> Package dotnet-runtime-2.1.x86_64 0:2.1.15-1 will be installed
--> Processing Dependency: dotnet-runtime-deps-2.1 >= 2.1.15 for package: dotnet-runtime-2.1-2.1.15-1.x86_64
--> Finished Dependency Resolution
Error: Package: dotnet-runtime-2.1-2.1.15-1.x86_64 (packages-microsoft-com-prod)
Requires: dotnet-runtime-deps-2.1 >= 2.1.15
Available: dotnet-runtime-deps-2.1-2.1.10-1.x86_64 (packages-microsoft-com-prod)
dotnet-runtime-deps-2.1 = 2.1.10-1
Available: dotnet-runtime-deps-2.1-2.1.11-1.x86_64 (packages-microsoft-com-prod)
dotnet-runtime-deps-2.1 = 2.1.11-1
Available: dotnet-runtime-deps-2.1-2.1.12-1.x86_64 (packages-microsoft-com-prod)
dotnet-runtime-deps-2.1 = 2.1.12-1
Available: dotnet-runtime-deps-2.1-2.1.13-1.x86_64 (packages-microsoft-com-prod)
dotnet-runtime-deps-2.1 = 2.1.13-1
Available: dotnet-runtime-deps-2.1-2.1.14-1.x86_64 (packages-microsoft-com-prod)
dotnet-runtime-deps-2.1 = 2.1.14-1
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
vivmishra commented
Thanks for reporting, I have reopened the issue to track & investigate this issue for centos7 with 2.1.15.
I am able to repro this locally too.
stevenosborne-wf commented
Looks like this is working now.
dagood commented
Works for me too, closing. Thanks for the fix!
stevenosborne-wf commented
Thanks everyone!