Your message dated Tue, 10 May 2022 13:19:02 +0000 with message-id <[email protected]> and subject line Bug#997293: fixed in pinfo 0.6.13-1.2 has caused the Debian Bug report #997293, regarding pinfo: FTBFS: video.c:112:26: error: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Werror=format=] 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 [email protected] immediately.) -- 997293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997293 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: pinfo Version: 0.6.13-1.1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I. -I.. > -D__DEB_CANARY_CPPFLAGS_5f14615696649541a025d3d0f8e0447f__ -Wdate-time > -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=600 > -I/usr/include/readline -Wall -Wextra -Wshadow -Werror > -DLOCALEDIR=\"/usr/share/locale\" -DCONFIGDIR=\"/etc/pinforc\" -g -O2 > -Werror=implicit-function-declaration -Werror=array-bounds -Werror=clobbered > -Werror=volatile-register-var > -D__DEB_CANARY_CFLAGS_5f14615696649541a025d3d0f8e0447f__ > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -D_XOPEN_SOURCE=600 -c -o pinfo-video.o `test -f > 'video.c' || echo './'`video.c > In file included from localestuff.h:41, > from common_includes.h:59, > from video.c:24: > video.c: In function ‘showscreen’: > video.c:112:26: error: format ‘%d’ expects argument of type ‘int’, but > argument 2 has type ‘long unsigned int’ [-Werror=format=] > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > video.c:112:24: note: in expansion of macro ‘_’ > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ^ > video.c:112:41: note: format string is defined here > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ~^ > | | > | int > | %ld > In file included from localestuff.h:41, > from common_includes.h:59, > from video.c:24: > video.c:112:26: error: format ‘%d’ expects argument of type ‘int’, but > argument 3 has type ‘long unsigned int’ [-Werror=format=] > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > video.c:112:24: note: in expansion of macro ‘_’ > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ^ > video.c:112:44: note: format string is defined here > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ~^ > | | > | int > | %ld > In file included from localestuff.h:41, > from common_includes.h:59, > from video.c:24: > video.c:112:26: error: format ‘%d’ expects argument of type ‘int’, but > argument 4 has type ‘long unsigned int’ [-Werror=format=] > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > video.c:112:24: note: in expansion of macro ‘_’ > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ^ > video.c:112:48: note: format string is defined here > 112 | printw(_("Viewing line %d/%d, %d%%"), pos + maxy - 2, > lines,((pos + maxy - 2) * 100) / lines); > | ~^ > | | > | int > | %ld > In file included from localestuff.h:41, > from common_includes.h:59, > from video.c:24: > video.c:114:26: error: format ‘%d’ expects argument of type ‘int’, but > argument 2 has type ‘long unsigned int’ [-Werror=format=] > 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > video.c:114:24: note: in expansion of macro ‘_’ > 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); > | ^ > video.c:114:41: note: format string is defined here > 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); > | ~^ > | | > | int > | %ld > In file included from localestuff.h:41, > from common_includes.h:59, > from video.c:24: > video.c:114:26: error: format ‘%d’ expects argument of type ‘int’, but > argument 3 has type ‘long unsigned int’ [-Werror=format=] > 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > video.c:114:24: note: in expansion of macro ‘_’ > 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); > | ^ > video.c:114:44: note: format string is defined here > 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); > | ~^ > | | > | int > | %ld > gcc -DHAVE_CONFIG_H -I. -I.. > -D__DEB_CANARY_CPPFLAGS_5f14615696649541a025d3d0f8e0447f__ -Wdate-time > -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=600 > -I/usr/include/readline -Wall -Wextra -Wshadow -Werror > -DLOCALEDIR=\"/usr/share/locale\" -DCONFIGDIR=\"/etc/pinforc\" -g -O2 > -Werror=implicit-function-declaration -Werror=array-bounds -Werror=clobbered > -Werror=volatile-register-var > -D__DEB_CANARY_CFLAGS_5f14615696649541a025d3d0f8e0447f__ > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -D_XOPEN_SOURCE=600 -c -o pinfo-initializelinks.o > `test -f 'initializelinks.c' || echo './'`initializelinks.c > gcc -DHAVE_CONFIG_H -I. -I.. > -D__DEB_CANARY_CPPFLAGS_5f14615696649541a025d3d0f8e0447f__ -Wdate-time > -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=600 > -I/usr/include/readline -Wall -Wextra -Wshadow -Werror > -DLOCALEDIR=\"/usr/share/locale\" -DCONFIGDIR=\"/etc/pinforc\" -g -O2 > -Werror=implicit-function-declaration -Werror=array-bounds -Werror=clobbered > -Werror=volatile-register-var > -D__DEB_CANARY_CFLAGS_5f14615696649541a025d3d0f8e0447f__ > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -D_XOPEN_SOURCE=600 -c -o pinfo-printinfo.o `test -f > 'printinfo.c' || echo './'`printinfo.c > cc1: all warnings being treated as errors > make[3]: *** [Makefile:738: pinfo-video.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/pinfo_0.6.13-1.1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---Source: pinfo Source-Version: 0.6.13-1.2 Done: gregor herrmann <[email protected]> We believe that the bug you reported is fixed in the latest version of pinfo, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. gregor herrmann <[email protected]> (supplier of updated pinfo 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 8 May 2022 14:39:05 CEST Source: pinfo Binary: Architecture: source Version: 0.6.13-1.2 Distribution: unstable Urgency: medium Maintainer: Bas Zoetekouw <[email protected]> Changed-By: gregor herrmann <[email protected]> Description: Closes: 997293 Changes: pinfo (0.6.13-1.2) unstable; urgency=medium . * Non-maintainer upload. * Fix "FTBFS: video.c:112:26: error: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [- Werror=format=]": Add patch from upstream Git repository to use %ld to print longs. (Closes:#997293) Checksums-Sha256: 4b77b191af381a0b9409050b89eae7af9845db9cdb0d696001f956b4e87d2f42 1891 pinfo_0.6.13-1.2.dsc fceeaf90e87e89e17b51a94a399b98c88670b329982089db6b2efa81e1cc84f7 8632 pinfo_0.6.13-1.2.debian.tar.xz 2bbedc8b15f230bf12c285af9ee1600b844ac095f14cfbd67fd1a3fed30e7613 6689 pinfo_0.6.13-1.2_sourceonly.buildinfo Checksums-Sha1: 8bee1146df1481c77ef5e536499b343e6aa16855 1891 pinfo_0.6.13-1.2.dsc 430d85629d29ab345f072e61f1c6b1ea4ecb89d5 8632 pinfo_0.6.13-1.2.debian.tar.xz 6df1657f6e051de82bf6fa05347915796dafb3b8 6689 pinfo_0.6.13-1.2_sourceonly.buildinfo Files: 11e1b0d9647d3fadd5ae88bdfcb84f50 1891 doc optional pinfo_0.6.13-1.2.dsc 4aa8c1a41af7e59592cf0d2dc7da2e13 8632 doc optional pinfo_0.6.13-1.2.debian.tar.xz 50fe6ac474195e1fa8be9789a61fd0fc 6689 - - pinfo_0.6.13-1.2_sourceonly.buildinfo -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmJ3uelfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgYsUA//fQQE3uy8LswHa4nkhJa1nLHoUbX/FYk4kzGfsG8salh85AkndetBCiYR Ca8RbZRhObzHOZgv3HQATIIw3dyqjSDl/S2e4xtyRcwyJkhJ7TKCG5ShHehwXMdk J54eC7mTio3EG2NXikzCC3EEMwsDR32tXm3aAk0Hdl0CKg7852Trxu2M0SVRb0T8 z5o90Vl2EPQDG4YDS4Jm4kxpsTf+trFPRjzkkujsy2nMzURd3jLgN/qmPCeEZQ08 us7vb9Ckxq1m0rm9OHcNonKi8Sskl+xKqo4xofaBVZ92pLeA11gfbAsE4vjCFl1g TF0+OZcNG9VrF3s77d/W+k4O7OuJTAliiX8fYKyEag8mKPa0s9xNsuHxjMWEgdym jVYD5+Bcwpw33WPWYK0Ix7N/TWPXl7eFg3SupLyA5PdF13QlNEOljN7BQvRCkJyU HN2B3C4YzDUiGfNywwLYpzqvFJsb76IerDnS2DLnSX7vbTddPDmTflkmzFrzaJuQ F1CXVDQipovlgdaMaymrf+MOweGRLt4BudY+8lXVkDb/GMJmDCYtU1hn/NyUAAYc 78Iv6FjTmeH/rwdI9BJN025P39vzDj3CuWo0n3kXmKkgOGbf498mY69FVDWXVoOt PLK5djjugEWpqaMaBDO/vqbX9iR87X560ls1kMLraamXj7kRO48= =lli7 -----END PGP SIGNATURE-----
--- End Message ---

