Your message dated Fri, 16 May 2025 03:49:00 +0000
with message-id <e1ufm4c-005oob...@fasolo.debian.org>
and subject line Bug#1105684: fixed in pixelize 2.0.0~git20220108.d1f9da9-2
has caused the Debian Bug report #1105684,
regarding pixelize: FTBFS with make --shuffle=reverse: Fatal error: can't 
create obj/menu.o: No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1105684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105684
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: pixelize
Source-Version: 2.0.0~git20220108.d1f9da9-2
Done: xiao sheng wen <atzli...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pixelize, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1105...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
xiao sheng wen <atzli...@debian.org> (supplier of updated pixelize package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 16 May 2025 11:18:26 +0800
Source: pixelize
Architecture: source
Version: 2.0.0~git20220108.d1f9da9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<pkg-phototools-de...@lists.alioth.debian.org>
Changed-By: xiao sheng wen <atzli...@debian.org>
Closes: 1105684
Changes:
 pixelize (2.0.0~git20220108.d1f9da9-2) unstable; urgency=medium
 .
   * Team upload.
   * Bump Standards-Version: 4.7.2
   * d/copyright: update year info
   * add d/clean
   * add debian/pixelize.png for desktop icon
   * d/README.Debian: add info for how to produce debian/pixelize.png
   * d/install: add install debian/pixelize.png
   * add d/p/fix-Makefile-shuffle.patch, Closes: #1105684
   * add d/p/fix-pixelize.glade-UI-i18n.patch
   * d/pixelize.desktop:
       - add Keywords=graphic;grid;rendered;
       - add Name[zh_CN] Comment[zh_CN] Keywords[zh_CN] translate
Checksums-Sha1:
 413ab58e245043449b5f3b6f367a99a5f50c6aeb 2154 
pixelize_2.0.0~git20220108.d1f9da9-2.dsc
 d968edfb5a2b27f078d71fc3a36e30289184e185 15660 
pixelize_2.0.0~git20220108.d1f9da9-2.debian.tar.xz
 9cbc183e5081766ad8590af3680160bfdad7a61e 14237 
pixelize_2.0.0~git20220108.d1f9da9-2_amd64.buildinfo
Checksums-Sha256:
 799009ceaa4416c96a5421b51ba3af0906506336d95f36daa8362912e668349f 2154 
pixelize_2.0.0~git20220108.d1f9da9-2.dsc
 3ddf06f12a37712625327a792da7050964c62fa83bbc80485ac578f62a4d62db 15660 
pixelize_2.0.0~git20220108.d1f9da9-2.debian.tar.xz
 6d0fba51b1312d50ed4fac6dc210baf4f4096f6bb327aa10688b39f5cfebaa17 14237 
pixelize_2.0.0~git20220108.d1f9da9-2_amd64.buildinfo
Files:
 ddd98eda1d54d34db3b32f85f2d97bdc 2154 graphics optional 
pixelize_2.0.0~git20220108.d1f9da9-2.dsc
 5e10b2dec15199079f064332451859d9 15660 graphics optional 
pixelize_2.0.0~git20220108.d1f9da9-2.debian.tar.xz
 83400c615553566f8ad3ce20667758cc 14237 graphics optional 
pixelize_2.0.0~git20220108.d1f9da9-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEvGv7H5NUQYeSuhtTJ2Egg8PSprAFAmgmsHcACgkQJ2Egg8PS
prB3kA//RgyqEGKp6+4KNE4QLh3VWSJYrEmdNK1D6YJqGa/JHxfTNnTexY3yQEf7
4JiX+8le4SKKXU6GCxjLrk7tn1SGs/3EMaAtE+MSoNYZnhtYh88CmcIk8wMZ5bUD
N1zaQTBhXUfDcGth+it2gG+uUWX3/3DKteOS3btYJ9/JI57bgmkGaladMk49FqIT
Mw26l0y86C1hY0lXqqmM2ld9zpjRHuTSECdI3GPeZu+4vj3lzyIosZ0IpKymEI7p
ODiFVGMfvPloCRBpKk1QMudjyzaZoreyDMu5d8RpVRJ2LRluxnfNLGHPi5hQob3y
DXlozwulvkIfC0fta+5dY+HQPPnIJazd/eW/DHVqPoMwztJxtsNr9maQObnySVmx
pcF/f9fBXRLuzTgcXbkbDiCJy/8dxnkZFPUBS26fcNdZ92tEnF8Gn+D0HHXPqdpo
hLfgXQz1w0pXS+VfeEhTXRkn9R5JEACjVkDHAiP+Lxqk2AJU+P1E71r/vWhnvD21
ehNgY7NXFyVtJjSKAkzyjwXeEVgjw7l7IkkhrSsLGOuvFscB/Mg9K+xntHs+pJJV
uBaSH6kIf+C4yzzURKpIYfWaPhu/9vx2XmQgee5AY0fsM+2ZuTUcm4GW1zGDGT98
OxZzmrp+igj2S8b+FfsFqzjl7PGdDM6Bnve8xU+xvs9A8Nf62Zs=
=JPbu
-----END PGP SIGNATURE-----

Attachment: pgp9btmYPvCDm.pgp
Description: PGP signature


--- End Message ---

Reply via email to