Source: snap7 Version: 1.4.2+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[2]: Entering directory > '/build/reproducible-path/snap7-1.4.2+dfsg/build/unix' > common.mk:100: update target '../temp/x86_64/lib_snap7_libmain.o' due to: > target does not exist > x86_64-linux-gnu-g++ -c "../../src/lib/snap7_libmain.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/lib_snap7_libmain.o -I. -I../../src/sys > -I../../src/core -I../../src/lib > common.mk:97: update target '../temp/x86_64/core_s7_micro_client.o' due to: > target does not exist > x86_64-linux-gnu-g++ -c "../../src/core/s7_micro_client.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/core_s7_micro_client.o -I. > -I../../src/sys -I../../src/core -I../../src/lib > common.mk:94: update target '../temp/x86_64/core_s7_text.o' due to: target > does not exist > x86_64-linux-gnu-g++ -c "../../src/core/s7_text.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/core_s7_text.o -I. -I../../src/sys > -I../../src/core -I../../src/lib > common.mk:91: update target '../temp/x86_64/core_s7_server.o' due to: target > does not exist > x86_64-linux-gnu-g++ -c "../../src/core/s7_server.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/core_s7_server.o -I. -I../../src/sys > -I../../src/core -I../../src/lib > common.mk:88: update target '../temp/x86_64/core_s7_peer.o' due to: target > does not exist > x86_64-linux-gnu-g++ -c "../../src/core/s7_peer.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/core_s7_peer.o -I. -I../../src/sys > -I../../src/core -I../../src/lib > common.mk:85: update target '../temp/x86_64/core_s7_partner.o' due to: target > does not exist > x86_64-linux-gnu-g++ -c "../../src/core/s7_partner.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/core_s7_partner.o -I. -I../../src/sys > -I../../src/core -I../../src/lib > common.mk:82: update target '../temp/x86_64/core_s7_isotcp.o' due to: target > does not exist > x86_64-linux-gnu-g++ -c "../../src/core/s7_isotcp.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/core_s7_isotcp.o -I. -I../../src/sys > -I../../src/core -I../../src/lib > common.mk:79: update target '../temp/x86_64/core_s7_client.o' due to: target > does not exist > x86_64-linux-gnu-g++ -c "../../src/core/s7_client.cpp" -g -O2 > -ffile-prefix-map=/build/reproducible-path/snap7-1.4.2+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -O3 -fPIC -pedantic -Wdate-time > -D_FORTIFY_SOURCE=2 -o ../temp/x86_64/core_s7_client.o -I. -I../../src/sys > -I../../src/core -I../../src/lib > Assembler messages: > Fatal error: can't create ../temp/x86_64/core_s7_peer.o: No such file or > directory > make[2]: *** [common.mk:88: ../temp/x86_64/core_s7_peer.o] Error 1 > shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/snap7_1.4.2+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

