Source: qemu
Version: 1:10.0.0+ds-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
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):
> powerpc-linux-gnu-gcc $EXTRACFLAGS -m32 -mcpu=604 -msoft-float 
> -fno-builtin-bcopy -fno-builtin-log2 -fno-stack-protector -fno-pic -Os -g 
> -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -Wall 
> -Wredundant-decls -Wshadow -Wpointer-arith -Wstrict-prototypes 
> -Wmissing-declarations -Wundef -Wendif-labels -Wstrict-aliasing 
> -Wwrite-strings -Wmissing-prototypes -Wnested-externs 
> -Wbuiltin-declaration-mismatch -Wimplicit-fallthrough -Woverride-init 
> -Wno-maybe-uninitialized -Werror -MMD -MP -MT target/libopenbios/console.o 
> -MF 'target/libopenbios/console.d' 
> -I/build/reproducible-path/qemu-10.0.0+ds/roms/openbios/include 
> -I/build/reproducible-path/qemu-10.0.0+ds/roms/openbios/kernel/include 
> -I./target/include -c -o target/libopenbios/console.o 
> /build/reproducible-path/qemu-10.0.0+ds/roms/openbios/libopenbios/console.c
> /build/reproducible-path/qemu-10.0.0+ds/roms/openbios/libopenbios/elf_info.c:7:10:
>  fatal error: openbios-version.h: No such file or directory
>     7 | #include "openbios-version.h"
>       |          ^~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> rules.mak:149: update target 'target/libopenbios/client.o' due to: target 
> does not exist
> powerpc-linux-gnu-gcc $EXTRACFLAGS -m32 -mcpu=604 -msoft-float 
> -fno-builtin-bcopy -fno-builtin-log2 -fno-stack-protector -fno-pic -Os -g 
> -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -Wall 
> -Wredundant-decls -Wshadow -Wpointer-arith -Wstrict-prototypes 
> -Wmissing-declarations -Wundef -Wendif-labels -Wstrict-aliasing 
> -Wwrite-strings -Wmissing-prototypes -Wnested-externs 
> -Wbuiltin-declaration-mismatch -Wimplicit-fallthrough -Woverride-init 
> -Wno-maybe-uninitialized -Werror -MMD -MP -MT target/libopenbios/client.o -MF 
> 'target/libopenbios/client.d' 
> -I/build/reproducible-path/qemu-10.0.0+ds/roms/openbios/include 
> -I/build/reproducible-path/qemu-10.0.0+ds/roms/openbios/kernel/include 
> -I./target/include -c -o target/libopenbios/client.o 
> /build/reproducible-path/qemu-10.0.0+ds/roms/openbios/libopenbios/client.c
> make[1]: *** [rules.mak:153: target/libopenbios/elf_info.o] Error 1 
> shuffle=reverse


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/qemu_10.0.0+ds-1_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

Reply via email to