Your message dated Sun, 21 Aug 2016 04:52:46 +0000
with message-id <e1bbkky-00063g...@franck.debian.org>
and subject line Bug#831144: fixed in goffice-0.8 0.8.17-5
has caused the Debian Bug report #831144,
regarding goffice-0.8: FTBFS with GCC 6: go-glib-extras.c:909:10: error: format
not a string literal, argument types not checked [-Werror=format-nonliteral]
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.)
--
831144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: goffice-0.8
Version: 0.8.17-4
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64
Hi,
During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html
Relevant part (hopefully):
> make[5]: Entering directory '/«PKGBUILDDIR»/goffice/utils'
> (echo '/* This file has been automatically generated. Do not edit. */' && \
> echo '#include <goffice/goffice-config.h>' && \
> echo '#include "go-marshalers.h"' && \
> glib-genmarshal --prefix=go_ --body go-marshalers.list ) >go-marshalers.c
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-marshalers.lo
> go-marshalers.c
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-color.lo go-color.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-color.h:29,
> from go-color.c:23:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-file.lo go-file.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-file.c:25:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-font.lo go-font.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-font.h:24,
> from go-font.c:23:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-cairo.lo go-cairo.c
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-gradient.lo go-gradient.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-color.h:29,
> from go-gradient.c:24:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-image.lo go-image.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from ../../goffice/utils/go-color.h:29,
> from go-image.c:23:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-line.lo go-line.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-line.c:23:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-locale.lo go-locale.c
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-marker.lo go-marker.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-marker.c:23:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-path.lo go-path.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from ../../goffice/math/go-math.h:7,
> from go-path.c:31:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-pattern.lo go-pattern.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from ../../goffice/utils/go-libxml-extras.h:24,
> from go-pattern.c:24:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-geometry.lo go-geometry.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from ../../goffice/math/go-math.h:7,
> from go-geometry.c:24:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-string.lo go-string.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-string.c:24:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-undo.lo go-undo.c
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o datetime.lo datetime.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from datetime.h:4,
> from datetime.c:13:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o formats.lo formats.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-format.h:24,
> from formats.c:12:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-format.lo go-format.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-format.h:24,
> from go-format.c:37:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> go-format.c: In function 'go_format_output_fraction_to_odf':
> go-format.c:6010:6: warning: 'get_gsf_odf_version' is deprecated: Use
> 'gsf_odf_get_version' instead [-Wdeprecated-declarations]
> if (get_gsf_odf_version () < 102)
> ^~
> In file included from go-format.c:36:0:
> /usr/include/libgsf-1/gsf/gsf-opendoc-utils.h:151:7: note: declared here
> short get_gsf_odf_version (void);
> ^~~~~~~~~~~~~~~~~~~
> go-format.c:6086:5: warning: 'get_gsf_odf_version' is deprecated: Use
> 'gsf_odf_get_version' instead [-Wdeprecated-declarations]
> if (get_gsf_odf_version () < 102)
> ^~
> In file included from go-format.c:36:0:
> /usr/include/libgsf-1/gsf/gsf-opendoc-utils.h:151:7: note: declared here
> short get_gsf_odf_version (void);
> ^~~~~~~~~~~~~~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o regutf8.lo regutf8.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-glib-extras.h:4,
> from regutf8.c:13:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> ../../doltcompile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../goffice
> -I../.. -I../.. -pthread -I/usr/include/libgsf-1 -I/usr/include/libxml2
> -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/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/gdk-pixbuf-2.0 -I/usr/include/libpng16
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -DGOFFICE_COMPILATION -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -g -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 -Werror=return-type
> -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts
> -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs
> -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations
> -Wno-pointer-sign -Werror=format-security -c -o go-glib-extras.lo
> go-glib-extras.c
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
> from ../../goffice/goffice.h:28,
> from go-glib-extras.h:4,
> from go-glib-extras.c:12:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration
> isn't a prototype [-Wstrict-prototypes]
> typedef void (*GtkItemFactoryCallback) ();
> ^~~~~~~
> go-glib-extras.c: In function 'go_object_set_property':
> go-glib-extras.c:909:10: error: format not a string literal, argument types
> not checked [-Werror=format-nonliteral]
> value);
> ^~~~~
> cc1: some warnings being treated as errors
> make[5]: *** [go-glib-extras.lo] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/goffice-0.8_0.8.17-4_unstable_gcc6.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: goffice-0.8
Source-Version: 0.8.17-5
We believe that the bug you reported is fixed in the latest version of
goffice-0.8, 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 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated goffice-0.8 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: Sun, 21 Aug 2016 13:42:16 +1000
Source: goffice-0.8
Binary: libgoffice-0.8-dev libgoffice-0.8-dbg libgoffice-0.8-8
libgoffice-0.8-8-common
Architecture: source all amd64
Version: 0.8.17-5
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
libgoffice-0.8-8 - Document centric objects library - runtime files
libgoffice-0.8-8-common - Document centric objects library - common files
libgoffice-0.8-dbg - Document centric objects library - debugging files
libgoffice-0.8-dev - Document centric objects library - development files
Closes: 829926 831144
Changes:
goffice-0.8 (0.8.17-5) unstable; urgency=medium
.
[ Adrian Bunk <b...@stusta.de> ]
* Patch to fix FTBFS with gcc 6 (Closes: #831144, #829926).
.
[ Dmitry Smirnov ]
* Updated .symbols file.
Checksums-Sha1:
baf722b8d61b5e4a72d8be35c9625de21b11d545 2354 goffice-0.8_0.8.17-5.dsc
5e307ed540bd995a4452934748da6e6a196fdb2b 19064
goffice-0.8_0.8.17-5.debian.tar.xz
d13c6a4158ecdbe9a0fcc84e840e5d39ec7c3f38 753622
libgoffice-0.8-8-common_0.8.17-5_all.deb
75cd361c8243de6921a749b7210e5d7df4be4634 1243264
libgoffice-0.8-8_0.8.17-5_amd64.deb
cffb54ea62ea6e02b168565736d6aab47d92c804 2414212
libgoffice-0.8-dbg_0.8.17-5_amd64.deb
0f641852556ecbfc2eb25545037e665f4c253f94 890388
libgoffice-0.8-dev_0.8.17-5_amd64.deb
Checksums-Sha256:
f7851df2ae4bb8e181b039a8e491d9cfad055ad529ab1b273b83d4c65ccf7a27 2354
goffice-0.8_0.8.17-5.dsc
bc2296f69f70bb1573aed0bcbe25316a091328e793bed7fb625610a7672d524a 19064
goffice-0.8_0.8.17-5.debian.tar.xz
edfe168163b5f3aabc873f00773ef9bc6939ea779521ad3dc7ac4fa33025ddee 753622
libgoffice-0.8-8-common_0.8.17-5_all.deb
fc79e613cad9cadf5ab6f424356718d31faf0950cd69f2e53b14874e33a0a697 1243264
libgoffice-0.8-8_0.8.17-5_amd64.deb
c5c2f01a9e3fd98d32ef5134bfa64ba9c4f5aabd54fd3d951a8da8b0b0cf51fd 2414212
libgoffice-0.8-dbg_0.8.17-5_amd64.deb
df8cca577cc2ac805750c59a64ccc4fca2558d1dc3a102f6d4e16adf19c3def2 890388
libgoffice-0.8-dev_0.8.17-5_amd64.deb
Files:
0e8d51a1578ccaec021849e866a2df27 2354 libs optional goffice-0.8_0.8.17-5.dsc
44f4d7a8792c31b2ea6b2022ba2e91ad 19064 libs optional
goffice-0.8_0.8.17-5.debian.tar.xz
e549f78d0011cdda5a883eaa6926b917 753622 libs optional
libgoffice-0.8-8-common_0.8.17-5_all.deb
fe5747ff5b062a65ba78617b383b82fc 1243264 libs optional
libgoffice-0.8-8_0.8.17-5_amd64.deb
51e6c5eeb573602333a58496ab45caff 2414212 debug extra
libgoffice-0.8-dbg_0.8.17-5_amd64.deb
c21a8c57536c1a02851a707b1a5066d4 890388 libdevel optional
libgoffice-0.8-dev_0.8.17-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXuSpFAAoJEFK2u9lTlo0bdyEP/imIl+tjJUy4QbmJiYa6cs8L
NWeiaJCKljohMOndxtSUFWUTrCKT3tZLlintkuBXfCzDksC3oaUg0LwC3Wh9Kw8l
8Hl8MIf0FNkVWE4uuFNHcS0e24Ax4nVmfGkY4H2rwgyQY43p77Oub04PbOYlL0cj
blS0i93nLODrEYmIMko/AgAhtgseW8n+vbRZ+4eiQPwNiK5mUHjb/sZMicPTykmD
nxur9wXfWu06gzmdCbGIr9Me3UeCnKFxeePXZDbRzgwPd5KaDI1lK+ZGCjhxRQQu
a4zTJg22abQJIqNFLOxWfO3EbBHcmxfzcAQYcrrCrqU1NJgDCanS1X2wNbPK7DqY
KwypWdNIPTLS18QbN/YcZ8JYAIC9ceu0ykEi4fV5InZ8zRn0S4ls7+99wAuSb8tK
30URLIlmPXQhMX2yV/OzekEt45YubetyRZa1qyOPuhfE6bJ7lfVVqd8udux2otzY
LOFSpYfUjQALYrQEXkQavwz3wrVsjwu9DbuFdo+x324JB6+trj9+1rQoShCrDHvb
U5U213Nb9bKlfwGIdMvXIu8nLdhs56R3VlUwKkqSXbCaG5HV6D4SvRpPaHbLRi04
nNty9XRu/ToAkxImvHT8Bt1k2hz7pH03heuche9uym47smzKIVhzIGWBUZQXznas
7rc65lU0OV9DaRgLpggg
=m7zy
-----END PGP SIGNATURE-----
--- End Message ---