Source: pixelize
Version: 2.0.0~git20220108.d1f9da9-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
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/pixelize-2.0.0~git20220108.d1f9da9'
> python3 ./tools/glade2c -i glade/pixelize.glade -o include/pixelize_model.h
> clang-format -i include/pixelize_model.h
> gcc -MM -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/cursor.c 
> src/display.c src/draw_image.c src/file_dialog.c src/find_match.c 
> src/globals.c src/highlight.c src/info_popup.c src/main.c src/make_db.c 
> src/menu.c src/options.c src/read_db.c src/render.c src/render_image.c 
> src/stats.c src/status.c > depend
> Makefile:44: update target 'obj/status.o' due to: target does not exist
> gcc -c -o obj/status.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/status.c
> Makefile:44: update target 'obj/stats.o' due to: target does not exist
> gcc -c -o obj/stats.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/stats.c
> Makefile:44: update target 'obj/render_image.o' due to: target does not exist
> gcc -c -o obj/render_image.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/render_image.c
> Makefile:44: update target 'obj/render.o' due to: target does not exist
> gcc -c -o obj/render.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/render.c
> Makefile:44: update target 'obj/read_db.o' due to: target does not exist
> gcc -c -o obj/read_db.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/read_db.c
> Makefile:44: update target 'obj/options.o' due to: target does not exist
> gcc -c -o obj/options.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/options.c
> Makefile:44: update target 'obj/menu.o' due to: target does not exist
> gcc -c -o obj/menu.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/menu.c
> Makefile:44: update target 'obj/main.o' due to: target does not exist
> gcc -c -o obj/main.o -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/build/reproducible-path/pixelize-2.0.0~git20220108.d1f9da9=.
>  -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Iinclude -I/usr/X11R6/include 
> `pkg-config --cflags gtk+-3.0` -g -O2 -fPIE -Wl,--export-dynamic 
> -DGSEAL_ENABLE -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED 
> -DG_DISABLE_DEPRECATED -Wall -Wextra -Werror -fstack-protector-strong 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 src/main.c
> Assembler messages:
> Fatal error: can't create obj/menu.o: No such file or directory
> make[1]: *** [Makefile:44: obj/menu.o] Error 1 shuffle=reverse


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/pixelize_2.0.0~git20220108.d1f9da9-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

Reply via email to