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 d1ddead0
Expected behavior bitcoind to run
Actual behavior
0$ ./bitcoind
1bitcoind: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by bitcoind)
2bitcoind: /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