Your message dated Thu, 04 Nov 2021 10:19:15 +0000
with message-id <[email protected]>
and subject line Bug#997151: fixed in boinctui 2.5.2-1
has caused the Debian Bug report #997151,
regarding boinctui: FTBFS: src/about.cpp:37:14: 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.)
--
997151: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997151
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: boinctui
Version: 2.5.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):
> g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
> -DENABLEMOUSE -DVERSION=2.5.1 -DPACKAGE_NAME=\"boinctui\"
> -DPACKAGE_TARNAME=\"boinctui\" -DPACKAGE_VERSION=\"VERSION\"
> -DPACKAGE_STRING=\"boinctui\ VERSION\"
> -DPACKAGE_BUGREPORT=\"BUG-REPORT-ADDRESS\" -DPACKAGE_URL=\"\"
> -DHAVE_LIBNCURSESW=1 -DHAVE_LIBFORMW=1 -DHAVE_LIBPANELW=1 -DHAVE_LIBMENUW=1
> -DHAVE_LIBEXPAT=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBGNUTLS_OPENSSL_=1
> -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_PTHREAD_H=1 -DHAVE_STRING_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_STDARG_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LOCALE_H=1
> -DHAVE_MALLOC_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_NETDB_H=1 -DHAVE_SIGNAL_H=1
> -DHAVE_CTYPE_H=1 -DHAVE_ALGORITHM=1 -DHAVE_STRING=1 -DHAVE_LIST=1
> -DHAVE_VECTOR=1 -DHAVE_QUEUE=1 -DHAVE_STACK=1 -DHAVE_SSTREAM=1
> -DHAVE_EXPAT_H=1 -DHAVE_GNUTLS_OPENSSL_H=1 -DHAVE_NCURSESW_CURSES_H=1
> -DNCURSESW_HAVE_SUBDIR=1 -DHAVE_NCURSESW_FORM_H=1 -DNCURSESW_HAVE_SUBDIR=1
> -DHAVE_NCURSESW_PANEL_H=1 -DNCURSESW_HAVE_SUBDIR=1 -DHAVE_NCURSESW_MENU_H=1
> -DNCURSESW_HAVE_SUBDIR=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1
> -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
> -DHAVE_MBLEN=1 -DHAVE_MEMSET=1 -DHAVE_SETLOCALE=1 -DHAVE_SOCKET=1
> -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -o .obj/about.o src/about.cpp
> src/about.cpp: In constructor ‘AboutWin::AboutWin(int, int)’:
> src/about.cpp:37:14: error: format not a string literal and no format
> arguments [-Werror=format-security]
> 37 | mvwprintw(win,0,getwidth()/2-(strlen(caption)/2),caption);
> | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> src/about.cpp:40:50: error: format not a string literal and no format
> arguments [-Werror=format-security]
> 40 | mvwprintw(win,3,getwidth()/2-(strlen(buf)/2),buf);
> | ^~~
>
> g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
> -DENABLEMOUSE -DVERSION=2.5.1 -DPACKAGE_NAME=\"boinctui\"
> -DPACKAGE_TARNAME=\"boinctui\" -DPACKAGE_VERSION=\"VERSION\"
> -DPACKAGE_STRING=\"boinctui\ VERSION\"
> -DPACKAGE_BUGREPORT=\"BUG-REPORT-ADDRESS\" -DPACKAGE_URL=\"\"
> -DHAVE_LIBNCURSESW=1 -DHAVE_LIBFORMW=1 -DHAVE_LIBPANELW=1 -DHAVE_LIBMENUW=1
> -DHAVE_LIBEXPAT=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBGNUTLS_OPENSSL_=1
> -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_PTHREAD_H=1 -DHAVE_STRING_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_STDARG_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LOCALE_H=1
> -DHAVE_MALLOC_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_NETDB_H=1 -DHAVE_SIGNAL_H=1
> -DHAVE_CTYPE_H=1 -DHAVE_ALGORITHM=1 -DHAVE_STRING=1 -DHAVE_LIST=1
> -DHAVE_VECTOR=1 -DHAVE_QUEUE=1 -DHAVE_STACK=1 -DHAVE_SSTREAM=1
> -DHAVE_EXPAT_H=1 -DHAVE_GNUTLS_OPENSSL_H=1 -DHAVE_NCURSESW_CURSES_H=1
> -DNCURSESW_HAVE_SUBDIR=1 -DHAVE_NCURSESW_FORM_H=1 -DNCURSESW_HAVE_SUBDIR=1
> -DHAVE_NCURSESW_PANEL_H=1 -DNCURSESW_HAVE_SUBDIR=1 -DHAVE_NCURSESW_MENU_H=1
> -DNCURSESW_HAVE_SUBDIR=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1
> -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1
> -DHAVE_MBLEN=1 -DHAVE_MEMSET=1 -DHAVE_SETLOCALE=1 -DHAVE_SOCKET=1
> -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -o .obj/helpwin.o src/helpwin.cpp
> cc1plus: some warnings being treated as errors
> make[1]: *** [Makefile:42: .obj/about.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/boinctui_2.5.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: boinctui
Source-Version: 2.5.2-1
Done: Sergey Suslov <[email protected]>
We believe that the bug you reported is fixed in the latest version of
boinctui, 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.
Sergey Suslov <[email protected]> (supplier of updated boinctui 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: SHA256
Format: 1.8
Date: Thu, 04 Nov 2021 08:44:55 +0300
Source: boinctui
Architecture: source
Version: 2.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Sergey Suslov <[email protected]>
Changed-By: Sergey Suslov <[email protected]>
Closes: 997151
Changes:
boinctui (2.5.2-1) unstable; urgency=low
.
* task window scrolling fixed (Closes: #997151)
.
* fix build errors with gcc-11.2
Checksums-Sha1:
70b1bb23beabf3ea8a5752fc4e55c121e2b85440 2188 boinctui_2.5.2-1.dsc
f2d1c863c2d7580b92bd63927e0c2ec6282b9b17 94411 boinctui_2.5.2.orig.tar.gz
59864fcde5fa3b64aa3ff9f866037f1d14828264 833 boinctui_2.5.2.orig.tar.gz.asc
a7e15ab346a8eb3a94ada0cc1f5da815daa9976e 7088 boinctui_2.5.2-1.debian.tar.xz
1b16de41f460a6da128c772dd5e09279e124bb6c 7026 boinctui_2.5.2-1_source.buildinfo
Checksums-Sha256:
99d5865a4ff64d01c92cd6e1f71919f09f2158ac9311341bfc6d5609a7937daf 2188
boinctui_2.5.2-1.dsc
f2645d4982dfe69ca76ee2ee602e9ea4a8a9c0c4ab01814c1b3a00d596df81a3 94411
boinctui_2.5.2.orig.tar.gz
2e1fd5bbf6c47dd387f0326b906965a4b0c98e8602c44bf9537442b94a67a50f 833
boinctui_2.5.2.orig.tar.gz.asc
01bc8d3c745318b21d3403222bdb04bbf0f2ca9337bb5b840157fdbfad258384 7088
boinctui_2.5.2-1.debian.tar.xz
ceb1537c887efc97c4729a4122db75bfddf66135b9a553103ef82fb2950a2734 7026
boinctui_2.5.2-1_source.buildinfo
Files:
01c5563eebddace4acde182e4d40fb03 2188 net optional boinctui_2.5.2-1.dsc
744a82afd0c74cafdb5c16d21915e2e9 94411 net optional boinctui_2.5.2.orig.tar.gz
855d2fe8d284a5d29e32d1aeb1e8c5f0 833 net optional
boinctui_2.5.2.orig.tar.gz.asc
9eeaaa9c1b1dcb08c60f9089844970b7 7088 net optional
boinctui_2.5.2-1.debian.tar.xz
cd22594c5d806d2da374983cb60d34cf 7026 net optional
boinctui_2.5.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCAA0FiEETS27tPBuwsl3smv9gIeOWYMr7BUFAmGDrGUWHHN1bGVtYW4x
OTcxQGdtYWlsLmNvbQAKCRCAh45ZgyvsFVs+D/9btBaVhN9Ep8uLgAWqxXroUtS+
LOEujJCnC2bduJ/iPGuOUQpOCd8aMLkkxLd1q5IbTLUDSprTlET+Dnjsk+3hIfX6
tRU98aS1BW0QUIOSpgXt6rkEKdktwq74sbrydbM45yIMRdzA4lGRciFRqSK+AJHU
8YgYr2kRaG1GnAg+ZeoRQugvfuLRo8oDrxyXkbtgIaSLZlrzzgqwpVKOiFfkdOBe
m2mX8W7e5YGcbj4/x2VDSw3g9sUoDuTBmUSF/IV8e3SAcRHqIYanPhtlfdIe8uJN
FhfW8IFPXfP+5FYZHn6MGwXhy6uDkoXjD3DlEPSsIiNc3b0+M6yHCjNjhCuKL7DD
bdyCBXlJaBnNMlyKiZ1CvMnbjRFxZApyCoQMTJmkg0iiG1yoWrBSrCGEaxUFOVn5
DsP72NAFTWBehw7Eg89mukDkqPuS988aLnMzmH8z+U3u+jj8rGw1eBUoJh5WV1+y
2dxv43PMFTc6jWf07ADW1nu53vZcs/rVFN5WPs89ahyHhs1LffUnsyRyU6fEx84K
WjY1xOOsz0jzGko23DkSkO8dOVa9NLnnqF90JuMXWEOncElVBpSE/M+A4vjvk4Bz
pj5srbF5JU5/1/T1pUcqV4XcmXEq0LPXxJwLexM/yj5zD5QhpoNrd5IjKdz+/Ku0
pPfkLISUc48dTeqLUg==
=vu3Z
-----END PGP SIGNATURE-----
--- End Message ---