Source: mp3splt-gtk
Version: 0.7.2-2
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H  
> -DPIXMAP_PATH=\"/usr/share/pixmaps\" -DIMAGEDIR=\"/usr/share/mp3splt-gtk\"   
> -I. -I.. -pthread -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/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 
> -I/usr/include/libdrm     -I/usr/include/dbus-1.0 
> -I/usr/include/dbus-1.0/include -pthread -I/usr/include/gstreamer-0.10 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/libxml2    -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
> -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED 
> -DGTK_DISABLE_DEPRECATED -DGSEAL_ENABLE -c tree_tab.c
> In file included from tree_tab.c:53:0:
> freedb_tab.h:48:36: error: unknown type name 'GtkHandleBox'
>  void handle_freedb_detached_event (GtkHandleBox *handlebox,
>                                     ^
> In file included from tree_tab.c:56:0:
> tree_tab.h:102:29: error: unknown type name 'GtkHandleBox'
>  void handle_detached_event (GtkHandleBox *handlebox,
>                              ^
> In file included from tree_tab.c:59:0:
> player_tab.h:143:36: error: unknown type name 'GtkHandleBox'
>  void handle_player_detached_event (GtkHandleBox *handlebox,
>                                     ^
> player_tab.h:199:34: error: unknown type name 'GtkHandleBox'
>  void handle_file_detached_event (GtkHandleBox *handlebox,
>                                   ^
> In file included from tree_tab.c:61:0:
> split_files.h:58:35: error: unknown type name 'GtkHandleBox'
>  void handle_split_detached_event (GtkHandleBox *handlebox,
>                                    ^
> tree_tab.c: In function 'create_trim_silence_window':
> tree_tab.c:1284:36: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *general_inside_vbox = gtk_vbox_new(FALSE, 0);
>                                     ^
> tree_tab.c:1286:27: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *horiz_fake = gtk_hbox_new(FALSE,0);
>                            ^
> tree_tab.c:1290:27: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *param_vbox = gtk_vbox_new(FALSE,0);
>                            ^
> tree_tab.c:1294:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    horiz_fake = gtk_hbox_new(FALSE,0);
>               ^
> tree_tab.c: In function 'create_detect_silence_and_add_splitpoints_window':
> tree_tab.c:1354:36: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *general_inside_vbox = gtk_vbox_new(FALSE, 0);
>                                     ^
> tree_tab.c:1356:27: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *horiz_fake = gtk_hbox_new(FALSE,0);
>                            ^
> tree_tab.c:1362:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    param_vbox = gtk_vbox_new(FALSE,0);
>               ^
> tree_tab.c:1366:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    horiz_fake = gtk_hbox_new(FALSE,0);
>               ^
> tree_tab.c:1384:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    horiz_fake = gtk_hbox_new(FALSE,0);
>               ^
> tree_tab.c:1400:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    horiz_fake = gtk_hbox_new(FALSE,0);
>               ^
> tree_tab.c:1416:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    horiz_fake = gtk_hbox_new(FALSE,0);
>               ^
> tree_tab.c:1431:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    horiz_fake = gtk_hbox_new(FALSE,0);
>               ^
> tree_tab.c: In function 'create_init_spinner':
> tree_tab.c:1593:28: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *spinner_box = gtk_vbox_new(FALSE, 0); 
>                             ^
> tree_tab.c: In function 'create_init_spinners_buttons':
> tree_tab.c:1627:21: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *hbox = gtk_hbox_new (FALSE, 0);
>                      ^
> tree_tab.c: In function 'create_init_special_buttons':
> tree_tab.c:1684:21: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *hbox = gtk_hbox_new(FALSE, 0);
>                      ^
> tree_tab.c: At top level:
> tree_tab.c:2116:29: error: unknown type name 'GtkHandleBox'
>  void handle_detached_event (GtkHandleBox *handlebox,
>                              ^
> tree_tab.c: In function 'create_choose_splitpoints_frame':
> tree_tab.c:2143:40: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *choose_splitpoints_vbox = gtk_vbox_new(FALSE, 0);
>                                         ^
> tree_tab.c:2147:14: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>    handle_box = gtk_handle_box_new();
>               ^
> In file included from /usr/include/glib-2.0/gobject/gobject.h:30:0,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:25,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
>                  from tree_tab.c:44:
> tree_tab.c:2151:31: error: 'handle_detached_event' undeclared (first use in 
> this function)
>                     G_CALLBACK(handle_detached_event),
>                                ^
> /usr/include/glib-2.0/gobject/gsignal.h:475:60: note: in definition of macro 
> 'g_signal_connect'
>      g_signal_connect_data ((instance), (detailed_signal), (c_handler), 
> (data), NULL, (GConnectFlags) 0)
>                                                             ^
> tree_tab.c:2151:20: note: in expansion of macro 'G_CALLBACK'
>                     G_CALLBACK(handle_detached_event),
>                     ^
> tree_tab.c:2151:31: note: each undeclared identifier is reported only once 
> for each function it appears in
>                     G_CALLBACK(handle_detached_event),
>                                ^
> /usr/include/glib-2.0/gobject/gsignal.h:475:60: note: in definition of macro 
> 'g_signal_connect'
>      g_signal_connect_data ((instance), (detailed_signal), (c_handler), 
> (data), NULL, (GConnectFlags) 0)
>                                                             ^
> tree_tab.c:2151:20: note: in expansion of macro 'G_CALLBACK'
>                     G_CALLBACK(handle_detached_event),
>                     ^
> tree_tab.c:2159:26: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
>    GtkWidget *tree_hbox = gtk_hbox_new (FALSE, 0);
>                           ^
> make[3]: *** [tree_tab.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/mp3splt-gtk_0.7.2-2_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.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to