./build.sh: 14: [: xorg.gnome.Epiphany: unexpected operator ========== Building org.gnome.Epiphany ================ Fetching full git repo https://gitlab.gnome.org/GNOME/epiphany.git Downloading sources Fetching git repo https://gitlab.gnome.org/GNOME/libdazzle.git, ref refs/heads/master Fetching full git repo https://gitlab.gnome.org/GNOME/epiphany.git Initializing build dir Committing stage init to cache Starting build of org.gnome.Epiphany ======================================================================== Building module libdazzle in /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/build/libdazzle-1 ======================================================================== Already on 'master' The Meson build system Version: 0.47.1 Source dir: /run/build/libdazzle Build dir: /run/build/libdazzle/_flatpak_build Build type: native build Project name: libdazzle Project version: 3.29.4 Appending CFLAGS from environment: '-O2 -g -fstack-protector-strong -O2 -g' Appending LDFLAGS from environment: '-L/app/lib -fstack-protector-strong -Wl,-z,relro,-z,now' Appending CPPFLAGS from environment: '-O2 -D_FORTIFY_SOURCE=2' DEPRECATION: Duplicated values in array option "c_args" is deprecated. This will become a hard error in the future. DEPRECATION: Duplicated values in array option "c_link_args" is deprecated. This will become a hard error in the future. Native C compiler: ccache cc (gcc 8.2.0 "cc (GCC) 8.2.0") Build machine cpu family: arm Build machine cpu: armv8l Compiler for C supports arguments -Wcast-align: YES Compiler for C supports arguments -Wdeclaration-after-statement: YES Compiler for C supports arguments -Werror=address: YES Compiler for C supports arguments -Werror=array-bounds: YES Compiler for C supports arguments -Werror=empty-body: YES Compiler for C supports arguments -Werror=implicit: YES Compiler for C supports arguments -Werror=implicit-function-declaration: YES Compiler for C supports arguments -Werror=incompatible-pointer-types: YES Compiler for C supports arguments -Werror=init-self: YES Compiler for C supports arguments -Werror=int-conversion: YES Compiler for C supports arguments -Werror=int-to-pointer-cast: YES Compiler for C supports arguments -Werror=main: YES Compiler for C supports arguments -Werror=misleading-indentation: YES Compiler for C supports arguments -Werror=missing-braces: YES Compiler for C supports arguments -Werror=missing-include-dirs: YES Compiler for C supports arguments -Werror=nonnull: YES Compiler for C supports arguments -Werror=overflow: YES Compiler for C supports arguments -Werror=parenthesis: NO Compiler for C supports arguments -Werror=pointer-arith: YES Compiler for C supports arguments -Werror=pointer-to-int-cast: YES Compiler for C supports arguments -Werror=redundant-decls: YES Compiler for C supports arguments -Werror=return-type: YES Compiler for C supports arguments -Werror=sequence-point: YES Compiler for C supports arguments -Werror=shadow: YES Compiler for C supports arguments -Werror=strict-prototypes: YES Compiler for C supports arguments -Werror=trigraphs: YES Compiler for C supports arguments -Werror=undef: YES Compiler for C supports arguments -Werror=write-strings: YES Compiler for C supports arguments -Wformat-nonliteral: YES Compiler for C supports arguments -Werror=format-security -Werror=format=2: YES Compiler for C supports arguments -Wignored-qualifiers: YES Compiler for C supports arguments -Wimplicit-function-declaration: YES Compiler for C supports arguments -Wlogical-op: YES Compiler for C supports arguments -Wmissing-format-attribute: YES Compiler for C supports arguments -Wmissing-include-dirs: YES Compiler for C supports arguments -Wmissing-noreturn: YES Compiler for C supports arguments -Wnested-externs: YES Compiler for C supports arguments -Wno-cast-function-type -Wcast-function-type: YES Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES Compiler for C supports arguments -Wold-style-definition: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wredundant-decls: YES Compiler for C supports arguments -Wstrict-prototypes: YES Compiler for C supports arguments -Wswitch-default: YES Compiler for C supports arguments -Wswitch-enum: YES Compiler for C supports arguments -Wundef: YES Compiler for C supports arguments -Wuninitialized: YES Compiler for C supports arguments -Wunused: YES Compiler for C supports arguments -fno-strict-aliasing: YES Compiler for C supports arguments -fstack-protector-strong: YES Compiler for C supports arguments -fvisibility=hidden: YES Configuring config.h using configuration Found pkg-config: /usr/bin/pkg-config (1.5.2) Native dependency glib-2.0 found: YES 2.57.2 Configuring dzl-version.h using configuration Configuring dzl-debug.h using configuration Native dependency gio-2.0 found: YES 2.57.2 Native dependency gmodule-2.0 found: YES 2.57.2 Native dependency gtk+-3.0 found: YES 3.22.30 Library m found: YES Library rt found: YES Native dependency gobject-introspection-1.0 found: YES 1.57.2 Build targets in project: 66 Found ninja-1.8.2 at /usr/bin/ninja [1/270] Generating example-resources_h with a custom command. [2/270] Generating example-resources_c with a custom command. [3/270] Generating dzl-resources_h with a custom command. [4/270] Generating dzl-resources_c with a custom command. [5/270] Generating dzl-enums.h with a meson_exe.py custom command. [6/270] Compiling C object 'src/src@@dazzle-1.0@sha/meson-generated_.._dzl-resources.c.o'. [7/270] Compiling C object 'src/src@@dazzle-1.0@sha/actions_dzl-settings-flag-action.c.o'. [8/270] Generating dzl-enums.c with a meson_exe.py custom command. [9/270] Compiling C object 'src/src@@dazzle-1.0@sha/graphing_dzl-graph-model.c.o'. ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_push’: ../src/graphing/dzl-graph-model.c:205:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_get_iter_last’: ../src/graphing/dzl-graph-model.c:238:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_get_iter_first’: ../src/graphing/dzl-graph-model.c:271:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_iter_next’: ../src/graphing/dzl-graph-model.c:300:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_iter_get_timestamp’: ../src/graphing/dzl-graph-model.c:334:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_iter_set’: ../src/graphing/dzl-graph-model.c:346:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_iter_get’: ../src/graphing/dzl-graph-model.c:388:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ ../src/graphing/dzl-graph-model.c: In function ‘dzl_graph_view_model_iter_get_value’: ../src/graphing/dzl-graph-model.c:430:33: warning: cast increases required alignment of target type [-Wcast-align] DzlGraphModelIterImpl *impl = (DzlGraphModelIterImpl *)iter; ^ [10/270] Compiling C object 'src/src@@dazzle-1.0@sha/graphing_dzl-graph-renderer.c.o'. [11/270] Compiling C object 'src/src@@dazzle-1.0@sha/actions_dzl-properties-group.c.o'. [12/270] Compiling C object 'src/src@@dazzle-1.0@sha/actions_dzl-child-property-action.c.o'. [13/270] Compiling C object 'src/src@@dazzle-1.0@sha/meson-generated_.._dzl-enums.c.o'. [14/270] Compiling C object 'src/src@@dazzle-1.0@sha/actions_dzl-widget-action-group.c.o'. [15/270] Compiling C object 'src/src@@dazzle-1.0@sha/animation_dzl-animation.c.o'. [16/270] Compiling C object 'src/src@@dazzle-1.0@sha/animation_dzl-box-theatric.c.o'. [17/270] Compiling C object 'src/src@@dazzle-1.0@sha/app_dzl-application.c.o'. [18/270] Compiling C object 'src/src@@dazzle-1.0@sha/bindings_dzl-binding-group.c.o'. [19/270] Compiling C object 'src/src@@dazzle-1.0@sha/bindings_dzl-signal-group.c.o'. [20/270] Compiling C object 'src/src@@dazzle-1.0@sha/app_dzl-application-window.c.o'. [21/270] Compiling C object 'src/src@@dazzle-1.0@sha/files_dzl-directory-model.c.o'. [22/270] Compiling C object 'src/src@@dazzle-1.0@sha/files_dzl-directory-reaper.c.o'. [23/270] Compiling C object 'src/src@@dazzle-1.0@sha/cache_dzl-task-cache.c.o'. ../src/cache/dzl-task-cache.c: In function ‘dzl_task_cache_fetch_cb’: ../src/cache/dzl-task-cache.c:531:24: warning: cast increases required alignment of target type [-Wcast-align] DzlTaskCache *self = (DzlTaskCache *)object; ^ ../src/cache/dzl-task-cache.c: In function ‘dzl_task_cache_constructed’: ../src/cache/dzl-task-cache.c:715:24: warning: cast increases required alignment of target type [-Wcast-align] DzlTaskCache *self = (DzlTaskCache *)object; ^ ../src/cache/dzl-task-cache.c: In function ‘dzl_task_cache_dispose’: ../src/cache/dzl-task-cache.c:770:24: warning: cast increases required alignment of target type [-Wcast-align] DzlTaskCache *self = (DzlTaskCache *)object; ^ ../src/cache/dzl-task-cache.c: In function ‘dzl_task_cache_finalize’: ../src/cache/dzl-task-cache.c:810:24: warning: cast increases required alignment of target type [-Wcast-align] DzlTaskCache *self = (DzlTaskCache *)object; ^ [24/270] Compiling C object 'src/src@@dazzle-1.0@sha/graphing_dzl-cpu-model.c.o'. [25/270] Compiling C object 'src/src@@dazzle-1.0@sha/files_dzl-file-transfer.c.o'. [26/270] Compiling C object 'src/src@@dazzle-1.0@sha/graphing_dzl-graph-column.c.o'. [27/270] Compiling C object 'src/src@@dazzle-1.0@sha/graphing_dzl-cpu-graph.c.o'. ../src/graphing/dzl-cpu-graph.c: In function ‘dzl_cpu_graph_constructed’: ../src/graphing/dzl-cpu-graph.c:77:23: warning: cast increases required alignment of target type [-Wcast-align] DzlCpuGraph *self = (DzlCpuGraph *)object; ^ [28/270] Compiling C object 'src/src@@dazzle-1.0@sha/files_dzl-recursive-file-monitor.c.o'. [29/270] Compiling C object 'src/src@@dazzle-1.0@sha/graphing_dzl-graph-line-renderer.c.o'. [30/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-paned.c.o'. [31/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-overlay-edge.c.o'. [32/270] Compiling C object 'src/src@@dazzle-1.0@sha/menus_dzl-joined-menu.c.o'. [33/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-bin-edge.c.o'. [34/270] Compiling C object 'src/src@@dazzle-1.0@sha/graphing_dzl-graph-view.c.o'. [35/270] Compiling C object 'src/src@@dazzle-1.0@sha/menus_dzl-menu-button.c.o'. [36/270] Compiling C object 'src/src@@dazzle-1.0@sha/menus_dzl-menu-manager.c.o'. [37/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-overlay.c.o'. [38/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-manager.c.o'. [39/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-item.c.o'. [40/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-widget.c.o'. [41/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-transient-grab.c.o'. [42/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-bin.c.o'. [43/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-stack.c.o'. [44/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-revealer.c.o'. [45/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-group.c.o'. [46/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-page.c.o'. [47/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-entry.c.o'. [48/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-bin.c.o'. [49/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-file-chooser-button.c.o'. [50/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock.c.o'. [51/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-dock-window.c.o'. [52/270] Compiling C object 'src/src@@dazzle-1.0@sha/pathbar_dzl-path.c.o'. [53/270] Compiling C object 'src/src@@dazzle-1.0@sha/pathbar_dzl-path-element.c.o'. [54/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-flow-box.c.o'. [55/270] Compiling C object 'src/src@@dazzle-1.0@sha/pathbar_dzl-path-bar.c.o'. [56/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-fuzzy-index-builder.c.o'. [57/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-fuzzy-index-cursor.c.o'. [58/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-font-button.c.o'. [59/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-tab-strip.c.o'. [60/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-fuzzy-index.c.o'. [61/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-phase.c.o'. [62/270] Compiling C object 'src/src@@dazzle-1.0@sha/panel_dzl-tab.c.o'. [63/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-spin-button.c.o'. [64/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-switch.c.o'. [65/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences.c.o'. [66/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-simple-label.c.o'. [67/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-model.c.o'. [68/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-fuzzy-index-match.c.o'. [69/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-levenshtein.c.o'. [70/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-pattern-spec.c.o'. [71/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-context.c.o'. [72/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-fuzzy-mutable-index.c.o'. [73/270] Compiling C object 'src/src@@dazzle-1.0@sha/search_dzl-trie.c.o'. [74/270] Compiling C object 'src/src@@dazzle-1.0@sha/prefs_dzl-preferences-view.c.o'. [75/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-controller.c.o'. [76/270] Compiling C object 'src/src@@dazzle-1.0@sha/settings_dzl-settings-sandwich.c.o'. [77/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-label.c.o'. [78/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-accel-dialog.c.o'. [79/270] Compiling C object 'tests/tests@@test-bin@exe/test-bin.c.o'. [80/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-chord.c.o'. [81/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcuts-shortcut.c.o'. [82/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-theme-save.c.o'. [83/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-theme-editor.c.o'. [84/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-theme-load.c.o'. [85/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcuts-group.c.o'. [86/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-manager.c.o'. ../src/shortcuts/dzl-shortcut-manager.c: In function ‘dzl_shortcut_manager_run_phase’: ../src/shortcuts/dzl-shortcut-manager.c:766:42: warning: cast increases required alignment of target type [-Wcast-align] if (gtk_widget_event (current, (GdkEvent *)event)) ^ [87/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcuts-section.c.o'. [88/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-theme.c.o'. [89/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcuts-window.c.o'. [90/270] Compiling C object 'src/src@@dazzle-1.0@sha/statemachine_dzl-state-machine-buildable.c.o'. [91/270] Compiling C object 'src/src@@dazzle-1.0@sha/suggestions_dzl-suggestion-entry-buffer.c.o'. [92/270] Compiling C object 'src/src@@dazzle-1.0@sha/suggestions_dzl-suggestion-row.c.o'. [93/270] Compiling C object 'src/src@@dazzle-1.0@sha/suggestions_dzl-suggestion-entry.c.o'. [94/270] Compiling C object 'src/src@@dazzle-1.0@sha/suggestions_dzl-suggestion.c.o'. [95/270] Compiling C object 'src/src@@dazzle-1.0@sha/suggestions_dzl-suggestion-popover.c.o'. [96/270] Compiling C object 'src/src@@dazzle-1.0@sha/theming_dzl-css-provider.c.o'. [97/270] Compiling C object 'src/src@@dazzle-1.0@sha/statemachine_dzl-state-machine.c.o'. [98/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-cairo.c.o'. [99/270] Compiling C object 'src/src@@dazzle-1.0@sha/tree_dzl-list-store-adapter.c.o'. [100/270] Compiling C object 'src/src@@dazzle-1.0@sha/tree_dzl-tree-store.c.o'. [101/270] Compiling C object 'src/src@@dazzle-1.0@sha/theming_dzl-theme-manager.c.o'. [102/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-date-time.c.o'. [103/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-cancellable.c.o'. [104/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-entry-box.c.o'. [105/270] Compiling C object 'src/src@@dazzle-1.0@sha/tree_dzl-tree-builder.c.o'. [106/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-file-manager.c.o'. [107/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-empty-state.c.o'. [108/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-dnd.c.o'. [109/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-heap.c.o'. [110/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-gdk.c.o'. [111/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-pango.c.o'. [112/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-ring.c.o'. [113/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-variant.c.o'. [114/270] Compiling C object 'src/src@@dazzle-1.0@sha/tree_dzl-tree-node.c.o'. [115/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-rgba.c.o'. [116/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-counter.c.o'. [117/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-gtk.c.o'. [118/270] Compiling C object 'src/src@@dazzle-1.0@sha/util_dzl-util.c.o'. [119/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-bin.c.o'. [120/270] Compiling C object 'src/src@@dazzle-1.0@sha/tree_dzl-tree.c.o'. [121/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-bolding-label.c.o'. [122/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-box.c.o'. [123/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-centering-bin.c.o'. [124/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-elastic-bin.c.o'. [125/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-list-box-row.c.o'. [126/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-pill-box.c.o'. [127/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-column-layout.c.o'. [128/270] Compiling C object 'src/src@@dazzle-1.0@sha/animation_dzl-frame-source.c.o'. [129/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-file-chooser-entry.c.o'. [130/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-list-box.c.o'. [131/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-simple-label.c.o'. [132/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-counters-window.c.o'. [133/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-priority-box.c.o'. [134/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-simple-popover.c.o'. [135/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-progress-button.c.o'. [136/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-progress-menu-button.c.o'. [137/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-progress-icon.c.o'. ../src/widgets/dzl-progress-icon.c: In function ‘dzl_progress_icon_draw’: ../src/widgets/dzl-progress-icon.c:48:27: warning: cast increases required alignment of target type [-Wcast-align] DzlProgressIcon *self = (DzlProgressIcon *)widget; ^ [138/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-slider.c.o'. [139/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-multi-paned.c.o'. [140/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-scrolled-window.c.o'. [141/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-radio-box.c.o'. [142/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-rect-helper.c.o'. [143/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-search-bar.c.o'. [144/270] Compiling C object 'src/src@@dazzle-1.0@sha/menus_dzl-menu-button-item.c.o'. [145/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-stack-list.c.o'. [146/270] Compiling C object 'src/src@@dazzle-1.0@sha/widgets_dzl-three-grid.c.o'. [147/270] Compiling C object 'tests/tests@@test-application@exe/test-application.c.o'. [148/270] Compiling C object 'src/src@@dazzle-1.0@sha/menus_dzl-menu-button-section.c.o'. [149/270] Compiling C object 'src/src@@dazzle-1.0@sha/shortcuts_dzl-shortcut-closure-chain.c.o'. [150/270] Compiling C object 'tests/tests@@test-menu-manager@exe/test-menu-manager.c.o'. [151/270] Compiling C object 'tests/tests@@test-binding-group@exe/test-binding-group.c.o'. ../tests/test-binding-group.c: In function ‘binding_source_set_property’: ../tests/test-binding-group.c:41:27: warning: cast increases required alignment of target type [-Wcast-align] BindingSource *source = (BindingSource *) gobject; ^ ../tests/test-binding-group.c: In function ‘binding_source_get_property’: ../tests/test-binding-group.c:72:27: warning: cast increases required alignment of target type [-Wcast-align] BindingSource *source = (BindingSource *) gobject; ^ ../tests/test-binding-group.c: In function ‘binding_target_set_property’: ../tests/test-binding-group.c:163:27: warning: cast increases required alignment of target type [-Wcast-align] BindingTarget *target = (BindingTarget *) gobject; ^ ../tests/test-binding-group.c: In function ‘binding_target_get_property’: ../tests/test-binding-group.c:190:27: warning: cast increases required alignment of target type [-Wcast-align] BindingTarget *target = (BindingTarget *) gobject; ^ [152/270] Compiling C object 'tools/tools@@dazzle-list-counters@exe/dazzle-list-counters.c.o'. [153/270] Linking target src/libdazzle-1.0.so.0. [154/270] Compiling C object 'tests/tests@@test-menu-manager2@exe/test-menu-manager2.c.o'. [155/270] Compiling C object 'tests/tests@@test-slider@exe/test-slider.c.o'. [156/270] Compiling C object 'tests/tests@@test-state-machine@exe/test-state-machine.c.o'. [157/270] Generating symbol file 'src/src@@dazzle-1.0@sha/libdazzle-1.0.so.0.symbols'. [158/270] Compiling C object 'tests/tests@@test-signal-group@exe/test-signal-group.c.o'. [159/270] Compiling C object 'tests/tests@@test-heap@exe/test-heap.c.o'. [160/270] Compiling C object 'tests/tests@@test-task-cache@exe/test-task-cache.c.o'. [161/270] Linking target tests/test-menu-manager. [162/270] Compiling C object 'tests/tests@@test-file-chooser-entry@exe/test-file-chooser-entry.c.o'. [163/270] Linking target tools/dazzle-list-counters. [164/270] Linking target tests/test-menu-manager2. [165/270] Compiling C object 'tests/tests@@test-radio-box@exe/test-radio-box.c.o'. [166/270] Linking target tests/test-signal-group. [167/270] Linking target tests/test-binding-group. [168/270] Compiling C object 'tests/tests@@test-stack-list@exe/test-stack-list.c.o'. [169/270] Linking target tests/test-application. [170/270] Linking target tests/test-state-machine. [171/270] Linking target tests/test-task-cache. [172/270] Linking target tests/test-slider. [173/270] Linking target tests/test-heap. [174/270] Linking target tests/test-radio-box. [175/270] Linking target tests/test-file-chooser-entry. [176/270] Linking target tests/test-stack-list. [177/270] Compiling C object 'tests/tests@@test-elastic-bin@exe/test-elastic-bin.c.o'. [178/270] Compiling C object 'tests/tests@@test-cpu-graph@exe/test-cpu-graph.c.o'. [179/270] Compiling C object 'tests/tests@@test-suggestion-buffer@exe/test-suggestion-buffer.c.o'. [180/270] Compiling C object 'tests/tests@@test-suggestion@exe/test-suggestion.c.o'. [181/270] Compiling C object 'tests/tests@@test-empty-state@exe/test-empty-state.c.o'. [182/270] Linking target tests/test-elastic-bin. [183/270] Compiling C object 'tests/tests@@test-tab-strip@exe/test-tab-strip.c.o'. [184/270] Linking target tests/test-cpu-graph. [185/270] Compiling C object 'tests/tests@@test-fuzzy-index@exe/test-fuzzy-index.c.o'. [186/270] Linking target tests/test-suggestion-buffer. [187/270] Linking target tests/test-suggestion. [188/270] Linking target tests/test-bin. [189/270] Linking target tests/test-fuzzy-index. [190/270] Linking target tests/test-tab-strip. [191/270] Compiling C object 'tests/tests@@test-multi-paned@exe/test-multi-paned.c.o'. [192/270] Compiling C object 'tests/tests@@test-shortcut-chord@exe/test-shortcut-chord.c.o'. [193/270] Compiling C object 'tests/tests@@test-shortcut-overlays@exe/test-shortcut-overlays.c.o'. [194/270] Compiling C object 'tests/tests@@test-progress-menu-button@exe/test-progress-menu-button.c.o'. [195/270] Linking target tests/test-multi-paned. [196/270] Compiling C object 'tests/tests@@test-panel@exe/test-panel.c.o'. [197/270] Compiling C object 'tests/tests@@test-progress-icon@exe/test-progress-icon.c.o'. [198/270] Linking target tests/test-shortcut-chord. [199/270] Linking target tests/test-shortcut-overlays. [200/270] Linking target tests/test-panel. [201/270] Linking target tests/test-progress-icon. [202/270] Linking target tests/test-progress-menu-button. [203/270] Compiling C object 'tests/tests@@test-shortcut-theme@exe/test-shortcut-theme.c.o'. [204/270] Compiling C object 'tests/tests@@test-progress-button@exe/test-progress-button.c.o'. [205/270] Linking target tests/test-empty-state. [206/270] Linking target tests/test-shortcut-theme. [207/270] Linking target tests/test-progress-button. [208/270] Compiling C object 'tests/tests@@test-shortcuts@exe/test-shortcuts.c.o'. [209/270] Compiling C object 'tests/tests@@test-simple-popover@exe/test-simple-popover.c.o'. [210/270] Compiling C object 'tests/tests@@test-entry-box@exe/test-entry-box.c.o'. [211/270] Compiling C object 'tests/tests@@test-bolding-label@exe/test-bolding-label.c.o'. [212/270] Linking target tests/test-shortcuts. [213/270] Linking target tests/test-simple-popover. [214/270] Linking target tests/test-entry-box. [215/270] Compiling C object 'tests/tests@@test-file-manager@exe/test-file-manager.c.o'. [216/270] Linking target tests/test-bolding-label. [217/270] Compiling C object 'tests/tests@@test-fuzzy-mutable-index@exe/test-fuzzy-mutable-index.c.o'. [218/270] Linking target tests/test-file-manager. [219/270] Linking target tests/test-fuzzy-mutable-index. [220/270] Compiling C object 'tests/tests@@test-desktop-index@exe/test-desktop-index.c.o'. [221/270] Compiling C object 'tests/tests@@test-pill-box@exe/test-pill-box.c.o'. [222/270] Compiling C object 'tests/tests@@test-file-transfer@exe/test-file-transfer.c.o'. [223/270] Compiling C object 'tests/tests@@test-levenshtein@exe/test-levenshtein.c.o'. [224/270] Compiling C object 'tests/tests@@test-trie@exe/test-trie.c.o'. [225/270] Linking target tests/test-desktop-index. [226/270] Compiling C object 'tests/tests@@test-pattern-spec@exe/test-pattern-spec.c.o'. [227/270] Linking target tests/test-file-transfer. [228/270] Linking target tests/test-levenshtein. [229/270] Linking target tests/test-trie. [230/270] Compiling C object 'tests/tests@@test-recursive-monitor@exe/test-recursive-monitor.c.o'. [231/270] Linking target tests/test-pill-box. [232/270] Compiling C object 'tests/tests@@test-preferences@exe/test-preferences.c.o'. [233/270] Compiling C object 'tests/tests@@test-int-pair@exe/test-int-pair.c.o'. [234/270] Compiling C object 'tests/tests@@test-counters-window@exe/test-counters-window.c.o'. [235/270] Linking target tests/test-preferences. [236/270] Compiling C object 'tests/tests@@test-path-bar@exe/test-path-bar.c.o'. [237/270] Linking target tests/test-int-pair. [238/270] Compiling C object 'tests/tests@@test-cancellable@exe/test-cancellable.c.o'. [239/270] Compiling C object 'tests/tests@@test-list-store@exe/test-list-store.c.o'. [240/270] Linking target tests/test-counters-window. [241/270] Linking target tests/test-path-bar. [242/270] Linking target tests/test-list-store. [243/270] Compiling C object 'tests/tests@@test-ring@exe/test-ring.c.o'. [244/270] Compiling C object 'tests/tests@@test-joined-menu@exe/test-joined-menu.c.o'. [245/270] Linking target tests/test-ring. [246/270] Compiling C object 'tests/tests@@test-directory-reaper@exe/test-directory-reaper.c.o'. [247/270] Compiling C object 'tests/tests@@test-box@exe/test-box.c.o'. [248/270] Linking target tests/test-joined-menu. [249/270] Compiling C object 'tests/tests@@test-list-store-adapter@exe/test-list-store-adapter.c.o'. [250/270] Linking target tests/test-pattern-spec. [251/270] Compiling C object 'tests/tests@@test-util@exe/test-util.c.o'. [252/270] Generating Dazzle-1.0.gir with a custom command. [253/270] Linking target tests/test-directory-reaper. [254/270] Linking target tests/test-box. [255/270] Linking target tests/test-list-store-adapter. [256/270] Compiling C object 'tests/tests@@test-util@exe/.._src_util_dzl-util.c.o'. [257/270] Linking target tests/test-cancellable. [258/270] Linking target tests/test-recursive-monitor. [259/270] Linking target tests/test-util. [260/270] Compiling C object 'examples/app/examples@app@@example-application@exe/example-document.c.o'. [261/270] Compiling C object 'examples/app/examples@app@@example-application@exe/example-application.c.o'. [262/270] Compiling C object 'examples/app/examples@app@@example-application@exe/meson-generated_.._example-resources.c.o'. [263/270] Compiling C object 'tests/tests@@test-tree@exe/test-tree.c.o'. [264/270] Generating Dazzle-1.0.typelib with a custom command. [265/270] Compiling C object 'examples/app/examples@app@@example-application@exe/main.c.o'. [266/270] Linking target tests/test-tree. [267/270] Generating libdazzle-1.0.vapi with a custom command. [268/270] Compiling C object 'examples/app/examples@app@@example-application@exe/example-document-view.c.o'. [269/270] Compiling C object 'examples/app/examples@app@@example-application@exe/example-window.c.o'. [270/270] Linking target examples/app/example-application. [0/1] Installing files. Installing src/dzl-enums.h to /app/include/libdazzle-1.0 Installing src/libdazzle-1.0.so.0 to /app/lib Installing src/Dazzle-1.0.gir to /app/share/gir-1.0 Installing src/Dazzle-1.0.typelib to /app/lib/girepository-1.0 Installing src/libdazzle-1.0.vapi to /app/share/vala/vapi Installing tools/dazzle-list-counters to /app/bin Installing /run/build/libdazzle/src/dazzle.h to /app/include/libdazzle-1.0 Installing /run/build/libdazzle/src/dzl-version-macros.h to /app/include/libdazzle-1.0 Installing /run/build/libdazzle/src/actions/dzl-action-group.h to /app/include/libdazzle-1.0/actions Installing /run/build/libdazzle/src/actions/dzl-child-property-action.h to /app/include/libdazzle-1.0/actions Installing /run/build/libdazzle/src/actions/dzl-properties-group.h to /app/include/libdazzle-1.0/actions Installing /run/build/libdazzle/src/actions/dzl-settings-flag-action.h to /app/include/libdazzle-1.0/actions Installing /run/build/libdazzle/src/actions/dzl-widget-action-group.h to /app/include/libdazzle-1.0/actions Installing /run/build/libdazzle/src/animation/dzl-animation.h to /app/include/libdazzle-1.0/animation Installing /run/build/libdazzle/src/animation/dzl-box-theatric.h to /app/include/libdazzle-1.0/animation Installing /run/build/libdazzle/src/app/dzl-application.h to /app/include/libdazzle-1.0/app Installing /run/build/libdazzle/src/app/dzl-application-window.h to /app/include/libdazzle-1.0/app Installing /run/build/libdazzle/src/bindings/dzl-binding-group.h to /app/include/libdazzle-1.0/bindings Installing /run/build/libdazzle/src/bindings/dzl-signal-group.h to /app/include/libdazzle-1.0/bindings Installing /run/build/libdazzle/src/cache/dzl-task-cache.h to /app/include/libdazzle-1.0/cache Installing /run/build/libdazzle/src/files/dzl-directory-model.h to /app/include/libdazzle-1.0/files Installing /run/build/libdazzle/src/files/dzl-directory-reaper.h to /app/include/libdazzle-1.0/files Installing /run/build/libdazzle/src/files/dzl-file-transfer.h to /app/include/libdazzle-1.0/files Installing /run/build/libdazzle/src/files/dzl-recursive-file-monitor.h to /app/include/libdazzle-1.0/files Installing /run/build/libdazzle/src/graphing/dzl-cpu-graph.h to /app/include/libdazzle-1.0/graphing Installing /run/build/libdazzle/src/graphing/dzl-cpu-model.h to /app/include/libdazzle-1.0/graphing Installing /run/build/libdazzle/src/graphing/dzl-graph-column.h to /app/include/libdazzle-1.0/graphing Installing /run/build/libdazzle/src/graphing/dzl-graph-line-renderer.h to /app/include/libdazzle-1.0/graphing Installing /run/build/libdazzle/src/graphing/dzl-graph-model.h to /app/include/libdazzle-1.0/graphing Installing /run/build/libdazzle/src/graphing/dzl-graph-renderer.h to /app/include/libdazzle-1.0/graphing Installing /run/build/libdazzle/src/graphing/dzl-graph-view.h to /app/include/libdazzle-1.0/graphing Installing /run/build/libdazzle/src/menus/dzl-joined-menu.h to /app/include/libdazzle-1.0/menus Installing /run/build/libdazzle/src/menus/dzl-menu-button.h to /app/include/libdazzle-1.0/menus Installing /run/build/libdazzle/src/menus/dzl-menu-manager.h to /app/include/libdazzle-1.0/menus Installing /run/build/libdazzle/src/panel/dzl-dock-bin-edge.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-bin.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-item.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-manager.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-overlay-edge.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-overlay.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-paned.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-revealer.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-stack.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-transient-grab.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-types.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-widget.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock-window.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-dock.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-tab-strip.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/panel/dzl-tab.h to /app/include/libdazzle-1.0/panel Installing /run/build/libdazzle/src/pathbar/dzl-path-bar.h to /app/include/libdazzle-1.0/pathbar Installing /run/build/libdazzle/src/pathbar/dzl-path-element.h to /app/include/libdazzle-1.0/pathbar Installing /run/build/libdazzle/src/pathbar/dzl-path.h to /app/include/libdazzle-1.0/pathbar Installing /run/build/libdazzle/src/prefs/dzl-preferences-bin.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-entry.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-file-chooser-button.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-flow-box.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-font-button.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-group.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-page.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-spin-button.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-switch.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences-view.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/prefs/dzl-preferences.h to /app/include/libdazzle-1.0/prefs Installing /run/build/libdazzle/src/search/dzl-fuzzy-index-builder.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/search/dzl-fuzzy-index-cursor.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/search/dzl-fuzzy-index.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/search/dzl-fuzzy-index-match.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/search/dzl-fuzzy-mutable-index.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/search/dzl-levenshtein.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/search/dzl-pattern-spec.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/search/dzl-trie.h to /app/include/libdazzle-1.0/search Installing /run/build/libdazzle/src/settings/dzl-settings-sandwich.h to /app/include/libdazzle-1.0/settings Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-accel-dialog.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-chord.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-context.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-controller.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-label.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-manager.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-model.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-phase.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-simple-label.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-theme-editor.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcut-theme.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcuts-group.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcuts-section.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcuts-shortcut.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/shortcuts/dzl-shortcuts-window.h to /app/include/libdazzle-1.0/shortcuts Installing /run/build/libdazzle/src/statemachine/dzl-state-machine-buildable.h to /app/include/libdazzle-1.0/statemachine Installing /run/build/libdazzle/src/statemachine/dzl-state-machine.h to /app/include/libdazzle-1.0/statemachine Installing /run/build/libdazzle/src/suggestions/dzl-suggestion-entry-buffer.h to /app/include/libdazzle-1.0/suggestions Installing /run/build/libdazzle/src/suggestions/dzl-suggestion-entry.h to /app/include/libdazzle-1.0/suggestions Installing /run/build/libdazzle/src/suggestions/dzl-suggestion-popover.h to /app/include/libdazzle-1.0/suggestions Installing /run/build/libdazzle/src/suggestions/dzl-suggestion-row.h to /app/include/libdazzle-1.0/suggestions Installing /run/build/libdazzle/src/suggestions/dzl-suggestion.h to /app/include/libdazzle-1.0/suggestions Installing /run/build/libdazzle/src/theming/dzl-css-provider.h to /app/include/libdazzle-1.0/theming Installing /run/build/libdazzle/src/theming/dzl-theme-manager.h to /app/include/libdazzle-1.0/theming Installing /run/build/libdazzle/src/tree/dzl-tree-builder.h to /app/include/libdazzle-1.0/tree Installing /run/build/libdazzle/src/tree/dzl-tree-node.h to /app/include/libdazzle-1.0/tree Installing /run/build/libdazzle/src/tree/dzl-tree-types.h to /app/include/libdazzle-1.0/tree Installing /run/build/libdazzle/src/tree/dzl-tree.h to /app/include/libdazzle-1.0/tree Installing /run/build/libdazzle/src/tree/dzl-list-store-adapter.h to /app/include/libdazzle-1.0/tree Installing /run/build/libdazzle/src/util/dzl-cairo.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-cancellable.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-date-time.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-dnd.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-file-manager.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-gdk.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-gtk.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-heap.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-int-pair.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-macros.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-pango.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-rgba.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-ring.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-variant.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/util/dzl-counter.h to /app/include/libdazzle-1.0/util Installing /run/build/libdazzle/src/widgets/dzl-bin.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-bolding-label.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-box.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-centering-bin.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-column-layout.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-elastic-bin.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-empty-state.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-entry-box.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-file-chooser-entry.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-list-box.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-list-box-row.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-multi-paned.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-pill-box.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-priority-box.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-progress-button.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-progress-menu-button.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-progress-icon.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-radio-box.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-scrolled-window.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-search-bar.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-simple-label.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-simple-popover.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-slider.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-stack-list.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-three-grid.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/src/widgets/dzl-counters-window.h to /app/include/libdazzle-1.0/widgets Installing /run/build/libdazzle/_flatpak_build/src/dzl-version.h to /app/include/libdazzle-1.0 Installing /run/build/libdazzle/_flatpak_build/meson-private/libdazzle-1.0.deps to /app/share/vala/vapi Installing /run/build/libdazzle/_flatpak_build/meson-private/libdazzle-1.0.pc to /app/lib/pkgconfig compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/libdazzle-1.0.so.0 processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/libdazzle-1.0.so.0 [26] .debug_aranges compressed -> .zdebug_aranges (4944 => 1635 33.07%) [27] .debug_info compressed -> .zdebug_info (2864013 => 1469674 51.32%) [28] .debug_abbrev compressed -> .zdebug_abbrev (196492 => 22780 11.59%) [29] .debug_line compressed -> .zdebug_line (580850 => 189964 32.70%) [30] .debug_frame compressed -> .zdebug_frame (108440 => 30423 28.06%) [31] .debug_str compressed -> .zdebug_str (202100 => 52508 25.98%) [32] .debug_loc compressed -> .zdebug_loc (1141863 => 287854 25.21%) [33] .debug_ranges compressed -> .zdebug_ranges (204400 => 54168 26.50%) [36] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/libdazzle-1.0.so.0 to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/lib/libdazzle-1.0.so.0.debug compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/bin/dazzle-list-counters processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/bin/dazzle-list-counters [26] .debug_aranges compressed -> .zdebug_aranges (216 => 110 50.93%) [27] .debug_info compressed -> .zdebug_info (8094 => 4743 58.60%) [28] .debug_abbrev compressed -> .zdebug_abbrev (1554 => 588 37.84%) [29] .debug_line compressed -> .zdebug_line (2097 => 1015 48.40%) [30] .debug_frame compressed -> .zdebug_frame (164 => 139 84.76%) [31] .debug_str compressed -> .zdebug_str (4520 => 1983 43.87%) [32] .debug_loc compressed -> .zdebug_loc (856 => 336 39.25%) [33] .debug_ranges compressed -> .zdebug_ranges (232 => 130 56.03%) [36] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/bin/dazzle-list-counters to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/bin/dazzle-list-counters.debug Committing stage build-libdazzle to cache ======================================================================== Building module epiphany in /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/build/epiphany-1 ======================================================================== Already on 'master' The Meson build system Version: 0.47.1 Source dir: /run/build/epiphany Build dir: /run/build/epiphany/_flatpak_build Build type: native build Project name: epiphany Project version: 3.29.90 Appending CFLAGS from environment: '-O2 -g -fstack-protector-strong -O2 -g' Appending LDFLAGS from environment: '-L/app/lib -fstack-protector-strong -Wl,-z,relro,-z,now' Appending CPPFLAGS from environment: '-O2 -D_FORTIFY_SOURCE=2' DEPRECATION: Duplicated values in array option "c_args" is deprecated. This will become a hard error in the future. DEPRECATION: Duplicated values in array option "c_link_args" is deprecated. This will become a hard error in the future. Native C compiler: ccache cc (gcc 8.2.0 "cc (GCC) 8.2.0") Build machine cpu family: arm Build machine cpu: armv8l Found pkg-config: /usr/bin/pkg-config (1.5.2) Native dependency iso-codes found: YES 3.79 Configuring config.h using configuration Found git repository at /run/build/epiphany WARNING: Project targetting '>= 0.42.0' but tried to use feature introduced in '0.47.0': build_always_stale arg in custom_target Native dependency cairo found: YES 1.15.10 Native dependency libdazzle-1.0 found: YES 3.29.4 Native dependency gcr-3 found: YES 3.28.0 Native dependency gdk-3.0 found: YES 3.22.30 Native dependency gdk-pixbuf-2.0 found: YES 2.37.1 Native dependency gio-2.0 found: YES 2.57.2 Native dependency gio-unix-2.0 found: YES 2.57.2 Native dependency glib-2.0 found: YES 2.57.2 Native dependency gtk+-3.0 found: YES 3.22.30 Native dependency gtk+-unix-print-3.0 found: YES 3.22.30 Native dependency hogweed found: YES 3.4 Native dependency icu-uc found: YES 62.1 Native dependency json-glib-1.0 found: YES 1.5.1 Native dependency libnotify found: YES 0.7.7 Native dependency libsecret-1 found: YES 0.18.6 Native dependency libsoup-2.4 found: YES 2.63.2 Native dependency libxml-2.0 found: YES 2.9.8 Native dependency libxslt found: YES 1.1.32 Native dependency nettle found: YES 3.4 Native dependency sqlite3 found: YES 3.24.0 Native dependency webkit2gtk-4.0 found: YES 2.21.5 Native dependency webkit2gtk-web-extension-4.0 found: YES 2.21.5 Library gmp found: YES Library m found: YES Program glib-mkenums found: YES (/usr/bin/glib-mkenums) Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas) Configuring org.gnome.Epiphany.SearchProvider.service using configuration Configuring default-bookmarks.rdf using configuration Native dependency glib-2.0 found: YES 2.57.2 Program post_install.py found: YES (/usr/bin/env python3 /run/build/epiphany/post_install.py) Build targets in project: 45 WARNING: Project specifies a minimum meson_version '>= 0.42.0' which conflicts with: * 0.47.0: {'build_always_stale arg in custom_target'} Found ninja-1.8.2 at /usr/bin/ninja [1/245] Generating copy-gschema-to-builddir with a custom command. [2/245] Generating ephy-widgets-type-builtins.h with a meson_exe.py custom command. [3/245] Generating epiphany-web-extension-resources_h with a custom command. [4/245] Generating gsettings-enums with a meson_exe.py custom command. [5/245] Generating ephy-lib-type-builtins.c with a meson_exe.py custom command. [6/245] Generating ephy-lib-type-builtins.h with a meson_exe.py custom command. [7/245] Generating ephy-vcs-version.h with a custom command. [8/245] Generating glib-compile-schemas with a custom command. [9/245] Generating ephy-widgets-type-builtins.c with a meson_exe.py custom command. [10/245] Generating epiphany-web-extension-resources_c with a custom command. [11/245] Compiling C object 'lib/lib@@ephymisc@sha/meson-generated_.._ephy-lib-type-builtins.c.o'. [12/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-dbus-util.c.o'. [13/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-debug.c.o'. [14/245] Compiling C object 'lib/lib@@ephymisc@sha/contrib_gvdb_gvdb-reader.c.o'. [15/245] Generating ephy-embed-type-builtins.h with a meson_exe.py custom command. [16/245] Compiling C object 'lib/lib@@ephymisc@sha/contrib_gvdb_gvdb-builder.c.o'. [17/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-langs.c.o'. [18/245] Compiling C object 'lib/lib@@ephymisc@sha/contrib_eggtreemultidnd.c.o'. [19/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-favicon-helpers.c.o'. [20/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-notification-container.c.o'. [21/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-flatpak-utils.c.o'. [22/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-permissions-manager.c.o'. [23/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-dnd.c.o'. [24/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-notification.c.o'. [25/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-file-helpers.c.o'. [26/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-security-levels.c.o'. [27/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-gui.c.o'. [28/245] Generating org.gnome.Epiphany.desktop_merge with a custom command. [29/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-profile-utils.c.o'. [30/245] Generating org.gnome.Epiphany.appdata.xml_merge with a custom command. [31/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-signal-accumulator.c.o'. [32/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-time-helpers.c.o'. [33/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-search-engine-manager.c.o'. [34/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-smaps.c.o'. [35/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-sqlite-connection.c.o'. [36/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-settings.c.o'. [37/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-string.c.o'. [38/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-sqlite-statement.c.o'. [39/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-snapshot-service.c.o'. [40/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-sync-utils.c.o'. ../lib/ephy-sync-utils.c: In function ‘ephy_sync_utils_generate_random_bytes’: ../lib/ephy-sync-utils.c:181:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread (out, sizeof (guint8), num_bytes, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [41/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/contrib_nautilus-floating-bar.c.o'. [42/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-uri-tester-shared.c.o'. [43/245] Compiling C object 'lib/lib@@ephymisc@sha/history_ephy-history-service-hosts-table.c.o'. [44/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-zoom.c.o'. [45/245] Compiling C object 'lib/lib@@ephymisc@sha/history_ephy-history-service.c.o'. [46/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-web-app-utils.c.o'. [47/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-uri-helpers.c.o'. [48/245] Compiling C object 'lib/lib@@ephymisc@sha/history_ephy-history-types.c.o'. [49/245] Compiling C object 'lib/lib@@ephymisc@sha/history_ephy-history-service-urls-table.c.o'. [50/245] Compiling C object 'lib/lib@@ephymisc@sha/ephy-user-agent.c.o'. [51/245] Compiling C object 'lib/lib@@ephymisc@sha/history_ephy-history-service-visits-table.c.o'. [52/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-history-manager.c.o'. [53/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/meson-generated_.._.._ephy-lib-type-builtins.c.o'. [54/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-history-record.c.o'. [55/245] Compiling C object 'lib/lib@@ephymisc@sha/safe-browsing_ephy-gsb-service.c.o'. [56/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-open-tabs-manager.c.o'. [57/245] Compiling C object 'lib/lib@@ephymisc@sha/safe-browsing_ephy-gsb-utils.c.o'. [58/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/debug_ephy-sync-debug.c.o'. [59/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-open-tabs-record.c.o'. [60/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-tabs-catalog.c.o'. [61/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-password-record.c.o'. [62/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-synchronizable-manager.c.o'. [63/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-synchronizable.c.o'. [64/245] Compiling C object 'lib/lib@@ephymisc@sha/safe-browsing_ephy-gsb-storage.c.o'. [65/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/meson-generated_.._.._ephy-lib-type-builtins.c.o'. [66/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-password-manager.c.o'. [67/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-sync-crypto.c.o'. [68/245] Linking target lib/libephymisc.so. [69/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/meson-generated_.._ephy-widgets-type-builtins.c.o'. [70/245] Generating symbol file 'lib/lib@@ephymisc@sha/libephymisc.so.symbols'. [71/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/contrib_gd-two-lines-renderer.c.o'. [72/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-certificate-dialog.c.o'. [73/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-downloads-popover.c.o'. [74/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-downloads-progress-icon.c.o'. [75/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-file-chooser.c.o'. [76/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-download-widget.c.o'. [77/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-middle-clickable-button.c.o'. [78/245] Compiling C object 'embed/web-extension/embed@web-extension@@ephywebextension@sha/meson-generated_.._epiphany-web-extension-resources.c.o'. [79/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-security-popover.c.o'. [80/245] Compiling C object 'embed/web-extension/embed@web-extension@@ephywebextension@sha/meson-generated_.._.._.._lib_ephy-lib-type-builtins.c.o'. [81/245] Compiling C object 'lib/sync/lib@sync@@ephysync@sha/ephy-sync-service.c.o'. [82/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-title-widget.c.o'. [83/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-title-box.c.o'. [84/245] Linking target lib/sync/libephysync.so. [85/245] Compiling C object 'lib/widgets/lib@widgets@@ephywidgets@sta/ephy-location-entry.c.o'. [86/245] Linking static target lib/widgets/libephywidgets.a. [87/245] Compiling C object 'embed/embed@@ephyembed@sta/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [88/245] Compiling C object 'embed/web-extension/embed@web-extension@@ephywebextension@sha/ephy-uri-tester.c.o'. [89/245] Compiling C object 'embed/web-extension/embed@web-extension@@ephywebextension@sha/ephy-web-overview-model.c.o'. [90/245] Compiling C object 'embed/web-extension/embed@web-extension@@ephywebextension@sha/ephy-web-extension-main.c.o'. [91/245] Generating symbol file 'lib/sync/lib@sync@@ephysync@sha/libephysync.so.symbols'. [92/245] Generating ephy-embed-type-builtins.c with a meson_exe.py custom command. [93/245] Compiling C object 'embed/web-extension/embed@web-extension@@ephywebextension@sha/ephy-web-extension.c.o'. [94/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-about-handler.c.o'. [95/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-downloads-manager.c.o'. [96/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-embed-event.c.o'. [97/245] Linking target embed/web-extension/libephywebextension.so. [98/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-embed-container.c.o'. [99/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-download.c.o'. [100/245] Compiling C object 'embed/embed@@ephyembed@sta/meson-generated_.._ephy-embed-type-builtins.c.o'. [101/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-encoding.c.o'. [102/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-embed.c.o'. [103/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-encodings.c.o'. [104/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-embed-prefs.c.o'. [105/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-embed-utils.c.o'. [106/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-filters-manager.c.o'. [107/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-file-monitor.c.o'. [108/245] Generating ephy-shell-search-provider-generated.c with a custom command. [109/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-view-source-handler.c.o'. [110/245] Generating epiphany-resources_c with a custom command. [111/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-web-extension-proxy.c.o'. [112/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-find-toolbar.c.o'. [113/245] Generating epiphany-resources_h with a custom command. [114/245] Generating ephy-shell-search-provider-generated.h with a custom command. [115/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-embed-shell.c.o'. [116/245] Generating ephy-type-builtins.c with a meson_exe.py custom command. [117/245] Generating ephy-type-builtins.h with a meson_exe.py custom command. [118/245] Compiling C object 'src/src@@ephymain@sha/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [119/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-bookmarks-export.c.o'. [120/245] Compiling C object 'src/src@@ephymain@sha/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [121/245] Compiling C object 'src/src@@ephymain@sha/meson-generated_.._ephy-type-builtins.c.o'. [122/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-bookmarks-import.c.o'. [123/245] Compiling C object 'src/src@@ephymain@sha/ephy-action-bar.c.o'. [124/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-bookmark-row.c.o'. [125/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-bookmark-properties-grid.c.o'. [126/245] Compiling C object 'embed/embed@@ephyembed@sta/ephy-web-view.c.o'. [127/245] Compiling C object 'src/src@@ephymain@sha/cookies-dialog.c.o'. [128/245] Linking static target embed/libephyembed.a. [129/245] Compiling C object 'src/src@@ephymain@sha/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [130/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-bookmark.c.o'. [131/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-add-bookmark-popover.c.o'. [132/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-bookmarks-manager.c.o'. [133/245] Compiling C object 'src/src@@ephymain@sha/clear-data-dialog.c.o'. [134/245] Compiling C object 'src/src@@ephymain@sha/bookmarks_ephy-bookmarks-popover.c.o'. [135/245] Compiling C object 'src/src@@ephymain@sha/ephy-lockdown.c.o'. [136/245] Compiling C object 'src/src@@ephymain@sha/ephy-action-bar-end.c.o'. [137/245] Compiling C object 'src/src@@ephymain@sha/ephy-action-helper.c.o'. [138/245] Compiling C object 'src/src@@ephymain@sha/ephy-search-engine-dialog.c.o'. [139/245] Compiling C object 'src/src@@ephymain@sha/ephy-notebook.c.o'. [140/245] Compiling C object 'src/src@@ephymain@sha/ephy-encoding-row.c.o'. [141/245] Compiling C object 'src/src@@ephymain@sha/ephy-action-bar-start.c.o'. [142/245] Compiling C object 'src/src@@ephy-profile-migrator@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [143/245] Compiling C object 'src/src@@ephymain@sha/ephy-completion-model.c.o'. [144/245] Compiling C object 'src/src@@ephymain@sha/ephy-encoding-dialog.c.o'. [145/245] Compiling C object 'src/src@@ephymain@sha/ephy-link.c.o'. [146/245] Compiling C object 'src/src@@ephymain@sha/ephy-header-bar.c.o'. [147/245] Compiling C object 'src/src@@ephymain@sha/ephy-history-dialog.c.o'. [148/245] Compiling C object 'src/src@@ephymain@sha/ephy-location-controller.c.o'. [149/245] Compiling C object 'src/src@@ephymain@sha/passwords-dialog.c.o'. [150/245] Compiling C object 'src/src@@ephymain@sha/ephy-session.c.o'. [151/245] Compiling C object 'src/src@@ephymain@sha/popup-commands.c.o'. [152/245] Compiling C object 'src/src@@ephymain@sha/ephy-shell.c.o'. [153/245] Compiling C object 'src/src@@ephymain@sha/webapp-additional-urls-dialog.c.o'. [154/245] Compiling C object 'src/src@@ephymain@sha/synced-tabs-dialog.c.o'. [155/245] Compiling C object 'src/src@@ephy-profile-migrator@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [156/245] Compiling C object 'src/src@@ephymain@sha/prefs-dialog.c.o'. [157/245] Compiling C object 'src/src@@ephy-profile-migrator@exe/meson-generated_.._ephy-type-builtins.c.o'. [158/245] Compiling C object 'src/src@@ephy-profile-migrator@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [159/245] Compiling C object 'src/src@@epiphany-search-provider@exe/meson-generated_.._ephy-type-builtins.c.o'. [160/245] Compiling C object 'src/src@@epiphany-search-provider@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [161/245] Compiling C object 'src/src@@ephymain@sha/ephy-window.c.o'. [162/245] Compiling C object 'src/src@@epiphany-search-provider@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [163/245] Compiling C object 'src/src@@epiphany-search-provider@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [164/245] Compiling C object 'src/src@@ephy-profile-migrator@exe/profile-migrator_ephy-profile-migrator.c.o'. [165/245] Compiling C object 'src/src@@ephymain@sha/window-commands.c.o'. [166/245] Compiling C object 'tests/tests@@test-ephy-completion-model@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [167/245] Compiling C object 'src/src@@epiphany-search-provider@exe/meson-generated_.._ephy-shell-search-provider-generated.c.o'. [168/245] Compiling C object 'src/src@@epiphany@exe/meson-generated_.._epiphany-resources.c.o'. [169/245] Compiling C object 'src/src@@epiphany@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [170/245] Compiling C object 'src/src@@epiphany@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [171/245] Linking target src/libephymain.so. [172/245] Compiling C object 'src/src@@epiphany-search-provider@exe/search-provider_ephy-search-provider-main.c.o'. [173/245] Compiling C object 'src/src@@epiphany-search-provider@exe/search-provider_ephy-search-provider.c.o'. [174/245] Compiling C object 'tests/tests@@test-ephy-completion-model@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [175/245] Compiling C object 'src/src@@epiphany@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [176/245] Compiling C object 'tests/tests@@test-ephy-encodings@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [177/245] Generating symbol file 'src/src@@ephymain@sha/libephymain.so.symbols'. [178/245] Compiling C object 'tests/tests@@test-ephy-embed-utils@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [179/245] Compiling C object 'tests/tests@@test-ephy-completion-model@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [180/245] Compiling C object 'src/src@@epiphany@exe/meson-generated_.._ephy-type-builtins.c.o'. [181/245] Compiling C object 'tests/tests@@test-ephy-embed-utils@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [182/245] Compiling C object 'src/src@@epiphany@exe/ephy-main.c.o'. [183/245] Compiling C object 'tests/tests@@test-ephy-completion-model@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [184/245] Linking target src/ephy-profile-migrator. [185/245] Compiling C object 'tests/tests@@test-ephy-encodings@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [186/245] Linking target src/epiphany-search-provider. [187/245] Compiling C object 'tests/tests@@test-ephy-completion-model@exe/ephy-completion-model-test.c.o'. [188/245] Compiling C object 'tests/tests@@test-ephy-embed-utils@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [189/245] Linking target src/epiphany. [190/245] Compiling C object 'tests/tests@@test-ephy-history@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [191/245] Compiling C object 'tests/tests@@test-ephy-embed-utils@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [192/245] Compiling C object 'tests/tests@@test-ephy-gsb-service@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [193/245] Compiling C object 'tests/tests@@test-ephy-embed-utils@exe/ephy-embed-utils-test.c.o'. [194/245] Compiling C object 'tests/tests@@test-ephy-history@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [195/245] Compiling C object 'tests/tests@@test-ephy-encodings@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [196/245] Linking target tests/test-ephy-completion-model. [197/245] Compiling C object 'tests/tests@@test-ephy-history@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [198/245] Compiling C object 'tests/tests@@test-ephy-history@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [199/245] Compiling C object 'tests/tests@@test-ephy-encodings@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [200/245] Linking target tests/test-ephy-embed-utils. [201/245] Compiling C object 'tests/tests@@test-ephy-encodings@exe/ephy-encodings-test.c.o'. [202/245] Compiling C object 'tests/tests@@test-ephy-gsb-service@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [203/245] Compiling C object 'tests/tests@@test-ephy-gsb-service@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [204/245] Compiling C object 'tests/tests@@test-ephy-gsb-service@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [205/245] Compiling C object 'tests/tests@@test-ephy-gsb-service@exe/ephy-gsb-service-test.c.o'. [206/245] Compiling C object 'tests/tests@@test-ephy-uri-helpers@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [207/245] Compiling C object 'tests/tests@@test-ephy-string@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [208/245] Compiling C object 'tests/tests@@test-location-entry@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [209/245] Linking target tests/test-ephy-encodings. [210/245] Compiling C object 'tests/tests@@test-location-entry@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [211/245] Compiling C object 'tests/tests@@test-ephy-sqlite@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [212/245] Compiling C object 'tests/tests@@test-location-entry@exe/ephy-location-entry-test.c.o'. [213/245] Linking target tests/test-ephy-gsb-service. [214/245] Compiling C object 'tests/tests@@test-ephy-migration@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [215/245] Compiling C object 'tests/tests@@test-location-entry@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [216/245] Compiling C object 'tests/tests@@test-ephy-uri-helpers@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [217/245] Compiling C object 'tests/tests@@test-ephy-history@exe/ephy-history-test.c.o'. [218/245] Compiling C object 'tests/tests@@test-location-entry@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [219/245] Compiling C object 'tests/tests@@test-ephy-migration@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [220/245] Compiling C object 'tests/tests@@test-ephy-migration@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [221/245] Compiling C object 'tests/tests@@test-ephy-migration@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [222/245] Compiling C object 'tests/tests@@test-ephy-web-app-utils@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [223/245] Compiling C object 'tests/tests@@test-ephy-sqlite@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [224/245] Compiling C object 'tests/tests@@test-ephy-migration@exe/ephy-migration-test.c.o'. [225/245] Compiling C object 'tests/tests@@test-ephy-sqlite@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [226/245] Linking target tests/test-ephy-history. [227/245] Compiling C object 'tests/tests@@test-ephy-string@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [228/245] Linking target tests/test-location-entry. [229/245] Compiling C object 'tests/tests@@test-ephy-sqlite@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [230/245] Compiling C object 'tests/tests@@test-ephy-sqlite@exe/ephy-sqlite-test.c.o'. [231/245] Linking target tests/test-ephy-migration. [232/245] Compiling C object 'tests/tests@@test-ephy-string@exe/ephy-string-test.c.o'. [233/245] Compiling C object 'tests/tests@@test-ephy-string@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [234/245] Compiling C object 'tests/tests@@test-ephy-string@exe/meson-generated_.._.._embed_ephy-embed-type-builtins.c.o'. [235/245] Compiling C object 'tests/tests@@test-ephy-web-app-utils@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [236/245] Compiling C object 'tests/tests@@test-ephy-uri-helpers@exe/meson-generated_.._.._lib_widgets_ephy-widgets-type-builtins.c.o'. [237/245] Compiling C object 'tests/tests@@test-ephy-web-app-utils@exe/meson-generated_.._.._lib_ephy-lib-type-builtins.c.o'. [238/245] Compiling C object 'tests/tests@@test-ephy-uri-helpers@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [239/245] Linking target tests/test-ephy-sqlite. [240/245] Compiling C object 'tests/tests@@test-ephy-uri-helpers@exe/ephy-uri-helpers-test.c.o'. [241/245] Linking target tests/test-ephy-string. [242/245] Compiling C object 'tests/tests@@test-ephy-web-app-utils@exe/meson-generated_.._.._src_ephy-type-builtins.c.o'. [243/245] Compiling C object 'tests/tests@@test-ephy-web-app-utils@exe/ephy-web-app-utils-test.c.o'. [244/245] Linking target tests/test-ephy-uri-helpers. [245/245] Linking target tests/test-ephy-web-app-utils. [1/22] Generating ephy-vcs-version.h with a custom command. [1/2] Installing files. Installing /run/build/epiphany/_flatpak_build/help/cs/index.page to /app/share/help/cs/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/cs/introduction.page to /app/share/help/cs/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/cs/legal.xml to /app/share/help/cs/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/cs/browse-local.page to /app/share/help/cs/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/cs/browse-private.page to /app/share/help/cs/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/cs/browse-tab.page to /app/share/help/cs/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/cs/browse-web.page to /app/share/help/cs/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/cs/browse-webapps.page to /app/share/help/cs/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/cs/browse-webapps-del.page to /app/share/help/cs/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/cs/cert.page to /app/share/help/cs/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/cs/cookies.xml to /app/share/help/cs/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/cs/data-cookies.page to /app/share/help/cs/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/cs/data-passwords.page to /app/share/help/cs/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/cs/history.page to /app/share/help/cs/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/cs/history-delete.page to /app/share/help/cs/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/cs/keyboard-shortcut.page to /app/share/help/cs/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/cs/pref.page to /app/share/help/cs/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/cs/pref-cookies.page to /app/share/help/cs/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/cs/pref-css.page to /app/share/help/cs/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/cs/pref-downloads.page to /app/share/help/cs/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/cs/pref-do-not-track.page to /app/share/help/cs/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/cs/pref-font.page to /app/share/help/cs/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/cs/pref-passwords.page to /app/share/help/cs/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/cs/prob-restore-closed-page.page to /app/share/help/cs/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/cs/proxy.page to /app/share/help/cs/epiphany/proxy.page Symlinking /app/share/help/cs/epiphany/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png. Symlinking /app/share/help/cs/epiphany/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png. Symlinking /app/share/help/cs/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/de/index.page to /app/share/help/de/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/de/introduction.page to /app/share/help/de/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/de/legal.xml to /app/share/help/de/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/de/browse-local.page to /app/share/help/de/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/de/browse-private.page to /app/share/help/de/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/de/browse-tab.page to /app/share/help/de/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/de/browse-web.page to /app/share/help/de/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/de/browse-webapps.page to /app/share/help/de/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/de/browse-webapps-del.page to /app/share/help/de/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/de/cert.page to /app/share/help/de/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/de/cookies.xml to /app/share/help/de/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/de/data-cookies.page to /app/share/help/de/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/de/data-passwords.page to /app/share/help/de/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/de/history.page to /app/share/help/de/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/de/history-delete.page to /app/share/help/de/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/de/keyboard-shortcut.page to /app/share/help/de/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/de/pref.page to /app/share/help/de/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/de/pref-cookies.page to /app/share/help/de/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/de/pref-css.page to /app/share/help/de/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/de/pref-downloads.page to /app/share/help/de/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/de/pref-do-not-track.page to /app/share/help/de/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/de/pref-font.page to /app/share/help/de/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/de/pref-passwords.page to /app/share/help/de/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/de/prob-restore-closed-page.page to /app/share/help/de/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/de/proxy.page to /app/share/help/de/epiphany/proxy.page Installing /run/build/epiphany/help/de/media/epiphany-3-12.png to /app/share/help/de/epiphany/media/epiphany-3-12.png Installing /run/build/epiphany/help/de/media/private-browsing-3-12.png to /app/share/help/de/epiphany/media/private-browsing-3-12.png Symlinking /app/share/help/de/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/el/index.page to /app/share/help/el/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/el/introduction.page to /app/share/help/el/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/el/legal.xml to /app/share/help/el/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/el/browse-local.page to /app/share/help/el/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/el/browse-private.page to /app/share/help/el/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/el/browse-tab.page to /app/share/help/el/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/el/browse-web.page to /app/share/help/el/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/el/browse-webapps.page to /app/share/help/el/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/el/browse-webapps-del.page to /app/share/help/el/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/el/cert.page to /app/share/help/el/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/el/cookies.xml to /app/share/help/el/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/el/data-cookies.page to /app/share/help/el/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/el/data-passwords.page to /app/share/help/el/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/el/history.page to /app/share/help/el/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/el/history-delete.page to /app/share/help/el/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/el/keyboard-shortcut.page to /app/share/help/el/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/el/pref.page to /app/share/help/el/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/el/pref-cookies.page to /app/share/help/el/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/el/pref-css.page to /app/share/help/el/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/el/pref-downloads.page to /app/share/help/el/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/el/pref-do-not-track.page to /app/share/help/el/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/el/pref-font.page to /app/share/help/el/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/el/pref-passwords.page to /app/share/help/el/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/el/prob-restore-closed-page.page to /app/share/help/el/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/el/proxy.page to /app/share/help/el/epiphany/proxy.page Symlinking /app/share/help/el/epiphany/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png. Symlinking /app/share/help/el/epiphany/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png. Symlinking /app/share/help/el/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/es/index.page to /app/share/help/es/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/es/introduction.page to /app/share/help/es/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/es/legal.xml to /app/share/help/es/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/es/browse-local.page to /app/share/help/es/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/es/browse-private.page to /app/share/help/es/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/es/browse-tab.page to /app/share/help/es/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/es/browse-web.page to /app/share/help/es/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/es/browse-webapps.page to /app/share/help/es/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/es/browse-webapps-del.page to /app/share/help/es/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/es/cert.page to /app/share/help/es/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/es/cookies.xml to /app/share/help/es/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/es/data-cookies.page to /app/share/help/es/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/es/data-passwords.page to /app/share/help/es/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/es/history.page to /app/share/help/es/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/es/history-delete.page to /app/share/help/es/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/es/keyboard-shortcut.page to /app/share/help/es/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/es/pref.page to /app/share/help/es/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/es/pref-cookies.page to /app/share/help/es/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/es/pref-css.page to /app/share/help/es/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/es/pref-downloads.page to /app/share/help/es/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/es/pref-do-not-track.page to /app/share/help/es/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/es/pref-font.page to /app/share/help/es/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/es/pref-passwords.page to /app/share/help/es/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/es/prob-restore-closed-page.page to /app/share/help/es/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/es/proxy.page to /app/share/help/es/epiphany/proxy.page Symlinking /app/share/help/es/epiphany/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png. Symlinking /app/share/help/es/epiphany/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png. Symlinking /app/share/help/es/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/fr/index.page to /app/share/help/fr/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/fr/introduction.page to /app/share/help/fr/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/fr/legal.xml to /app/share/help/fr/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/fr/browse-local.page to /app/share/help/fr/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/fr/browse-private.page to /app/share/help/fr/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/fr/browse-tab.page to /app/share/help/fr/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/fr/browse-web.page to /app/share/help/fr/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/fr/browse-webapps.page to /app/share/help/fr/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/fr/browse-webapps-del.page to /app/share/help/fr/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/fr/cert.page to /app/share/help/fr/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/fr/cookies.xml to /app/share/help/fr/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/fr/data-cookies.page to /app/share/help/fr/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/fr/data-passwords.page to /app/share/help/fr/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/fr/history.page to /app/share/help/fr/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/fr/history-delete.page to /app/share/help/fr/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/fr/keyboard-shortcut.page to /app/share/help/fr/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/fr/pref.page to /app/share/help/fr/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/fr/pref-cookies.page to /app/share/help/fr/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/fr/pref-css.page to /app/share/help/fr/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/fr/pref-downloads.page to /app/share/help/fr/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/fr/pref-do-not-track.page to /app/share/help/fr/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/fr/pref-font.page to /app/share/help/fr/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/fr/pref-passwords.page to /app/share/help/fr/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/fr/prob-restore-closed-page.page to /app/share/help/fr/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/fr/proxy.page to /app/share/help/fr/epiphany/proxy.page Installing /run/build/epiphany/help/fr/media/epiphany-3-12.png to /app/share/help/fr/epiphany/media/epiphany-3-12.png Installing /run/build/epiphany/help/fr/media/private-browsing-3-12.png to /app/share/help/fr/epiphany/media/private-browsing-3-12.png Symlinking /app/share/help/fr/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/gl/index.page to /app/share/help/gl/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/gl/introduction.page to /app/share/help/gl/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/gl/legal.xml to /app/share/help/gl/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/gl/browse-local.page to /app/share/help/gl/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/gl/browse-private.page to /app/share/help/gl/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/gl/browse-tab.page to /app/share/help/gl/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/gl/browse-web.page to /app/share/help/gl/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/gl/browse-webapps.page to /app/share/help/gl/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/gl/browse-webapps-del.page to /app/share/help/gl/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/gl/cert.page to /app/share/help/gl/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/gl/cookies.xml to /app/share/help/gl/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/gl/data-cookies.page to /app/share/help/gl/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/gl/data-passwords.page to /app/share/help/gl/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/gl/history.page to /app/share/help/gl/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/gl/history-delete.page to /app/share/help/gl/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/gl/keyboard-shortcut.page to /app/share/help/gl/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/gl/pref.page to /app/share/help/gl/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/gl/pref-cookies.page to /app/share/help/gl/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/gl/pref-css.page to /app/share/help/gl/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/gl/pref-downloads.page to /app/share/help/gl/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/gl/pref-do-not-track.page to /app/share/help/gl/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/gl/pref-font.page to /app/share/help/gl/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/gl/pref-passwords.page to /app/share/help/gl/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/gl/prob-restore-closed-page.page to /app/share/help/gl/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/gl/proxy.page to /app/share/help/gl/epiphany/proxy.page Symlinking /app/share/help/gl/epiphany/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png. Symlinking /app/share/help/gl/epiphany/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png. Symlinking /app/share/help/gl/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/hu/index.page to /app/share/help/hu/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/hu/introduction.page to /app/share/help/hu/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/hu/legal.xml to /app/share/help/hu/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/hu/browse-local.page to /app/share/help/hu/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/hu/browse-private.page to /app/share/help/hu/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/hu/browse-tab.page to /app/share/help/hu/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/hu/browse-web.page to /app/share/help/hu/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/hu/browse-webapps.page to /app/share/help/hu/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/hu/browse-webapps-del.page to /app/share/help/hu/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/hu/cert.page to /app/share/help/hu/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/hu/cookies.xml to /app/share/help/hu/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/hu/data-cookies.page to /app/share/help/hu/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/hu/data-passwords.page to /app/share/help/hu/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/hu/history.page to /app/share/help/hu/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/hu/history-delete.page to /app/share/help/hu/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/hu/keyboard-shortcut.page to /app/share/help/hu/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/hu/pref.page to /app/share/help/hu/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/hu/pref-cookies.page to /app/share/help/hu/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/hu/pref-css.page to /app/share/help/hu/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/hu/pref-downloads.page to /app/share/help/hu/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/hu/pref-do-not-track.page to /app/share/help/hu/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/hu/pref-font.page to /app/share/help/hu/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/hu/pref-passwords.page to /app/share/help/hu/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/hu/prob-restore-closed-page.page to /app/share/help/hu/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/hu/proxy.page to /app/share/help/hu/epiphany/proxy.page Installing /run/build/epiphany/help/hu/media/epiphany-3-12.png to /app/share/help/hu/epiphany/media/epiphany-3-12.png Installing /run/build/epiphany/help/hu/media/private-browsing-3-12.png to /app/share/help/hu/epiphany/media/private-browsing-3-12.png Symlinking /app/share/help/hu/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/ko/index.page to /app/share/help/ko/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/ko/introduction.page to /app/share/help/ko/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/ko/legal.xml to /app/share/help/ko/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/ko/browse-local.page to /app/share/help/ko/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/ko/browse-private.page to /app/share/help/ko/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/ko/browse-tab.page to /app/share/help/ko/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/ko/browse-web.page to /app/share/help/ko/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/ko/browse-webapps.page to /app/share/help/ko/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/ko/browse-webapps-del.page to /app/share/help/ko/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/ko/cert.page to /app/share/help/ko/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/ko/cookies.xml to /app/share/help/ko/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/ko/data-cookies.page to /app/share/help/ko/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/ko/data-passwords.page to /app/share/help/ko/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/ko/history.page to /app/share/help/ko/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/ko/history-delete.page to /app/share/help/ko/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/ko/keyboard-shortcut.page to /app/share/help/ko/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/ko/pref.page to /app/share/help/ko/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/ko/pref-cookies.page to /app/share/help/ko/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/ko/pref-css.page to /app/share/help/ko/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/ko/pref-downloads.page to /app/share/help/ko/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/ko/pref-do-not-track.page to /app/share/help/ko/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/ko/pref-font.page to /app/share/help/ko/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/ko/pref-passwords.page to /app/share/help/ko/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/ko/prob-restore-closed-page.page to /app/share/help/ko/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/ko/proxy.page to /app/share/help/ko/epiphany/proxy.page Symlinking /app/share/help/ko/epiphany/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png. Symlinking /app/share/help/ko/epiphany/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png. Symlinking /app/share/help/ko/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/pl/index.page to /app/share/help/pl/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/pl/introduction.page to /app/share/help/pl/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/pl/legal.xml to /app/share/help/pl/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/pl/browse-local.page to /app/share/help/pl/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/pl/browse-private.page to /app/share/help/pl/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/pl/browse-tab.page to /app/share/help/pl/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/pl/browse-web.page to /app/share/help/pl/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/pl/browse-webapps.page to /app/share/help/pl/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/pl/browse-webapps-del.page to /app/share/help/pl/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/pl/cert.page to /app/share/help/pl/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/pl/cookies.xml to /app/share/help/pl/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/pl/data-cookies.page to /app/share/help/pl/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/pl/data-passwords.page to /app/share/help/pl/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/pl/history.page to /app/share/help/pl/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/pl/history-delete.page to /app/share/help/pl/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/pl/keyboard-shortcut.page to /app/share/help/pl/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/pl/pref.page to /app/share/help/pl/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/pl/pref-cookies.page to /app/share/help/pl/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/pl/pref-css.page to /app/share/help/pl/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/pl/pref-downloads.page to /app/share/help/pl/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/pl/pref-do-not-track.page to /app/share/help/pl/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/pl/pref-font.page to /app/share/help/pl/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/pl/pref-passwords.page to /app/share/help/pl/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/pl/prob-restore-closed-page.page to /app/share/help/pl/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/pl/proxy.page to /app/share/help/pl/epiphany/proxy.page Installing /run/build/epiphany/help/pl/media/epiphany-3-12.png to /app/share/help/pl/epiphany/media/epiphany-3-12.png Installing /run/build/epiphany/help/pl/media/private-browsing-3-12.png to /app/share/help/pl/epiphany/media/private-browsing-3-12.png Symlinking /app/share/help/pl/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/pt_BR/index.page to /app/share/help/pt_BR/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/introduction.page to /app/share/help/pt_BR/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/legal.xml to /app/share/help/pt_BR/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/pt_BR/browse-local.page to /app/share/help/pt_BR/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/browse-private.page to /app/share/help/pt_BR/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/browse-tab.page to /app/share/help/pt_BR/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/browse-web.page to /app/share/help/pt_BR/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/browse-webapps.page to /app/share/help/pt_BR/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/browse-webapps-del.page to /app/share/help/pt_BR/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/cert.page to /app/share/help/pt_BR/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/cookies.xml to /app/share/help/pt_BR/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/pt_BR/data-cookies.page to /app/share/help/pt_BR/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/data-passwords.page to /app/share/help/pt_BR/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/history.page to /app/share/help/pt_BR/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/history-delete.page to /app/share/help/pt_BR/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/keyboard-shortcut.page to /app/share/help/pt_BR/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/pref.page to /app/share/help/pt_BR/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/pref-cookies.page to /app/share/help/pt_BR/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/pref-css.page to /app/share/help/pt_BR/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/pref-downloads.page to /app/share/help/pt_BR/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/pref-do-not-track.page to /app/share/help/pt_BR/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/pref-font.page to /app/share/help/pt_BR/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/pref-passwords.page to /app/share/help/pt_BR/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/prob-restore-closed-page.page to /app/share/help/pt_BR/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/pt_BR/proxy.page to /app/share/help/pt_BR/epiphany/proxy.page Installing /run/build/epiphany/help/pt_BR/media/epiphany-3-12.png to /app/share/help/pt_BR/epiphany/media/epiphany-3-12.png Installing /run/build/epiphany/help/pt_BR/media/private-browsing-3-12.png to /app/share/help/pt_BR/epiphany/media/private-browsing-3-12.png Symlinking /app/share/help/pt_BR/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/ru/index.page to /app/share/help/ru/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/ru/introduction.page to /app/share/help/ru/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/ru/legal.xml to /app/share/help/ru/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/ru/browse-local.page to /app/share/help/ru/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/ru/browse-private.page to /app/share/help/ru/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/ru/browse-tab.page to /app/share/help/ru/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/ru/browse-web.page to /app/share/help/ru/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/ru/browse-webapps.page to /app/share/help/ru/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/ru/browse-webapps-del.page to /app/share/help/ru/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/ru/cert.page to /app/share/help/ru/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/ru/cookies.xml to /app/share/help/ru/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/ru/data-cookies.page to /app/share/help/ru/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/ru/data-passwords.page to /app/share/help/ru/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/ru/history.page to /app/share/help/ru/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/ru/history-delete.page to /app/share/help/ru/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/ru/keyboard-shortcut.page to /app/share/help/ru/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/ru/pref.page to /app/share/help/ru/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/ru/pref-cookies.page to /app/share/help/ru/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/ru/pref-css.page to /app/share/help/ru/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/ru/pref-downloads.page to /app/share/help/ru/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/ru/pref-do-not-track.page to /app/share/help/ru/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/ru/pref-font.page to /app/share/help/ru/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/ru/pref-passwords.page to /app/share/help/ru/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/ru/prob-restore-closed-page.page to /app/share/help/ru/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/ru/proxy.page to /app/share/help/ru/epiphany/proxy.page Symlinking /app/share/help/ru/epiphany/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png. Symlinking /app/share/help/ru/epiphany/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png. Symlinking /app/share/help/ru/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/_flatpak_build/help/sv/index.page to /app/share/help/sv/epiphany/index.page Installing /run/build/epiphany/_flatpak_build/help/sv/introduction.page to /app/share/help/sv/epiphany/introduction.page Installing /run/build/epiphany/_flatpak_build/help/sv/legal.xml to /app/share/help/sv/epiphany/legal.xml Installing /run/build/epiphany/_flatpak_build/help/sv/browse-local.page to /app/share/help/sv/epiphany/browse-local.page Installing /run/build/epiphany/_flatpak_build/help/sv/browse-private.page to /app/share/help/sv/epiphany/browse-private.page Installing /run/build/epiphany/_flatpak_build/help/sv/browse-tab.page to /app/share/help/sv/epiphany/browse-tab.page Installing /run/build/epiphany/_flatpak_build/help/sv/browse-web.page to /app/share/help/sv/epiphany/browse-web.page Installing /run/build/epiphany/_flatpak_build/help/sv/browse-webapps.page to /app/share/help/sv/epiphany/browse-webapps.page Installing /run/build/epiphany/_flatpak_build/help/sv/browse-webapps-del.page to /app/share/help/sv/epiphany/browse-webapps-del.page Installing /run/build/epiphany/_flatpak_build/help/sv/cert.page to /app/share/help/sv/epiphany/cert.page Installing /run/build/epiphany/_flatpak_build/help/sv/cookies.xml to /app/share/help/sv/epiphany/cookies.xml Installing /run/build/epiphany/_flatpak_build/help/sv/data-cookies.page to /app/share/help/sv/epiphany/data-cookies.page Installing /run/build/epiphany/_flatpak_build/help/sv/data-passwords.page to /app/share/help/sv/epiphany/data-passwords.page Installing /run/build/epiphany/_flatpak_build/help/sv/history.page to /app/share/help/sv/epiphany/history.page Installing /run/build/epiphany/_flatpak_build/help/sv/history-delete.page to /app/share/help/sv/epiphany/history-delete.page Installing /run/build/epiphany/_flatpak_build/help/sv/keyboard-shortcut.page to /app/share/help/sv/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/_flatpak_build/help/sv/pref.page to /app/share/help/sv/epiphany/pref.page Installing /run/build/epiphany/_flatpak_build/help/sv/pref-cookies.page to /app/share/help/sv/epiphany/pref-cookies.page Installing /run/build/epiphany/_flatpak_build/help/sv/pref-css.page to /app/share/help/sv/epiphany/pref-css.page Installing /run/build/epiphany/_flatpak_build/help/sv/pref-downloads.page to /app/share/help/sv/epiphany/pref-downloads.page Installing /run/build/epiphany/_flatpak_build/help/sv/pref-do-not-track.page to /app/share/help/sv/epiphany/pref-do-not-track.page Installing /run/build/epiphany/_flatpak_build/help/sv/pref-font.page to /app/share/help/sv/epiphany/pref-font.page Installing /run/build/epiphany/_flatpak_build/help/sv/pref-passwords.page to /app/share/help/sv/epiphany/pref-passwords.page Installing /run/build/epiphany/_flatpak_build/help/sv/prob-restore-closed-page.page to /app/share/help/sv/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/_flatpak_build/help/sv/proxy.page to /app/share/help/sv/epiphany/proxy.page Symlinking /app/share/help/sv/epiphany/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png. Symlinking /app/share/help/sv/epiphany/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png. Symlinking /app/share/help/sv/epiphany/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png. Installing /run/build/epiphany/help/C/index.page to /app/share/help/C/epiphany/index.page Installing /run/build/epiphany/help/C/introduction.page to /app/share/help/C/epiphany/introduction.page Installing /run/build/epiphany/help/C/legal.xml to /app/share/help/C/epiphany/legal.xml Installing /run/build/epiphany/help/C/browse-local.page to /app/share/help/C/epiphany/browse-local.page Installing /run/build/epiphany/help/C/browse-private.page to /app/share/help/C/epiphany/browse-private.page Installing /run/build/epiphany/help/C/browse-tab.page to /app/share/help/C/epiphany/browse-tab.page Installing /run/build/epiphany/help/C/browse-web.page to /app/share/help/C/epiphany/browse-web.page Installing /run/build/epiphany/help/C/browse-webapps.page to /app/share/help/C/epiphany/browse-webapps.page Installing /run/build/epiphany/help/C/browse-webapps-del.page to /app/share/help/C/epiphany/browse-webapps-del.page Installing /run/build/epiphany/help/C/cert.page to /app/share/help/C/epiphany/cert.page Installing /run/build/epiphany/help/C/cookies.xml to /app/share/help/C/epiphany/cookies.xml Installing /run/build/epiphany/help/C/data-cookies.page to /app/share/help/C/epiphany/data-cookies.page Installing /run/build/epiphany/help/C/data-passwords.page to /app/share/help/C/epiphany/data-passwords.page Installing /run/build/epiphany/help/C/history.page to /app/share/help/C/epiphany/history.page Installing /run/build/epiphany/help/C/history-delete.page to /app/share/help/C/epiphany/history-delete.page Installing /run/build/epiphany/help/C/keyboard-shortcut.page to /app/share/help/C/epiphany/keyboard-shortcut.page Installing /run/build/epiphany/help/C/pref.page to /app/share/help/C/epiphany/pref.page Installing /run/build/epiphany/help/C/pref-cookies.page to /app/share/help/C/epiphany/pref-cookies.page Installing /run/build/epiphany/help/C/pref-css.page to /app/share/help/C/epiphany/pref-css.page Installing /run/build/epiphany/help/C/pref-downloads.page to /app/share/help/C/epiphany/pref-downloads.page Installing /run/build/epiphany/help/C/pref-do-not-track.page to /app/share/help/C/epiphany/pref-do-not-track.page Installing /run/build/epiphany/help/C/pref-font.page to /app/share/help/C/epiphany/pref-font.page Installing /run/build/epiphany/help/C/pref-passwords.page to /app/share/help/C/epiphany/pref-passwords.page Installing /run/build/epiphany/help/C/prob-restore-closed-page.page to /app/share/help/C/epiphany/prob-restore-closed-page.page Installing /run/build/epiphany/help/C/proxy.page to /app/share/help/C/epiphany/proxy.page Installing /run/build/epiphany/help/C/media/epiphany-3-12.png to /app/share/help/C/epiphany/media/epiphany-3-12.png Installing /run/build/epiphany/help/C/media/private-browsing-3-12.png to /app/share/help/C/epiphany/media/private-browsing-3-12.png Installing /run/build/epiphany/help/C/media/web-browser.png to /app/share/help/C/epiphany/media/web-browser.png Installing /run/build/epiphany/_flatpak_build/po/am.gmo to /app/share/locale/am/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/an.gmo to /app/share/locale/an/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ar.gmo to /app/share/locale/ar/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/as.gmo to /app/share/locale/as/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ast.gmo to /app/share/locale/ast/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/az.gmo to /app/share/locale/az/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/be.gmo to /app/share/locale/be/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/be@latin.gmo to /app/share/locale/be@latin/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/bg.gmo to /app/share/locale/bg/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/bn.gmo to /app/share/locale/bn/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/bn_IN.gmo to /app/share/locale/bn_IN/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/br.gmo to /app/share/locale/br/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/bs.gmo to /app/share/locale/bs/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ca.gmo to /app/share/locale/ca/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ca@valencia.gmo to /app/share/locale/ca@valencia/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/cs.gmo to /app/share/locale/cs/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/cy.gmo to /app/share/locale/cy/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/da.gmo to /app/share/locale/da/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/de.gmo to /app/share/locale/de/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/dz.gmo to /app/share/locale/dz/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/el.gmo to /app/share/locale/el/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/en_CA.gmo to /app/share/locale/en_CA/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/en_GB.gmo to /app/share/locale/en_GB/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/en@shaw.gmo to /app/share/locale/en@shaw/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/eo.gmo to /app/share/locale/eo/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/es.gmo to /app/share/locale/es/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/et.gmo to /app/share/locale/et/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/eu.gmo to /app/share/locale/eu/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/fa.gmo to /app/share/locale/fa/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/fi.gmo to /app/share/locale/fi/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/fr.gmo to /app/share/locale/fr/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/fur.gmo to /app/share/locale/fur/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ga.gmo to /app/share/locale/ga/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/gl.gmo to /app/share/locale/gl/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/gu.gmo to /app/share/locale/gu/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/gv.gmo to /app/share/locale/gv/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/he.gmo to /app/share/locale/he/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/hi.gmo to /app/share/locale/hi/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/hr.gmo to /app/share/locale/hr/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/hu.gmo to /app/share/locale/hu/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/hy.gmo to /app/share/locale/hy/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/id.gmo to /app/share/locale/id/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ig.gmo to /app/share/locale/ig/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/is.gmo to /app/share/locale/is/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/it.gmo to /app/share/locale/it/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ja.gmo to /app/share/locale/ja/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ka.gmo to /app/share/locale/ka/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/kk.gmo to /app/share/locale/kk/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/km.gmo to /app/share/locale/km/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/kn.gmo to /app/share/locale/kn/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ko.gmo to /app/share/locale/ko/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ku.gmo to /app/share/locale/ku/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/li.gmo to /app/share/locale/li/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/lt.gmo to /app/share/locale/lt/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/lv.gmo to /app/share/locale/lv/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/mai.gmo to /app/share/locale/mai/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/mg.gmo to /app/share/locale/mg/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/mi.gmo to /app/share/locale/mi/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/mk.gmo to /app/share/locale/mk/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ml.gmo to /app/share/locale/ml/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/mn.gmo to /app/share/locale/mn/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/mr.gmo to /app/share/locale/mr/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ms.gmo to /app/share/locale/ms/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/nb.gmo to /app/share/locale/nb/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/nds.gmo to /app/share/locale/nds/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ne.gmo to /app/share/locale/ne/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/nl.gmo to /app/share/locale/nl/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/nn.gmo to /app/share/locale/nn/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/oc.gmo to /app/share/locale/oc/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/or.gmo to /app/share/locale/or/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/pa.gmo to /app/share/locale/pa/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/pl.gmo to /app/share/locale/pl/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ps.gmo to /app/share/locale/ps/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/pt.gmo to /app/share/locale/pt/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/pt_BR.gmo to /app/share/locale/pt_BR/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ro.gmo to /app/share/locale/ro/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ru.gmo to /app/share/locale/ru/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/rw.gmo to /app/share/locale/rw/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/si.gmo to /app/share/locale/si/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/sk.gmo to /app/share/locale/sk/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/sl.gmo to /app/share/locale/sl/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/sq.gmo to /app/share/locale/sq/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/sr.gmo to /app/share/locale/sr/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/sr@latin.gmo to /app/share/locale/sr@latin/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/sv.gmo to /app/share/locale/sv/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ta.gmo to /app/share/locale/ta/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/te.gmo to /app/share/locale/te/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/tg.gmo to /app/share/locale/tg/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/th.gmo to /app/share/locale/th/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/tk.gmo to /app/share/locale/tk/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/tr.gmo to /app/share/locale/tr/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/ug.gmo to /app/share/locale/ug/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/uk.gmo to /app/share/locale/uk/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/uz.gmo to /app/share/locale/uz/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/uz@cyrillic.gmo to /app/share/locale/uz@cyrillic/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/vi.gmo to /app/share/locale/vi/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/wa.gmo to /app/share/locale/wa/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/yo.gmo to /app/share/locale/yo/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/zh_CN.gmo to /app/share/locale/zh_CN/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/zh_HK.gmo to /app/share/locale/zh_HK/LC_MESSAGES/epiphany.mo Installing /run/build/epiphany/_flatpak_build/po/zh_TW.gmo to /app/share/locale/zh_TW/LC_MESSAGES/epiphany.mo Updating icon cache... Updating desktop database... Compiling GSettings schemas... Installing subdir /run/build/epiphany/data/icons/hicolor to /app/share/icons/hicolor Installing /run/build/epiphany/data/icons/hicolor/symbolic/apps/org.gnome.Epiphany-symbolic.svg to /app/share/icons/hicolor/symbolic/apps Installing /run/build/epiphany/data/icons/hicolor/24x24/apps/org.gnome.Epiphany.png to /app/share/icons/hicolor/24x24/apps Installing /run/build/epiphany/data/icons/hicolor/16x16/apps/org.gnome.Epiphany.png to /app/share/icons/hicolor/16x16/apps Installing /run/build/epiphany/data/icons/hicolor/48x48/apps/org.gnome.Epiphany.png to /app/share/icons/hicolor/48x48/apps Installing /run/build/epiphany/data/icons/hicolor/512x512/apps/org.gnome.Epiphany.png to /app/share/icons/hicolor/512x512/apps Installing /run/build/epiphany/data/icons/hicolor/32x32/apps/org.gnome.Epiphany.png to /app/share/icons/hicolor/32x32/apps Installing data/org.gnome.Epiphany.desktop to /app/share/applications Installing data/org.gnome.Epiphany.appdata.xml to /app/share/metainfo Installing data/org.gnome.Epiphany.enums.xml to /app/share/glib-2.0/schemas Installing lib/libephymisc.so to /app/lib/epiphany Installing lib/sync/libephysync.so to /app/lib/epiphany Installing embed/web-extension/libephywebextension.so to /app/lib/epiphany/web-extensions Installing src/libephymain.so to /app/lib/epiphany Installing src/ephy-profile-migrator to /app/libexec/epiphany Installing src/epiphany-search-provider to /app/libexec Installing src/epiphany to /app/bin Installing /run/build/epiphany/data/epiphany.1 to /app/share/man/man1 Installing /run/build/epiphany/data/org.gnome.epiphany.gschema.xml to /app/share/glib-2.0/schemas Installing /run/build/epiphany/_flatpak_build/data/org.gnome.Epiphany.SearchProvider.service to /app/share/dbus-1/services Installing /run/build/epiphany/data/org.gnome.Epiphany.search-provider.ini to /app/share/gnome-shell/search-providers Installing /run/build/epiphany/_flatpak_build/data/default-bookmarks.rdf to /app/share/epiphany Running custom install script '/usr/bin/python3 /usr/bin/meson --internal yelphelper install --subdir=help --id=epiphany --installdir=share/help --sources=index.page@@introduction.page@@legal.xml@@browse-local.page@@browse-private.page@@browse-tab.page@@browse-web.page@@browse-webapps.page@@browse-webapps-del.page@@cert.page@@cookies.xml@@data-cookies.page@@data-passwords.page@@history.page@@history-delete.page@@keyboard-shortcut.page@@pref.page@@pref-cookies.page@@pref-css.page@@pref-downloads.page@@pref-do-not-track.page@@pref-font.page@@pref-passwords.page@@prob-restore-closed-page.page@@proxy.page --symlinks=true --media=media/epiphany-3-12.png@@media/private-browsing-3-12.png@@media/web-browser.png' Running custom install script '/usr/bin/python3 /usr/bin/meson --internal gettext install --subdir=po --localedir=share/locale --pkgname=epiphany' Running custom install script '/usr/bin/env python3 /run/build/epiphany/post_install.py' compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/bin/epiphany processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/bin/epiphany [28] .debug_aranges compressed -> .zdebug_aranges (392 => 173 44.13%) [29] .debug_info compressed -> .zdebug_info (40016 => 19732 49.31%) [30] .debug_abbrev compressed -> .zdebug_abbrev (4443 => 971 21.85%) [31] .debug_line compressed -> .zdebug_line (9275 => 2665 28.73%) [32] .debug_frame compressed -> .zdebug_frame (724 => 275 37.98%) [33] .debug_str compressed -> .zdebug_str (13015 => 4911 37.73%) [34] .debug_loc compressed -> .zdebug_loc (3168 => 884 27.90%) [35] .debug_ranges compressed -> .zdebug_ranges (1136 => 254 22.36%) [38] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/bin/epiphany to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/bin/epiphany.debug compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephymisc.so processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephymisc.so [25] .debug_aranges compressed -> .zdebug_aranges (1560 => 557 35.71%) [26] .debug_info compressed -> .zdebug_info (438862 => 224603 51.18%) [27] .debug_abbrev compressed -> .zdebug_abbrev (41336 => 5825 14.09%) [28] .debug_line compressed -> .zdebug_line (105334 => 35750 33.94%) [29] .debug_frame compressed -> .zdebug_frame (18772 => 5800 30.90%) [30] .debug_str compressed -> .zdebug_str (78649 => 24893 31.65%) [31] .debug_loc compressed -> .zdebug_loc (168689 => 46597 27.62%) [32] .debug_ranges compressed -> .zdebug_ranges (20960 => 6095 29.08%) [35] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephymisc.so to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/lib/epiphany/libephymisc.so.debug compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephysync.so processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephysync.so [25] .debug_aranges compressed -> .zdebug_aranges (664 => 273 41.11%) [26] .debug_info compressed -> .zdebug_info (259719 => 133602 51.44%) [27] .debug_abbrev compressed -> .zdebug_abbrev (18164 => 3194 17.58%) [28] .debug_line compressed -> .zdebug_line (60182 => 21235 35.28%) [29] .debug_frame compressed -> .zdebug_frame (12108 => 3774 31.17%) [30] .debug_str compressed -> .zdebug_str (35522 => 10852 30.55%) [31] .debug_loc compressed -> .zdebug_loc (133463 => 35986 26.96%) [32] .debug_ranges compressed -> .zdebug_ranges (18744 => 5134 27.39%) [35] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephysync.so to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/lib/epiphany/libephysync.so.debug compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/web-extensions/libephywebextension.so processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/web-extensions/libephywebextension.so [25] .debug_aranges compressed -> .zdebug_aranges (304 => 150 49.34%) [26] .debug_info compressed -> .zdebug_info (73553 => 40585 55.18%) [27] .debug_abbrev compressed -> .zdebug_abbrev (6213 => 1493 24.03%) [28] .debug_line compressed -> .zdebug_line (17516 => 7128 40.69%) [29] .debug_frame compressed -> .zdebug_frame (3068 => 1192 38.85%) [30] .debug_str compressed -> .zdebug_str (21923 => 7656 34.92%) [31] .debug_loc compressed -> .zdebug_loc (23751 => 6697 28.20%) [32] .debug_ranges compressed -> .zdebug_ranges (2952 => 951 32.22%) [35] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/web-extensions/libephywebextension.so to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/lib/epiphany/web-extensions/libephywebextension.so.debug compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephymain.so processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephymain.so [25] .debug_aranges compressed -> .zdebug_aranges (2328 => 807 34.66%) [26] .debug_info compressed -> .zdebug_info (1530711 => 829805 54.21%) [27] .debug_abbrev compressed -> .zdebug_abbrev (86999 => 10639 12.23%) [28] .debug_line compressed -> .zdebug_line (289407 => 95400 32.96%) [29] .debug_frame compressed -> .zdebug_frame (55800 => 16569 29.69%) [30] .debug_str compressed -> .zdebug_str (162942 => 46948 28.81%) [31] .debug_loc compressed -> .zdebug_loc (424306 => 112741 26.57%) [32] .debug_ranges compressed -> .zdebug_ranges (48224 => 13477 27.95%) [35] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/epiphany/libephymain.so to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/lib/epiphany/libephymain.so.debug compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/libexec/epiphany/ephy-profile-migrator processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/libexec/epiphany/ephy-profile-migrator [27] .debug_aranges compressed -> .zdebug_aranges (408 => 175 42.89%) [28] .debug_info compressed -> .zdebug_info (57832 => 28974 50.10%) [29] .debug_abbrev compressed -> .zdebug_abbrev (5248 => 1194 22.75%) [30] .debug_line compressed -> .zdebug_line (14305 => 4968 34.73%) [31] .debug_frame compressed -> .zdebug_frame (1572 => 617 39.25%) [32] .debug_str compressed -> .zdebug_str (24531 => 8594 35.03%) [33] .debug_loc compressed -> .zdebug_loc (9600 => 2947 30.70%) [34] .debug_ranges compressed -> .zdebug_ranges (2024 => 527 26.04%) [37] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/libexec/epiphany/ephy-profile-migrator to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/libexec/epiphany/ephy-profile-migrator.debug compressing debuginfo in: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/libexec/epiphany-search-provider processing: /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/libexec/epiphany-search-provider [27] .debug_aranges compressed -> .zdebug_aranges (400 => 172 43.00%) [28] .debug_info compressed -> .zdebug_info (71717 => 37457 52.23%) [29] .debug_abbrev compressed -> .zdebug_abbrev (6399 => 1327 20.74%) [30] .debug_line compressed -> .zdebug_line (14627 => 4478 30.61%) [31] .debug_frame compressed -> .zdebug_frame (2960 => 1014 34.26%) [32] .debug_str compressed -> .zdebug_str (24623 => 7518 30.53%) [33] .debug_loc compressed -> .zdebug_loc (15051 => 3896 25.89%) [34] .debug_ranges compressed -> .zdebug_ranges (1624 => 403 24.82%) [37] Updating section string table stripping /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/libexec/epiphany-search-provider to /home/builder/flatpak-build-scripts/work/build/arm/gnome-apps-nightly-master/.flatpak-builder/rofiles/rofiles-ZKo9gM/files/lib/debug/libexec/epiphany-search-provider.debug Committing stage build-epiphany to cache Cleaning up Removing files/share/man/man1/epiphany.1.gz Removing files/share/man/man1 Removing files/share/man Removing files/lib/pkgconfig/libdazzle-1.0.pc Removing files/lib/pkgconfig Removing files/include/libdazzle-1.0/widgets/dzl-three-grid.h Removing files/include/libdazzle-1.0/widgets/dzl-stack-list.h Removing files/include/libdazzle-1.0/widgets/dzl-slider.h Removing files/include/libdazzle-1.0/widgets/dzl-simple-popover.h Removing files/include/libdazzle-1.0/widgets/dzl-simple-label.h Removing files/include/libdazzle-1.0/widgets/dzl-search-bar.h Removing files/include/libdazzle-1.0/widgets/dzl-scrolled-window.h Removing files/include/libdazzle-1.0/widgets/dzl-radio-box.h Removing files/include/libdazzle-1.0/widgets/dzl-progress-menu-button.h Removing files/include/libdazzle-1.0/widgets/dzl-progress-icon.h Removing files/include/libdazzle-1.0/widgets/dzl-progress-button.h Removing files/include/libdazzle-1.0/widgets/dzl-priority-box.h Removing files/include/libdazzle-1.0/widgets/dzl-pill-box.h Removing files/include/libdazzle-1.0/widgets/dzl-multi-paned.h Removing files/include/libdazzle-1.0/widgets/dzl-list-box.h Removing files/include/libdazzle-1.0/widgets/dzl-list-box-row.h Removing files/include/libdazzle-1.0/widgets/dzl-file-chooser-entry.h Removing files/include/libdazzle-1.0/widgets/dzl-entry-box.h Removing files/include/libdazzle-1.0/widgets/dzl-empty-state.h Removing files/include/libdazzle-1.0/widgets/dzl-elastic-bin.h Removing files/include/libdazzle-1.0/widgets/dzl-counters-window.h Removing files/include/libdazzle-1.0/widgets/dzl-column-layout.h Removing files/include/libdazzle-1.0/widgets/dzl-centering-bin.h Removing files/include/libdazzle-1.0/widgets/dzl-box.h Removing files/include/libdazzle-1.0/widgets/dzl-bolding-label.h Removing files/include/libdazzle-1.0/widgets/dzl-bin.h Removing files/include/libdazzle-1.0/widgets Removing files/include/libdazzle-1.0/util/dzl-variant.h Removing files/include/libdazzle-1.0/util/dzl-ring.h Removing files/include/libdazzle-1.0/util/dzl-rgba.h Removing files/include/libdazzle-1.0/util/dzl-pango.h Removing files/include/libdazzle-1.0/util/dzl-macros.h Removing files/include/libdazzle-1.0/util/dzl-int-pair.h Removing files/include/libdazzle-1.0/util/dzl-heap.h Removing files/include/libdazzle-1.0/util/dzl-gtk.h Removing files/include/libdazzle-1.0/util/dzl-gdk.h Removing files/include/libdazzle-1.0/util/dzl-file-manager.h Removing files/include/libdazzle-1.0/util/dzl-dnd.h Removing files/include/libdazzle-1.0/util/dzl-date-time.h Removing files/include/libdazzle-1.0/util/dzl-counter.h Removing files/include/libdazzle-1.0/util/dzl-cancellable.h Removing files/include/libdazzle-1.0/util/dzl-cairo.h Removing files/include/libdazzle-1.0/util Removing files/include/libdazzle-1.0/tree/dzl-tree.h Removing files/include/libdazzle-1.0/tree/dzl-tree-types.h Removing files/include/libdazzle-1.0/tree/dzl-tree-node.h Removing files/include/libdazzle-1.0/tree/dzl-tree-builder.h Removing files/include/libdazzle-1.0/tree/dzl-list-store-adapter.h Removing files/include/libdazzle-1.0/tree Removing files/include/libdazzle-1.0/theming/dzl-theme-manager.h Removing files/include/libdazzle-1.0/theming/dzl-css-provider.h Removing files/include/libdazzle-1.0/theming Removing files/include/libdazzle-1.0/suggestions/dzl-suggestion.h Removing files/include/libdazzle-1.0/suggestions/dzl-suggestion-row.h Removing files/include/libdazzle-1.0/suggestions/dzl-suggestion-popover.h Removing files/include/libdazzle-1.0/suggestions/dzl-suggestion-entry.h Removing files/include/libdazzle-1.0/suggestions/dzl-suggestion-entry-buffer.h Removing files/include/libdazzle-1.0/suggestions Removing files/include/libdazzle-1.0/statemachine/dzl-state-machine.h Removing files/include/libdazzle-1.0/statemachine/dzl-state-machine-buildable.h Removing files/include/libdazzle-1.0/statemachine Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcuts-window.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcuts-shortcut.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcuts-section.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcuts-group.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-theme.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-theme-editor.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-simple-label.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-phase.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-model.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-manager.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-label.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-controller.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-context.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-chord.h Removing files/include/libdazzle-1.0/shortcuts/dzl-shortcut-accel-dialog.h Removing files/include/libdazzle-1.0/shortcuts Removing files/include/libdazzle-1.0/settings/dzl-settings-sandwich.h Removing files/include/libdazzle-1.0/settings Removing files/include/libdazzle-1.0/search/dzl-trie.h Removing files/include/libdazzle-1.0/search/dzl-pattern-spec.h Removing files/include/libdazzle-1.0/search/dzl-levenshtein.h Removing files/include/libdazzle-1.0/search/dzl-fuzzy-mutable-index.h Removing files/include/libdazzle-1.0/search/dzl-fuzzy-index.h Removing files/include/libdazzle-1.0/search/dzl-fuzzy-index-match.h Removing files/include/libdazzle-1.0/search/dzl-fuzzy-index-cursor.h Removing files/include/libdazzle-1.0/search/dzl-fuzzy-index-builder.h Removing files/include/libdazzle-1.0/search Removing files/include/libdazzle-1.0/prefs/dzl-preferences.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-view.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-switch.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-spin-button.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-page.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-group.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-font-button.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-flow-box.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-file-chooser-button.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-entry.h Removing files/include/libdazzle-1.0/prefs/dzl-preferences-bin.h Removing files/include/libdazzle-1.0/prefs Removing files/include/libdazzle-1.0/pathbar/dzl-path.h Removing files/include/libdazzle-1.0/pathbar/dzl-path-element.h Removing files/include/libdazzle-1.0/pathbar/dzl-path-bar.h Removing files/include/libdazzle-1.0/pathbar Removing files/include/libdazzle-1.0/panel/dzl-tab.h Removing files/include/libdazzle-1.0/panel/dzl-tab-strip.h Removing files/include/libdazzle-1.0/panel/dzl-dock.h Removing files/include/libdazzle-1.0/panel/dzl-dock-window.h Removing files/include/libdazzle-1.0/panel/dzl-dock-widget.h Removing files/include/libdazzle-1.0/panel/dzl-dock-types.h Removing files/include/libdazzle-1.0/panel/dzl-dock-transient-grab.h Removing files/include/libdazzle-1.0/panel/dzl-dock-stack.h Removing files/include/libdazzle-1.0/panel/dzl-dock-revealer.h Removing files/include/libdazzle-1.0/panel/dzl-dock-paned.h Removing files/include/libdazzle-1.0/panel/dzl-dock-overlay.h Removing files/include/libdazzle-1.0/panel/dzl-dock-overlay-edge.h Removing files/include/libdazzle-1.0/panel/dzl-dock-manager.h Removing files/include/libdazzle-1.0/panel/dzl-dock-item.h Removing files/include/libdazzle-1.0/panel/dzl-dock-bin.h Removing files/include/libdazzle-1.0/panel/dzl-dock-bin-edge.h Removing files/include/libdazzle-1.0/panel Removing files/include/libdazzle-1.0/menus/dzl-menu-manager.h Removing files/include/libdazzle-1.0/menus/dzl-menu-button.h Removing files/include/libdazzle-1.0/menus/dzl-joined-menu.h Removing files/include/libdazzle-1.0/menus Removing files/include/libdazzle-1.0/graphing/dzl-graph-view.h Removing files/include/libdazzle-1.0/graphing/dzl-graph-renderer.h Removing files/include/libdazzle-1.0/graphing/dzl-graph-model.h Removing files/include/libdazzle-1.0/graphing/dzl-graph-line-renderer.h Removing files/include/libdazzle-1.0/graphing/dzl-graph-column.h Removing files/include/libdazzle-1.0/graphing/dzl-cpu-model.h Removing files/include/libdazzle-1.0/graphing/dzl-cpu-graph.h Removing files/include/libdazzle-1.0/graphing Removing files/include/libdazzle-1.0/files/dzl-recursive-file-monitor.h Removing files/include/libdazzle-1.0/files/dzl-file-transfer.h Removing files/include/libdazzle-1.0/files/dzl-directory-reaper.h Removing files/include/libdazzle-1.0/files/dzl-directory-model.h Removing files/include/libdazzle-1.0/files Removing files/include/libdazzle-1.0/dzl-version.h Removing files/include/libdazzle-1.0/dzl-version-macros.h Removing files/include/libdazzle-1.0/dzl-enums.h Removing files/include/libdazzle-1.0/dazzle.h Removing files/include/libdazzle-1.0/cache/dzl-task-cache.h Removing files/include/libdazzle-1.0/cache Removing files/include/libdazzle-1.0/bindings/dzl-signal-group.h Removing files/include/libdazzle-1.0/bindings/dzl-binding-group.h Removing files/include/libdazzle-1.0/bindings Removing files/include/libdazzle-1.0/app/dzl-application.h Removing files/include/libdazzle-1.0/app/dzl-application-window.h Removing files/include/libdazzle-1.0/app Removing files/include/libdazzle-1.0/animation/dzl-box-theatric.h Removing files/include/libdazzle-1.0/animation/dzl-animation.h Removing files/include/libdazzle-1.0/animation Removing files/include/libdazzle-1.0/actions/dzl-widget-action-group.h Removing files/include/libdazzle-1.0/actions/dzl-settings-flag-action.h Removing files/include/libdazzle-1.0/actions/dzl-properties-group.h Removing files/include/libdazzle-1.0/actions/dzl-child-property-action.h Removing files/include/libdazzle-1.0/actions/dzl-action-group.h Removing files/include/libdazzle-1.0/actions Removing files/include/libdazzle-1.0 Removing files/include Renaming org.gnome.Epiphany.appdata.xml to share/appdata/org.gnome.Epiphany.appdata.xml Rewriting contents of org.gnome.Epiphany.desktop Running appstream-compose Processing application org.gnome.Epiphany Saving icon /app/share/app-info/icons/flatpak/64x64/org.gnome.Epiphany.png Saving icon /app/share/app-info/icons/flatpak/128x128/org.gnome.Epiphany.png Saving AppStream /app/share/app-info/xmls/org.gnome.Epiphany.xml.gz Done! Committing stage cleanup to cache Finishing app Exporting share/applications/org.gnome.Epiphany.desktop Not exporting share/applications/mimeinfo.cache, wrong extension Exporting share/icons/hicolor/symbolic/apps/org.gnome.Epiphany-symbolic.svg Exporting share/icons/hicolor/24x24/apps/org.gnome.Epiphany.png Exporting share/icons/hicolor/16x16/apps/org.gnome.Epiphany.png Exporting share/icons/hicolor/48x48/apps/org.gnome.Epiphany.png Not exporting share/icons/hicolor/icon-theme.cache, wrong extension Exporting share/icons/hicolor/512x512/apps/org.gnome.Epiphany.png Exporting share/icons/hicolor/32x32/apps/org.gnome.Epiphany.png Exporting share/dbus-1/services/org.gnome.Epiphany.SearchProvider.service Exporting share/gnome-shell/search-providers/org.gnome.Epiphany.search-provider.ini Please review the exported files and the metadata Committing stage finish to cache Exporting org.gnome.Epiphany to repo Commit: 208bb755b9201306a86d57e82c433b6193fa9cdf783ca6be36c38c3d0de0cebd Metadata Total: 409 Metadata Written: 4 Content Total: 509 Content Written: 1 Content Bytes Written: 2017 (2.0 kB) Exporting org.gnome.Epiphany.Locale to repo Commit: 20d38844d52036e340d25a2c161d2c6cdc75b4bcb53ca1686c2c4ae9119234ba Metadata Total: 757 Metadata Written: 1 Content Total: 99 Content Written: 0 Content Bytes Written: 0 (0 bytes) Exporting org.gnome.Epiphany.Debug to repo Commit: 8354d65de91b180d9e7658ab482d3492ce31b05f7aea429cdf9480abed1813d0 Metadata Total: 113 Metadata Written: 5 Content Total: 545 Content Written: 0 Content Bytes Written: 0 (0 bytes) Pruning cache