hitachienergy / epiphany

Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Apache License 2.0
138 stars 107 forks source link

[BUG] Erlang 23 packages not available for Ubuntu focal distro #3450

Closed przemyslavic closed 5 months ago

przemyslavic commented 5 months ago

Describe the bug Looks like erlang 23 packages are no longer available from deb https://packages.erlang-solutions.com/ubuntu focal contrib repository. apt-cache policy command shows they should be available, but they fail to install.

root@d9267f56c88b:/# apt-cache policy erlang-base
     1:23.3.1-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.2.3-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.2.1-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.2-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.1.5-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.1.2-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.1-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.0.3-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.0.2-2 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.0.2-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Packages
     1:23.0-1 500
        500 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 Package
The following NEW packages will be installed:
  erlang-base
0 upgraded, 1 newly installed, 1 to remove and 3 not upgraded.
Need to get 9602 kB of archives.
After this operation, 16.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Hit:1 https://packages.erlang-solutions.com/ubuntu focal/contrib amd64 erlang-base amd64 1:23.1.5-1
E: Failed to fetch https://packages.erlang-solutions.com/ubuntu/pool/erlang-base_23.1.5-1~ubuntu~focal_amd64.deb  rename failed, No such file or directory (/var/cache/apt/archives/partial/erlang-base_1%3a23.1.5-1_amd64.deb -> /var/cache/apt/archives/erlang-base_1%3a23.1.5-1_amd64.deb).
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Looks like the repo url has changed to http://binaries2.erlang-solutions.com/ubuntu/, however there are no packages we need. image

How to reproduce Steps to reproduce the behavior:

  1. execute epicli init ... (with params)
  2. edit config file
  3. execute epicli apply ...

Expected behavior A clear and concise description of what you expected to happen.

Config files If applicable, add config files to help explain your problem.

Environment

epicli version: [2.0.13]

Additional context Add any other context about the problem here.


DoD checklist

przemyslavic commented 5 months ago

Fixed in #3451.