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.

Reply via email to