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

Andrius Merkys merkys at debian.org
Tue May 17 07:15:25 BST 2022


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



More information about the debian-science-maintainers mailing list