Source: spim Version: 8.0+dfsg-7 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): > cc -Wl,--as-needed -g -Wdate-time -D_FORTIFY_SOURCE=2 -I. -I../CPU > -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE > -D_SVID_SOURCE -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 > -DFUNCPROTO=15 -DNARROWPROTO `cat configuration` > -DTEXT_SIZE=65536 -DDATA_SIZE=131072 -DK_TEXT_SIZE=65536 > -DDEFAULT_EXCEPTION_HANDLER="\"/usr/lib/spim/exceptions.s\"" > -DSPIM_VERSION="\"`cat ../VERSION`\"" -Wdate-time -D_FORTIFY_SOURCE=2 -c -o > xspim.o xspim.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:28, > from xspim.c:35: > /usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > xspim.c:56:10: fatal error: y.tab.h: No such file or directory > 56 | #include "y.tab.h" > | ^~~~~~~~~ > compilation terminated. > make[2]: *** [<builtin>: xspim.o] Error 1 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/spim_8.0+dfsg-7_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

