Package: grilo-plugins Version: 0.2.14-5 Severity: important User: [email protected] Usertags: ftbfs-gcc-6
This package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch. Note that only the first error is reported; there might be more. You can find a snapshot of GCC 6 in experimental. To build with GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly. You may be able to find out more about this issue at https://gcc.gnu.org/gcc-6/changes.html > sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux ... > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time > -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -pthread > -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 > -I/usr/include/libxml2 -DG_LOG_DOMAIN=\"GrlBlipTv\" > -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fstack-protector-strong -Wformat > -Werror=format-security -Wall -Wstrict-prototypes -Wnested-externs > -Werror=missing-prototypes -Werror=implicit-function-declaration > -Werror=pointer-arith -Werror=init-self -Werror=format-security > -Werror=format=2 -Werror=missing-include-dirs -Wmissing-declarations -std=c99 > -c bliptvresources.c -fPIC -DPIC -o .libs/libgrlbliptv_la-bliptvresources.o > grl-bliptv.c: In function 'call_raw_async_cb': > grl-bliptv.c:417:5: error: format not a string literal, argument types not > checked [-Werror=format-nonliteral] > url = g_strdup_printf (op->url, ++op->page); > ^~~ > > grl-bliptv.c: In function 'grl_bliptv_source_browse': > grl-bliptv.c:496:3: error: format not a string literal, argument types not > checked [-Werror=format-nonliteral] > url = g_strdup_printf (op->url, page_number); > ^~~ > > grl-bliptv.c: In function 'grl_bliptv_source_search': > grl-bliptv.c:538:3: error: format not a string literal, argument types not > checked [-Werror=format-nonliteral] > url = g_strdup_printf (op->url, page_number); > ^~~ > > cc1: some warnings being treated as errors -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

