esl / packages

Makefile- and Docker-based build system for ESL's erlang and elixir binary packages.
Apache License 2.0
9 stars 6 forks source link

Issues installing on Debian Bullseye #52

Closed dmccown closed 1 year ago

dmccown commented 1 year ago

Hi I'm trying to install on Debian Bullseye via apt and I'm receiving the following error:

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

apt-get update && apt-get install -y esl-erlang=1:25.0.4-1

...

08:52:56   W: GPG error: http://binaries.erlang-solutions.com/debian bullseye Release: Unknown error executing apt-key
08:52:56   E: The repository 'http://binaries.erlang-solutions.com/debian bullseye Release' is not signed.

Any idea on what might be causing this error?

Thank you!

gilacost commented 1 year ago

This repo is a work in progress to replace the old package building. Your issue has to do with the old building pipeline. I can try to build it today in this pipeline today but I can't promise it will be done. Also this would be only for testing purposes and it won't be signed or would have support.

gilacost commented 1 year ago

there you go: https://esl-erlang.s3.eu-west-2.amazonaws.com/debian/bullseye/esl-erlang_25.0.4-1~debian~bullseye_amd64.deb. again, testing purposes, no GPG signed, no support 😅

tpitale commented 1 year ago

If this isn't the place to report an issue with the build, is there a repo or something for the current pipeline?

gilacost commented 1 year ago

apologies for the late reply @tpitale, the current pipeline lives within a private repo. We are on the process of opensourcing ESL package building. I did not say that this was not the right place. Any issues opened here will be taken into account once all packages are built within this pipeline. I was just saying that while working on this I won't be fixing/maintaining the old repo becuase it is not worth it.

dmccown commented 1 year ago

I appreciate the help! When I tested again the package was pulled down without any issues in our build system.