Source: abiword
Version: 3.0.0-3
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Tags: sid jessie

abiword failed to build on the mipsel buildd:
| libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../.. -pthread 
-I/usr/include/libgsf-1 -I/usr/include/glib-2.0 
-I/usr/lib/mipsel-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/dbus-1.0 -I/usr/lib/mipsel-linux-gnu/dbus-1.0/include 
-I/usr/include/telepathy-1.0 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 
-I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/libsoup-2.4 
-I/usr/include/p11-kit-1 -I/usr/include/loudmouth-1.0 
-DABICOLLAB_HANDLER_TELEPATHY -DABICOLLAB_HANDLER_XMPP -DABICOLLAB_HANDLER_TCP 
-DABICOLLAB_HANDLER_SUGAR -DABICOLLAB_HANDLER_SERVICE -DSOUP24 -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/mipsel-linux-gnu/glib-2.0/include 
-I/usr/include/libpng12 -pthread -I/usr/include/fribidi -I/usr/include/glib-2.0 
-I/usr/lib/mipsel-linux-gnu/glib-2.0/include -I/usr/include/libgsf-1 
-I/usr/include/libxml2 -I/usr/include/wv -I/usr/include/freetype2 
-I/usr/include/enchant -I/usr/include/gtk-3.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/libdrm -I/usr/include/raptor2 -I/usr/include/rasqal 
-I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsecret-1 
-I/usr/include/libsoup-2.4 -I/usr/include/gtk-3.0/unix-print 
-I/usr/include/librsvg-2.0 -I/usr/include/libgoffice-0.10 
-I/usr/include/evolution-data-server -I/usr/include -I../../../../.. 
-I../../../../../src/af/ev/gtk -I../../../../../src/af/ev/xp 
-I../../../../../src/af/gr/gtk -I../../../../../src/af/gr/xp 
-I../../../../../src/af/util/unix -I../../../../../src/af/util/xp 
-I../../../../../src/af/xap/gtk -I../../../../../src/af/xap/xp 
-I../../../../../src/text/fmt/gtk -I../../../../../src/text/fmt/xp 
-I../../../../../src/text/ptbl/xp -I../../../../../src/wp/impexp/gtk 
-I../../../../../src/wp/impexp/xp -I../../../../../src/wp/ap/gtk 
-I../../../../../src/wp/ap/xp -I../../../../../src/plugins -DABI_DLL -I./.. 
-I./../.. -I./../../.. -I./../../../core -D_FORTIFY_SOURCE=2 -Wall -Wextra 
-Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings 
-Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow -g -O2 -Wformat 
-Werror=format-security -Wno-overloaded-virtual -MT 
ServiceUnixAccountHandler.lo -MD -MP -MF .deps/ServiceUnixAccountHandler.Tpo -c 
ServiceUnixAccountHandler.cpp  -fPIC -DPIC -o .libs/ServiceUnixAccountHandler.o
| In file included from ./../../../backends/service/xp/RealmConnection.h:33:0,
|                  from 
./../../../backends/service/xp/AbiCollabSaveInterceptor.h:23,
|                  from 
./../../../backends/service/xp/ServiceAccountHandler.h:33,
|                  from ServiceUnixAccountHandler.h:23,
|                  from ServiceUnixAccountHandler.cpp:20:
| ./../../../core/sync/xp/SynchronizedQueue.h:32:1: error: expected class-name 
before '{' token
|  {
|  ^
| ServiceUnixAccountHandler.cpp: In member function 'virtual void 
ServiceUnixAccountHandler::embedDialogWidgets(void*)':
| ServiceUnixAccountHandler.cpp:49:10: warning: 'GtkWidget* 
gtk_table_new(guint, guint, gboolean)' is deprecated (declared at 
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:101): Use 'GtkGrid' instead 
[-Wdeprecated-declarations]
|   table = gtk_table_new(2, 2, FALSE);
|           ^
| ServiceUnixAccountHandler.cpp:49:35: warning: 'GtkWidget* 
gtk_table_new(guint, guint, gboolean)' is deprecated (declared at 
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:101): Use 'GtkGrid' instead 
[-Wdeprecated-declarations]
|   table = gtk_table_new(2, 2, FALSE);
|                                    ^
| ServiceUnixAccountHandler.cpp:55:2: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), username_label, 0, 1, 0, 1);
|   ^
| ServiceUnixAccountHandler.cpp:55:72: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), username_label, 0, 1, 0, 1);
|                                                                         ^
| ServiceUnixAccountHandler.cpp:57:2: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), username_entry, 1, 2, 0, 1);
|   ^
| ServiceUnixAccountHandler.cpp:57:72: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), username_entry, 1, 2, 0, 1);
|                                                                         ^
| ServiceUnixAccountHandler.cpp:63:2: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), password_label, 0, 1, 1, 2);
|   ^
| ServiceUnixAccountHandler.cpp:63:72: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), password_label, 0, 1, 1, 2);
|                                                                         ^
| ServiceUnixAccountHandler.cpp:66:2: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), password_entry, 1, 2, 1, 2);
|   ^
| ServiceUnixAccountHandler.cpp:66:72: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), password_entry, 1, 2, 1, 2);
|                                                                         ^
| ServiceUnixAccountHandler.cpp:71:2: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), autoconnect_button, 0, 2, 2, 3);
|   ^
| ServiceUnixAccountHandler.cpp:71:76: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), autoconnect_button, 0, 2, 2, 3);
|                                                                             ^
| ServiceUnixAccountHandler.cpp:75:2: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), register_button, 0, 2, 3, 4);
|   ^
| ServiceUnixAccountHandler.cpp:75:73: warning: 'void 
gtk_table_attach_defaults(GtkTable*, GtkWidget*, guint, guint, guint, guint)' 
is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:120): 
Use 'GtkGrid' instead [-Wdeprecated-declarations]
|   gtk_table_attach_defaults(GTK_TABLE(table), register_button, 0, 2, 3, 4);
|                                                                          ^
| make[7]: *** [ServiceUnixAccountHandler.lo] Error 1

See
https://buildd.debian.org/status/fetch.php?pkg=abiword&arch=mipsel&ver=3.0.0-3&stamp=1391389580
for a full build log.

The issue does not seem to be mipsel specific. In a test build on amd64
it failed with the same error.

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

Reply via email to