-
Notifications
You must be signed in to change notification settings - Fork 4
Description
After installing bazel and execut "./bazel.sh build" I received the following error:
src/main/tools/process-tools.cc:118: sigaction(32, &sa, nullptr) failed
src/main/tools/process-tools.cc:118: sigaction(33, &sa, nullptr) failed
/usr/include/boost/system/error_code.hpp:206: error: undefined reference to 'boost::system::generic_category()'
/usr/include/boost/system/error_code.hpp:208: error: undefined reference to 'boost::system::generic_category()'
/usr/include/boost/system/error_code.hpp:210: error: undefined reference to 'boost::system::system_category()'
/usr/include/boost/system/error_code.hpp:656: error: undefined reference to 'boost::system::generic_category()'
/usr/include/boost/system/error_code.hpp:659: error: undefined reference to 'boost::system::generic_category()'
/usr/include/boost/system/error_code.hpp:210: error: undefined reference to 'boost::system::system_category()'
collect2: error: ld returned 1 exit status