Your message dated Tue, 03 Mar 2026 09:06:29 +0000
with message-id <[email protected]>
and subject line Bug#1129213: fixed in llvm-toolchain-21 1:21.1.8-5
has caused the Debian Bug report #1129213,
regarding LLVM built with the wrong baseline for armhf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1129213: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129213
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:llvm-toolchain-21
Version: 1:21.1.8-3
Severity: serious
Tags: sid forky
X-Debbugs-CC: [email protected]
seen while looking at build logs:
--target=armv8l-unknown-linux-gnueabihf
but Debian's baseline is armv7 based.
[...]
FAILED: [code=1] openmp/runtime/src/CMakeFiles/omp.dir/kmp_alloc.cpp.o
/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/bin/clang++
--target=armv8l-unknown-linux-gnueabihf -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -Domp_EXPORTS
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/runtimes/runtimes-bins/openmp/runtime/src
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/i18n
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/include
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/thirdparty/ittnotify
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wno-unused-command-line-argument
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -fno-semantic-interposition
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers
-Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type
-Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override
-Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported
-fdiagnostics-color -ffunction-sections -fdata-sections
-fdebug-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/runtimes/runtimes-bins=../../../
-fdebug-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/=
-no-canonical-prefixes
-ffile-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/runtimes/runtimes-bins=../../../
-ffile-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/=
-no-canonical-prefixes -Wall -fcolor-diagnostics -Wcast-qual
-Wformat-pedantic -Wimplicit-fallthrough -Wsign-compare -Wno-extra
-Wno-pedantic -fno-semantic-interposition -fdata-sections -O3 -DNDEBUG
-std=c++17 -fPIC -D _GNU_SOURCE -D _REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2
-U_GLIBCXX_ASSERTIONS -fno-exceptions -fno-rtti
-Wno-covered-switch-default -Wno-frame-address -Wno-strict-aliasing
-Wno-switch -Wno-uninitialized -Wno-return-type-c-linkage -Wno-cast-qual
-Wno-int-to-void-pointer-cast -m32 -MD -MT
openmp/runtime/src/CMakeFiles/omp.dir/kmp_alloc.cpp.o -MF
openmp/runtime/src/CMakeFiles/omp.dir/kmp_alloc.cpp.o.d -o
openmp/runtime/src/CMakeFiles/omp.dir/kmp_alloc.cpp.o -c
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp_alloc.cpp
In file included from
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp_alloc.cpp:13:
In file included from
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp.h:17:
In file included from
/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/runtimes/runtimes-bins/openmp/runtime/src/kmp_config.h:14:
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp_platform.h:295:2:
error: Unknown or unsupported architecture
295 | #error Unknown or unsupported architecture
| ^
In file included from
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp_alloc.cpp:13:
In file included from
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp.h:92:
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp_os.h:189:2:
error: "Can't determine size_t printf format specifier."
189 | #error "Can't determine size_t printf format specifier."
| ^
2 errors generated.
[2555/2914]
/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/bin/clang++
--target=armv8l-unknown-linux-gnueabihf -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -Domp_EXPORTS
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/runtimes/runtimes-bins/openmp/runtime/src
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/i18n
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/include
-I/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/thirdparty/ittnotify
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -Wno-unused-command-line-argument
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -fno-semantic-interposition
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers
-Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type
-Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override
-Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported
-fdiagnostics-color -ffunction-sections -fdata-sections
-fdebug-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/runtimes/runtimes-bins=../../../
-fdebug-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/=
-no-canonical-prefixes
-ffile-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/build-llvm/runtimes/runtimes-bins=../../../
-ffile-prefix-map=/build/reproducible-path/llvm-toolchain-21-21.1.8/=
-no-canonical-prefixes -Wall -fcolor-diagnostics -Wcast-qual
-Wformat-pedantic -Wimplicit-fallthrough -Wsign-compare -Wno-extra
-Wno-pedantic -fno-semantic-interposition -fdata-sections -O3 -DNDEBUG
-std=c++17 -fPIC -D _GNU_SOURCE -D _REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2
-U_GLIBCXX_ASSERTIONS -fno-exceptions -fno-rtti
-Wno-covered-switch-default -Wno-frame-address -Wno-strict-aliasing
-Wno-switch -Wno-uninitialized -Wno-return-type-c-linkage -Wno-cast-qual
-Wno-int-to-void-pointer-cast -m32 -MD -MT
openmp/runtime/src/CMakeFiles/omp.dir/kmp_atomic.cpp.o -MF
openmp/runtime/src/CMakeFiles/omp.dir/kmp_atomic.cpp.o.d -o
openmp/runtime/src/CMakeFiles/omp.dir/kmp_atomic.cpp.o -c
/build/reproducible-path/llvm-toolchain-21-21.1.8/openmp/runtime/src/kmp_atomic.cpp
FAILED: [code=1] openmp/runtime/src/CMakeFiles/omp.dir/kmp_atomic.cpp.o
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-21
Source-Version: 1:21.1.8-5
Done: Matthias Klose <[email protected]>
We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-21, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated llvm-toolchain-21 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 03 Mar 2026 09:26:33 +0100
Source: llvm-toolchain-21
Built-For-Profiles: noudeb
Architecture: source
Version: 1:21.1.8-5
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Closes: 1129213
Changes:
llvm-toolchain-21 (1:21.1.8-5) unstable; urgency=medium
.
[ Emanuele Rocca ]
* d/rules: fix armhf build failure due to typo. Closes: #1129213.
Checksums-Sha1:
76c14af309067ef1b13bed0eda056efd4e809299 15203 llvm-toolchain-21_21.1.8-5.dsc
00ad20fa4df6e3442d5a473e05ed11242809b6ff 175016
llvm-toolchain-21_21.1.8-5.debian.tar.xz
ade7c82236bfd0a0443fa569033c389c06556d15 16585
llvm-toolchain-21_21.1.8-5_source.buildinfo
Checksums-Sha256:
0df96fec3c00902178d5860533575ba1bc2f6af66d29c11533b380ea2dd3b98f 15203
llvm-toolchain-21_21.1.8-5.dsc
69ac0d7f9502289f53d686aa5b410e115926218b26c16aa008e37dde549da5c7 175016
llvm-toolchain-21_21.1.8-5.debian.tar.xz
29645e05d7c1571093229f376d49489104702c5a84c2ed7b9266f53ff1993bbf 16585
llvm-toolchain-21_21.1.8-5_source.buildinfo
Files:
ecd61b102bc8ffc2db7ff2e052571a5b 15203 devel optional
llvm-toolchain-21_21.1.8-5.dsc
733992d6004434470fd34f05d3ce8407 175016 devel optional
llvm-toolchain-21_21.1.8-5.debian.tar.xz
595d1f87aedc5956430f2718aa6f54de 16585 devel optional
llvm-toolchain-21_21.1.8-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmmmnSgQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9bC+D/kB9t0Np+zuuYrLqYdQD2XMbPxPgOA0QyiN
cAa7mSRaa8FgPEbvqLvfDsjN7zN7jPBz9mNp9IIXQFNBPCiPYt2CTttGRQxLJxu/
DS4tA8SkL3qc/kHRo4dygpmSJUt9yCKKUZwEiozvK0Idjdx+x6V0qjqiVSCFgozs
o9lJQCFgTI0tX6gSgQu9NCmBpfvfVNvLP1Wtxr4o5FtEAIFjTvMPNpUwUhoS6wdK
HPdj1RRNulTHVo7skz8dBNJM98675GMCkfZvLXBWcZuVLWbDLgEJmuasLxZ17jH8
AqFGLe4fLzwYJ4UzJmmTa3B8VfldRBzYAIzue583p6NrH968a+Ryl+s6w5XdUwVL
i+NYIV4zGTlXcoDqZ9KpSDtHetSfMhVzFB4ypo3wTrv82lkhHXEw+j41OSgoMPk0
7NOMdNaR4eomTsO9ChHV7+zNreW1aq/FkYl4Cs0kP7rrBpzQqKa3Cw/VTzwluM1L
vhiDyP3m9FTgOcbMKuwsWsmaG0/RcSIMjLv9YmbOu7GLixFgvOHJ4ACnMGbq5Qgt
TYfuHPtckwXm+0/CNMHPdHSLhimiWW++qwYS0WthqHIhixRNh3Yn+rjxE1CDZ+6y
/kvzCryLZ2eLfUtUMRDptSohAyB4UrucL59eIf5X896ksWJxxzEwxw1f81JTvjE3
3n048GSJyg==
=oM1k
-----END PGP SIGNATURE-----
pgpYBAEi69SIa.pgp
Description: PGP signature
--- End Message ---