from ../libdocument/ev-document-misc.c:26: /usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here gint gdk_screen_get_width (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~ ../libdocument/ev-document-misc.c:515:2: warning: ‘gdk_screen_get_height’ is deprecated [-Wdeprecated-declarations] dp = hypot (gdk_screen_get_width (screen), gdk_screen_get_height (screen)); ^~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libdocument/ev-document-misc.c:26: /usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here gint gdk_screen_get_height (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~ ../libdocument/ev-document-misc.c:520:2: warning: ‘gdk_screen_get_width_mm’ is deprecated [-Wdeprecated-declarations] di = hypot (gdk_screen_get_width_mm(screen), gdk_screen_get_height_mm (screen)) / 25.4; ^~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libdocument/ev-document-misc.c:26: /usr/include/gtk-3.0/gdk/gdkscreen.h:62:14: note: declared here gint gdk_screen_get_width_mm (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~~~ ../libdocument/ev-document-misc.c:520:2: warning: ‘gdk_screen_get_height_mm’ is deprecated [-Wdeprecated-declarations] di = hypot (gdk_screen_get_width_mm(screen), gdk_screen_get_height_mm (screen)) / 25.4; ^~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libdocument/ev-document-misc.c:26: /usr/include/gtk-3.0/gdk/gdkscreen.h:64:14: note: declared here gint gdk_screen_get_height_mm (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~~~~ ../libdocument/ev-document-misc.c: In function ‘ev_document_misc_get_pointer_position’: ../libdocument/ev-document-misc.c:570:9: warning: ‘gdk_display_get_device_manager’ is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] device_manager = gdk_display_get_device_manager (gtk_widget_get_display (widget)); ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libdocument/ev-document-misc.c:26: /usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libdocument/ev-document-misc.c:571:9: warning: ‘gdk_device_manager_get_client_pointer’ is deprecated [-Wdeprecated-declarations] device_pointer = gdk_device_manager_get_client_pointer (device_manager); ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkdisplay.h:32, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libdocument/ev-document-misc.c:26: /usr/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here GdkDevice * gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [53/120] Compiling C object 'libdocument/a94a302@@evdocument3@sha/ev-link-dest.c.o'. ../libdocument/ev-link-dest.c: In function ‘ev_link_dest_class_init’: ../libdocument/ev-link-dest.c:293:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (g_object_class, sizeof (EvLinkDestPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from ../libdocument/ev-link-dest.h:28, from ../libdocument/ev-link-dest.c:23: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [55/120] Compiling C object 'libdocument/a94a302@@evdocument3@sha/ev-link-action.c.o'. ../libdocument/ev-link-action.c: In function ‘ev_link_action_class_init’: ../libdocument/ev-link-action.c:329:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (g_object_class, sizeof (EvLinkActionPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from ../libdocument/ev-link-action.h:28, from ../libdocument/ev-link-action.c:22: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [57/120] Compiling C object 'libdocument/a94a302@@evdocument3@sha/ev-link.c.o'. ../libdocument/ev-link.c: In function ‘ev_link_class_init’: ../libdocument/ev-link.c:157:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (g_object_class, sizeof (EvLinkPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from ../libdocument/ev-link.h:27, from ../libdocument/ev-link.c:22: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [58/120] Compiling C object 'libdocument/a94a302@@evdocument3@sha/ev-media.c.o'. ../libdocument/ev-media.c: In function ‘ev_media_class_init’: ../libdocument/ev-media.c:49:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (g_object_class, sizeof (EvMediaPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from ../libdocument/ev-media.h:27, from ../libdocument/ev-media.c:22: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [60/120] Compiling C object 'libdocument/a94a302@@evdocument3@sha/ev-layer.c.o'. ../libdocument/ev-layer.c: In function ‘ev_layer_class_init’: ../libdocument/ev-layer.c:39:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (g_object_class, sizeof (EvLayerPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from ../libdocument/ev-layer.h:27, from ../libdocument/ev-layer.c:22: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [65/120] Compiling C object 'libdocument/a94a302@@evdocument3@sha/ev-transition-effect.c.o'. ../libdocument/ev-transition-effect.c: In function ‘ev_transition_effect_class_init’: ../libdocument/ev-transition-effect.c:211:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (EvTransitionEffectPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from ../libdocument/ev-transition-effect.h:28, from ../libdocument/ev-transition-effect.c:23: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [78/120] Generating ev-view-marshal_c with a custom command. INFO: Reading ../libview/ev-view-marshal.list... [81/120] Generating ev-view-marshal_h with a custom command. INFO: Reading ../libview/ev-view-marshal.list... [91/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-view-presentation.c.o'. ../libview/ev-view-presentation.c: In function ‘ev_view_presentation_goto_window_send_key_event’: ../libview/ev-view-presentation.c:787:5: warning: ‘gdk_screen_get_width’ is deprecated [-Wdeprecated-declarations] gdk_screen_get_width (screen) + 1, ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libview/ev-view-presentation.h:28, from ../libview/ev-view-presentation.c:27: /usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here gint gdk_screen_get_width (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~ ../libview/ev-view-presentation.c:788:5: warning: ‘gdk_screen_get_height’ is deprecated [-Wdeprecated-declarations] gdk_screen_get_height (screen) + 1); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libview/ev-view-presentation.h:28, from ../libview/ev-view-presentation.c:27: /usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here gint gdk_screen_get_height (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~ ../libview/ev-view-presentation.c: In function ‘ev_view_presentation_set_cursor’: ../libview/ev-view-presentation.c:941:2: warning: ‘gdk_flush’ is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush (); ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libview/ev-view-presentation.h:28, from ../libview/ev-view-presentation.c:27: /usr/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ ../libview/ev-view-presentation.c: In function ‘ev_view_presentation_update_monitor_geometry’: ../libview/ev-view-presentation.c:1292:2: warning: ‘gdk_screen_get_monitor_at_window’ is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations] monitor_num = gdk_screen_get_monitor_at_window (screen, gtk_widget_get_window (GTK_WIDGET (pview))); ^~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libview/ev-view-presentation.h:28, from ../libview/ev-view-presentation.c:27: /usr/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here gint gdk_screen_get_monitor_at_window (GdkScreen *screen, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-view-presentation.c:1293:2: warning: ‘gdk_screen_get_monitor_geometry’ is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] gdk_screen_get_monitor_geometry (screen, monitor_num, &monitor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libview/ev-view-presentation.h:28, from ../libview/ev-view-presentation.c:27: /usr/include/gtk-3.0/gdk/gdkscreen.h:78:14: note: declared here void gdk_screen_get_monitor_geometry (GdkScreen *screen, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-view-presentation.c: In function ‘ev_view_presentation_realize’: ../libview/ev-view-presentation.c:1346:9: warning: ‘gtk_style_context_set_background’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_set_background (gtk_widget_get_style_context (widget), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-view-presentation.h:28, from ../libview/ev-view-presentation.c:27: /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1232:6: note: declared here void gtk_style_context_set_background (GtkStyleContext *context, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [94/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-annotation-window.c.o'. ../libview/ev-annotation-window.c: In function ‘ev_annotation_window_set_color’: ../libview/ev-annotation-window.c:137:9: warning: ‘gtk_style_properties_new’ is deprecated [-Wdeprecated-declarations] properties = gtk_style_properties_new (); ^~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:28, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-annotation-window.h:25, from ../libview/ev-annotation-window.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstyleproperties.h:81:22: note: declared here GtkStyleProperties * gtk_style_properties_new (void); ^~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-annotation-window.c:138:9: warning: ‘gtk_style_properties_set’ is deprecated [-Wdeprecated-declarations] gtk_style_properties_set (properties, 0, ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:28, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-annotation-window.h:25, from ../libview/ev-annotation-window.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstyleproperties.h:101:10: note: declared here void gtk_style_properties_set (GtkStyleProperties *props, ^~~~~~~~~~~~~~~~~~~~~~~~ [97/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-form-field-accessible.c.o'. ../libview/ev-form-field-accessible.c: In function ‘ev_form_field_accessible_class_init’: ../libview/ev-form-field-accessible.c:364:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (EvFormFieldAccessiblePrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, 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 /usr/include/gtk-3.0/gtk/gtk-a11y.h:30, from ../libview/ev-form-field-accessible.h:29, from ../libview/ev-form-field-accessible.c:24: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [98/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-image-accessible.c.o'. ../libview/ev-image-accessible.c: In function ‘ev_image_accessible_class_init’: ../libview/ev-image-accessible.c:175:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (EvImageAccessiblePrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, 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 /usr/include/gtk-3.0/gtk/gtk-a11y.h:30, from ../libview/ev-image-accessible.h:29, from ../libview/ev-image-accessible.c:24: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [100/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-link-accessible.c.o'. ../libview/ev-link-accessible.c: In function ‘ev_link_accessible_class_init’: ../libview/ev-link-accessible.c:292:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (EvLinkAccessiblePrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, 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 /usr/include/gtk-3.0/gtk/gtk-a11y.h:30, from ../libview/ev-link-accessible.h:28, from ../libview/ev-link-accessible.c:23: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [103/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-page-accessible.c.o'. In file included from /usr/include/glib-2.0/glib/glist.h:32, from /usr/include/glib-2.0/glib/ghash.h:33, from /usr/include/glib-2.0/glib.h:50, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from ../libview/ev-page-accessible.c:25: ../libview/ev-page-accessible.c: In function ‘ev_page_accessible_finalize’: ../libview/ev-page-accessible.c:172:33: warning: function called through a non-compatible type g_clear_pointer (&priv->links, (GDestroyNotify)g_hash_table_destroy); /usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro ‘g_clear_pointer’ (destroy) (_ptr); \ ^~~~~~~ ../libview/ev-page-accessible.c: In function ‘ev_page_accessible_class_init’: ../libview/ev-page-accessible.c:350:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (EvPageAccessiblePrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, 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 /usr/include/gtk-3.0/gtk/gtk-a11y.h:30, from ../libview/ev-page-accessible.h:26, from ../libview/ev-page-accessible.c:26: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [107/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-stock-icons.c.o'. ../libview/ev-stock-icons.c: In function ‘ev_stock_icons_init’: ../libview/ev-stock-icons.c:110:9: warning: ‘gtk_icon_factory_new’ is deprecated [-Wdeprecated-declarations] factory = gtk_icon_factory_new (); ^~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:80:17: note: declared here GtkIconFactory* gtk_icon_factory_new (void); ^~~~~~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:111:9: warning: ‘gtk_icon_factory_add_default’ is deprecated [-Wdeprecated-declarations] gtk_icon_factory_add_default (factory); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:92:13: note: declared here void gtk_icon_factory_add_default (GtkIconFactory *factory); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:113:2: warning: ‘gtk_icon_source_new’ is deprecated [-Wdeprecated-declarations] source = gtk_icon_source_new (); ^~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:170:16: note: declared here GtkIconSource* gtk_icon_source_new (void); ^~~~~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:118:3: warning: ‘gtk_icon_source_set_icon_name’ is deprecated [-Wdeprecated-declarations] gtk_icon_source_set_icon_name (source, stock_icons [i].icon); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:180:16: note: declared here void gtk_icon_source_set_icon_name (GtkIconSource *source, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:120:3: warning: ‘gtk_icon_set_new’ is deprecated [-Wdeprecated-declarations] set = gtk_icon_set_new (); ^~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:138:13: note: declared here GtkIconSet* gtk_icon_set_new (void); ^~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:121:3: warning: ‘gtk_icon_set_add_source’ is deprecated [-Wdeprecated-declarations] gtk_icon_set_add_source (set, source); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:159:16: note: declared here void gtk_icon_set_add_source (GtkIconSet *icon_set, ^~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:123:3: warning: ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations] gtk_icon_factory_add (factory, stock_icons [i].stock_id, set); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:82:17: note: declared here void gtk_icon_factory_add (GtkIconFactory *factory, ^~~~~~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:124:3: warning: ‘gtk_icon_set_unref’ is deprecated [-Wdeprecated-declarations] gtk_icon_set_unref (set); ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:145:13: note: declared here void gtk_icon_set_unref (GtkIconSet *icon_set); ^~~~~~~~~~~~~~~~~~ ../libview/ev-stock-icons.c:127:2: warning: ‘gtk_icon_source_free’ is deprecated [-Wdeprecated-declarations] gtk_icon_source_free (source); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27, from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27, from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-stock-icons.c:24: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:174:16: note: declared here void gtk_icon_source_free (GtkIconSource *source); ^~~~~~~~~~~~~~~~~~~~ [108/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-timeline.c.o'. ../libview/ev-timeline.c: In function ‘ev_timeline_class_init’: ../libview/ev-timeline.c:278:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (class, sizeof (EvTimelinePriv)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/include/gtk-3.0/gdk/gdk.h:32, from ../libview/ev-timeline.c:24: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [109/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-transition-animation.c.o'. ../libview/ev-transition-animation.c: In function ‘ev_transition_animation_class_init’: ../libview/ev-transition-animation.c:184:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (EvTransitionAnimationPriv)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/include/gtk-3.0/gdk/gdk.h:32, from ../libview/ev-transition-animation.c:23: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [110/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-view.c.o'. ../libview/ev-view.c: In function ‘ev_view_set_adjustment_values’: ../libview/ev-view.c:710:2: warning: ‘gtk_adjustment_changed’ is deprecated [-Wdeprecated-declarations] gtk_adjustment_changed (adjustment); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:38, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gtk/gtkadjustment.h:87:12: note: declared here void gtk_adjustment_changed (GtkAdjustment *adjustment); ^~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-view.c: In function ‘ev_view_realize’: ../libview/ev-view.c:4391:2: warning: ‘gtk_style_context_set_background’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_set_background (gtk_widget_get_style_context (widget), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1232:6: note: declared here void gtk_style_context_set_background (GtkStyleContext *context, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-view.c: In function ‘get_cursor_color’: ../libview/ev-view.c:4412:3: warning: ‘gdk_color_free’ is deprecated: Use 'gdk_rgba_free' instead [-Wdeprecated-declarations] gdk_color_free (style_color); ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26, from /usr/include/gtk-3.0/gdk/gdk.h:33, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:70:11: note: declared here void gdk_color_free (GdkColor *color); ^~~~~~~~~~~~~~ ../libview/ev-view.c: In function ‘ev_view_motion_notify_event’: ../libview/ev-view.c:5489:4: warning: ‘gtk_drag_begin’ is deprecated: Use 'gtk_drag_begin_with_coordinates' instead [-Wdeprecated-declarations] gtk_drag_begin (widget, target_list, ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtktreeview.h:28, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gtk/gtkdnd.h:73:17: note: declared here GdkDragContext *gtk_drag_begin (GtkWidget *widget, ^~~~~~~~~~~~~~ ../libview/ev-view.c:5510:4: warning: ‘gtk_drag_begin’ is deprecated: Use 'gtk_drag_begin_with_coordinates' instead [-Wdeprecated-declarations] gtk_drag_begin (widget, target_list, ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtktreeview.h:28, from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, from /usr/include/gtk-3.0/gtk/gtk.h:42, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gtk/gtkdnd.h:73:17: note: declared here GdkDragContext *gtk_drag_begin (GtkWidget *widget, ^~~~~~~~~~~~~~ ../libview/ev-view.c: In function ‘draw_rubberband’: ../libview/ev-view.c:6792:2: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, GTK_STATE_FLAG_SELECTED, &color); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here void gtk_style_context_get_background_color (GtkStyleContext *context, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-view.c: In function ‘_ev_view_get_selection_colors’: ../libview/ev-view.c:6919:3: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] gtk_style_context_get_background_color (context, state, bg_color); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27, from /usr/include/gtk-3.0/gtk/gtk.h:127, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here void gtk_style_context_get_background_color (GtkStyleContext *context, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../libview/ev-view.c: In function ‘ev_view_set_cursor’: ../libview/ev-view.c:9712:2: warning: ‘gdk_flush’ is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush (); ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from ../libview/ev-view.c:28: /usr/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ [111/120] Compiling C object 'libview/2c9ab81@@evview3@sha/ev-view-accessible.c.o'. ../libview/ev-view-accessible.c: In function ‘ev_view_accessible_class_init’: ../libview/ev-view-accessible.c:179:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (EvViewAccessiblePrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, 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 ../libview/ev-view-accessible.c:24: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ [117/120] Generating EvinceDocument-3.0.gir with a custom command. g-ir-scanner: link: cc -o /run/build/evince/_flatpak_build/tmp-introspect5td39u07/EvinceDocument-3.0 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection /run/build/evince/_flatpak_build/tmp-introspect5td39u07/EvinceDocument-3.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -L/run/build/evince/_flatpak_build/cut-n-paste/synctex -Wl,-rpath,/run/build/evince/_flatpak_build/cut-n-paste/synctex -L/run/build/evince/_flatpak_build/libdocument -Wl,-rpath,/run/build/evince/_flatpak_build/libdocument -L/app/lib -Wl,-rpath,/app/lib -levdocument3 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lgmodule-2.0 -lm -lz -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -pthread -lgmodule-2.0 -lglib-2.0 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed ../libdocument/ev-annotation.c:706: Warning: EvinceDocument: multiple comment blocks documenting 'ev_annotation_set_area:' identifier (already seen at ev-annotation.c:687). ../libdocument/ev-document.c:781: Warning: EvinceDocument: ev_document_get_page_size: unknown parameter 'page_index' in documentation comment, should be 'page' ../libdocument/ev-backends-manager.h:44: Warning: EvinceDocument: ev_backends_manager_get_document_type_info: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) ../libdocument/ev-backends-manager.h:46: Warning: EvinceDocument: ev_backends_manager_get_all_types_info: return value: Missing (element-type) annotation ../libdocument/ev-document.c:682: Warning: EvinceDocument: ev_document_synctex_forward_search: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) ../libdocument/ev-document.h:141: Warning: EvinceDocument: ev_document_get_doc_mutex: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) ../libdocument/ev-document.h:147: Warning: EvinceDocument: ev_document_get_fc_mutex: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) [119/120] Generating EvinceView-3.0.gir with a custom command. g-ir-scanner: link: cc -o /run/build/evince/_flatpak_build/tmp-introspectsc_mg2qp/EvinceView-3.0 -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection /run/build/evince/_flatpak_build/tmp-introspectsc_mg2qp/EvinceView-3.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -L/run/build/evince/_flatpak_build/libdocument -Wl,-rpath,/run/build/evince/_flatpak_build/libdocument -L/run/build/evince/_flatpak_build/cut-n-paste/synctex -Wl,-rpath,/run/build/evince/_flatpak_build/cut-n-paste/synctex -L/run/build/evince/_flatpak_build/libview -Wl,-rpath,/run/build/evince/_flatpak_build/libview -L/run/build/evince/_flatpak_build/cut-n-paste/synctex -Wl,-rpath,/run/build/evince/_flatpak_build/cut-n-paste/synctex -L/run/build/evince/_flatpak_build/libview -Wl,-rpath,/run/build/evince/_flatpak_build/libview -L/app/lib -Wl,-rpath,/app/lib -L/app/lib -Wl,-rpath,/app/lib -L/app/lib -Wl,-rpath,/app/lib -levview3 -levdocument3 -lgspell-1 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lenchant-2 -lgstbase-1.0 -lgstreamer-1.0 -lgstvideo-1.0 -lgthread-2.0 -lm -lgmodule-2.0 -lz -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -pthread -lgmodule-2.0 -lglib-2.0 -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed ../libview/ev-jobs.c:270: Warning: EvinceView: GObject-Introspection specific GTK-Doc tag "Rename to" has been deprecated, please use annotations on the identifier instead: * Rename to: ev_job_failed ^ [120/120] Generating EvinceView-3.0.typelib with a custom command. [0/1] Installing files. Installing libdocument/ev-document-type-builtins.h to /app/include/evince/3.0/libdocument Installing libdocument/libevdocument3.so.4.0.0 to /app/lib Installing libdocument/EvinceDocument-3.0.gir to /app/share/gir-1.0 Installing libdocument/EvinceDocument-3.0.typelib to /app/lib/girepository-1.0 Installing backend/comicsdocument.evince-backend to /app/lib/evince/4/backends Installing backend/evince-comicsdocument.metainfo.xml to /app/share/metainfo Installing backend/comics/libcomicsdocument.so to /app/lib/evince/4/backends Installing backend/pdfdocument.evince-backend to /app/lib/evince/4/backends Installing backend/evince-pdfdocument.metainfo.xml to /app/share/metainfo Installing backend/pdf/libpdfdocument.so to /app/lib/evince/4/backends Installing backend/tiffdocument.evince-backend to /app/lib/evince/4/backends Installing backend/evince-tiffdocument.metainfo.xml to /app/share/metainfo Installing backend/tiff/libtiffdocument.so to /app/lib/evince/4/backends Installing libview/ev-view-type-builtins.h to /app/include/evince/3.0/libview Installing libview/libevview3.so.3.0.0 to /app/lib Installing libview/EvinceView-3.0.gir to /app/share/gir-1.0 Installing libview/EvinceView-3.0.typelib to /app/lib/girepository-1.0 Installing thumbnailer/evince-thumbnailer to /app/bin Installing data/org.gnome.Evince.desktop to /app/share/applications Installing org.gnome.Evince.appdata.xml to /app/share/metainfo Installing /run/build/evince/libdocument/ev-annotation.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-async-renderer.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-attachment.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-backends-manager.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-factory.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-annotations.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-attachments.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-find.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-fonts.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-forms.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-images.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-info.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-layers.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-links.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-media.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-misc.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-print.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-security.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-transition.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-document-text.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-file-exporter.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-file-helpers.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-form-field.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-image.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-init.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-layer.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-link-action.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-link-dest.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-link.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-macros.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-mapping-list.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-media.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-page.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-render-context.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-selection.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libdocument/ev-transition-effect.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/libview/ev-document-model.h to /app/include/evince/3.0/libview Installing /run/build/evince/libview/ev-jobs.h to /app/include/evince/3.0/libview Installing /run/build/evince/libview/ev-job-scheduler.h to /app/include/evince/3.0/libview Installing /run/build/evince/libview/ev-print-operation.h to /app/include/evince/3.0/libview Installing /run/build/evince/libview/ev-stock-icons.h to /app/include/evince/3.0/libview Installing /run/build/evince/libview/ev-view.h to /app/include/evince/3.0/libview Installing /run/build/evince/libview/ev-view-presentation.h to /app/include/evince/3.0/libview Installing /run/build/evince/evince-document.h to /app/include/evince/3.0 Installing /run/build/evince/evince-view.h to /app/include/evince/3.0 Installing /run/build/evince/_flatpak_build/libdocument/ev-version.h to /app/include/evince/3.0/libdocument Installing /run/build/evince/_flatpak_build/meson-private/evince-document-3.0.pc to /app/lib/pkgconfig Installing /run/build/evince/_flatpak_build/meson-private/evince-view-3.0.pc to /app/lib/pkgconfig Installing /run/build/evince/_flatpak_build/thumbnailer/evince.thumbnailer to /app/share/thumbnailers Installing /run/build/evince/data/icons/16x16/actions/object-rotate-left.png to /app/share/evince/icons/hicolor/16x16/actions Installing /run/build/evince/data/icons/16x16/actions/object-rotate-right.png to /app/share/evince/icons/hicolor/16x16/actions Installing /run/build/evince/data/icons/16x16/actions/view-page-continuous.png to /app/share/evince/icons/hicolor/16x16/actions Installing /run/build/evince/data/icons/16x16/actions/view-page-facing.png to /app/share/evince/icons/hicolor/16x16/actions Installing /run/build/evince/data/icons/16x16/actions/zoom-fit-height.png to /app/share/evince/icons/hicolor/16x16/actions Installing /run/build/evince/data/icons/16x16/actions/zoom-fit-width.png to /app/share/evince/icons/hicolor/16x16/actions Installing /run/build/evince/data/icons/16x16/actions/zoom.png to /app/share/evince/icons/hicolor/16x16/actions Installing /run/build/evince/data/icons/16x16/mimetypes/x-office-presentation.png to /app/share/evince/icons/hicolor/16x16/mimetypes Installing /run/build/evince/data/icons/22x22/actions/object-rotate-left.png to /app/share/evince/icons/hicolor/22x22/actions Installing /run/build/evince/data/icons/22x22/actions/object-rotate-right.png to /app/share/evince/icons/hicolor/22x22/actions Installing /run/build/evince/data/icons/22x22/actions/view-page-continuous.png to /app/share/evince/icons/hicolor/22x22/actions Installing /run/build/evince/data/icons/22x22/actions/view-page-facing.png to /app/share/evince/icons/hicolor/22x22/actions Installing /run/build/evince/data/icons/22x22/actions/zoom-fit-page.png to /app/share/evince/icons/hicolor/22x22/actions Installing /run/build/evince/data/icons/22x22/actions/zoom-fit-width.png to /app/share/evince/icons/hicolor/22x22/actions Installing /run/build/evince/data/icons/22x22/actions/zoom.png to /app/share/evince/icons/hicolor/22x22/actions Installing /run/build/evince/data/icons/22x22/mimetypes/x-office-presentation.png to /app/share/evince/icons/hicolor/22x22/mimetypes Installing /run/build/evince/data/icons/24x24/actions/object-rotate-left.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/actions/object-rotate-right.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/actions/stock_filters-invert.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/actions/view-page-continuous.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/actions/view-page-facing.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/actions/zoom-fit-height.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/actions/zoom-fit-width.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/actions/zoom.png to /app/share/evince/icons/hicolor/24x24/actions Installing /run/build/evince/data/icons/24x24/mimetypes/x-office-presentation.png to /app/share/evince/icons/hicolor/24x24/mimetypes Installing /run/build/evince/data/icons/32x32/actions/object-rotate-left.png to /app/share/evince/icons/hicolor/32x32/actions Installing /run/build/evince/data/icons/32x32/actions/object-rotate-right.png to /app/share/evince/icons/hicolor/32x32/actions Installing /run/build/evince/data/icons/32x32/actions/view-page-continuous.png to /app/share/evince/icons/hicolor/32x32/actions Installing /run/build/evince/data/icons/32x32/actions/view-page-facing.png to /app/share/evince/icons/hicolor/32x32/actions Installing /run/build/evince/data/icons/32x32/mimetypes/x-office-presentation.png to /app/share/evince/icons/hicolor/32x32/mimetypes Installing /run/build/evince/data/icons/48x48/actions/close.png to /app/share/evince/icons/hicolor/48x48/actions Installing /run/build/evince/data/icons/48x48/actions/resize-se.png to /app/share/evince/icons/hicolor/48x48/actions Installing /run/build/evince/data/icons/48x48/actions/resize-sw.png to /app/share/evince/icons/hicolor/48x48/actions Installing /run/build/evince/data/icons/48x48/actions/view-page-continuous.png to /app/share/evince/icons/hicolor/48x48/actions Installing /run/build/evince/data/icons/48x48/actions/view-page-facing.png to /app/share/evince/icons/hicolor/48x48/actions Installing /run/build/evince/data/icons/scalable/actions/annotations-text-symbolic.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/actions/annotations-squiggly-symbolic.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/actions/find-unsupported-symbolic.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/actions/object-rotate-left.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/actions/object-rotate-right.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/actions/outline-symbolic.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/actions/view-sidebar-symbolic.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/actions/visible-symbolic.svg to /app/share/evince/icons/hicolor/scalable/actions Installing /run/build/evince/data/icons/scalable/mimetypes/x-office-presentation.svg to /app/share/evince/icons/hicolor/scalable/mimetypes Installing /run/build/evince/data/icons/scalable/apps/org.gnome.Evince.svg to /app/share/icons/hicolor/scalable/apps Installing /run/build/evince/data/icons/symbolic/apps/org.gnome.Evince-symbolic.svg to /app/share/icons/hicolor/symbolic/apps Installing /run/build/evince/data/org.gnome.Evince.gschema.xml to /app/share/glib-2.0/schemas Installing /run/build/evince/data/evince.convert to /app/share/GConf/gsettings Installing /run/build/evince/data/evince.1 to /app/share/man/man1 Installing /run/build/evince/data/hand-open.png to /app/share/evince Running custom install script '/usr/bin/meson --internal gettext install --subdir=po --localedir=share/locale --pkgname=evince' Installing /run/build/evince/_flatpak_build/po/af.gmo to /app/share/locale/af/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/an.gmo to /app/share/locale/an/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ar.gmo to /app/share/locale/ar/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/as.gmo to /app/share/locale/as/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ast.gmo to /app/share/locale/ast/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/be.gmo to /app/share/locale/be/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/be@latin.gmo to /app/share/locale/be@latin/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/bg.gmo to /app/share/locale/bg/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/bn.gmo to /app/share/locale/bn/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/bn_IN.gmo to /app/share/locale/bn_IN/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/br.gmo to /app/share/locale/br/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/bs.gmo to /app/share/locale/bs/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ca.gmo to /app/share/locale/ca/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ca@valencia.gmo to /app/share/locale/ca@valencia/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/cs.gmo to /app/share/locale/cs/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/cy.gmo to /app/share/locale/cy/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/da.gmo to /app/share/locale/da/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/de.gmo to /app/share/locale/de/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/dz.gmo to /app/share/locale/dz/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/el.gmo to /app/share/locale/el/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/en_CA.gmo to /app/share/locale/en_CA/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/en_GB.gmo to /app/share/locale/en_GB/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/en@shaw.gmo to /app/share/locale/en@shaw/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/eo.gmo to /app/share/locale/eo/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/es.gmo to /app/share/locale/es/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/et.gmo to /app/share/locale/et/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/eu.gmo to /app/share/locale/eu/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/fa.gmo to /app/share/locale/fa/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/fi.gmo to /app/share/locale/fi/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/fr.gmo to /app/share/locale/fr/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/fur.gmo to /app/share/locale/fur/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ga.gmo to /app/share/locale/ga/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/gd.gmo to /app/share/locale/gd/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/gl.gmo to /app/share/locale/gl/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/gu.gmo to /app/share/locale/gu/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/he.gmo to /app/share/locale/he/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/hi.gmo to /app/share/locale/hi/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/hr.gmo to /app/share/locale/hr/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/hu.gmo to /app/share/locale/hu/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/id.gmo to /app/share/locale/id/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/is.gmo to /app/share/locale/is/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/it.gmo to /app/share/locale/it/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ja.gmo to /app/share/locale/ja/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ka.gmo to /app/share/locale/ka/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/kk.gmo to /app/share/locale/kk/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/km.gmo to /app/share/locale/km/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/kn.gmo to /app/share/locale/kn/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ko.gmo to /app/share/locale/ko/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ks.gmo to /app/share/locale/ks/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ku.gmo to /app/share/locale/ku/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/lt.gmo to /app/share/locale/lt/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/lv.gmo to /app/share/locale/lv/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/mai.gmo to /app/share/locale/mai/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/mg.gmo to /app/share/locale/mg/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/mk.gmo to /app/share/locale/mk/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ml.gmo to /app/share/locale/ml/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/mn.gmo to /app/share/locale/mn/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/mr.gmo to /app/share/locale/mr/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ms.gmo to /app/share/locale/ms/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/my.gmo to /app/share/locale/my/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/nb.gmo to /app/share/locale/nb/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/nds.gmo to /app/share/locale/nds/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ne.gmo to /app/share/locale/ne/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/nl.gmo to /app/share/locale/nl/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/nn.gmo to /app/share/locale/nn/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/oc.gmo to /app/share/locale/oc/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/or.gmo to /app/share/locale/or/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/pa.gmo to /app/share/locale/pa/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/pl.gmo to /app/share/locale/pl/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ps.gmo to /app/share/locale/ps/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/pt.gmo to /app/share/locale/pt/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/pt_BR.gmo to /app/share/locale/pt_BR/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ro.gmo to /app/share/locale/ro/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ru.gmo to /app/share/locale/ru/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/rw.gmo to /app/share/locale/rw/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/si.gmo to /app/share/locale/si/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/sk.gmo to /app/share/locale/sk/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/sl.gmo to /app/share/locale/sl/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/sq.gmo to /app/share/locale/sq/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/sr.gmo to /app/share/locale/sr/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/sr@latin.gmo to /app/share/locale/sr@latin/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/sv.gmo to /app/share/locale/sv/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ta.gmo to /app/share/locale/ta/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/te.gmo to /app/share/locale/te/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/tg.gmo to /app/share/locale/tg/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/th.gmo to /app/share/locale/th/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/tr.gmo to /app/share/locale/tr/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/ug.gmo to /app/share/locale/ug/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/uk.gmo to /app/share/locale/uk/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/vi.gmo to /app/share/locale/vi/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/wa.gmo to /app/share/locale/wa/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/zh_CN.gmo to /app/share/locale/zh_CN/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/zh_HK.gmo to /app/share/locale/zh_HK/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/zh_TW.gmo to /app/share/locale/zh_TW/LC_MESSAGES/evince.mo Installing /run/build/evince/_flatpak_build/po/zu.gmo to /app/share/locale/zu/LC_MESSAGES/evince.mo Running custom install script '/usr/bin/meson --internal gtkdoc --sourcedir=/run/build/evince --builddir=/run/build/evince/_flatpak_build --subdir=help/reference/libdocument --headerdirs=/run/build/evince/libdocument/.@@/run/build/evince/_flatpak_build/libdocument/. --mainfile=libevdocument-docs.xml --modulename=libevdocument --moduleversion=3.0 --mode=auto --namespace=ev --gobjects-types-file=/run/build/evince/help/reference/libdocument/libevdocument.types --fixxrefargs=--extra-dir=/usr/share/gtk-doc/html/glib@@--extra-dir=/usr/share/gtk-doc/html/gio@@--extra-dir=/usr/share/gtk-doc/html/gdk@@--extra-dir=/usr/share/gtk-doc/html/gdk-pixbuf@@--extra-dir=/usr/share/gtk-doc/html/gtk@@--html-dir=/app/share/gtk-doc/html/libevdocument-3.0 --content-files=/run/build/evince/_flatpak_build/help/reference/libdocument/version.xml --ignore-headers=ev-backend-info.h@@ev-debug.h@@ev-macros.h@@ev-module.h --installdir=libevdocument-3.0 --cc=ccache cc --ld=ccache cc --cflags=-I/run/build/evince/_flatpak_build/libdocument/. -I/run/build/evince/libdocument/. -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/libffi-3.2.1/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DHAVE_CONFIG_H -DEV_ENABLE_DEBUG -Wnested-externs -Wstrict-prototypes -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type --ldflags=-L/run/build/evince/_flatpak_build/libdocument -L/run/build/evince/_flatpak_build/cut-n-paste/synctex -Wl,-rpath,/run/build/evince/_flatpak_build/cut-n-paste/synctex -Wl,-rpath,/run/build/evince/_flatpak_build/libdocument -levdocument3 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -pthread -lgmodule-2.0 -lm -lz -march=x86-64 -mtune=generic -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed' Building documentation for libevdocument ./libevdocument.args:77: warning: Property EvAnnotation:rgba has no documentation. /run/build/evince/libdocument/./ev-mapping-list.c:24: warning: Section ev-mapping-list is not defined in the libevdocument-sections.txt file. unknown:0: warning: Field descriptions for struct EvLayerClass are missing in source code comment block. unknown:0: warning: Value descriptions for EvFileExporterFormat are missing in source code comment block. unknown:0: warning: Value descriptions for EvFileExporterCapabilities are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvFileExporterContext are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvFileExporterInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentFormsInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentPrintInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvImageClass are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentLayersInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentLinksInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvAttachmentClass are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvPageClass are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvRenderContextClass are missing in source code comment block. unknown:0: warning: Value descriptions for EvFormFieldTextType are missing in source code comment block. unknown:0: warning: Value descriptions for EvFormFieldButtonType are missing in source code comment block. unknown:0: warning: Value descriptions for EvFormFieldChoiceType are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentFindInterface are missing in source code comment block. unknown:0: warning: Value descriptions for EvFindOptions are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentClass are missing in source code comment block. unknown:0: warning: Value descriptions for EvDocumentError are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvPoint are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvSourceLink are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvRectangle are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentBackendInfo are missing in source code comment block. unknown:0: warning: Value descriptions for EvDocumentLoadFlags are missing in source code comment block. unknown:0: warning: Value descriptions for EvLinkDestType are missing in source code comment block. unknown:0: warning: Value descriptions for EvLinkActionType are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentImagesInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvAsyncRendererInterface are missing in source code comment block. unknown:0: warning: Value descriptions for EvSelectionStyle are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvSelectionInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentAttachmentsInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentSecurityInterface are missing in source code comment block. unknown:0: warning: Value descriptions for EvAnnotationTextIcon are missing in source code comment block. unknown:0: warning: Value descriptions for EvAnnotationType are missing in source code comment block. /run/build/evince/libdocument/./ev-annotation.c:419: warning: Parameter description for ev_annotation_set_contents::contents is missing in source code comment block. /run/build/evince/libdocument/./ev-annotation.c:465: warning: Parameter description for ev_annotation_set_name::name is missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentTextInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentTransitionInterface are missing in source code comment block. unknown:0: warning: Value descriptions for EvTransitionEffectType are missing in source code comment block. unknown:0: warning: Value descriptions for EvTransitionEffectAlignment are missing in source code comment block. unknown:0: warning: Value descriptions for EvTransitionEffectDirection are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentAnnotationsInterface are missing in source code comment block. unknown:0: warning: Value descriptions for EvAnnotationsSaveMask are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentFontsInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvMapping are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvTypeInfo are missing in source code comment block. unknown:0: warning: Value descriptions for EvCompressionType are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentInfo are missing in source code comment block. unknown:0: warning: Field descriptions for struct EvDocumentLicense are missing in source code comment block. unknown:0: warning: Value descriptions for EvDocumentLayout are missing in source code comment block. unknown:0: warning: Value descriptions for EvDocumentMode are missing in source code comment block. unknown:0: warning: Value descriptions for EvDocumentUIHints are missing in source code comment block. unknown:0: warning: Value descriptions for EvDocumentPermissions are missing in source code comment block. unknown:0: warning: Value descriptions for EvDocumentInfoFields are missing in source code comment block. ./libevdocument-unused.txt:1: warning: 52 unused declarations. They should be added to libevdocument-sections.txt in the appropriate place. html/EvAnnotation.html:373: warning: no link for: "GdkRGBA" -> (GdkRGBA). html/EvAnnotation.html:619: warning: no link for: "TRUE:CAPS" -> (TRUE). html/EvAnnotation.html:621: warning: no link for: "FALSE:CAPS" -> (FALSE). html/EvAnnotation.html:652: warning: no link for: "NULL:CAPS" -> (NULL). html/EvAnnotation.html:784: warning: no link for: "GTime" -> (GTime). html/EvAnnotation.html:861: warning: no link for: "GdkColor" -> (GdkColor). html/EvAnnotation.html:917: warning: no link for: "Evannotation" -> (Evannotation). html/EvAsyncRenderer.html:64: warning: no link for: "G-SIGNAL-RUN-LAST:CAPS" -> (Run Last). html/EvAsyncRenderer.html:136: warning: no link for: "GdkPixbuf" -> (GdkPixbuf). html/EvAttachment.html:227: warning: no link for: "GFile" -> (GFile). html/EvAttachment.html:228: warning: no link for: "GError" -> (GError). html/EvAttachment.html:235: warning: no link for: "GdkScreen" -> (GdkScreen). html/EvDocument.html:565: warning: no link for: "GIOError" -> (GIOError). html/EvDocument.html:565: warning: no link for: "GFileError" -> (GFileError). html/EvDocument.html:565: warning: no link for: "GConvertError" -> (GConvertError). html/EvDocument.html:603: warning: no link for: "GInputStream" -> (GInputStream). html/EvDocument.html:605: warning: no link for: "GCancellable" -> (GCancellable). html/EvDocumentFonts.html:124: warning: no link for: "GtkTreeModel" -> (GtkTreeModel). html/EvDocumentText.html:161: warning: no link for: "PangoAttrList" -> (PangoAttrList). html/libevdocument-EvDocumentMisc.html:181: warning: no link for: "GtkWidget" -> (GtkWidget). html/libevdocument-EvDocumentMisc.html:479: warning: no link for: "GtkBorder" -> (GtkBorder). html/libevdocument-EvDocumentMisc.html:488: warning: no link for: "GdkRectangle" -> (GdkRectangle). html/libevdocument-ev-document-factory.html:256: warning: no link for: "GtkFileFilter" -> (GtkFileFilter). html/libevdocument-ev-document-factory.html:272: warning: no link for: "GtkFileChooser" -> (GtkFileChooser). html/libevdocument-ev-file-helpers.html:209: warning: no link for: "1" -> (-1). html/libevdocument-ev-file-helpers.html:312: warning: no link for: "g-file-copy" -> (g_file_copy()). html/libevdocument-ev-file-helpers.html:355: warning: no link for: "g-file-copy-attributes" -> (g_file_copy_attributes()). html/libevdocument-ev-file-helpers.html:355: warning: no link for: "G-FILE-COPY-ALL-METADATA:CAPS" -> (G_FILE_COPY_ALL_METADATA). html/libevdocument-ev-link-action.html:445: warning: no link for: "GList" -> (GList). html/libevdocument-ev-mapping.html:169: warning: no link for: "GDestroyNotify" -> (GDestroyNotify). html/libevdocument-ev-mapping.html:363: warning: no link for: "Evmapping" -> (Evmapping). html/libevdocument-ev-mapping.html:409: warning: no link for: "GCompareFunc" -> (GCompareFunc). Traceback (most recent call last): File "/usr/bin/meson", line 11, in load_entry_point('meson==0.50.1', 'console_scripts', 'meson')() File "/usr/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 219, in main return run(sys.argv[1:], launcher) File "/usr/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 208, in run return run_script_command(args[1], args[2:]) File "/usr/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 156, in run_script_command return module.run(script_args) File "/usr/lib/python3.7/site-packages/mesonbuild/scripts/gtkdochelper.py", line 276, in run install_dir) File "/usr/lib/python3.7/site-packages/mesonbuild/scripts/gtkdochelper.py", line 211, in install_gtkdoc shutil.copytree(source, final_destination) File "/usr/lib/python3.7/shutil.py", line 365, in copytree raise Error(errors) shutil.Error: [('/run/build/evince/_flatpak_build/help/reference/libdocument/html/style.css', '/app/share/gtk-doc/html/libevdocument-3.0/style.css', "[Errno 13] Permission denied: '/run/build/evince/_flatpak_build/help/reference/libdocument/html/style.css'")] FAILED: meson-install /usr/bin/meson install --no-rebuild ninja: build stopped: subcommand failed. Error: module evince: Der Kindprozess wurde mit Status 1 beendet