Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1011112: onetbb: FTBFS on mips64el/mipsel: libtbbmalloc is not built

0 views
Skip to first unread message

Andrius Merkys

unread,
May 17, 2022, 2:20:04 AM5/17/22
to
Source: onetbb
Version: 2021.5.0-8
Severity: important
Tags: ftbfs

Hello,

onetbb seemingly does not provide libtbbmalloc for mips* architectures.
From CMakeLists.txt:

if (NOT "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "mips")
if (TBBMALLOC_BUILD)
add_subdirectory(src/tbbmalloc)
add_subdirectory(src/tbbmalloc_proxy)
endif()
# skip for brevity
endif()

Thus either libtbbmalloc* binary packages should not be built for mips*
architectures, or a way to provide them should be found.

Andrius
0 new messages