Your message dated Sun, 24 Oct 2021 23:20:12 +0000
with message-id <e1memmi-000cao...@fasolo.debian.org>
and subject line Bug#997162: fixed in mcabber 1.1.2-2
has caused the Debian Bug report #997162,
regarding mcabber: FTBFS: screen.c:1281:33: 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 ow...@bugs.debian.org
immediately.)


-- 
997162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mcabber
Version: 1.1.2-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../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o screen.o screen.c
> screen.c: In function ‘scr_update_window’:
> screen.c:1281:33: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>  1281 |         wprintw(win_entry->win, pref);
>       |                                 ^~~~
> screen.c:1284:9: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>  1284 |         wprintw(win_entry->win, pref+timelen);
>       |         ^~~~~~~
> screen.c:1286:33: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>  1286 |         wprintw(win_entry->win, pref);
>       |                                 ^~~~
> screen.c:1365:33: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>  1365 |         wprintw(win_entry->win, pref);
>       |                                 ^~~~
> screen.c: In function ‘scr_draw_main_window’:
> screen.c:1785:3: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>  1785 |   mvwprintw(chatWnd, 0, 0, message);
>       |   ^~~~~~~~~
> screen.c: In function ‘scr_draw_roster’:
> screen.c:2260:13: warning: ‘g_pattern_match_string’ is deprecated: Use 
> 'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
>  2260 |             if (g_pattern_match_string(rc->compiled, bjid) &&
>       |             ^~
> In file included from /usr/include/glib-2.0/glib.h:65,
>                  from screen.h:4,
>                  from screen.c:50:
> /usr/include/glib-2.0/glib/gpattern.h:55:15: note: declared here
>    55 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
>       |               ^~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o settings.o settings.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o hooks.o hooks.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o utf8.o utf8.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o histolog.o histolog.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o utils.o utils.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o pgp.o pgp.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o xmpp.o xmpp.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o xmpp_helper.o xmpp_helper.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o xmpp_iq.o xmpp_iq.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o xmpp_iqrequest.o xmpp_iqrequest.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o xmpp_muc.o xmpp_muc.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o xmpp_s10n.o xmpp_s10n.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o caps.o caps.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o help.o help.c
> In function ‘scr_process_vi_arrow_key’,
>     inlined from ‘scr_process_key’ at screen.c:4538:7:
> screen.c:4466:20: warning: ‘mask’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  4466 |   size_t cmd_len = strlen(mask);
>       |                    ^~~~~~~~~~~~
> In file included from screen.c:23:
> screen.c: In function ‘scr_process_key’:
> /usr/include/string.h:391:15: note: by argument 1 of type ‘const char *’ to 
> ‘strlen’ declared here
>   391 | extern size_t strlen (const char *__s)
>       |               ^~~~~~
> screen.c:4465:8: note: ‘mask’ declared here
>  4465 |   char mask[INPUTLINE_LENGTH+1];
>       |        ^~~~
> caps.c: In function ‘caps_copy_to_persistent’:
> caps.c:552:5: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   552 |     write (fd, data, length);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o carbons.o carbons.c
> gcc -DHAVE_CONFIG_H -I. -I../include  -I.. -I.. -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include     -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_GNU_SOURCE 
> -c -o otr.o otr.c
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:583: screen.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/mcabber_1.1.2-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: mcabber
Source-Version: 1.1.2-2
Done: Martin <deba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mcabber, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin <deba...@debian.org> (supplier of updated mcabber 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: Sun, 24 Oct 2021 22:52:40 +0000
Source: mcabber
Architecture: source
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <pkg-xmpp-de...@lists.alioth.debian.org>
Changed-By: Martin <deba...@debian.org>
Closes: 997162
Changes:
 mcabber (1.1.2-2) unstable; urgency=medium
 .
   * Fix missing format strings (Closes: #997162)
   * Bump dh compat level and standards version, no changes
   * Use HTTPS for homepage
   * Use faketime to build guide PDF reproducible
Checksums-Sha1:
 9180664f61dc61cbb69f4a68f494e24da0f3a3fb 2117 mcabber_1.1.2-2.dsc
 b23b1dd6efbf39132650fbfd3e32d0e22dbaee0e 5472 mcabber_1.1.2-2.debian.tar.xz
 074b4d93eaf199c71d9c4f574ac9e12a16b63ba1 10504 mcabber_1.1.2-2_amd64.buildinfo
Checksums-Sha256:
 838b9dc34bd70ade0daaa0f7d8790c5115cfb9a751bdadf30c774d5b0d46ca3e 2117 
mcabber_1.1.2-2.dsc
 659266ad968c5727075bc1259566609cf223efb81ad10b36a887951bbf3525b9 5472 
mcabber_1.1.2-2.debian.tar.xz
 4f02a19e081d169de9ea2a7637193c67a7b609875429702d25dc40d7f2e38537 10504 
mcabber_1.1.2-2_amd64.buildinfo
Files:
 be73cfd987fdbeaaab90d352c39fc7b3 2117 net optional mcabber_1.1.2-2.dsc
 42ba2994e03f37948144a7592f31a93f 5472 net optional 
mcabber_1.1.2-2.debian.tar.xz
 9b42593323f1e21f93f62f6b9086100e 10504 net optional 
mcabber_1.1.2-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAmF15UkACgkQ4+Chwoa5
Y+pkYg//QqQdIom3cLq0NzQNCDnfJlMkiiBisxOfeVOsrtIKpzXlESrmUk2avrF3
Hqp2c+qs/1kDCEcScyOldp2JOhuNbWC5qGPX3IxV1tWOiLhAa+OA6aw9Bo+617iE
l0dR4NwcTWh1GIKXphsHZ2t/xv4v/EstmfxnMEmzV5RZ3oazTOkHcqdrrDff4ABR
z6M67NU/gccPC6ASO0opbZ6ruJsAYBvqTNXj5hDXrVr8hajDQw4maNXKtJeCL+98
jAF6yt7EzM55nf/BFzWA4JLHCjRHHZEeKCFD0APLyCx+OIS+V8paDRml2e+y/Nnn
LL7NJ6uxLgbL7WXLuls+33xdUr4zvFzIIt1kttxY6rWoEKh/Kl/EzcomPbk9lyDA
uQYM5QBYGEf44JBivQUaIc1+DO6n02G4ksDFP/oJlvMyFY0oyhBFr6lbidz6UWQX
d3I6QuGobvkr5Aq0lZE0CuXKLI2Rt7h77TN4qyhvNVsXXPaMxsLJLdseoQhzc9v9
ii4Pkfhbgu4Fp0GB8xSFe1HiSHoHEtxzXBy0TZHuNFXK+inlXJo9iOnh1GvXaXSR
W9gN5XFbM7Cc3DjBUVAkKX59IYBaxEGaPN2BZ+aX/G8r0eu4ojvqVswZD3sa+YNz
y+IPN/bJvdcFx51cKkyU4X6ZaOYKJjKhUC3PXDqHLuZuObo+xqg=
=0nPT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to