Your message dated Tue, 28 Oct 2025 21:40:38 +0000
with message-id <[email protected]>
and subject line Bug#1105541: fixed in llvm-toolchain-19 1:19.1.7-10
has caused the Debian Bug report #1105541,
regarding llvm-toolchain-19: FTBFS with make --shuffle=reverse: /bin/sh: 4:
--stats-format: not found
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.)
--
1105541: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105541
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: llvm-toolchain-19
Version: 1:19.1.7-3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-shuffle
Hi,
GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/
This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.
More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle
Relevant part (hopefully):
> make[1]: Entering directory
> '/build/reproducible-path/llvm-toolchain-19-19.1.7'
> LLVM libc disabled for trixie
> debian/rules:1156: update target 'stamps/sccache-stats' due to: target does
> not exist
> if test -f ; then \
> ls -al /; \
> mkdir -p /tmp/buildd/source/; \
> --stats-format json --show-stats >
> /tmp/buildd/source/sccache-stats.json; \
> cat /tmp/buildd/source/sccache-stats.json; \
> fi
> total 72
> drwxr-xr-x 18 root root 4096 May 1 12:40 .
> drwxr-xr-x 18 root root 4096 May 1 12:40 ..
> lrwxrwxrwx 1 root root 7 Mar 4 11:20 bin -> usr/bin
> drwxr-xr-x 2 root root 4096 Mar 4 11:20 boot
> drwxr-xr-x 3 root root 4096 May 1 12:31 build
> drwxr-xr-x 4 root root 4096 May 1 12:42 dev
> drwxr-xr-x 42 root root 4096 May 1 12:42 etc
> drwxr-xr-x 2 root root 4096 Mar 4 11:20 home
> lrwxrwxrwx 1 root root 7 Mar 4 11:20 lib -> usr/lib
> lrwxrwxrwx 1 root root 9 May 1 12:40 lib32 -> usr/lib32
> lrwxrwxrwx 1 root root 9 Mar 4 11:20 lib64 -> usr/lib64
> lrwxrwxrwx 1 root root 10 May 1 12:40 libx32 -> usr/libx32
> drwxr-xr-x 2 root root 4096 May 1 12:31 media
> drwxr-xr-x 2 root root 4096 May 1 12:31 mnt
> drwxr-xr-x 2 root root 4096 May 1 12:31 opt
> dr-xr-xr-x 279 nobody nogroup 0 May 1 12:42 proc
> drwx------ 2 root root 4096 May 1 12:31 root
> drwxr-xr-x 4 root root 4096 May 1 12:31 run
> lrwxrwxrwx 1 root root 8 Mar 4 11:20 sbin -> usr/sbin
> drwxr-xr-x 2 root root 4096 May 1 12:31 srv
> dr-xr-xr-x 13 nobody nogroup 0 May 1 12:30 sys
> drwxrwxrwt 15 nobody nogroup 12288 May 1 12:44 tmp
> drwxr-xr-x 14 root root 4096 May 1 12:40 usr
> drwxr-xr-x 11 root root 4096 May 1 12:31 var
> /bin/sh: 4: --stats-format: not found
> touch stamps/sccache-stats
> debian/rules:1032: update target 'build-wasm/compiler-rt-wasm64' due to:
> target does not exist
> echo "Building compiler-rt for wasm64"
> Building compiler-rt for wasm64
> echo "Using cmake: cmake"
> Using cmake: cmake
> mkdir -p "build-wasm/compiler-rt-wasm64"
> cmake -B "build-wasm/compiler-rt-wasm64" -S compiler-rt/lib/builtins/ \
> -G Ninja \
> \
> -DCMAKE_SYSTEM_NAME=Generic \
> -DCMAKE_C_COMPILER_TARGET=wasm64-unknown-unknown \
> -DCMAKE_CXX_COMPILER_TARGET=wasm64-unknown-unknown \
> -DCMAKE_ASM_COMPILER_TARGET=wasm64-unknown-unknown \
>
> -DCMAKE_C_COMPILER=/build/reproducible-path/llvm-toolchain-19-19.1.7/build-llvm/tools/clang/stage2-bins/bin/clang
> \
>
> -DCMAKE_CXX_COMPILER=/build/reproducible-path/llvm-toolchain-19-19.1.7/build-llvm/tools/clang/stage2-bins/bin/clang++
> \
> -DCMAKE_C_FLAGS="-O2 -DNDEBUG -g1 -Werror=implicit-function-declaration
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -Wno-unused-command-line-argument -Wdate-time
> -D_FORTIFY_SOURCE=2" \
> -DCMAKE_CXX_FLAGS="-O2 -DNDEBUG -g1 -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security
> -Wno-unused-command-line-argument -Wdate-time -D_FORTIFY_SOURCE=2" \
> -DCMAKE_SHARED_LINKER_FLAGS="-Wl,-z,relro -Wl,--build-id
> -L/build/reproducible-path/llvm-toolchain-19-19.1.7/build-llvm/tools/clang/stage2-bins/lib"
> \
> -DCMAKE_MODULE_LINKER_FLAGS="-Wl,-z,relro -Wl,--build-id
> -L/build/reproducible-path/llvm-toolchain-19-19.1.7/build-llvm/tools/clang/stage2-bins/lib"
> \
> -DCMAKE_EXE_LINKER_FLAGS="-Wl,-z,relro -Wl,--build-id
> -L/build/reproducible-path/llvm-toolchain-19-19.1.7/build-llvm/tools/clang/stage2-bins/lib"
> \
> -DCMAKE_INSTALL_PREFIX=/usr/lib/llvm-19/lib/clang/19 \
> -DCMAKE_INSTALL_DATADIR=lib \
> -DCMAKE_INSTALL_INCLUDEDIR=include \
>
> -DLLVM_CMAKE_DIR=/build/reproducible-path/llvm-toolchain-19-19.1.7/build-llvm/tools/clang/stage2-bins/bin/../
> \
> -DCOMPILER_RT_STANDALONE_BUILD=ON \
> -DCOMPILER_RT_BAREMETAL_BUILD=ON \
> -DCOMPILER_RT_INCLUDE_TESTS=OFF \
> -DCOMPILER_RT_USE_LIBCXX=OFF \
> -DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON \
> -DCOMPILER_RT_DEFAULT_TARGET_TRIPLE=wasm64-unknown-unknown \
> -DCOMPILER_RT_OS_DIR=wasi
> -- The C compiler identification is unknown
> -- The ASM compiler identification is unknown
> -- Didn't find assembler
> CMake Error at CMakeLists.txt:9 (project):
> The CMAKE_C_COMPILER:
>
>
> /build/reproducible-path/llvm-toolchain-19-19.1.7/build-llvm/tools/clang/stage2-bins/bin/clang
>
> is not a full path to an existing compiler tool.
>
> Tell CMake where to find the compiler by setting either the environment
> variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
> the compiler, or to the compiler name if it is in the PATH.
>
>
> CMake Error at CMakeLists.txt:9 (project):
> No CMAKE_ASM_COMPILER could be found.
>
> Tell CMake where to find the compiler by setting either the environment
> variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
> to the compiler, or to the compiler name if it is in the PATH.
>
>
> -- Warning: Did not find file Compiler/-ASM
> -- Configuring incomplete, errors occurred!
> make[1]: *** [debian/rules:1035: build-wasm/compiler-rt-wasm64] Error 1
> shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/llvm-toolchain-19_19.1.7-3_unstable_reverse.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-19
Source-Version: 1:19.1.7-10
Done: Matthias Klose <[email protected]>
We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-19, 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-19 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, 28 Oct 2025 22:02:28 +0100
Source: llvm-toolchain-19
Architecture: source
Version: 1:19.1.7-10
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Closes: 1105541
Changes:
llvm-toolchain-19 (1:19.1.7-10) unstable; urgency=medium
.
* d/rules: Add dependencies for various build targets. Closes: #1105541.
* Fix libPolly installation on powerpc.
Checksums-Sha1:
949b7aca14d26728b78b3a6cb54ca343bf1ea8ba 11502 llvm-toolchain-19_19.1.7-10.dsc
f75c64a10ef919f9e188a0eb923bfd2434514584 160592
llvm-toolchain-19_19.1.7-10.debian.tar.xz
c6510982e484006142533b738d686c18aa53ed51 15066
llvm-toolchain-19_19.1.7-10_source.buildinfo
Checksums-Sha256:
ea90c46a843c056e2cac432680ebebceca820dd9f81b9a1a175d51bbeb5a4894 11502
llvm-toolchain-19_19.1.7-10.dsc
70774a941e00271397ce8f6e26c2aa58a0f15fe07aa38f8600f0d32bed7f925d 160592
llvm-toolchain-19_19.1.7-10.debian.tar.xz
a4ede28add14d1059e85e9dca47df47226fa8a3e1c8e45acd278fc13950ec4f6 15066
llvm-toolchain-19_19.1.7-10_source.buildinfo
Files:
6a190d47af6380330130e0d66b2920d8 11502 devel optional
llvm-toolchain-19_19.1.7-10.dsc
84c9636c8f299955c910114bf75a7b21 160592 devel optional
llvm-toolchain-19_19.1.7-10.debian.tar.xz
0020817a5ee3dcb6391cd852dd97e792 15066 devel optional
llvm-toolchain-19_19.1.7-10_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmkBL7UQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9ee0D/sE2Eju09kyYqROzyrDgFacfLUwOjrPKes6
6S6R3uZUF33pSk48PubbalU8F02L7jduSikL5u62gajoTgpcNe3sySMINSXJrzxh
uhuyt6jCJq/XUxAbyo4kdOKyUy9WJ40Wpy3ydLoZ3ImxRVABAaftCVSBJeofeWVT
j23uoEMvoJDDnAjJ1KbztqGaENrL0Zorivle48RpJFRHj5HDU+vMXbPADsHTNBL/
gThlPGLcYlR08LpLnVHEqiV6cSK+Z6h1V5EbV5CS0JhxgrQmi2r9iBAUtLJwLnl5
MUWHWYTGl3/dXxEAueAoOJCYb3wDjaYX0wMMIQ4CyPmwnr2LRV3O6WePqcUeX513
CPoIrMIFRKLo0XWM7tCwCZQRdRVU0Xd4f0arz3lQzpv9v89sna1ezVU81TgvqwGk
nqZlk9qPqOP2K4dMN8aDsPtazWoud4UhxKKdnAbb5+h/eYjEANd88q6RD/dbwCyg
jsRmcjKJlMP8N4ZGBBLtFepGxLOLBsOuvv2IuHLJhZKM1Fm945/AKVzxUCpTZJrA
b1yzvmECERX0p9dsLX+6sT8gu9Tx2ymNK9VwqzK6ZFs4XLPSo431pYt+7Hz4GSAx
qmxKRLhupG5x3zoTA02qGllC4bRyyothf/4i8SjU80de4zu/CFUFjKjK8yl14Ehc
em+MlY3PHA==
=v4/N
-----END PGP SIGNATURE-----
pgpyAqh6dfrVd.pgp
Description: PGP signature
--- End Message ---