Source: openmsx-debugger Version: 0.1~git20230804-1.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): > g++ \ > -MP -MMD -MF derived/dep/moc_VDPStatusRegViewer.d \ > -o derived/obj/moc_VDPStatusRegViewer.o -g -fPIC -pipe -Wall -Wextra > -pedantic -I/usr/include/x86_64-linux-gnu/qt5/QtCore > -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets > -I/usr/include/x86_64-linux-gnu/qt5/QtGui > -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork > -I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/x86_64-linux-gnu/qt5 > -Isrc -Isrc/openmsx -Iderived/config -Iderived/src -Wdate-time > -D_FORTIFY_SOURCE=2 -g -O2 > -ffile-prefix-map=/build/reproducible-path/openmsx-debugger-0.1~git20230804=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -std=c++17 -c > derived/src/moc_VDPStatusRegViewer.cpp > In file included from derived/src/moc_VDPStatusRegViewer.cpp:10: > derived/src/../../src/VDPStatusRegViewer.h:5:10: fatal error: > ui_VDPStatusRegisters.h: No such file or directory > 5 | #include "ui_VDPStatusRegisters.h" > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make[2]: *** [build/main.mk:339: derived/obj/moc_VDPStatusRegViewer.o] Error > 1 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/openmsx-debugger_0.1~git20230804-1.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

