Package: libunity
Version: 6.12.0-1~experimental1
Severity: serious
Justification: fails to build from source
libunity FTBFS in sid and experimental with
make[3]: Entering directory '/build/libunity-6.12.0/tools'
/usr/bin/glib-compile-resources --sourcedir . --target=unity-tool-res.c
--generate-source unity-tool-res.gresource.xml
/usr/bin/valac -C --vapidir ../vapi --vapidir=../protocol --vapidir=../src
--pkg config --pkg gtk+-3.0 --pkg gmodule-2.0 --pkg unity-internal --pkg
unity-protocol --pkg glib-2.0 --pkg gobject-2.0 --pkg gio-2.0 --pk
g gio-unix-2.0 --pkg gee-0.8 --pkg dee-1.0 --pkg Dbusmenu-0.4 unity-tool.vala
unity-tool-dbus-util.vala unity-tool-ui.vala preview-renderer.vala
music-track-model-renderer.vala
unity-tool-ui.vala:782.13-782.21: error: `ListStore' is an ambiguous reference
between `GLib.ListStore' and `Gtk.ListStore'
private ListStore uimodel = null;
^^^^^^^^^
unity-tool-ui.vala:783.13-783.21: error: `ListStore' is an ambiguous reference
between `GLib.ListStore' and `Gtk.ListStore'
private ListStore ui_filter_model = null;
^^^^^^^^^
unity-tool-ui.vala:784.13-784.21: error: `ListStore' is an ambiguous reference
between `GLib.ListStore' and `Gtk.ListStore'
private ListStore lens_list_model = null;
^^^^^^^^^
unity-tool-ui.vala:43.62-43.70: error: `ListStore' is an ambiguous reference
between `GLib.ListStore' and `Gtk.ListStore'
uimodel = builder.get_object("results_model") as ListStore;
^^^^^^^^^
unity-tool-ui.vala:44.70-44.78: error: `ListStore' is an ambiguous reference
between `GLib.ListStore' and `Gtk.ListStore'
ui_filter_model = builder.get_object("filters_model") as ListStore;
^^^^^^^^^
unity-tool-ui.vala:157.72-157.80: error: `ListStore' is an ambiguous reference
between `GLib.ListStore' and `Gtk.ListStore'
lens_list_model = builder.get_object("lens_list_model") as
ListStore;
^^^^^^^^^
music-track-model-renderer.vala:31.12-31.20: error: `ListStore' is an ambiguous
reference between `GLib.ListStore' and `Gtk.ListStore'
public ListStore track_view_model { get; construct; }
^^^^^^^^^
music-track-model-renderer.vala:31.12-31.20: error: `ListStore' is an ambiguous
reference between `GLib.ListStore' and `Gtk.ListStore'
public ListStore track_view_model { get; construct; }
^^^^^^^^^
music-track-model-renderer.vala:31.12-31.20: error: `ListStore' is an ambiguous
reference between `GLib.ListStore' and `Gtk.ListStore'
public ListStore track_view_model { get; construct; }
^^^^^^^^^
music-track-model-renderer.vala:31.12-31.20: error: `ListStore' is an ambiguous
reference between `GLib.ListStore' and `Gtk.ListStore'
public ListStore track_view_model { get; construct; }
^^^^^^^^^
Compilation failed: 10 error(s), 0 warning(s)
Makefile:791: recipe for target 'unity_tool_vala.stamp' failed
make[3]: *** [unity_tool_vala.stamp] Error 1
make[3]: Leaving directory '/build/libunity-6.12.0/tools'
Andreas