13:34 < sil2100> Trevinho: if you're busy currently would you be fine for me working-around it and then leaving it for you to fix it properly in the nearest future? 13:34 < sil2100> I want to clear as much as possible from the FTBFS list before release of zesty 13:47 < Trevinho> sil2100: let me check a sec 13:48 < Trevinho> sil2100: oh, never mind... yeah, please do that... As we don't really care much at this point of deprecated. 13:48 < Trevinho> sil2100: even in unity we've that, so it's fine... As they won't last longer anyway.
** Branch linked: lp:~sil2100/bamf/fix_ftbfs_deprecated -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to bamf in Ubuntu. https://bugs.launchpad.net/bugs/1680104 Title: Package FTBFS Status in bamf package in Ubuntu: In Progress Bug description: There are two issues that cause the package to FTBFS during rebuilds. First one is the missing gnome-common build-dependency: make[1]: Entering directory '/<<BUILDDIR>>/bamf-0.5.3+16.10.20160929' NOCONFIGURE=1 dh_autoreconf ./autogen.sh You need to install the gnome-common module and make sure the gnome-autogen.sh script is in your $PATH. dh_autoreconf: ./autogen.sh returned exit code 1 debian/rules:11: recipe for target 'override_dh_autoreconf' failed make[1]: *** [override_dh_autoreconf] Error 2 make[1]: Leaving directory '/<<BUILDDIR>>/bamf-0.5.3+16.10.20160929' debian/rules:8: recipe for target 'build-arch' failed make: *** [build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2 But even after this dependency is satisfied, the build seems to fail on use of some deprecated functions in the code. One example: bamf-legacy-window.c: In function 'top_window_action_menu': bamf-legacy-window.c:548:3: error: 'gdk_screen_get_monitor_scale_factor' is deprecated: Use 'gdk_monitor_get_scale_factor' instead [-Werror=deprecated-declarations] scale = gdk_screen_get_monitor_scale_factor (gdk_screen_get_default (), 0); ^~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from /usr/include/libwnck-3.0/libwnck/pager.h:29, from /usr/include/libwnck-3.0/libwnck/libwnck.h:32, from bamf-legacy-window.h:30, from bamf-legacy-window.c:23: /usr/include/gtk-3.0/gdk/gdkscreen.h:103:15: note: declared here gint gdk_screen_get_monitor_scale_factor (GdkScreen *screen, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bamf-legacy-window.c: In function 'bamf_legacy_window_show_action_menu': bamf-legacy-window.c:609:3: error: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Werror=deprecated-declarations] gtk_menu_popup (GTK_MENU (menu), NULL, NULL, position, self, button, time); ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34:0, from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /usr/include/gtk-3.0/gtk/gtk.h:33, from /usr/include/libwnck-3.0/libwnck/pager.h:29, from /usr/include/libwnck-3.0/libwnck/libwnck.h:32, from bamf-legacy-window.h:30, from bamf-legacy-window.c:23: /usr/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here void gtk_menu_popup (GtkMenu *menu, ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1680104/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp