Source: r-cran-av Version: 0.9.0+dfsg-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/r-cran-av-0.9.0+dfsg/src' > /usr/share/R/share/make/shlib.mk:18: update target 'shlib-clean' due to: > target is .PHONY > rm -Rf .libs _libs > rm -f fft.o formats.o info.o init.o video.o winfunc.o symbols.rds > make[1]: Leaving directory '/build/reproducible-path/r-cran-av-0.9.0+dfsg/src' > ** R > ** inst > ** byte-compile and prepare package for lazy loading > ** help > *** installing help indices > ** building package indices > ** testing if installed package can be loaded from temporary location > Error: package or namespace load failed for ‘av’ in library.dynam(lib, > package, package.lib): > shared object ‘av.so’ not found > Error: loading failed > Execution halted > ERROR: loading failed > * removing > ‘/build/reproducible-path/r-cran-av-0.9.0+dfsg/debian/r-cran-av/usr/lib/R/site-library/av’ > dh_auto_install: error: R CMD INSTALL -l > /build/reproducible-path/r-cran-av-0.9.0\+dfsg/debian/r-cran-av/usr/lib/R/site-library > --clean . "--built-timestamp='Mon, 18 Dec 2023 14:44:42 +0100'" returned > exit code 1 > make: *** [debian/rules:6: binary] Error 25 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/r-cran-av_0.9.0+dfsg-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

