Здравствуйте, возникла проблема с пакетов Boost на UBUNTU 16.04 при сборке приложений:
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes
checking for mismatched boost c++11 scoped enums... ok
configure: error: No working boost sleep implementation found.
Проблема появилась после того как были попытки установить новые версии буста в ручном режиме.
$ tar -xzvf boost_1_64_0.tar.gz
$ cd boost_1_64_0
$ ./bootstrap.sh
$ ./b2
При проверке версии через
dpkg -s libboost-dev | grep 'Version'
выдает информацию Version:
1.58.0.1ubuntu1Были попытки удаления пакета и повторная его переустановка, ошибка осталась.
Ошибка при сборке появляется на всех приложениях

Подскажите как действовать?
Данные:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
Linux Ubuntu-1604-xenial-64-minimal 4.15.0-29-generic #31~16.04.1-Ubuntu SMP Wed Jul 18 08:54:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
getconf LONG_BIT
64
Пользователь добавил сообщение 03 Декабря 2018, 05:46:55:
дополнение:
при сборке через
checking whether the Boost::Thread library is available... no
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes
checking for mismatched boost c++11 scoped enums... ok
configure: error: No working boost sleep implementation found.