[Pkg-ayatana-devel] Bug#1072593: appmenu-gtk-module: FTBFS: dh_install: error: missing files, aborting

Santiago Vila sanvila at debian.org
Wed Jun 5 01:16:42 BST 2024


Package: src:appmenu-gtk-module
Version: 24.02-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
  debian/rules binary
dh binary --buildsystem=meson
    dh_update_autotools_config -O--buildsystem=meson
    dh_autoreconf -O--buildsystem=meson
    dh_auto_configure -O--buildsystem=meson
	cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dpython.bytecompile=-1
The Meson build system
Version: 1.4.1
Source dir: /<<PKGBUILDDIR>>
Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Build type: native build
Project name: appmenu-gtk-module
Project version: 24.02
C compiler for the host machine: cc (gcc 13.2.0 "cc (Debian 13.2.0-25) 13.2.0")
C linker for the host machine: cc ld.bfd 2.42
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
Run-time dependency gio-unix-2.0 found: YES 2.80.2
Run-time dependency gtk+-2.0 found: YES 2.24.33
Run-time dependency gtk+-3.0 found: YES 3.24.42
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency systemd found: NO (tried pkgconfig and cmake)
Configuring gtkdocentities.ent using configuration
Build targets in project: 5

appmenu-gtk-module 24.02

   User defined options
     buildtype         : plain
     libdir            : lib/x86_64-linux-gnu
     localstatedir     : /var
     prefix            : /usr
     sysconfdir        : /etc
     wrap_mode         : nodownload
     python.bytecompile: -1

Found ninja-1.12.1 at /usr/bin/ninja
    dh_auto_build -O--buildsystem=meson
	cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
[1/28] cc -Ilib/libappmenu-gtk2-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action.c.o -MF lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action.c.o.d -o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action.c.o -c ../lib/unity-gtk-action.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../lib/unity-gtk-menu-item-private.h:23,
                  from ../lib/unity-gtk-action-private.h:42,
                  from ../lib/unity-gtk-action.c:20:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from ../lib/unity-gtk-action-private.h:23:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[2/28] cc -Ilib/libappmenu-gtk2-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action-group.c.o -MF lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action-group.c.o.d -o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action-group.c.o -c ../lib/unity-gtk-action-group.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../lib/appmenu-gtk-menu-shell.h:23,
                  from ../lib/appmenu-gtk-action-group.h:44,
                  from ../lib/unity-gtk-action-group-private.h:23,
                  from ../lib/unity-gtk-action-group.c:31:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from ../lib/appmenu-gtk-action-group.h:23:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[3/28] cc -Ilib/libappmenu-gtk2-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-shell.c.o -MF lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-shell.c.o.d -o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-shell.c.o -c ../lib/unity-gtk-menu-shell.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../lib/appmenu-gtk-menu-shell.h:23,
                  from ../lib/appmenu-gtk-action-group.h:44,
                  from ../lib/unity-gtk-action-group-private.h:23,
                  from ../lib/unity-gtk-menu-shell.c:33:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from ../lib/appmenu-gtk-action-group.h:23:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[4/28] cc -Ilib/libappmenu-gtk2-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-section.c.o -MF lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-section.c.o.d -o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-section.c.o -c ../lib/unity-gtk-menu-section.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../lib/appmenu-gtk-menu-shell.h:23,
                  from ../lib/unity-gtk-menu-shell-private.h:23,
                  from ../lib/unity-gtk-menu-section-private.h:44,
                  from ../lib/unity-gtk-menu-section.c:20:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from /usr/include/glib-2.0/gio/gioenums.h:30,
                  from /usr/include/glib-2.0/gio/giotypes.h:30,
                  from /usr/include/glib-2.0/gio/gio.h:28,
                  from ../lib/unity-gtk-menu-section-private.h:23:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[5/28] cc -Ilib/libappmenu-gtk2-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-item.c.o -MF lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-item.c.o.d -o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-item.c.o -c ../lib/unity-gtk-menu-item.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../lib/appmenu-gtk-menu-shell.h:23,
                  from ../lib/appmenu-gtk-action-group.h:44,
                  from ../lib/unity-gtk-action-group-private.h:23,
                  from ../lib/unity-gtk-menu-item.c:20:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from ../lib/appmenu-gtk-action-group.h:23:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[6/28] cc -Ilib/libappmenu-gtk3-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action-group.c.o -MF lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action-group.c.o.d -o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action-group.c.o -c ../lib/unity-gtk-action-group.c
[7/28] cc -Ilib/libappmenu-gtk3-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action.c.o -MF lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action.c.o.d -o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action.c.o -c ../lib/unity-gtk-action.c
[8/28] cc -Ilib/libappmenu-gtk3-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-section.c.o -MF lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-section.c.o.d -o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-section.c.o -c ../lib/unity-gtk-menu-section.c
[9/28] cc -Ilib/libappmenu-gtk3-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-shell.c.o -MF lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-shell.c.o.d -o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-shell.c.o -c ../lib/unity-gtk-menu-shell.c
[10/28] cc  -o lib/libappmenu-gtk2-parser.so.0 lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action-group.c.o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-action.c.o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-shell.c.o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-section.c.o lib/libappmenu-gtk2-parser.so.0.p/unity-gtk-menu-item.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,-soname,libappmenu-gtk2-parser.so.0 -Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--start-group /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libcairo.so /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libfontconfig.so /usr/lib/x86_64-linux-gnu/libfreetype.so -Wl,--end-group
[11/28] /usr/bin/meson --internal symbolextractor /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu lib/libappmenu-gtk2-parser.so.0 lib/libappmenu-gtk2-parser.so.0 lib/libappmenu-gtk2-parser.so.0.p/libappmenu-gtk2-parser.so.0.symbols
[12/28] cc -Isrc/gtk-2.0/libappmenu-gtk-module.so.p -Isrc/gtk-2.0 -I../src/gtk-2.0 -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-2.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o -MF src/gtk-2.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o.d -o src/gtk-2.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o -c ../src/appmenu-gtk-module.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../src/appmenu-gtk-module.c:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from /usr/include/glib-2.0/gio/gioenums.h:30,
                  from /usr/include/glib-2.0/gio/giotypes.h:30,
                  from /usr/include/glib-2.0/gio/gio.h:28,
                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[13/28] cc -Ilib/libappmenu-gtk3-parser.so.0.p -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-item.c.o -MF lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-item.c.o.d -o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-item.c.o -c ../lib/unity-gtk-menu-item.c
[14/28] cc  -o lib/libappmenu-gtk3-parser.so.0 lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action-group.c.o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-action.c.o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-shell.c.o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-section.c.o lib/libappmenu-gtk3-parser.so.0.p/unity-gtk-menu-item.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,-soname,libappmenu-gtk3-parser.so.0 -Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--start-group /usr/lib/x86_64-linux-gnu/libgtk-3.so /usr/lib/x86_64-linux-gnu/libgdk-3.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libcairo-gobject.so /usr/lib/x86_64-linux-gnu/libcairo.so /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so -Wl,--end-group
[15/28] /usr/bin/meson --internal symbolextractor /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu lib/libappmenu-gtk3-parser.so.0 lib/libappmenu-gtk3-parser.so.0 lib/libappmenu-gtk3-parser.so.0.p/libappmenu-gtk3-parser.so.0.symbols
[16/28] cc -Isrc/gtk-2.0/libappmenu-gtk-module.so.p -Isrc/gtk-2.0 -I../src/gtk-2.0 -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-2.0/libappmenu-gtk-module.so.p/.._datastructs.c.o -MF src/gtk-2.0/libappmenu-gtk-module.so.p/.._datastructs.c.o.d -o src/gtk-2.0/libappmenu-gtk-module.so.p/.._datastructs.c.o -c ../src/datastructs.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../src/datastructs.h:28,
                  from ../src/datastructs.c:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from /usr/include/glib-2.0/gio/gioenums.h:30,
                  from /usr/include/glib-2.0/gio/giotypes.h:30,
                  from /usr/include/glib-2.0/gio/gio.h:28,
                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[17/28] cc -Isrc/gtk-2.0/libappmenu-gtk-module.so.p -Isrc/gtk-2.0 -I../src/gtk-2.0 -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-2.0/libappmenu-gtk-module.so.p/.._hijack.c.o -MF src/gtk-2.0/libappmenu-gtk-module.so.p/.._hijack.c.o.d -o src/gtk-2.0/libappmenu-gtk-module.so.p/.._hijack.c.o -c ../src/hijack.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../src/hijack.c:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from /usr/include/glib-2.0/gio/gioenums.h:30,
                  from /usr/include/glib-2.0/gio/giotypes.h:30,
                  from /usr/include/glib-2.0/gio/gio.h:28,
                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[18/28] cc -Isrc/gtk-2.0/libappmenu-gtk-module.so.p -Isrc/gtk-2.0 -I../src/gtk-2.0 -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-2.0/libappmenu-gtk-module.so.p/.._support.c.o -MF src/gtk-2.0/libappmenu-gtk-module.so.p/.._support.c.o.d -o src/gtk-2.0/libappmenu-gtk-module.so.p/.._support.c.o -c ../src/support.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../src/support.c:27:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from /usr/include/glib-2.0/gio/gioenums.h:30,
                  from /usr/include/glib-2.0/gio/giotypes.h:30,
                  from /usr/include/glib-2.0/gio/gio.h:28,
                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
                  from ../src/support.c:25:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[19/28] cc -Isrc/gtk-2.0/libappmenu-gtk-module.so.p -Isrc/gtk-2.0 -I../src/gtk-2.0 -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-2.0/libappmenu-gtk-module.so.p/.._blacklist.c.o -MF src/gtk-2.0/libappmenu-gtk-module.so.p/.._blacklist.c.o.d -o src/gtk-2.0/libappmenu-gtk-module.so.p/.._blacklist.c.o -c ../src/blacklist.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../src/blacklist.c:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from /usr/include/glib-2.0/gio/gioenums.h:30,
                  from /usr/include/glib-2.0/gio/giotypes.h:30,
                  from /usr/include/glib-2.0/gio/gio.h:28,
                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[20/28] cc -Isrc/gtk-2.0/libappmenu-gtk-module.so.p -Isrc/gtk-2.0 -I../src/gtk-2.0 -Ilib -I../lib -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-2.0/libappmenu-gtk-module.so.p/.._platform.c.o -MF src/gtk-2.0/libappmenu-gtk-module.so.p/.._platform.c.o.d -o src/gtk-2.0/libappmenu-gtk-module.so.p/.._platform.c.o -c ../src/platform.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                  from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                  from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                  from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                  from /usr/include/gtk-2.0/gtk/gtk.h:33,
                  from ../src/platform.h:29,
                  from ../src/platform.c:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
   236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
       | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
                  from /usr/include/glib-2.0/glib-object.h:24,
                  from /usr/include/glib-2.0/gio/gioenums.h:30,
                  from /usr/include/glib-2.0/gio/giotypes.h:30,
                  from /usr/include/glib-2.0/gio/gio.h:28,
                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
                  from /usr/include/gtk-2.0/gdk/gdkprivate.h:30,
                  from /usr/include/gtk-2.0/gdk/gdkx.h:30,
                  from ../src/platform.h:28:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
   725 | {
       | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                  from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                  from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
    73 |   GTimeVal last_popdown;
       |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                  from /usr/include/glib-2.0/glib.h:32,
                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
   580 | struct _GTimeVal
       |        ^~~~~~~~~
[21/28] cc -Isrc/gtk-3.0/libappmenu-gtk-module.so.p -Isrc/gtk-3.0 -I../src/gtk-3.0 -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-3.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o -MF src/gtk-3.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o.d -o src/gtk-3.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o -c ../src/appmenu-gtk-module.c
[22/28] cc -Isrc/gtk-3.0/libappmenu-gtk-module.so.p -Isrc/gtk-3.0 -I../src/gtk-3.0 -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-3.0/libappmenu-gtk-module.so.p/.._datastructs.c.o -MF src/gtk-3.0/libappmenu-gtk-module.so.p/.._datastructs.c.o.d -o src/gtk-3.0/libappmenu-gtk-module.so.p/.._datastructs.c.o -c ../src/datastructs.c
[23/28] cc -Isrc/gtk-3.0/libappmenu-gtk-module.so.p -Isrc/gtk-3.0 -I../src/gtk-3.0 -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-3.0/libappmenu-gtk-module.so.p/.._hijack.c.o -MF src/gtk-3.0/libappmenu-gtk-module.so.p/.._hijack.c.o.d -o src/gtk-3.0/libappmenu-gtk-module.so.p/.._hijack.c.o -c ../src/hijack.c
[24/28] cc -Isrc/gtk-3.0/libappmenu-gtk-module.so.p -Isrc/gtk-3.0 -I../src/gtk-3.0 -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-3.0/libappmenu-gtk-module.so.p/.._support.c.o -MF src/gtk-3.0/libappmenu-gtk-module.so.p/.._support.c.o.d -o src/gtk-3.0/libappmenu-gtk-module.so.p/.._support.c.o -c ../src/support.c
[25/28] cc -Isrc/gtk-3.0/libappmenu-gtk-module.so.p -Isrc/gtk-3.0 -I../src/gtk-3.0 -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-3.0/libappmenu-gtk-module.so.p/.._blacklist.c.o -MF src/gtk-3.0/libappmenu-gtk-module.so.p/.._blacklist.c.o.d -o src/gtk-3.0/libappmenu-gtk-module.so.p/.._blacklist.c.o -c ../src/blacklist.c
[26/28] cc  -o src/gtk-2.0/libappmenu-gtk-module.so src/gtk-2.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o src/gtk-2.0/libappmenu-gtk-module.so.p/.._datastructs.c.o src/gtk-2.0/libappmenu-gtk-module.so.p/.._hijack.c.o src/gtk-2.0/libappmenu-gtk-module.so.p/.._support.c.o src/gtk-2.0/libappmenu-gtk-module.so.p/.._blacklist.c.o src/gtk-2.0/libappmenu-gtk-module.so.p/.._platform.c.o -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/../../lib' -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -Wl,--start-group lib/libappmenu-gtk2-parser.so.0 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libcairo.so /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libfontconfig.so /usr/lib/x86_64-linux-gnu/libfreetype.so -Wl,--end-group
[27/28] cc -Isrc/gtk-3.0/libappmenu-gtk-module.so.p -Isrc/gtk-3.0 -I../src/gtk-3.0 -Ilib -I../lib -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ src/gtk-3.0/libappmenu-gtk-module.so.p/.._platform.c.o -MF src/gtk-3.0/libappmenu-gtk-module.so.p/.._platform.c.o.d -o src/gtk-3.0/libappmenu-gtk-module.so.p/.._platform.c.o -c ../src/platform.c
[28/28] cc  -o src/gtk-3.0/libappmenu-gtk-module.so src/gtk-3.0/libappmenu-gtk-module.so.p/.._appmenu-gtk-module.c.o src/gtk-3.0/libappmenu-gtk-module.so.p/.._datastructs.c.o src/gtk-3.0/libappmenu-gtk-module.so.p/.._hijack.c.o src/gtk-3.0/libappmenu-gtk-module.so.p/.._support.c.o src/gtk-3.0/libappmenu-gtk-module.so.p/.._blacklist.c.o src/gtk-3.0/libappmenu-gtk-module.so.p/.._platform.c.o -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,-z,relro -Wl,-z,now -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/../../lib' -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -Wl,--start-group lib/libappmenu-gtk3-parser.so.0 /usr/lib/x86_64-linux-gnu/libgtk-3.so /usr/lib/x86_64-linux-gnu/libgdk-3.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libcairo-gobject.so /usr/lib/x86_64-linux-gnu/libcairo.so /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so -Wl,--end-group
    dh_auto_test -O--buildsystem=meson
	cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=2 meson test
No tests defined.
    create-stamp debian/debhelper-build-stamp
    dh_testroot -O--buildsystem=meson
    dh_prep -O--buildsystem=meson
    dh_auto_install -O--buildsystem=meson
	cd obj-x86_64-linux-gnu && DESTDIR=/<<PKGBUILDDIR>>/debian/tmp LC_ALL=C.UTF-8 ninja install
[0/1] Installing files.
Installing lib/libappmenu-gtk2-parser.so.0 to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu
Installing lib/libappmenu-gtk3-parser.so.0 to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu
Installing src/gtk-2.0/libappmenu-gtk-module.so to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/gtk-2.0/modules
Installing src/gtk-3.0/libappmenu-gtk-module.so to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/gtk-3.0/modules
Installing /<<PKGBUILDDIR>>/lib/appmenu-gtk-action-group.h to /<<PKGBUILDDIR>>/debian/tmp/usr/include/appmenu-gtk-parser
Installing /<<PKGBUILDDIR>>/lib/appmenu-gtk-menu-shell.h to /<<PKGBUILDDIR>>/debian/tmp/usr/include/appmenu-gtk-parser
Installing /<<PKGBUILDDIR>>/lib/appmenu-gtk-parser.h to /<<PKGBUILDDIR>>/debian/tmp/usr/include/appmenu-gtk-parser
Installing /<<PKGBUILDDIR>>/README.md to /<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/appmenu-gtk-module
Installing /<<PKGBUILDDIR>>/TODO to /<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/appmenu-gtk-module
Installing /<<PKGBUILDDIR>>/AUTHORS to /<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/appmenu-gtk-module
Installing /<<PKGBUILDDIR>>/LICENSE to /<<PKGBUILDDIR>>/debian/tmp/usr/share/licenses/appmenu-gtk-module
Installing /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/appmenu-gtk2-parser.pc to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig
Installing /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/appmenu-gtk3-parser.pc to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig
Installing /<<PKGBUILDDIR>>/data/org.appmenu.gtk-module.gschema.xml to /<<PKGBUILDDIR>>/debian/tmp/usr/share/glib-2.0/schemas
Installing symlink pointing to libappmenu-gtk2-parser.so.0 to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libappmenu-gtk2-parser.so
Installing symlink pointing to libappmenu-gtk3-parser.so.0 to /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libappmenu-gtk3-parser.so
    debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mv debian/tmp/usr/share/doc/appmenu-gtk-module debian/tmp/usr/share/doc/appmenu-gtk3-module
rm debian/tmp/usr/share/licenses/ -Rfv
removed 'debian/tmp/usr/share/licenses/appmenu-gtk-module/LICENSE'
removed directory 'debian/tmp/usr/share/licenses/appmenu-gtk-module'
removed directory 'debian/tmp/usr/share/licenses/'
dh_install
dh_install: warning: Cannot find (any matches for) "usr/lib/systemd/" (tried in ., debian/tmp)

dh_install: warning: appmenu-gtk-module-common missing files: usr/lib/systemd/
dh_install: error: missing files, aborting
make[1]: *** [debian/rules:26: override_dh_install] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202406/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.


More information about the Pkg-ayatana-devel mailing list