LINUX.ORG.RU

Проблема с пакетом Boost | UBUNTU 16.04

 


0

1

Здравствуйте, возникла проблема с пакетов Boost на UBUNTU 16.04 при сборке приложений, после команды ./configure идет лог действий : ......

  • 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.

Проблема появилась после того как были попытки установить новые версии буста в ручном режиме.

  • 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

Были попытки удаления пакета и повторная его переустановка, ошибка осталась. Ошибка при сборке появляется на всех приложениях :(

Подскажите как действовать?

Данные: Код: HTML5 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


Ответ на: комментарий от WitcherGeralt

увы, ошибка не помогло. также configure: error: No working boost sleep implementation found.

mosfil
() автор топика

Получилось лишь с полным удалением всех зависимостей и ссылок.

  • checking for exit in -lboost_thread... yes
  • 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
mosfil
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.