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

Ubuntu 20.04 can't install esl-erlang due to a GPG signing error #90

Open
tory-kk opened this issue Jan 17, 2025 · 4 comments
Open

Ubuntu 20.04 can't install esl-erlang due to a GPG signing error #90

tory-kk opened this issue Jan 17, 2025 · 4 comments

Comments

@tory-kk
Copy link

tory-kk commented Jan 17, 2025

Hello,
Got the same issue as in #63 today while installing Ubuntu 20.04:

$ sudo apt-get update
Ign:5 http://binaries.erlang-solutions.com/debian focal InRelease
Get:6 http://binaries.erlang-solutions.com/debian focal Release [3132 B]
Hit:7 http://binaries.erlang-solutions.com/debian focal Release.gpg
Err:7 http://binaries.erlang-solutions.com/debian focal Release.gpg
  The following signatures were invalid: BADSIG D208507CA14F4FCA Erlang Solutions Ltd. <[email protected]>
Fetched 19.3 MB in 5s (4001 kB/s)
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://binaries.erlang-solutions.com/debian focal Release: The following signatures were invalid: BADSIG D208507CA14F4FCA Erlang Solutions Ltd. <[email protected]>
W: Failed to fetch http://binaries.erlang-solutions.com/debian/dists/focal/Release.gpg  The following signatures were invalid: BADSIG D208507CA14F4FCA Erlang Solutions Ltd. <[email protected]>
W: Some index files failed to download. They have been ignored, or old ones used instead.

Installation was done:

wget -O /tmp/erlang-solutions_2.0_all.deb https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
dpkg -i /tmp/erlang-solutions_2.0_all.deb

apt-get update # <-- this step fails

We are using https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb distribution because our legacy component requires Erlang version 20.* and we cannot upgrade it to any newer version.

@tory-kk
Copy link
Author

tory-kk commented Jan 20, 2025

@dalbarado Could you please help to solve the issue?

@dalbarado
Copy link
Collaborator

dalbarado commented Jan 20, 2025

Hello, found the issue, working on solve it. @tory-kk

@dalbarado
Copy link
Collaborator

@tory-kk could you check now? Thanks

@tory-kk
Copy link
Author

tory-kk commented Jan 20, 2025

Seem to work as expected now. Thank you :)

$ sudo apt-get update
Hit:1 http://eu-west-1.ec2.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://eu-west-1.ec2.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://eu-west-1.ec2.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Ign:5 http://binaries.erlang-solutions.com/debian focal InRelease
Get:6 http://binaries.erlang-solutions.com/debian focal Release [3132 B]
Get:7 http://binaries.erlang-solutions.com/debian focal Release.gpg [833 B]
Get:8 http://binaries.erlang-solutions.com/debian focal/contrib amd64 Packages [275 kB]
Fetched 279 kB in 1s (234 kB/s)
Reading package lists... Done

$ sudo apt-get install -y esl-erlang=1:20.3*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Selected version '1:20.3.8.26-1' (Erlang Solutions Ltd.:binaries.erlang-solutions.com [amd64]) for 'esl-erlang'
...
The following NEW packages will be installed:
  esl-erlang
0 upgraded, 1 newly installed, 16 to remove and 169 not upgraded.
Preparing to unpack .../esl-erlang_1%3a20.3.8.26-1_amd64.deb ...
Unpacking esl-erlang (1:20.3.8.26-1) ...
Setting up esl-erlang (1:20.3.8.26-1) ...
Processing triggers for man-db (2.9.1-1) ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants