Your message dated Sat, 30 Oct 2021 13:35:34 +0000 with message-id <[email protected]> and subject line Bug#997188: fixed in irqbalance 1.8.0-1 has caused the Debian Bug report #997188, regarding irqbalance: FTBFS: ui/ui.c:28:24: error: format not a string literal and no format arguments [-Werror=format-security] 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.) -- 997188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997188 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: irqbalance Version: 1.7.0-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. -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE > -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o ui/ui.o ui/ui.c > ui/irqbalance-ui.c: In function ‘main’: > ui/irqbalance-ui.c:419:41: warning: ignoring return value of ‘fgets’ declared > with attribute ‘warn_unused_result’ [-Wunused-result] > 419 | fgets(cmdstring, 255, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > ui/ui.c: In function ‘show_frame’: > ui/ui.c:28:24: error: format not a string literal and no format arguments > [-Werror=format-security] > 28 | mvprintw(0, 0, top); > | ^~~ > ui/ui.c: In function ‘show_footer’: > ui/ui.c:44:32: error: format not a string literal and no format arguments > [-Werror=format-security] > 44 | mvprintw(LINES - 1, 0, footer); > | ^~~~~~ > ui/ui.c: In function ‘print_assigned_objects_string’: > ui/ui.c:333:36: error: format not a string literal and no format arguments > [-Werror=format-security] > 333 | mvprintw(*line_offset, 36, assigned_to); > | ^~~~~~~~~~~ > ui/ui.c: In function ‘settings’: > ui/ui.c:568:24: error: format not a string literal and no format arguments > [-Werror=format-security] > 568 | mvprintw(2, 3, info); > | ^~~~ > ui/ui.c: In function ‘display_tree_node_irqs’: > ui/ui.c:666:25: warning: format ‘%lu’ expects argument of type ‘long unsigned > int’, but argument 3 has type ‘int’ [-Wformat=] > 666 | printw("%sIRQ %lu, IRQs since last rebalance %lu\n", > | ~~^ > | | > | long unsigned int > | %u > 667 | indent, irq->vector, irq->diff); > | ~~~~~~~~~~~ > | | > | int > ui/ui.c: In function ‘display_tree_node’: > ui/ui.c:713:16: error: format not a string literal and no format arguments > [-Werror=format-security] > 713 | printw(copy_to); > | ^~~~~~~ > /bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wl,-z,relro -Wl,-z,now -o irqbalance activate.o > bitmap.o classify.o cputree.o irqbalance.o irqlist.o numa.o placement.o > procinterrupts.o -lcap-ng -lglib-2.0 -lsystemd -lsystemd -lm -lnuma > -lncursesw -ltinfo > libtool: link: gcc -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -o irqbalance > activate.o bitmap.o classify.o cputree.o irqbalance.o irqlist.o numa.o > placement.o procinterrupts.o -lcap-ng -lglib-2.0 -lsystemd -lm -lnuma > -lncursesw -ltinfo > cc1: some warnings being treated as errors > make[3]: *** [Makefile:583: ui/ui.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/irqbalance_1.7.0-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: irqbalance Source-Version: 1.8.0-1 Done: Paride Legovini <[email protected]> We believe that the bug you reported is fixed in the latest version of irqbalance, 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. Paride Legovini <[email protected]> (supplier of updated irqbalance 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: Sat, 30 Oct 2021 13:05:28 +0000 Source: irqbalance Architecture: source Version: 1.8.0-1 Distribution: unstable Urgency: medium Maintainer: Paride Legovini <[email protected]> Changed-By: Paride Legovini <[email protected]> Closes: 997188 Changes: irqbalance (1.8.0-1) unstable; urgency=medium . * New upstream version 1.8.0 * d/patches: drop all the patches (upstreamed) * d/control: bump Standards-Version to 4.6.0, no changes needed * d/rules: disable building with -Wformat -Werror=format-security. Workaround for https://github.com/Irqbalance/irqbalance/issues/193. (Closes: #997188) Checksums-Sha1: 843b9af8b9e1dcb764f8ade3a149e45e2d7a1639 1662 irqbalance_1.8.0-1.dsc b4446192904bafcaf32dd8d389d2b7502fa9fd09 55238 irqbalance_1.8.0.orig.tar.gz 63cf1c4e15240fabd94e6f429f8ec1f21267ca6e 10556 irqbalance_1.8.0-1.debian.tar.xz b229e5dacfb1c308a9848f7b6d1f040b889e882d 7405 irqbalance_1.8.0-1_amd64.buildinfo Checksums-Sha256: 6e03e3c6aa977a5e568f74d0e74ab919f40c015ab488e98dd30f3c3c9f6fa6c5 1662 irqbalance_1.8.0-1.dsc 2e7ddb9687a6a5cc1f41626659eac2ad9d6b5875629156b92f693bd404d8ae63 55238 irqbalance_1.8.0.orig.tar.gz c443dfc4937e10bb77eb480ba0185036f363b3479f7851041848686d78efd324 10556 irqbalance_1.8.0-1.debian.tar.xz 8185a98f925e2e9c0c39e56756496a4aed32d1e4b9e2f31614268937c254ce11 7405 irqbalance_1.8.0-1_amd64.buildinfo Files: 0f43f95bb46909fefabcb2c172fa6b3a 1662 utils optional irqbalance_1.8.0-1.dsc 6265b8e7933978fb4bc7bf2ffb88bb70 55238 utils optional irqbalance_1.8.0.orig.tar.gz db5d159eefa4b32ba2a880e728565dfe 10556 utils optional irqbalance_1.8.0-1.debian.tar.xz 52cca679b095641ee08927b3264d339e 7405 utils optional irqbalance_1.8.0-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAmF9RKQSHHBhcmlkZUBk ZWJpYW4ub3JnAAoJENZYYYg+AU255uwH/392rPIAWRPTRDDtPcLZLrazJ0xjmjpL V6NLvCqrryvClw+T/IJ3AONVVlrv2+HiO5smwgBh8e4W/h9muJUOlcw78wjfg/0f g5Xd2kEmGEJFXtACRlI089MRpAguthOqg2YJCUyB0EjI7NWLGZw1pK1zqefKN1FK wP3fH8p39hLIpUhG46Yv0N2Mq6mjSO34gkaSEIvobEzYCR8gp9BLPm57tin74mIo pCP8Wh2m9en/P7B6dFUmTUohXGqkGMuRfJ2g0x8237BixqnsJa3IDFCSUx4V7+MP oXtE9OjsOtNDOcFr0FpodrefH4YJBE1HD+tGdbMy66JIAZ8x2Es+sdo= =fxch -----END PGP SIGNATURE-----
--- End Message ---

