-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
Milestone
Description
bitcoind & bitcoin-qt built from gitian on master branch have not been working on Bionic for the last month or so.
The bitcoind works on Focal though.
Following @jonasschnelli 's nightly gitian build, the last working bitcoind binary was dated January 28 on commit d1ddead
Expected behavior
bitcoind to run
Actual behavior
$ ./bitcoind
bitcoind: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by bitcoind)
bitcoind: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by bitcoind)
To reproduce
On Ubuntu Bionic, download any of the bitcoin-*-x86_64-linux-gnu.tar.gz after January 28th and run the bitcoind
System information
The binaries are downloaded from https://bitcoin.jonasschnelli.ch/gitian/?show=nightly#nighly
I ran the gitian build myself and hit the same error too.
The binaries work on Focal but not on Bionic. Did not test on other Ubuntu releases