[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#444527: gnome-apt: FTBFS: error: 'GnomeDruidPage' has not been declared



Package: gnome-apt
version: 0.4.9-3
Severity: serious
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20070928 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12   -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DG_LOG_DOMAIN="\"Gnome Apt Frontend\"" -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGLIB_DISABLE_DEPRECATED  -g -O2 -Wall -Wno-unused  -g -O2 -DG_DISABLE_CHECKS=1 -MT gnome_apt-sources.o -MD -MP -MF ".deps/gnome_apt-sources.Tpo" \
	  -c -o gnome_apt-sources.o `test -f 'sources.cc' || echo './'`sources.cc; \
	then mv -f ".deps/gnome_apt-sources.Tpo" ".deps/gnome_apt-sources.Po"; \
	else rm -f ".deps/gnome_apt-sources.Tpo"; exit 1; \
	fi
In file included from sources.cc:37:
sources-wizard.h:74: error: 'GnomeDruidPage' has not been declared
sources-wizard.h:77: error: 'GnomeDruid' has not been declared
sources-wizard.h:80: error: 'GnomeDruidPage' has not been declared
sources-wizard.h:83: error: 'GnomeDruidPage' has not been declared
sources-wizard.h:86: error: 'GtkToggleButton' has not been declared
sources-wizard.h:87: error: 'GtkToggleButton' has not been declared
sources.cc: In function 'void response_cb(GtkWidget*, gint, void*)':
sources.cc:58: error: 'GTK_RESPONSE_APPLY' was not declared in this scope
sources.cc:60: error: 'GTK_RESPONSE_OK' was not declared in this scope
sources.cc:63: error: 'GTK_RESPONSE_CANCEL' was not declared in this scope
sources.cc:63: error: 'GTK_RESPONSE_DELETE_EVENT' was not declared in this scope
sources.cc: In member function 'void Sources::edit()':
sources.cc:89: error: 'GTK_DIALOG_DESTROY_WITH_PARENT' was not declared in this scope
sources.cc:89: error: 'GTK_MESSAGE_ERROR' was not declared in this scope
sources.cc:90: error: 'GTK_BUTTONS_CLOSE' was not declared in this scope
sources.cc:90: error: 'gtk_message_dialog_new' was not declared in this scope
sources.cc:92: error: 'GTK_DIALOG' was not declared in this scope
sources.cc:92: error: 'gtk_dialog_run' was not declared in this scope
sources.cc:102: error: 'GTK_DIALOG_DESTROY_WITH_PARENT' was not declared in this scope
sources.cc:102: error: 'GTK_MESSAGE_ERROR' was not declared in this scope
sources.cc:103: error: 'GTK_BUTTONS_CLOSE' was not declared in this scope
sources.cc:103: error: 'gtk_message_dialog_new' was not declared in this scope
sources.cc:105: error: 'GTK_DIALOG' was not declared in this scope
sources.cc:105: error: 'gtk_dialog_run' was not declared in this scope
sources.cc:115: error: 'GTK_DIALOG_DESTROY_WITH_PARENT' was not declared in this scope
sources.cc:116: error: 'GTK_STOCK_CANCEL' was not declared in this scope
sources.cc:116: error: 'GTK_RESPONSE_CANCEL' was not declared in this scope
sources.cc:117: error: 'GTK_STOCK_APPLY' was not declared in this scope
sources.cc:117: error: 'GTK_RESPONSE_APPLY' was not declared in this scope
sources.cc:118: error: 'GTK_STOCK_OK' was not declared in this scope
sources.cc:118: error: 'GTK_RESPONSE_OK' was not declared in this scope
sources.cc:118: error: 'gtk_dialog_new_with_buttons' was not declared in this scope
sources.cc:119: error: 'GTK_WINDOW' was not declared in this scope
sources.cc:119: error: 'gtk_window_set_default_size' was not declared in this scope
sources.cc:123: error: 'gtk_frame_new' was not declared in this scope
sources.cc:125: error: 'gtk_vbox_new' was not declared in this scope
sources.cc:135: warning: deprecated conversion from string constant to 'gchar*'
sources.cc:171: error: 'gtk_cell_renderer_text_new' was not declared in this scope
sources.cc:183: error: 'gtk_scrolled_window_new' was not declared in this scope
sources.cc:184: error: 'GTK_SCROLLED_WINDOW' was not declared in this scope
sources.cc:186: error: 'gtk_scrolled_window_set_policy' was not declared in this scope
sources.cc:189: error: 'GTK_BOX' was not declared in this scope
sources.cc:191: error: 'gtk_box_pack_start' was not declared in this scope
sources.cc:193: error: 'gtk_hbox_new' was not declared in this scope
sources.cc:199: error: 'GTK_STOCK_ADD' was not declared in this scope
sources.cc:199: error: 'gtk_button_new_from_stock' was not declared in this scope
sources.cc:200: error: 'GTK_BUTTON' was not declared in this scope
sources.cc:200: error: 'gtk_button_set_label' was not declared in this scope
sources.cc:205: error: 'GTK_STOCK_REMOVE' was not declared in this scope
sources.cc:211: error: 'GTK_STOCK_PROPERTIES' was not declared in this scope
sources.cc:221: error: 'GTK_DIALOG' was not declared in this scope
sources.cc: In member function 'void Sources::apply(GtkWidget*)':
sources.cc:273: error: 'GTK_WINDOW' was not declared in this scope
sources.cc:273: error: 'GTK_DIALOG_DESTROY_WITH_PARENT' was not declared in this scope
sources.cc:273: error: 'GTK_MESSAGE_ERROR' was not declared in this scope
sources.cc:273: error: 'GTK_BUTTONS_CLOSE' was not declared in this scope
sources.cc:275: error: 'gtk_message_dialog_new' was not declared in this scope
sources.cc:277: error: 'GTK_DIALOG' was not declared in this scope
sources.cc:277: error: 'gtk_dialog_run' was not declared in this scope
sources.cc: In member function 'void Sources::edit_source(GtkWidget*)':
sources.cc:345: error: 'GTK_WINDOW' was not declared in this scope
sources.cc:345: error: 'GTK_DIALOG_DESTROY_WITH_PARENT' was not declared in this scope
sources.cc:346: error: 'GTK_STOCK_CANCEL' was not declared in this scope
sources.cc:346: error: 'GTK_RESPONSE_CANCEL' was not declared in this scope
sources.cc:347: error: 'GTK_STOCK_OK' was not declared in this scope
sources.cc:347: error: 'GTK_RESPONSE_OK' was not declared in this scope
sources.cc:347: error: 'gtk_dialog_new_with_buttons' was not declared in this scope
sources.cc:348: error: 'gtk_window_set_default_size' was not declared in this scope
sources.cc:350: error: 'gtk_vbox_new' was not declared in this scope
sources.cc:352: error: 'GTK_DIALOG' was not declared in this scope
sources.cc:352: error: 'GTK_BOX' was not declared in this scope
sources.cc:352: error: 'gtk_box_pack_start' was not declared in this scope
sources.cc:354: error: 'gtk_label_new' was not declared in this scope
sources.cc:355: error: 'GTK_LABEL' was not declared in this scope
sources.cc:355: error: 'gtk_label_set_use_markup' was not declared in this scope
sources.cc:356: error: 'GTK_MISC' was not declared in this scope
sources.cc:356: error: 'gtk_misc_set_alignment' was not declared in this scope
sources.cc:359: error: 'gtk_hbox_new' was not declared in this scope
sources.cc: In member function 'void Sources::edit_source_close(GtkWidget*)':
sources.cc:424: error: 'GTK_WINDOW' was not declared in this scope
sources.cc:424: error: 'gtk_window_get_transient_for' was not declared in this scope
sources.cc: In static member function 'static void Sources::edit_source_click_cb(GtkWidget*, gint, void*)':
sources.cc:436: error: 'GTK_RESPONSE_OK' was not declared in this scope
sources.cc:438: error: 'GTK_RESPONSE_CANCEL' was not declared in this scope
sources.cc:438: error: 'GTK_RESPONSE_DELETE_EVENT' was not declared in this scope
make[4]: *** [gnome_apt-sources.o] Error 1
make[4]: Leaving directory `/build/user/gnome-apt-0.4.9/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/gnome-apt-0.4.9/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/gnome-apt-0.4.9'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/gnome-apt-0.4.9'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/09/28

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |




Reply to: