Trying to compile Bitcoin Core 0.13 from source code, I saw this error:
[ 141s] checking for boostlib >= 1.20.0... yes
[ 141s] checking whether the Boost::System library is available... yes
[ 141s] checking for exit in -lboost_system... yes
[ 142s] checking whether the Boost::Filesystem library is available... no
[ 143s] checking whether the Boost::Program_Options library is available... yes
[ 143s] checking for exit in -lboost_program_options-mt... yes
[ 144s] checking whether the Boost::Thread library is available... no
[ 144s] checking whether the Boost::Chrono library is available... no
[ 145s] checking whether the Boost::Unit_Test_Framework library is available... yes
[ 145s] checking for dynamic linked boost test... yes
[ 146s] checking for mismatched boost c++11 scoped enums... ok
[ 149s] configure: error: No working boost sleep implementation found.
[ 149s] error: Bad exit status from /var/tmp/rpm-tmp.50778 (%build)
I’ll upload new Boost in my repository to fix that. You need to increase minimal required Boost version, or make “if old version” code.
OS: SUSE Linux Enterprise SP4 32-bit and 64-bit, GCC 4.8.2, Qt 5.6, Autoconf 2.69, Boost 1.36
My Boost package info: https://www.suse.com/LinuxPackages/packageRouter.jsp?product=server&version=11&service_pack=sp3&architecture=x86_64&package_name=boost-license
My repository: https://build.opensuse.org/package/show/home:linux4humans:qt5.6/bitcoin
RPM SPEC file: https://build.opensuse.org/package/view_file/home:linux4humans:qt5.6/bitcoin/bitcoin.spec?expand=1
Full build log is attached