Bug#1118644: autopkg test fails with test for unconfigured OMP on i386

Matthias Klose doko at debian.org
Thu Oct 23 12:28:26 BST 2025


Package: src:llvm-toolchain-21
Version: 1:21.1.4-2
Severity: serious
Tags: sid forky

test command 1 fails on i386 with:

238s not ok 22 Test OpenMP support
238s # (in test file debian/debian-llvm-testsuite.bats, line 389)
238s #   `assert_success' failed
238s #
238s # -- command failed --
238s # status : 1
238s # output (4 lines):
238s #   /tmp/omp_test.c:1:10: fatal error: 'omp.h' file not found
238s #       1 | #include "omp.h"
238s #         |          ^~~~~~~
238s #   1 error generated.
238s # --
238s #

according to d/rules, OMP_ARCHS doesn't include i386, so the test should 
be skipped.  Maybe debian-llvm-testsuite.bats should be generated from 
an .in file and OMP_ARCHS can be substituted there, and the test can be 
skipped.



More information about the Pkg-llvm-team mailing list