Skip to content

Instantly share code, notes, and snippets.

@keo
Last active March 5, 2016 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keo/b537c55e25913dd2a4e0 to your computer and use it in GitHub Desktop.
Save keo/b537c55e25913dd2a4e0 to your computer and use it in GitHub Desktop.
Checking glibc back compat...
bitcoin-cli: export of symbol __data_start not allowed
bitcoin-cli: export of symbol sigx_app not allowed
bitcoin-cli: export of symbol _bss_end__ not allowed
bitcoin-cli: export of symbol sig_app not allowed
bitcoin-cli: export of symbol __bss_end__ not allowed
bitcoin-cli: export of symbol vtable for boost::exception not allowed
bitcoin-cli: export of symbol __bss_start__ not allowed
bitcoin-cli: export of symbol __end__ not allowed
bitcoin-cli: export of symbol typeinfo for boost::thread_interrupted not allowed
bitcoin-cli: export of symbol vtable for boost::exception_detail::clone_base not allowed
bitcoin-cli: NEEDED library ld-linux-armhf.so.3 is not allowed
bitcoin-tx: export of symbol vtable for boost::exception not allowed
bitcoin-tx: export of symbol _bss_end__ not allowed
bitcoin-tx: export of symbol __bss_start__ not allowed
bitcoin-tx: export of symbol vtable for boost::exception_detail::clone_base not allowed
bitcoin-tx: export of symbol __end__ not allowed
bitcoin-tx: export of symbol sig_app not allowed
bitcoin-tx: export of symbol __data_start not allowed
bitcoin-tx: export of symbol typeinfo for boost::thread_interrupted not allowed
bitcoin-tx: export of symbol vtable for boost::lock_error not allowed
bitcoin-tx: export of symbol vtable for boost::exception_detail::error_info_injector<boost::thread_resource_error> not allowed
bitcoin-tx: export of symbol vtable for boost::exception_detail::error_info_injector<boost::lock_error> not allowed
bitcoin-tx: export of symbol vtable for boost::thread_exception not allowed
bitcoin-tx: export of symbol vtable for boost::thread_resource_error not allowed
bitcoin-tx: export of symbol __bss_end__ not allowed
bitcoin-tx: export of symbol vtable for boost::system::system_error not allowed
bitcoin-tx: export of symbol sigx_app not allowed
bitcoin-tx: NEEDED library ld-linux-armhf.so.3 is not allowed
test/test_bitcoin: export of symbol _bss_end__ not allowed
test/test_bitcoin: export of symbol vtable for boost::exception not allowed
test/test_bitcoin: export of symbol vtable for boost::condition_error not allowed
test/test_bitcoin: export of symbol std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> > >::~map() not allowed
test/test_bitcoin: export of symbol typeinfo for bool (*)() not allowed
test/test_bitcoin: export of symbol vtable for boost::exception_detail::clone_base not allowed
test/test_bitcoin: export of symbol __bss_start__ not allowed
test/test_bitcoin: export of symbol __end__ not allowed
test/test_bitcoin: export of symbol std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~vector() not allowed
test/test_bitcoin: export of symbol typeinfo for void (*)() not allowed
test/test_bitcoin: export of symbol sig_app not allowed
test/test_bitcoin: export of symbol __data_start not allowed
test/test_bitcoin: export of symbol typeinfo for boost::thread_interrupted not allowed
test/test_bitcoin: export of symbol vtable for boost::lock_error not allowed
test/test_bitcoin: export of symbol vtable for boost::exception_detail::error_info_injector<boost::condition_error> not allowed
test/test_bitcoin: export of symbol typeinfo for boost::exception not allowed
test/test_bitcoin: export of symbol vtable for boost::exception_detail::error_info_injector<boost::thread_resource_error> not allowed
test/test_bitcoin: export of symbol typeinfo name for bool (*)() not allowed
test/test_bitcoin: export of symbol vtable for boost::exception_detail::error_info_injector<boost::lock_error> not allowed
test/test_bitcoin: export of symbol vtable for boost::thread_exception not allowed
test/test_bitcoin: export of symbol typeinfo for boost::system::system_error not allowed
test/test_bitcoin: export of symbol typeinfo name for void (*)() not allowed
test/test_bitcoin: export of symbol vtable for boost::thread_resource_error not allowed
test/test_bitcoin: export of symbol boost::system::system_error::~system_error() not allowed
test/test_bitcoin: export of symbol __bss_end__ not allowed
test/test_bitcoin: export of symbol sigx_app not allowed
test/test_bitcoin: export of symbol vtable for boost::system::system_error not allowed
test/test_bitcoin: NEEDED library ld-linux-armhf.so.3 is not allowed
bench/bench_bitcoin: export of symbol __data_start not allowed
bench/bench_bitcoin: export of symbol sigx_app not allowed
bench/bench_bitcoin: export of symbol _bss_end__ not allowed
bench/bench_bitcoin: export of symbol sig_app not allowed
bench/bench_bitcoin: export of symbol __bss_end__ not allowed
bench/bench_bitcoin: export of symbol vtable for boost::exception not allowed
bench/bench_bitcoin: export of symbol __bss_start__ not allowed
bench/bench_bitcoin: export of symbol __end__ not allowed
bench/bench_bitcoin: export of symbol vtable for boost::exception_detail::clone_base not allowed
bench/bench_bitcoin: NEEDED library ld-linux-armhf.so.3 is not allowed
make: *** [check-symbols] Error 1
make: Leaving directory `/home/ubuntu/build/bitcoin/distsrc-arm-linux-gnueabihf/src'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment