Generating targets: 0%| | 0/11 [00:00=0.56.0' but tried to use feature deprecated since '0.56.0': Dependency.get_pkgconfig_variable. use Dependency.get_variable(pkgconfig : ...) instead Configuring version.xml using configuration WARNING: Project targeting '>=0.56.0' but tried to use feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead. Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan) Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj) Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb) Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml) Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref) Build targets in project: 11 WARNING: Deprecated features used: * 0.56.0: {'Dependency.get_pkgconfig_variable', 'meson.source_root'} Found ninja-1.10.2 at /usr/bin/ninja [1/21] Generating playerctl-generated.h with a custom command [2/21] Generating playerctl-generated.c with a custom command [3/21] Generating playerctl-enum-types.h with a custom command (wrapped by meson because command contains newlines, to capture output) [4/21] Generating playerctl-enum-types.c with a custom command (wrapped by meson because command contains newlines, to capture output) [5/21] Compiling C object playerctl/libplayerctl.so.2.4.1.p/playerctl-player-name.c.o [6/21] Compiling C object playerctl/libplayerctl.so.2.4.1.p/meson-generated_.._playerctl-enum-types.c.o [7/21] Compiling C object playerctl/playerctl.p/meson-generated_.._playerctl-enum-types.c.o [8/21] Compiling C object playerctl/playerctld.p/meson-generated_.._playerctl-enum-types.c.o [9/21] Compiling C object playerctl/libplayerctl.so.2.4.1.p/playerctl-common.c.o [10/21] Compiling C object playerctl/libplayerctl.so.2.4.1.p/playerctl-player-manager.c.o [11/21] Compiling C object playerctl/playerctld.p/playerctl-daemon.c.o In file included from /usr/include/glib-2.0/glib.h:62, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from ../playerctl/playerctl-daemon.c:2: ../playerctl/playerctl-daemon.c: In function ‘player_update_position_sync’: ../playerctl/playerctl-daemon.c:236:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘gint64’ {aka ‘long long int’} [-Wformat=] 236 | g_debug("new position: %ld", player->position); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ | | | gint64 {aka long long int} /usr/include/glib-2.0/glib/gmessages.h:354:32: note: in definition of macro ‘g_debug’ 354 | __VA_ARGS__) | ^~~~~~~~~~~ ../playerctl/playerctl-daemon.c:236:30: note: format string is defined here 236 | g_debug("new position: %ld", player->position); | ~~^ | | | long int | %lld In file included from /usr/include/glib-2.0/glib.h:62, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from ../playerctl/playerctl-daemon.c:2: ../playerctl/playerctl-daemon.c: In function ‘context_emit_active_player_changed’: ../playerctl/playerctl-daemon.c:333:17: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘gint64’ {aka ‘long long int’} [-Wformat=] 333 | g_debug("sending Seeked signal with position %ld", player->position); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ | | | gint64 {aka long long int} /usr/include/glib-2.0/glib/gmessages.h:354:32: note: in definition of macro ‘g_debug’ 354 | __VA_ARGS__) | ^~~~~~~~~~~ ../playerctl/playerctl-daemon.c:333:56: note: format string is defined here 333 | g_debug("sending Seeked signal with position %ld", player->position); | ~~^ | | | long int | %lld At top level: ../playerctl/playerctl-daemon.c:491:13: warning: ‘context_rotate_queue’ defined but not used [-Wunused-function] 491 | static void context_rotate_queue(struct PlayerctldContext *ctx) { | ^~~~~~~~~~~~~~~~~~~~ [12/21] Linking target playerctl/playerctld [13/21] Compiling C object playerctl/playerctl.p/playerctl-cli.c.o [14/21] Compiling C object playerctl/libplayerctl.so.2.4.1.p/playerctl-formatter.c.o [15/21] Compiling C object playerctl/libplayerctl.so.2.4.1.p/playerctl-player.c.o In file included from /usr/include/glib-2.0/glib.h:62, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from ../playerctl/playerctl-player.h:27, from ../playerctl/playerctl-player.c:20: ../playerctl/playerctl-player.c: In function ‘playerctl_player_seeked_callback’: ../playerctl/playerctl-player.c:284:13: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘gint64’ {aka ‘long long int’} [-Wformat=] 284 | g_debug("%s: new player position %ld", player->priv->instance, position); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ | | | gint64 {aka long long int} /usr/include/glib-2.0/glib/gmessages.h:354:32: note: in definition of macro ‘g_debug’ 354 | __VA_ARGS__) | ^~~~~~~~~~~ ../playerctl/playerctl-player.c:284:40: note: format string is defined here 284 | g_debug("%s: new player position %ld", player->priv->instance, position); | ~~^ | | | long int | %lld [16/21] Compiling C object playerctl/libplayerctl.so.2.4.1.p/meson-generated_.._playerctl-generated.c.o [17/21] Linking target playerctl/libplayerctl.so.2.4.1 [18/21] Generating symbol file playerctl/libplayerctl.so.2.4.1.p/libplayerctl.so.2.4.1.symbols [19/21] Linking target playerctl/playerctl [20/21] Generating Playerctl-2.0.gir with a custom command g-ir-scanner: link: gcc -pthread -o /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/tmp-introspect2kh170jg/Playerctl-2.0 /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/tmp-introspect2kh170jg/Playerctl-2.0.o -L. -Wl,-rpath,. -Wl,--no-as-needed -L/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/playerctl -Wl,-rpath,/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/playerctl -lplayerctl -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgirepository-1.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 [21/21] Generating Playerctl-2.0.typelib with a custom command [0/1] Installing files. Installing playerctl/playerctl-enum-types.h to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/include/playerctl Installing playerctl/libplayerctl.so.2.4.1 to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/lib Installing playerctl/playerctl to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/bin Installing playerctl/playerctld to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/bin Installing playerctl/Playerctl-2.0.gir to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/share/gir-1.0 Installing playerctl/Playerctl-2.0.typelib to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/lib/girepository-1.0 Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/playerctl/playerctl.h to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/include/playerctl Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/playerctl/playerctl-player.h to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/include/playerctl Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/playerctl/playerctl-player-manager.h to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/include/playerctl Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/playerctl/playerctl-player-name.h to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/include/playerctl Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/playerctl/playerctl-version.h to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/include/playerctl Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/doc/playerctl.1 to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/man/man1 Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/meson-private/playerctl.pc to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/lib/pkgconfig Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/data/org.mpris.MediaPlayer2.playerctld.service to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/share/dbus-1/services Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/data/playerctl.bash to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/share/bash-completion/completions Installing /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/data/playerctl.zsh to /usr/src/slapt-src/multimedia/playerctl/package-playerctl/usr/share/zsh/site-functions Running custom install script '/usr/bin/meson --internal gtkdoc --sourcedir=/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1 --builddir=/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build --subdir=doc/reference --headerdirs=/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/playerctl --mainfile=playerctl-docs.xml --modulename=playerctl --moduleversion= --mode=auto --gtkdoc-scan=/usr/bin/gtkdoc-scan --gtkdoc-scangobj=/usr/bin/gtkdoc-scangobj --gtkdoc-mkdb=/usr/bin/gtkdoc-mkdb --gtkdoc-mkhtml=/usr/bin/gtkdoc-mkhtml --gtkdoc-fixxref=/usr/bin/gtkdoc-fixxref --scanargs=--deprecated-guards="PLAYERCTL_DISABLE_DEPRECATED" --gobjects-types-file=/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/doc/reference/playerctl.types --fixxrefargs=--extra-dir=/usr/share/gtk-doc/html/gobject@@--extra-dir=/usr/share/gtk-doc/html/gio@@--extra-dir=/usr/share/gtk-doc/html --mkdbargs=--output-format=xml@@--name-space=playerctl --content-files= --ignore-headers=playerctl.h@@playerctl-generated.h@@playerctl-common.h@@playerctl-formatter.h --cc=ccache cc --ld=cc --cflags=-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/playerctl/.. -I/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/playerctl/.. -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -O2 -march=i586 -mtune=i686 --ldflags=-L/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/playerctl -Wl,-rpath,/usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1/build/playerctl -lplayerctl -lglib-2.0 -lgobject-2.0 -lgio-2.0 -O2 -march=i586 -mtune=i686' Slackware package maker, version 3.14159265. Searching for symbolic links: usr/lib/libplayerctl.so libplayerctl.so.2 usr/lib/libplayerctl.so.2 libplayerctl.so.2.4.1 Making symbolic link creation script: ( cd usr/lib ; rm -rf libplayerctl.so ) ( cd usr/lib ; ln -sf libplayerctl.so.2 libplayerctl.so ) ( cd usr/lib ; rm -rf libplayerctl.so.2 ) ( cd usr/lib ; ln -sf libplayerctl.so.2.4.1 libplayerctl.so.2 ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libplayerctl.so.2' removed './usr/lib/libplayerctl.so' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/multimedia/playerctl/playerctl-2.4.1-i586-1salix15.0.txz created. Installing package playerctl-2.4.1-i586-1salix15.0... | playerctl (MPRIS media player controller) | | Playerctl is a command-line utility and library for controlling | media players that implement the MPRIS D-Bus Interface Specification. | | Playerctl makes it easy to bind player actions, such as play and | pause, to media keys. | | Homepage: https://github.com/acrisci/playerctl | | | |