Your message dated Wed, 23 Nov 2016 16:33:31 +0000
with message-id <e1c9auf-0006u2...@fasolo.debian.org>
and subject line Bug#844884: fixed in ggcov 0.9-13
has caused the Debian Bug report #844884,
regarding ggcov: FTBFS: cov.C:132:48: error: invalid conversion from 'void 
(*)(const char*, ...)' to 'bfd_error_handler_type {aka void (*)(const char*, 
__va_list_tag*)}' [-fpermissive]
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.)


-- 
844884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ggcov
Version: 0.9-12
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> g++ -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -DORBIT2=1 -pthread 
> -I/usr/include/libglade-2.0 -I/usr/include/libgnomeui-2.0 
> -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 
> -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 
> -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
> -I/usr/include/orbit-2.0 -I/usr/include/libgnomecanvas-2.0 
> -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng16 -I/usr/include/gnome-vfs-2.0 
> -I/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/include -I/usr/include/gconf/2 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" 
> -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib/x86_64-linux-gnu\"" 
> -DSYSCONFDIR="\"/etc\"" -DDEBUG=0 -DUI_DEBUG=0 -DCOV_AMD64 -DCOV_I386   
> -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libiberty  -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security  -Wall -Wchar-subscripts -Wsign-compare -pedantic 
> -Wno-long-long  -fno-rtti -fno-exceptions -fno-implement-inlines -c -o cov.o 
> cov.C
> cov.C:626:14: warning: invalid suffix on literal; C++11 requires a space 
> between literal and string macro [-Wliteral-suffix]
>   fprintf(fp, "            COUNT="GNB_U64_DFMT"\n", ca->count);
>               ^
> cov.C:641:17: warning: invalid suffix on literal; C++11 requires a space 
> between literal and string macro [-Wliteral-suffix]
>      fprintf(fp, "    COUNT="GNB_U64_DFMT"\n", cn->count);
>                  ^
> cov.C:663:17: warning: invalid suffix on literal; C++11 requires a space 
> between literal and string macro [-Wliteral-suffix]
>      fprintf(fp, "                        COUNT="GNB_U64_DFMT"\n", 
> a->count());
>                  ^
> cov.C:677:17: warning: invalid suffix on literal; C++11 requires a space 
> between literal and string macro [-Wliteral-suffix]
>      fprintf(fp, "                COUNT="GNB_U64_DFMT"\n", b->count());
>                  ^
> cov.C: In function 'void cov_init()':
> cov.C:132:48: error: invalid conversion from 'void (*)(const char*, ...)' to 
> 'bfd_error_handler_type {aka void (*)(const char*, __va_list_tag*)}' 
> [-fpermissive]
>      bfd_set_error_handler(cov_bfd_error_handler);
>                                                 ^
> In file included from cov_bfd.H:27:0,
>                  from cov_specific.H:29,
>                  from cov.C:21:
> /usr/include/bfd.h:6978:24: note:   initializing argument 1 of 'void (* 
> bfd_set_error_handler(bfd_error_handler_type))(const char*, __va_list_tag*)'
>  bfd_error_handler_type bfd_set_error_handler (bfd_error_handler_type);
>                         ^~~~~~~~~~~~~~~~~~~~~
> cov.C: In function 'void dump_callarcs(FILE*, list_t<cov_callarc_t>&)':
> cov.C:626:61: warning: format '%llu' expects argument of type 'long long 
> unsigned int', but argument 3 has type 'count_t {aka long unsigned int}' 
> [-Wformat=]
>   fprintf(fp, "            COUNT="GNB_U64_DFMT"\n", ca->count);
>                                                              ^
> cov.C: In function 'void dump_callnode(cov_callnode_t*, FILE*)':
> cov.C:641:56: warning: format '%llu' expects argument of type 'long long 
> unsigned int', but argument 3 has type 'count_t {aka long unsigned int}' 
> [-Wformat=]
>      fprintf(fp, "    COUNT="GNB_U64_DFMT"\n", cn->count);
>                                                         ^
> cov.C: In function 'void dump_arc(FILE*, cov_arc_t*)':
> cov.C:663:77: warning: format '%llu' expects argument of type 'long long 
> unsigned int', but argument 3 has type 'count_t {aka long unsigned int}' 
> [-Wformat=]
>      fprintf(fp, "                        COUNT="GNB_U64_DFMT"\n", 
> a->count());
>                                                                              ^
> cov.C: In function 'void dump_block(FILE*, cov_block_t*)':
> cov.C:677:69: warning: format '%llu' expects argument of type 'long long 
> unsigned int', but argument 3 has type 'count_t {aka long unsigned int}' 
> [-Wformat=]
>      fprintf(fp, "                COUNT="GNB_U64_DFMT"\n", b->count());
>                                                                      ^
> Makefile:791: recipe for target 'cov.o' failed
> make[4]: *** [cov.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/11/18/ggcov_0.9-12_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ggcov
Source-Version: 0.9-13

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

Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated ggcov 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: SHA256

Format: 1.8
Date: Mon, 21 Nov 2016 17:04:44 +0000
Source: ggcov
Binary: ggcov
Architecture: source amd64
Version: 0.9-13
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Description:
 ggcov      - Graphical tool for displaying gcov test coverage data
Closes: 844884
Changes:
 ggcov (0.9-13) unstable; urgency=medium
 .
   * Fix for fpermissive error with g++ 6.2. Closes: #844884
Checksums-Sha1:
 a4e275db2d7737e55d780d27fa594a057b9d4d06 1883 ggcov_0.9-13.dsc
 c9e4a0f70c8c90883f96c32656a7301c47d7c9ed 11200 ggcov_0.9-13.debian.tar.xz
 f982375ba45fdbf2e22e932925068ac98e13ba38 7888446 ggcov-dbgsym_0.9-13_amd64.deb
 d36508c6869cb7530a95cdf9628b64304c8ff8b9 12165 ggcov_0.9-13_amd64.buildinfo
 12ae4e1b3c7019d17354e6f0c2a7cbc9e2f01bb2 733026 ggcov_0.9-13_amd64.deb
Checksums-Sha256:
 eb3ef1e507bb3bfce7bb744c829ec61ac8400ddb28ed5062caad752f2c387080 1883 
ggcov_0.9-13.dsc
 8fee477aa4ea190586a358071c73618b1de0dbfc2d5845ca6d5992896d0ecca5 11200 
ggcov_0.9-13.debian.tar.xz
 cdd5ed9397e72ff1b477fad02b6f17f4618f4dd4aba8907b3d1740b46f5e28ad 7888446 
ggcov-dbgsym_0.9-13_amd64.deb
 cc4ef993e421c97155095eac714a812f1afc79090bca79ab48513d8432f28b75 12165 
ggcov_0.9-13_amd64.buildinfo
 2c59a856a9cbeee13f9c18030c96bef5a48000be8b1a7ef814a7067612241f2c 733026 
ggcov_0.9-13_amd64.deb
Files:
 a456290a168c25eddd3d8e3ee233b136 1883 devel optional ggcov_0.9-13.dsc
 4c3d47a111b4224f570633d359ee5146 11200 devel optional 
ggcov_0.9-13.debian.tar.xz
 e616bae4e58085bbec0f205122b76508 7888446 debug extra 
ggcov-dbgsym_0.9-13_amd64.deb
 b50106735ae3dc5b1849e5446a35f45f 12165 devel optional 
ggcov_0.9-13_amd64.buildinfo
 792fa3bea7cf9be656fb27043f10cee3 733026 devel optional ggcov_0.9-13_amd64.deb

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlg1ugAACgkQy+a7Tl2a
06Whyw/9EB5uQ47RskDdD9597PKVNdgpAddtu2bZIiK0mS1Q2ck9H3A2WDSuk32B
IeRtlXhHZkVrcOh4Y2UAG/qfnNQo2ja6JWfBHKfKIsdksaF6Hjg+3BeQBMUGGW4p
618LHShWcTn9enxbwnNulYp27hm5xmNO7WhlBgxoK9TElAlXR4S2KDFVQiqW6Y4d
Ej7EZvx/en/R0Lj2tB4g1Ad7pNmlF7QL+pda7HVJzqqG8MPWDN7bnEUHg4DvC4JB
JEXc+Ql9kGM4B72wcNEsQXyh0aiQNzZeHi8flIJXcXjxkXS0NR+5jNVmagnoz35k
U20L/DbmB/BAaS0XExJxncy5+x5nLqq8ySKJ0FX0rcrXIp++NIn2C4/q1FMOQmks
ZSMGO6oaRBCdNF5yxcS94TCmwKZkdxiB4OJA2YWFg0ARSBkJNuVsBqO6jtISRO2S
pahLYuKHs+y7uk9QUkFqK4paIi06+lQ5Rvxa5VzJdCR3MDxzK2wIGwRJJb3NB69O
NCDy7fhVVoJbj4XR6oXZZPlV3EUh2GAb2bHKHaYFzs+hGvheP4Xm9BlmtYvsh+Ma
qo7HwX/wklbBmi70g9TMU48RFw75JXSteTYISORJL/4yz+749LzlwhmsQ2ajN+FG
htPAGeIdfr7yxTbatGHmKfJIGZiHVmXzpZCXMP6r+T1ZyD/HZe4=
=8bxv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to