trezor / blockbook

:blue_book: Trezor address/account balance backend
https://trezor.io
GNU Affero General Public License v3.0
647 stars 644 forks source link

backend-ethereum:amd64 (= 2.58.1-satoshilabs-1) has no Size information #1049

Open 7-of-9 opened 5 months ago

7-of-9 commented 5 months ago

make-all ethereum apt install ./build/backend-ethereum_2.58.1-satoshilabs-1_amd64.deb --reinstall

Yields: W: Repository is broken: backend-ethereum:amd64 (= 2.58.1-satoshilabs-1) has no Size information

On a fresh pull of this (latest) commit: https://github.com/trezor/blockbook/commit/60fb37da4f0b4f02235ee8f1a43a10c0850f753e

Distro: Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic

Any pointers, ideas? thx!

martinboehm commented 5 months ago

We have not encountered this problem. We install the package using dpgk -i <package> but I am not sure if it has anything to do with it.

7-of-9 commented 5 months ago

Thanks for the input Martin. The build time seems very fast, like something is not right with it. Tried again with latest commit, same problem.

I always was able to use apt install on previous commits/builds, something changed somewhere along the way...

martinboehm commented 5 months ago

I do not think we have done some changes to the build process recently. I would clear the docker images and try again.