Source: amide Version: 1.0.6-5 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): > gcc -DHAVE_CONFIG_H -I. -I.. -DAMIDE_PREFIX=\""/usr"\" > -DAMIDE_SYSCONFDIR=\""/etc"\" -DAMIDE_DATADIR=\""/usr/share"\" > -DAMIDE_LIBDIR=\""/usr/lib/x86_64-linux-gnu"\" -Wdate-time > -D_FORTIFY_SOURCE=2 -O2 -I/usr/include -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 > -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 > -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 > -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo > -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 > -I/usr/include/x86_64-linux-gnu -I/usr/include/webp > -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders > -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 > -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libxml2 > -I/usr/include/goocanvas-2.0 -pthread -I/usr/include/dcmtk/dcmdata > -I/usr/include/libpng16 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 > -pthread -I/usr/include/vistaio-1.2 -I/usr/include/openjpeg-2.5 -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/amide-1.0.6=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -c -o vistaio_interface.o > vistaio_interface.c > In file included from amitk_data_set.h:31, > from vistaio_interface.c:31: > amitk_raw_data.h:207:10: fatal error: amitk_raw_data_UBYTE.h: No such file or > directory > 207 | #include "amitk_raw_data_UBYTE.h" > | ^~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make[4]: *** [Makefile:1168: vistaio_interface.o] Error 1 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/amide_1.0.6-5_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

