Public bug reported: GNOME 3.28 is going to be release shortly (next week) and will be based on GLIB 2.56.0
With the latest available rc, libindicator fails to build with this error: [ 86s] CC libindicator3_la-indicator-object-enum-types.lo [ 86s] ../../libindicator/indicator-ng.c: In function 'indicator_ng_init': [ 86s] ../../libindicator/indicator-ng.c:690:21: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] [ 86s] self->entry.label = g_object_ref_sink (gtk_label_new (NULL)); [ 86s] ^ [ 86s] ../../libindicator/indicator-ng.c:691:21: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] [ 86s] self->entry.image = g_object_ref_sink (gtk_image_new ()); [ 86s] ^ [ 86s] ../../libindicator/indicator-ng.c:693:20: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] [ 86s] self->entry.menu = g_object_ref_sink (gtk_menu_new ()); [ 86s] ^ [ 87s] cc1: all warnings being treated as errors ** Affects: libindicator (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libindicator in Ubuntu. https://bugs.launchpad.net/bugs/1754849 Title: libindicator fails to build against glib 2.55.x Status in libindicator package in Ubuntu: New Bug description: GNOME 3.28 is going to be release shortly (next week) and will be based on GLIB 2.56.0 With the latest available rc, libindicator fails to build with this error: [ 86s] CC libindicator3_la-indicator-object-enum-types.lo [ 86s] ../../libindicator/indicator-ng.c: In function 'indicator_ng_init': [ 86s] ../../libindicator/indicator-ng.c:690:21: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] [ 86s] self->entry.label = g_object_ref_sink (gtk_label_new (NULL)); [ 86s] ^ [ 86s] ../../libindicator/indicator-ng.c:691:21: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] [ 86s] self->entry.image = g_object_ref_sink (gtk_image_new ()); [ 86s] ^ [ 86s] ../../libindicator/indicator-ng.c:693:20: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] [ 86s] self->entry.menu = g_object_ref_sink (gtk_menu_new ()); [ 86s] ^ [ 87s] cc1: all warnings being treated as errors To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libindicator/+bug/1754849/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp