helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

After apt-get upgrade my ubuntu, erlang version seems not supported #365

Closed disk91 closed 11 months ago

disk91 commented 2 years ago

I also tried to reinstall the previous version as in the readme file

apt install esl-erlang=1:24.3.3-1 cmake libsodium-dev libssl-dev build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Version '1:24.3.3-1' for 'esl-erlang' was not found

Available:

apt list -a esl-erlang
Listing... Done
esl-erlang/unknown,now 1:25.0.3-1 amd64 [installed]
esl-erlang/unknown,unknown 1:25.0.2-1 amd64
esl-erlang/unknown,unknown 1:25.0.1-1 amd64
esl-erlang/unknown 1:25.0-1 amd64
disk91 commented 2 years ago

I've been able to install version 24 on ubuntu bionic:

wget https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_24.3.3-1~ubuntu~bionic_amd64.deb
dpkg -i esl-erlang_24.3.3-1~ubuntu~bionic_amd64.deb
madninja commented 2 years ago

something seems amiss with the upstream esl-erlang repo. The web-site https://www.erlang-solutions.com/downloads/ lists all the supposedly available versions, but too see only the list that you show above.