Your message dated Mon, 01 Nov 2021 23:04:39 +0000
with message-id <e1mhgm3-0005ne...@fasolo.debian.org>
and subject line Bug#995979: fixed in pamix 1.6~git20180112.ea4ab3b-4
has caused the Debian Bug report #995979,
regarding pamix FTBFS: 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.)


-- 
995979: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pamix
Version: 1.6~git20180112.ea4ab3b-3
Severity: serious
Tags: ftbfs

pamix fails to build from source in unstable on amd64, because ncurses
added format string annotations to some functions. A non-parallel build
now ends as follows:

| [ 53%] Building CXX object CMakeFiles/pamix.dir/src/pamix_ui.cpp.o
| /usr/bin/c++ -DFEAT_UNICODE -I"/<<PKGBUILDDIR>>/include" -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -MD -MT 
CMakeFiles/pamix.dir/src/pamix_ui.cpp.o -MF 
CMakeFiles/pamix.dir/src/pamix_ui.cpp.o.d -o 
CMakeFiles/pamix.dir/src/pamix_ui.cpp.o -c "/<<PKGBUILDDIR>>/src/pamix_ui.cpp"
| /<<PKGBUILDDIR>>/src/pamix_ui.cpp: In member function ‘void 
pamix_ui::redrawAll()’:
| /<<PKGBUILDDIR>>/src/pamix_ui.cpp:106:52: error: format not a string literal 
and no format arguments [-Werror=format-security]
|   106 |   mvprintw(lineNumber++, 1, applicationName.c_str());
|       |                                                    ^
| /<<PKGBUILDDIR>>/src/pamix_ui.cpp:124:64: error: format not a string literal 
and no format arguments [-Werror=format-security]
|   124 |   mvprintw(curY, curX + remainingChars + 1, displayName.c_str());
|       |                                                                ^
| /<<PKGBUILDDIR>>/src/pamix_ui.cpp: In member function ‘void 
pamix_ui::drawHeader() const’:
| /<<PKGBUILDDIR>>/src/pamix_ui.cpp:187:22: warning: format ‘%d’ expects 
argument of type ‘int’, but argument 5 has type ‘std::map<unsigned int, 
std::unique_ptr<Entry> >::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|   187 |  mvprintw(0, 1, "%d/%d", m_Entries->empty() ? 0 : m_SelectedEntry + 
1, m_Entries->size());
|       |                     ~^                                                
 ~~~~~~~~~~~~~~~~~
|       |                      |                                                
                |
|       |                      int                                              
                std::map<unsigned int, std::unique_ptr<Entry> >::size_type {aka 
long unsigned int}
|       |                     %ld
| cc1plus: some warnings being treated as errors
| make[3]: *** [CMakeFiles/pamix.dir/build.make:163: 
CMakeFiles/pamix.dir/src/pamix_ui.cpp.o] Error 1
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[2]: *** [CMakeFiles/Makefile2:86: CMakeFiles/pamix.dir/all] Error 2
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[1]: *** [Makefile:139: all] Error 2
| make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
| make: *** [debian/rules:7: build] Error 25
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Helmut

--- End Message ---
--- Begin Message ---
Source: pamix
Source-Version: 1.6~git20180112.ea4ab3b-4
Done: Josue Ortega <jo...@debian.org>

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

Debian distribution maintenance software
pp.
Josue Ortega <jo...@debian.org> (supplier of updated pamix 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: Mon, 01 Nov 2021 16:41:22 -0600
Source: pamix
Architecture: source
Version: 1.6~git20180112.ea4ab3b-4
Distribution: unstable
Urgency: medium
Maintainer: Josue Ortega <jo...@debian.org>
Changed-By: Josue Ortega <jo...@debian.org>
Closes: 995979
Changes:
 pamix (1.6~git20180112.ea4ab3b-4) unstable; urgency=medium
 .
   * Add patch to fix FTBFS error due to missing format arguments passed to
     mvprintw. (Closes: #995979)
   * Update package to use debhelper-compat (= 13)
   * Bump Standards-Version to 4.6.0:
     + debian/compat: Document Rules-Requires-Root as no.
   * Bump debian/watch to version 4.
   * d/patches/00-fix-man-syntax.patch: Document Forwarded field as not-
     needed.
Checksums-Sha1:
 cfb1b243cf4e6b249573d616856f1a10b2832d4c 1974 
pamix_1.6~git20180112.ea4ab3b-4.dsc
 38036aca3e52226644cffc212d3f2bdc9b50a218 3216 
pamix_1.6~git20180112.ea4ab3b-4.debian.tar.xz
 f2afa5ac1e19f2e0df38bf0cf4fc4d5daa793f4b 8649 
pamix_1.6~git20180112.ea4ab3b-4_amd64.buildinfo
Checksums-Sha256:
 9a689d95103f635e9b99bce45990440e0d0d66073457ca792bc2d284c6097847 1974 
pamix_1.6~git20180112.ea4ab3b-4.dsc
 d0f240cc4d303f7004f4992be4d20c18163fa73da632deda6705a87cd68d4a3d 3216 
pamix_1.6~git20180112.ea4ab3b-4.debian.tar.xz
 cb87403144ab3d956e66bd321863db8a5fb7bc8437d305c838a08bf311ec7a41 8649 
pamix_1.6~git20180112.ea4ab3b-4_amd64.buildinfo
Files:
 05f0cb6a0fd2698333a05049e803affb 1974 sound optional 
pamix_1.6~git20180112.ea4ab3b-4.dsc
 3c702976902d1bc5f6b12108f72b1dee 3216 sound optional 
pamix_1.6~git20180112.ea4ab3b-4.debian.tar.xz
 91c27a88a058f831a181bd9e2641b606 8649 sound optional 
pamix_1.6~git20180112.ea4ab3b-4_amd64.buildinfo

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

iQJFBAEBCgAvFiEEdzOzKNJ5X1viMlrdAVCdXKtK/T8FAmGAb04RHGpvc3VlQGRl
Ymlhbi5vcmcACgkQAVCdXKtK/T/xcQ//eefG8naDmSEwfDfyE7kai93qQFltg4Q7
VIUoML+NVHn5dJ8u5VOe4DcyP0Y9fQ2tpl/jYYCTIq7fc/NBzhvTBvExAezM/toP
qroubfjxGfdqwyOGPsbVGaLQ0XOzdJtZyYJrV9Fox0IhPgKRMiZaz3sf8nR/Wwck
lE+Vy/EaMmsM0qAOZCvJwRUuyEFuZgoONgykzdgMiFfWz5Xvv8klVQHZ3H67uJ4k
OkuLlMDJsaTxtFHUR0HR8FyJlKBXGPppZHrHI7tEgkt/qiVmvlmofWWtikcVQujC
VFTFHBadWXAVexYl5qyXDyupHBlVksqBSlU87hma8RwvUt941zFBEsZCddlXkHNV
k0YS5VYAbi8yIKubwvaqV5Lg9TzoXDNlSl7+kmw2pA5JBXOhP16mforAo43RFXQJ
IZeHrvdmWTy/EClDXDSjI77Ge6gJlhBPT1OovG3UzS3422t6+Hnf9wR8ZhPZoqz0
uCcF51BoV0npr8EyjM94IyU+qM79VMfTHS7ruDyVdXgLMWVGlJfMIjXvFSrGclcl
P4IAXiMd3TeR+aSyFJYqd1n8D28bPye9IpKXWkIMfi9zFj9udXjCGfSbCcs1EAmB
ZgTmExp2StgkuK0IJQsqd7TzsAdDq0qAu+BHoEBO6mSiGTlMVrrzdlE6IPuRvX5D
Y3vR3ukYS44=
=jzzY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to