Source: tseries Version: 0.10-58-1 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/tseries-0.10-58/src' > /usr/lib/R/etc/Makeconf:202: update target 'tsutils.o' due to: target does > not exist > gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 > -ffile-prefix-map=/build/reproducible-path/r-base-4.5.0=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c > tsutils.c -o tsutils.o > /usr/lib/R/etc/Makeconf:202: update target 'ppsum.o' due to: target does not > exist > gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 > -ffile-prefix-map=/build/reproducible-path/r-base-4.5.0=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c > ppsum.c -o ppsum.o > /usr/lib/R/etc/Makeconf:202: update target 'init.o' due to: target does not > exist > gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 > -ffile-prefix-map=/build/reproducible-path/r-base-4.5.0=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c > init.c -o init.o > /usr/lib/R/etc/Makeconf:202: update target 'garch.o' due to: target does not > exist > gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 > -ffile-prefix-map=/build/reproducible-path/r-base-4.5.0=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c > garch.c -o garch.o > /usr/lib/R/etc/Makeconf:202: update target 'formats.o' due to: target does > not exist > gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 > -ffile-prefix-map=/build/reproducible-path/r-base-4.5.0=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c > formats.c -o formats.o > /usr/lib/R/etc/Makeconf:225: update target 'dsumsl.o' due to: target does not > exist > gfortran -fpic -g -O2 > -ffile-prefix-map=/build/reproducible-path/r-base-4.5.0=. > -fstack-protector-strong -fstack-clash-protection -fcf-protection -c > dsumsl.f -o dsumsl.o > dsumsl.f:2047:10: > > 2047 | use cfuncs > | 1 > Fatal Error: Cannot open module file ‘cfuncs.mod’ for reading at (1): No such > file or directory > compilation terminated. > make[1]: *** [/usr/lib/R/etc/Makeconf:225: dsumsl.o] Error 1 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/tseries_0.10-58-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

