[Pkg-ayatana-devel] Bug#1091960: xfce4-sntray-plugin: FTBFS: mv: cannot stat '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/xfce4': No such file or directory
Santiago Vila
sanvila at debian.org
Thu Jan 2 18:09:56 GMT 2025
Package: src:xfce4-sntray-plugin
Version: 0.4.13.1-5
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p "/<<PKGBUILDDIR>>/cmake/"
sed -e 's/@VERSION@//' \
-e 's/@VERSION_MAJOR@//' \
-e 's/@VERSION_MINOR@//' \
-e 's/@VERSION_PATCH@//' \
[... snipped ...]
| ^
| |
| GParamSpec *
In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:
/usr/include/glib-2.0/gobject/gobject.h:500:64: note: expected âconst gchar *â {aka âconst char *â} but argument is of type âGParamSpec *â
500 | const gchar *property_name);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
[ 57%] Building C object src/CMakeFiles/sntray-core.dir/snchild.c.o
[ 60%] Building C object src/CMakeFiles/sntray-core.dir/config.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/dbusmenu -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -MD -MT src/CMakeFiles/sntray-core.dir/config.c.o -MF CMakeFiles/sntray-core.dir/config.c.o.d -o CMakeFiles/sntray-core.dir/config.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/config.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/dbusmenu -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -MD -MT src/CMakeFiles/sntray-core.dir/snchild.c.o -MF CMakeFiles/sntray-core.dir/snchild.c.o.d -o CMakeFiles/sntray-core.dir/snchild.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/snchild.c
/<<PKGBUILDDIR>>/src/snchild.vala: In function âsn_item_get_appletâ:
/<<PKGBUILDDIR>>/src/snchild.vala:198:9: warning: assignment to âGtkContainer *â from incompatible pointer type âGtkWidget *â [-Wincompatible-pointer-types]
198 | return this.get_parent() as ItemBox;
| ^
/<<PKGBUILDDIR>>/src/snchild.vala: In function â___lambda19_â:
/<<PKGBUILDDIR>>/src/snchild.vala:232:9: warning: assignment to âGtkContainer *â from incompatible pointer type âGtkWidget *â [-Wincompatible-pointer-types]
232 | menu.hide.connect(()=>{(this.get_parent() as FlowBox).unselect_child(this);});
| ^
/<<PKGBUILDDIR>>/src/snchild.vala: In function âsn_item_set_object_pathâ:
/<<PKGBUILDDIR>>/src/snchild.vala:25:12: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
25 | public ObjectPath object_path {private get; internal construct;}
| ^
/<<PKGBUILDDIR>>/src/snchild.vala: In function âsn_item_set_object_nameâ:
/<<PKGBUILDDIR>>/src/snchild.vala:26:12: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
26 | public string object_name {private get; internal construct;}
| ^
/<<PKGBUILDDIR>>/src/snchild.vala: In function âsn_item_set_idâ:
/<<PKGBUILDDIR>>/src/snchild.vala:30:12: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
30 | public string id {get; private set;}
| ^
/<<PKGBUILDDIR>>/src/snchild.vala: In function âsn_item_set_titleâ:
/<<PKGBUILDDIR>>/src/snchild.vala:31:12: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
31 | internal string title {get; private set;}
| ^
[ 62%] Linking C static library libsntray-core.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -P CMakeFiles/sntray-core.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/sntray-core.dir/link.txt --verbose=1
/usr/bin/ar qc libsntray-core.a "CMakeFiles/sntray-core.dir/snwatcher.c.o" "CMakeFiles/sntray-core.dir/snhost.c.o" "CMakeFiles/sntray-core.dir/snitembox.c.o" "CMakeFiles/sntray-core.dir/snconfig.c.o" "CMakeFiles/sntray-core.dir/snchild.c.o" "CMakeFiles/sntray-core.dir/config.c.o" "CMakeFiles/sntray-core.dir/sni-enums.c.o" "CMakeFiles/sntray-core.dir/dbus-utils.c.o" "CMakeFiles/sntray-core.dir/snproxy.c.o" "CMakeFiles/sntray-core.dir/rtparser.c.o" "CMakeFiles/sntray-core.dir/icon-pixmap.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/item.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/proxy.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/client.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/property-store.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/gtk/client.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/gtk/main-item.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/gtk/separator-item.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/gtk/item-iface.c.o" "dbusmenu/CMakeFiles/vala-dbusmenu-o.dir/gtk/scale-item.c.o"
/usr/bin/ranlib libsntray-core.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 62%] Built target sntray-core
make -f src/panels/CMakeFiles/sntray-valapanel.dir/build.make src/panels/CMakeFiles/sntray-valapanel.dir/depend
make -f src/panels/CMakeFiles/sntray-budgie.dir/build.make src/panels/CMakeFiles/sntray-budgie.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 67%] Generating ../sntray.gresource.c
[ 67%] Generating ../sntray.gresource.c
cd /<<PKGBUILDDIR>>/src && /usr/bin/glib-compile-resources --generate-source --target=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/../sntray.gresource.c /<<PKGBUILDDIR>>/src/panels/../sntray.gresource.xml
cd /<<PKGBUILDDIR>>/src && /usr/bin/glib-compile-resources --generate-source --target=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/../sntray.gresource.c /<<PKGBUILDDIR>>/src/panels/../sntray.gresource.xml
[ 72%] Generating sntray-applet-budgie.c
[ 72%] Generating vala-panel-sntray-applet.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/valac -C -b /<<PKGBUILDDIR>>/src/panels -d /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels --pkg=gtk+-3.0 --pkg=libpeas-1.0 --pkg=vala-panel --vapidir=/<<PKGBUILDDIR>>/src/panels/vapi --vapidir=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels --target-glib=2.44 --gresources=/<<PKGBUILDDIR>>/.gresource.xml -g /<<PKGBUILDDIR>>/src/panels/vala-panel-sntray-applet.vala /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/vala-panel-sntray.vapi /<<PKGBUILDDIR>>/src/sntray-backend.vapi
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/valac -C -b /<<PKGBUILDDIR>>/src/panels -d /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels --pkg=gtk+-3.0 --pkg=budgie-1.0 --vapidir=/<<PKGBUILDDIR>>/src/panels/vapi --vapidir=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels --target-glib=2.44 --gresources=/<<PKGBUILDDIR>>/.gresource.xml -g /<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/vala-panel-sntray.vapi /<<PKGBUILDDIR>>/src/sntray-backend.vapi
/<<PKGBUILDDIR>>/src/panels/vala-panel-sntray-applet.vala:32.9-32.93: warning: Access to possible `null'. Perform a check or use an unsafe cast.
32 | (this.action_group.lookup_action(AppletAction.CONFIGURE) as SimpleAction).set_enabled(true);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/vala-panel-sntray.vapi:53.3-53.43: warning: DBus methods are recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
53 | public void register_status_notifier_item (string service, GLib.BusName sender);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/vala-panel-sntray.vapi:53.3-53.43: warning: DBus methods are recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
53 | public void register_status_notifier_item (string service, GLib.BusName sender);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compilation succeeded - 1 warning(s)
Compilation succeeded - 2 warning(s)
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && touch /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/sntray-valapanel_valac.stamp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/panels /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/CMakeFiles/sntray-valapanel.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/panels/CMakeFiles/sntray-valapanel.dir/build.make src/panels/CMakeFiles/sntray-valapanel.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && touch /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/sntray-budgie_valac.stamp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/panels /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/CMakeFiles/sntray-budgie.dir/DependInfo.cmake "--color="
[ 75%] Building C object src/panels/CMakeFiles/sntray-valapanel.dir/vala-panel-sntray-applet.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -Dsntray_valapanel_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels -I/<<PKGBUILDDIR>>/src/panels -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -isystem /usr/include/vala-panel -isystem /usr/include/sysprof-6 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/fribidi -isystem /usr/include/pixman-1 -isystem /usr/include/webp -isystem /usr/include/cloudproviders -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -pthread -MD -MT src/panels/CMakeFiles/sntray-valapanel.dir/vala-panel-sntray-applet.c.o -MF CMakeFiles/sntray-valapanel.dir/vala-panel-sntray-applet.c.o.d -o CMakeFiles/sntray-valapanel.dir/vala-panel-sntray-applet.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/vala-panel-sntray-applet.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/panels/CMakeFiles/sntray-budgie.dir/build.make src/panels/CMakeFiles/sntray-budgie.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 77%] Building C object src/panels/CMakeFiles/sntray-budgie.dir/sntray-applet-budgie.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -Dsntray_budgie_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels -I/<<PKGBUILDDIR>>/src/panels -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -isystem /usr/include/budgie-desktop -isystem /usr/include/sysprof-6 -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/pixman-1 -isystem /usr/include/webp -isystem /usr/include/cloudproviders -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/libpeas-1.0 -isystem /usr/include/gobject-introspection-1.0 -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -pthread -MD -MT src/panels/CMakeFiles/sntray-budgie.dir/sntray-applet-budgie.c.o -MF CMakeFiles/sntray-budgie.dir/sntray-applet-budgie.c.o.d -o CMakeFiles/sntray-budgie.dir/sntray-applet-budgie.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/sntray-applet-budgie.c
/<<PKGBUILDDIR>>/src/panels/vala-panel-sntray-applet.vala: In function âsn_tray_real_constructedâ:
/<<PKGBUILDDIR>>/src/panels/vala-panel-sntray-applet.vala:32:9: warning: assignment to âGSimpleActionGroup *â from incompatible pointer type âGActionMap *â [-Wincompatible-pointer-types]
32 | (this.action_group.lookup_action(AppletAction.CONFIGURE) as SimpleAction).set_enabled(true);
| ^
/<<PKGBUILDDIR>>/src/panels/vala-panel-sntray-applet.vala:53:136: warning: cast between incompatible function types from âvoid (*)(void *)â to âvoid (*)(void *, GClosure *)â [-Wcast-function-type]
53 | toplevel.notify["orientation"].connect((o,a)=> {
| ^
/<<PKGBUILDDIR>>/src/panels/vala-panel-sntray-applet.vala: In function âsn_tray_set_vardictâ:
/<<PKGBUILDDIR>>/src/panels/vala-panel-sntray-applet.vala:81:31: warning: passing argument 2 of âg_hash_table_foreachâ from incompatible pointer type [-Wincompatible-pointer-types]
81 | table.foreach((k,v)=>{
| ^
| |
| void (*)(const void *, const void *, void *)
In file included from /usr/include/glib-2.0/glib.h:52,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/vala-panel/applet-widget.h:4,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/vala-panel-sntray-applet.c:22:
/usr/include/glib-2.0/glib/ghash.h:114:61: note: expected âGHFuncâ {aka âvoid (*)(void *, void *, void *)â} but argument is of type âvoid (*)(const void *, const void *, void *)â
114 | GHFunc func,
| ~~~~~~~~~~~~~~~~^~~~
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala: In function âsn_applet_budgie_plugin_interface_initâ:
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala:23:26: warning: assignment to âBudgieApplet * (*)(BudgiePlugin *, gchar *)â {aka âBudgieApplet * (*)(BudgiePlugin *, char *)â} from incompatible pointer type âBudgieApplet * (*)(BudgiePlugin *, const gchar *)â {aka âBudgieApplet * (*)(BudgiePlugin *, const char *)â} [-Wincompatible-pointer-types]
23 | public class SNApplet : Budgie.Plugin, Peas.ExtensionBase
| ^
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala: In function âsn_tray_constructâ:
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala:53:68: warning: passing argument 2 of âbudgie_applet_get_applet_settingsâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
53 | settings = get_applet_settings(uuid);
| ^
In file included from /usr/include/budgie-desktop/applet-info.h:19,
from /usr/include/budgie-desktop/plugin.h:14,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/sntray-applet-budgie.c:23:
/usr/include/budgie-desktop/applet.h:101:73: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â}
101 | GSettings* budgie_applet_get_applet_settings(BudgieApplet* self, gchar* uuid);
| ~~~~~~~^~~~
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala:72:154: warning: cast between incompatible function types from âvoid (*)(void *)â to âvoid (*)(void *, GClosure *)â [-Wcast-function-type]
72 | panel_size_changed.connect((p,i,s)=> {
| ^
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala: In function âsn_tray_set_vardictâ:
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala:100:31: warning: passing argument 2 of âg_hash_table_foreachâ from incompatible pointer type [-Wincompatible-pointer-types]
100 | table.foreach((k,v)=>{
| ^
| |
| void (*)(const void *, const void *, void *)
In file included from /usr/include/glib-2.0/glib.h:52,
from /usr/include/glib-2.0/gobject/gbinding.h:30,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/libpeas-1.0/libpeas/peas-activatable.h:25,
from /usr/include/libpeas-1.0/libpeas/peas.h:23,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/sntray-applet-budgie.c:22:
/usr/include/glib-2.0/glib/ghash.h:114:61: note: expected âGHFuncâ {aka âvoid (*)(void *, void *, void *)â} but argument is of type âvoid (*)(const void *, const void *, void *)â
114 | GHFunc func,
| ~~~~~~~~~~~~~~~~^~~~
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala: In function âsn_tray_set_uuidâ:
/<<PKGBUILDDIR>>/src/panels/sntray-applet-budgie.vala:34:12: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
34 | public string uuid { public set ; public get; }
| ^
[ 80%] Building C object src/panels/CMakeFiles/sntray-valapanel.dir/__/sntray.gresource.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -Dsntray_valapanel_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels -I/<<PKGBUILDDIR>>/src/panels -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -isystem /usr/include/vala-panel -isystem /usr/include/sysprof-6 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/fribidi -isystem /usr/include/pixman-1 -isystem /usr/include/webp -isystem /usr/include/cloudproviders -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -pthread -MD -MT src/panels/CMakeFiles/sntray-valapanel.dir/__/sntray.gresource.c.o -MF CMakeFiles/sntray-valapanel.dir/__/sntray.gresource.c.o.d -o CMakeFiles/sntray-valapanel.dir/__/sntray.gresource.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/sntray.gresource.c
[ 82%] Building C object src/panels/CMakeFiles/sntray-budgie.dir/__/sntray.gresource.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -Dsntray_budgie_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels -I/<<PKGBUILDDIR>>/src/panels -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -isystem /usr/include/budgie-desktop -isystem /usr/include/sysprof-6 -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/pixman-1 -isystem /usr/include/webp -isystem /usr/include/cloudproviders -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/libpeas-1.0 -isystem /usr/include/gobject-introspection-1.0 -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -pthread -MD -MT src/panels/CMakeFiles/sntray-budgie.dir/__/sntray.gresource.c.o -MF CMakeFiles/sntray-budgie.dir/__/sntray.gresource.c.o.d -o CMakeFiles/sntray-budgie.dir/__/sntray.gresource.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/sntray.gresource.c
[ 85%] Linking C shared module libsntray.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cmake -E cmake_link_script CMakeFiles/sntray-valapanel.dir/link.txt --verbose=1
[ 87%] Linking C shared module libsntray-budgie.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cmake -E cmake_link_script CMakeFiles/sntray-budgie.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -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,--export-dynamic -pthread -Wl,--dependency-file=CMakeFiles/sntray-valapanel.dir/link.d -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs -shared -o libsntray.so "CMakeFiles/sntray-valapanel.dir/vala-panel-sntray-applet.c.o" "CMakeFiles/sntray-valapanel.dir/__/sntray.gresource.c.o" ../libsntray-core.a /usr/lib/x86_64-linux-gnu/libgio-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 /usr/lib/x86_64-linux-gnu/libgtk-3.so /usr/lib/x86_64-linux-gnu/libgdk-3.so -lm /usr/lib/x86_64-linux-gnu/libvalapanel.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /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 /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
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 87%] Built target sntray-valapanel
make -f src/panels/CMakeFiles/sntray-mate.dir/build.make src/panels/CMakeFiles/sntray-mate.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 90%] Generating mate-sntray-applet.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/valac -C -b /<<PKGBUILDDIR>>/src/panels -d /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels --pkg=gdk-3.0 --pkg=gtk+-3.0 --pkg=libmatepanelapplet-4.0 --vapidir=/<<PKGBUILDDIR>>/vapi --vapidir=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels --target-glib=2.44 --gresources=/<<PKGBUILDDIR>>/src/panels/.gresource.xml -g /<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/vala-panel-sntray.vapi /<<PKGBUILDDIR>>/src/sntray-backend.vapi
/usr/bin/cc -fPIC -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,--export-dynamic -pthread -Wl,--dependency-file=CMakeFiles/sntray-budgie.dir/link.d -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs -shared -o libsntray-budgie.so "CMakeFiles/sntray-budgie.dir/sntray-applet-budgie.c.o" "CMakeFiles/sntray-budgie.dir/__/sntray.gresource.c.o" ../libsntray-core.a /usr/lib/x86_64-linux-gnu/libgio-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 /usr/lib/x86_64-linux-gnu/libgtk-3.so /usr/lib/x86_64-linux-gnu/libgdk-3.so -lm /usr/lib/libbudgie-plugin.so /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/libpeas-1.0.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libgirepository-1.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 /usr/lib/x86_64-linux-gnu/libgirepository-1.0.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 90%] Built target sntray-budgie
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:66.32-66.46: warning: `Gtk.ActionGroup' has been deprecated since 3.10
66 | var action_group = new Gtk.ActionGroup ("SNTrayApplet Menu Actions");
| ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:66.13-66.24: warning: `Gtk.ActionGroup' has been deprecated since 3.10
66 | var action_group = new Gtk.ActionGroup ("SNTrayApplet Menu Actions");
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:68.28-68.37: warning: `Gtk.Action' has been deprecated since 3.10. Use GLib.Action
68 | Gtk.Action a = new Gtk.Action("SNTrayPreferences",N_("_Preferences"),null,Gtk.Stock.PREFERENCES);
| ^~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:68.83-68.91: warning: `Gtk.Stock' has been deprecated since 3.10
68 | Gtk.Action a = new Gtk.Action("SNTrayPreferences",N_("_Preferences"),null,Gtk.Stock.PREFERENCES);
| ^~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:68.83-68.103: warning: `Gtk.Stock.PREFERENCES' has been deprecated since 3.10
68 | Gtk.Action a = new Gtk.Action("SNTrayPreferences",N_("_Preferences"),null,Gtk.Stock.PREFERENCES);
| ^~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:68.20-68.20: warning: `Gtk.Action' has been deprecated since 3.10. Use GLib.Action
68 | Gtk.Action a = new Gtk.Action("SNTrayPreferences",N_("_Preferences"),null,Gtk.Stock.PREFERENCES);
| ^
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/vala-panel-sntray.vapi:53.3-53.43: warning: DBus methods are recommended to throw at least `GLib.Error' or `GLib.DBusError, GLib.IOError'
53 | public void register_status_notifier_item (string service, GLib.BusName sender);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compilation succeeded - 7 warning(s)
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && touch /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/sntray-mate_valac.stamp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/panels /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/CMakeFiles/sntray-mate.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/panels/CMakeFiles/sntray-mate.dir/build.make src/panels/CMakeFiles/sntray-mate.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 95%] Building C object src/panels/CMakeFiles/sntray-mate.dir/__/sntray.gresource.c.o
[ 95%] Building C object src/panels/CMakeFiles/sntray-mate.dir/mate-sntray-applet.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -Dsntray_mate_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels -I/<<PKGBUILDDIR>>/src/panels -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -isystem /usr/include/mate-panel-4.0/libmate-panel-applet -isystem /usr/include/sysprof-6 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/fribidi -isystem /usr/include/pixman-1 -isystem /usr/include/webp -isystem /usr/include/cloudproviders -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -pthread -MD -MT src/panels/CMakeFiles/sntray-mate.dir/__/sntray.gresource.c.o -MF CMakeFiles/sntray-mate.dir/__/sntray.gresource.c.o.d -o CMakeFiles/sntray-mate.dir/__/sntray.gresource.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/sntray.gresource.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cc -DGETTEXT_PACKAGE=\"xfce4-sntray-plugin\" -Dsntray_mate_EXPORTS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels -I/<<PKGBUILDDIR>>/src/panels -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtk-3.0/gdk -isystem /usr/include/atk-1.0 -isystem /usr/include/mate-panel-4.0/libmate-panel-applet -isystem /usr/include/sysprof-6 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/fribidi -isystem /usr/include/pixman-1 -isystem /usr/include/webp -isystem /usr/include/cloudproviders -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -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 -Wall -Wextra -Wno-unused -Wno-unused-parameter -Wno-ignored-qualifiers -Wno-incompatible-pointer-types -Wno-missing-field-initializers -Wno-sign-compare -DG_SETTINGS_ENABLE_BACKEND -pthread -MD -MT src/panels/CMakeFiles/sntray-mate.dir/mate-sntray-applet.c.o -MF CMakeFiles/sntray-mate.dir/mate-sntray-applet.c.o.d -o CMakeFiles/sntray-mate.dir/mate-sntray-applet.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/mate-sntray-applet.c
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala: In function â__lambda6_â:
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:73:123: warning: cast between incompatible function types from âvoid (*)(void *)â to âvoid (*)(void *, GClosure *)â [-Wcast-function-type]
73 | dlg.response.connect(()=>{
| ^
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala: In function âsn_factory_callbackâ:
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:59:134: warning: cast between incompatible function types from âvoid (*)(void *)â to âvoid (*)(void *, GClosure *)â [-Wcast-function-type]
59 | applet.change_orient.connect((orient) => {
| ^
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:66:2: warning: âgtk_action_group_newâ is deprecated [-Wdeprecated-declarations]
66 | var action_group = new Gtk.ActionGroup ("SNTrayApplet Menu Actions");
| ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/mate-sntray-applet.c:23:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:67:2: warning: âgtk_action_group_set_translation_domainâ is deprecated [-Wdeprecated-declarations]
67 | action_group.set_translation_domain (Config.GETTEXT_PACKAGE);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here
252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:68:2: warning: âgtk_action_newâ is deprecated [-Wdeprecated-declarations]
68 | Gtk.Action a = new Gtk.Action("SNTrayPreferences",N_("_Preferences"),null,Gtk.Stock.PREFERENCES);
| ^
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here
98 | GtkAction *gtk_action_new (const gchar *name,
| ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:68:2: warning: âGtkStockâ is deprecated [-Wdeprecated-declarations]
68 | Gtk.Action a = new Gtk.Action("SNTrayPreferences",N_("_Preferences"),null,Gtk.Stock.PREFERENCES);
| ^
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:69:118: warning: cast between incompatible function types from âvoid (*)(void *)â to âvoid (*)(void *, GClosure *)â [-Wcast-function-type]
69 | a.activate.connect(()=>
| ^
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:77:2: warning: âgtk_action_group_add_actionâ is deprecated [-Wdeprecated-declarations]
77 | action_group.add_action (a);
| ^ ~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here
200 | void gtk_action_group_add_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala: In function âsn_set_vardictâ:
/<<PKGBUILDDIR>>/src/panels/mate-sntray-applet.vala:96:31: warning: passing argument 2 of âg_hash_table_foreachâ from incompatible pointer type [-Wincompatible-pointer-types]
96 | table.foreach((k,v)=>{
| ^
| |
| void (*)(const void *, const void *, void *)
In file included from /usr/include/glib-2.0/glib.h:52,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels/mate-sntray-applet.c:22:
/usr/include/glib-2.0/glib/ghash.h:114:61: note: expected âGHFuncâ {aka âvoid (*)(void *, void *, void *)â} but argument is of type âvoid (*)(const void *, const void *, void *)â
114 | GHFunc func,
| ~~~~~~~~~~~~~~~~^~~~
[ 97%] Linking C shared module libsntray-mate.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/panels && /usr/bin/cmake -E cmake_link_script CMakeFiles/sntray-mate.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -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,--dependency-file=CMakeFiles/sntray-mate.dir/link.d -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs -shared -o libsntray-mate.so "CMakeFiles/sntray-mate.dir/mate-sntray-applet.c.o" "CMakeFiles/sntray-mate.dir/__/sntray.gresource.c.o" ../libsntray-core.a /usr/lib/x86_64-linux-gnu/libgio-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 /usr/lib/x86_64-linux-gnu/libgtk-3.so /usr/lib/x86_64-linux-gnu/libgdk-3.so -lm /usr/lib/x86_64-linux-gnu/libmate-panel-applet-4.so /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
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Built target sntray-mate
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test
create-stamp debian/debhelper-build-stamp
dh_prep
dh_auto_install
cd obj-x86_64-linux-gnu && make -j2 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/glib-2.0/schemas/org.valapanel.toplevel.sntray.gschema.xml
-- Compiling GSettings schemas
Failed to create file â/usr/share/glib-2.0/schemas/gschemas.compiled.ZTN2Z2â: Permission denied
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/mate-panel/applets/org.vala-panel.SNTray.mate-panel-applet
-- Up-to-date: /<<PKGBUILDDIR>>/debian/tmp/usr/share/glib-2.0/schemas/org.valapanel.toplevel.sntray.gschema.xml
-- Compiling GSettings schemas
Failed to create file â/usr/share/glib-2.0/schemas/gschemas.compiled.09K2Z2â: Permission denied
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/vala-panel/applets/org.valapanel.sntray.plugin
-- Up-to-date: /<<PKGBUILDDIR>>/debian/tmp/usr/share/glib-2.0/schemas/org.valapanel.toplevel.sntray.gschema.xml
-- Compiling GSettings schemas
Failed to create file â/usr/share/glib-2.0/schemas/gschemas.compiled.KXL1Z2â: Permission denied
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/budgie-desktop/plugins/budgie-sntray-plugin/sntray-budgie.plugin
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/aa/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ab/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ae/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/af/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ak/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/am/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/an/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ar/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/as/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ast/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/av/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ay/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/az/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ba/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/be/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bg/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bh/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bi/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bm/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/br/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/bs/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ca/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ce/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ch/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ckb/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/co/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/cr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/cs/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/cu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/cv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/cy/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/da/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/de/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/dv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/dz/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ee/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/el/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/en_AU/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/en_CA/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/eo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/es/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/et/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/eu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/fa/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ff/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/fi/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/fj/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/fo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/fr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/fr_CA/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/fy/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ga/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/gd/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/gl/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/gn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/gu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/gv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ha/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/he/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/hi/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ho/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/hr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ht/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/hu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/hy/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/hz/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ia/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/id/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ie/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ig/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ii/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ik/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/io/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/is/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/it/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/iu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ja/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/jv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ka/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kg/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ki/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kj/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kk/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kl/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/km/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ko/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ks/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ku/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/kw/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ky/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/la/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lb/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lg/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/li/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ln/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lt/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/lv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mg/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mh/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mi/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mk/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ml/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ms/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/mt/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/my/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/na/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/nb/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/nd/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ne/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ng/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/nl/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/nn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/no/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/nr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/nv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ny/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/oc/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/oj/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/om/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/or/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/os/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pa/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pi/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pl/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ps/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pt/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/qu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/rm/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/rn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ro/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ru/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/rue/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/rw/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sa/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sc/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sd/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/se/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sg/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/si/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sk/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sl/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sm/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sma/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/so/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sq/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ss/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/st/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/su/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sv/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/sw/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ta/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/te/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tg/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/th/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ti/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tk/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tl/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tn/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/to/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tr/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ts/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tt/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/tw/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ty/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ug/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/uk/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ur/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/uz/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/ve/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/vi/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/vo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/wa/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/wo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/xh/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/yi/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/yo/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/za/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/zh/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/zh_HK/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/zh_TW/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/locale/zu/LC_MESSAGES/xfce4-sntray-plugin.mo
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/vala-panel/applets/libsntray.so
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/budgie-desktop/plugins/budgie-sntray-plugin/libsntray-budgie.so
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/mate-panel/libsntray-mate.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
debian/rules execute_before_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4
mv /<<PKGBUILDDIR>>/debian/tmp/usr/lib/xfce4 /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/
mv: cannot stat '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/xfce4': No such file or directory
make[1]: *** [debian/rules:33: execute_before_dh_install] Error 1
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/202501/
About the archive rebuild: The build was made on virtual machines 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 add an affects on src:xfce4-sntray-plugin, so that this is still
visible in the BTS web page for this package.
Thanks.
More information about the Pkg-ayatana-devel
mailing list