Source: buici-clock Version: 0.4.9.4+nmu2 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/buici-clock-0.4.9.4+nmu2' > Makefile:201: update target '.version' due to: target does not exist > /bin/echo -n `cat .version_major`.`cat .version_minor`.`cat \ > .version_patch` > .version > Makefile:205: update target '_version.h' due to: target does not exist > /bin/echo -e \#define SZ_VERSION \"`cat .version`\" > _version.h > Makefile:217: update target 'version.sed' due to: target does not exist > echo Creating version-specific sed script... > Creating version-specific sed script... > /bin/echo s/\<\<version\>\>/`cat .version`/ > version.sed > /bin/echo s/\<\<date\>\>/`date +"%d %B %Y"`/ >> version.sed > /bin/echo s/\<\<tar-file\>\>/buici-clock-`cat .version`.tar.gz/ \ > >> version.sed > /bin/echo s/\<\<lsm-file\>\>/buici-clock-`cat .version`.lsm/ >> version.sed > Makefile:241: update target 'buici-clock.README' due to: target is .PHONY > echo Creating README file... > Creating README file... > if test -f *.README ; then rm *.README ; fi > sed -f version.sed README > buici-clock-`cat .version`.README > make[1]: *** No rule to make target 'xo/libxo.a', needed by 'o/buici-clock'. > Stop. > make[1]: Leaving directory '/build/reproducible-path/buici-clock-0.4.9.4+nmu2' > dh_auto_build: error: make -j1 returned exit code 2 > make: *** [debian/rules:3: binary] Error 255 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/buici-clock_0.4.9.4+nmu2_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

