Bug#1011215: openvdb: FTBFS with onetbb/2021.5.0-8 in experimental

2022-06-17 Thread Gregor Riepl
>   Could NOT find TBB (missing: Tbb_INCLUDE_DIR) (Required is at least
> version
>   "2018.0")
> Call Stack (most recent call first):
>   /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594
> (_FPHSA_FAILURE_MESSAGE)
>   cmake/FindTBB.cmake:319 (find_package_handle_standard_args)
>   openvdb/openvdb/CMakeLists.txt:123 (find_package)

Maybe the same issue:
https://github.com/AcademySoftwareFoundation/openvdb/issues/1366

The solution is to update OpenVDB to at least 8.2, which has
compatibility with OneTBB 2021.5.



Bug#1011215: openvdb: FTBFS with onetbb/2021.5.0-8 in experimental

2022-05-18 Thread Andrius Merkys
Source: openvdb
Version: 8.1.0-3
Severity: normal
Tags: ftbfs

Hello,

tbb/onetbb transition (#1007222) is currently in the planning. During
test rebuild of libtbb-dev reverse dependencies with onetbb/2021.5.0-8
in experimental, current source failed to build with the following:

-- 
-- - Configuring OpenVDBCore --
-- 
-- Found Boost:
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found
suitable version "1.74.0", minimum required is "1.61") found components:
iostreams system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
CMake Error at
/usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
  Could NOT find TBB (missing: Tbb_INCLUDE_DIR) (Required is at least
version
  "2018.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594
(_FPHSA_FAILURE_MESSAGE)
  cmake/FindTBB.cmake:319 (find_package_handle_standard_args)
  openvdb/openvdb/CMakeLists.txt:123 (find_package)

Andrius