Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.15 not yet available on linux package repositories #4124

Closed
vivmishra opened this issue Jan 14, 2020 · 6 comments
Closed

2.1.15 not yet available on linux package repositories #4124

vivmishra opened this issue Jan 14, 2020 · 6 comments
Assignees
Labels
area-setup Issues related to installing .NET Core

Comments

@vivmishra
Copy link
Contributor

Update: 2.1.15 is lagging behind other versions and yet available on linux package repositories.

More updates will be added as the status changes.

cc: @dagood ; @leecow ; @rbhanda

@vivmishra vivmishra self-assigned this Jan 14, 2020
@dagood dagood added the area-setup Issues related to installing .NET Core label Jan 14, 2020
@vivmishra
Copy link
Contributor Author

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
Copy link

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 vivmishra reopened this Jan 15, 2020
@vivmishra
Copy link
Contributor Author

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
Copy link

Looks like this is working now.

@dagood
Copy link
Member

dagood commented Jan 15, 2020

Works for me too, closing. Thanks for the fix!

@dagood dagood closed this as completed Jan 15, 2020
@stevenosborne-wf
Copy link

Thanks everyone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-setup Issues related to installing .NET Core
Projects
None yet
Development

No branches or pull requests

3 participants