GEN qt/locale/bitcoin_zh_TW.qm
GEN qt/qrc_bitcoin_locale.cpp
CXX qt/qt_libbitcoinqt_a-qrc_bitcoin_locale.o
AR qt/libbitcoinqt.a
CXXLD qt/bitcoin-qt
make[2]: Leaving directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/src'
make[1]: Leaving directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/src'
Making all in doc/man
make[1]: Entering directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/doc/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/doc/man'
make[1]: Entering directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu'
+ make -j1 -C src check-security
make: Entering directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/src'
Checking binary security...
make: Leaving directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/src'
+ make -j1 -C src check-symbols
make: Entering directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/src'
Checking glibc back compat...
bitcoin-cli: symbol getauxval from unsupported version GLIBC_2.16
bitcoin-tx: symbol getauxval from unsupported version GLIBC_2.16
bitcoin-wallet: symbol getauxval from unsupported version GLIBC_2.16
test/test_bitcoin: symbol getauxval from unsupported version GLIBC_2.16
qt/bitcoin-qt: symbol getauxval from unsupported version GLIBC_2.16
Makefile:15062: recipe for target 'check-symbols' failed
make: *** [check-symbols] Error 1
make: Leaving directory '/home/ubuntu/build/bitcoin/distsrc-i686-pc-linux-gnu/src'
build: Linux gitian builds fail on master #17525
issue MarcoFalke opened this issue on November 19, 2019-
MarcoFalke commented at 10:12 PM on November 19, 2019: member
- MarcoFalke added the label Bug on Nov 19, 2019
- MarcoFalke added the label Build system on Nov 19, 2019
-
MarcoFalke commented at 10:13 PM on November 19, 2019: member
Probably happened when #17270 was merged
-
fanquake commented at 10:18 PM on November 19, 2019: member
The getauxval() function was added to glibc in version 2.16. Our supported maximum is
2.11: - MarcoFalke added this to the milestone 0.20.0 on Nov 19, 2019
-
MarcoFalke commented at 10:37 PM on November 19, 2019: member
I'd highly doubt that anyone is using
Ubuntu 10.04.4 (Lucid Lynx), so that should probably be bumped, no? -
dwasyluk commented at 2:50 AM on November 20, 2019: none
Hitting same issue here as well.
-
laanwj commented at 9:37 AM on November 20, 2019: member
I'd highly doubt that anyone is using Ubuntu 10.04.4 (Lucid Lynx), so that should probably be bumped, no?
ACK on bumping the glibc version to 2.16.
Will create a PR to bump the symbol checker.
- MarcoFalke closed this on Nov 24, 2019
- MarcoFalke referenced this in commit e6f167bfdf on Nov 25, 2019
- sidhujag referenced this in commit d8d6e00d8d on Nov 25, 2019
- sidhujag referenced this in commit 912a39b439 on Nov 25, 2019
- sidhujag referenced this in commit 6a9f836f72 on Nov 10, 2020
- sidhujag referenced this in commit f569979667 on Nov 10, 2020
- UdjinM6 referenced this in commit a9c8a3d221 on Aug 30, 2021
- PastaPastaPasta referenced this in commit b184989b4d on Sep 17, 2021
- thelazier referenced this in commit 45c6fd5823 on Sep 25, 2021
- DrahtBot locked this on Dec 16, 2021