Package Details: lib32-onetbb 2023.0.0-1

Git Clone URL: https://aur.archlinux.org/lib32-onetbb.git (read-only, click to copy)
Package Base: lib32-onetbb
Description: oneAPI Threading Building Blocks - a high level abstract threading library (32-bit)
Upstream URL: https://uxlfoundation.github.io/oneTBB/
Licenses: Apache-2.0
Conflicts: lib32-intel-tbb, lib32-tbb
Provides: lib32-intel-tbb, lib32-tbb, libtbb.so, libtbbbind_2_5.so, libtbbmalloc.so, libtbbmalloc_proxy.so
Replaces: lib32-intel-tbb, lib32-tbb
Submitter: vitaliikuzhdin
Maintainer: vitaliikuzhdin (asyync1024)
Last Packager: vitaliikuzhdin
Votes: 0
Popularity: 0.000000
First Submitted: 2025-04-10 14:21 (UTC)
Last Updated: 2026-05-02 07:46 (UTC)

Latest Comments

vitaliikuzhdin commented on 2026-02-14 17:42 (UTC)

@asyync1024, builds fine on my host machine and in a clean chroot. It's probably something on your end again, check the things I've already mentioned, and maybe consider low RAM as well. If you find an issue with the packaging rather than an unsupported configuration, feel free to fix it, I've added you as a co-maintainer.

asyync1024 commented on 2026-02-14 16:23 (UTC) (edited on 2026-02-14 16:25 (UTC) by asyync1024)

Hey! I tried building this with bfd, gcc, -march=x86-64 and -mtune=generic, and it failed while testing:

The following tests FAILED:
      5 - test_collaborative_call_once (Subprocess aborted)
     24 - test_task_arena (Subprocess aborted)
     53 - test_overwrite_node (Subprocess aborted)
     54 - test_write_once_node (Subprocess aborted)
    127 - test_malloc_pools (Subprocess aborted)
Errors while running CTest

Full check() output: https://pastebin.com/cqr1aUYb

Any ideas?