>>> xdotool: Building community/xdotool 4.20260303.1-r0 (using abuild 3.17.0_rc1-r2) started Wed, 22 Apr 2026 16:10:08 +0000 >>> xdotool: Validating /home/buildozer/aports/community/xdotool/APKBUILD... >>> xdotool: Analyzing dependencies... >>> xdotool: Installing for build: build-base libxinerama-dev libxkbcommon-dev libxtst-dev libx11-dev perl ( 1/51) Installing libxau (1.0.12-r0) ( 2/51) Installing libmd (1.1.0-r0) ( 3/51) Installing libbsd (0.12.2-r0) ( 4/51) Installing libxdmcp (1.1.5-r1) ( 5/51) Installing libxcb (1.17.0-r1) ( 6/51) Installing libx11 (1.8.13-r0) ( 7/51) Installing libxext (1.3.7-r0) ( 8/51) Installing libxinerama (1.1.6-r0) ( 9/51) Installing xorgproto (2025.1-r0) (10/51) Installing libxau-dev (1.0.12-r0) (11/51) Installing libbz2 (1.0.8-r6) (12/51) Installing libffi (3.5.2-r1) (13/51) Installing gdbm (1.26-r0) (14/51) Installing xz-libs (5.8.2-r0) (15/51) Installing mpdecimal (4.0.1-r0) (16/51) Installing libpanelw (6.6_p20260404-r0) (17/51) Installing readline (8.3.3-r1) (18/51) Installing sqlite-libs (3.53.0-r0) (19/51) Installing python3 (3.14.3-r0) (20/51) Installing python3-pycache-pyc0 (3.14.3-r0) (21/51) Installing pyc (3.14.3-r0) (22/51) Installing xcb-proto-pyc (1.17.0-r1) (23/51) Installing python3-pyc (3.14.3-r0) (24/51) Installing xcb-proto (1.17.0-r1) (25/51) Installing libxdmcp-dev (1.1.5-r1) (26/51) Installing libxcb-dev (1.17.0-r1) (27/51) Installing xtrans (1.6.0-r0) (28/51) Installing libx11-dev (1.8.13-r0) (29/51) Installing libxext-dev (1.3.7-r0) (30/51) Installing libxinerama-dev (1.1.6-r0) (31/51) Installing xkeyboard-config (2.46-r0) (32/51) Installing libxml2 (2.13.9-r1) (33/51) Installing libxkbcommon (1.12.2-r0) (34/51) Installing libxkbcommon-x11 (1.12.2-r0) (35/51) Installing zlib-dev (1.3.2-r0) (36/51) Installing xz (5.8.2-r0) (37/51) Installing xz-dev (5.8.2-r0) (38/51) Installing libxml2-utils (2.13.9-r1) (39/51) Installing libxml2-dev (2.13.9-r1) (40/51) Installing libxkbcommon-dev (1.12.2-r0) (41/51) Installing libxtst (1.2.5-r0) (42/51) Installing libxi (1.8.2-r0) (43/51) Installing libxfixes (6.0.2-r0) (44/51) Installing libxfixes-dev (6.0.2-r0) (45/51) Installing libxi-dev (1.8.2-r0) (46/51) Installing libxtst-dev (1.2.5-r0) (47/51) Installing perl (5.42.2-r0) (48/51) Installing .makedepends-xdotool (20260422.161027) (49/51) Installing perl-error (0.17030-r0) (50/51) Installing perl-git (2.54.0-r0) (51/51) Installing git-perl (2.54.0-r0) Executing busybox-1.37.0-r31.trigger OK: 508.8 MiB in 153 packages >>> xdotool: Cleaning up srcdir >>> xdotool: Cleaning up pkgdir >>> xdotool: Cleaning up tmpdir >>> xdotool: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/xdotool-4.20260303.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> xdotool: Fetching xdotool-4.20260303.1.tar.gz::https://github.com/jordansissel/xdotool/archive/v4.20260303.1.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.24/xdotool-4.20260303.1.tar.gz.part' xdotool-4.20260303.1 100% |********************************| 112k 0:00:00 ETA '/var/cache/distfiles/v3.24/xdotool-4.20260303.1.tar.gz.part' saved /var/cache/distfiles/v3.24/xdotool-4.20260303.1.tar.gz: OK >>> xdotool: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/xdotool-4.20260303.1.tar.gz /var/cache/distfiles/v3.24/xdotool-4.20260303.1.tar.gz: OK >>> xdotool: Unpacking /var/cache/distfiles/v3.24/xdotool-4.20260303.1.tar.gz... pod2man -c "" -r "" xdotool.pod > xdotool.1 cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -fPIC -c xdo.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -fPIC -c xdo_search.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c xdotool.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_click.o cmd_click.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_mousemove.o cmd_mousemove.c xdo.c: In function 'xdo_enter_text_window': xdo.c:1006:59: warning: format '%lc' expects argument of type 'wint_t', but argument 3 has type 'wchar_t' {aka 'long int'} [-Wformat=] 1006 | fprintf(stderr, "I don't know which key produces '%lc', skipping.\n", | ~~^ | | | unsigned int | %ld 1007 | key.key); | ~~~~~~~ | | | wchar_t {aka long int} cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_mousemove_relative.o cmd_mousemove_relative.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_mousedown.o cmd_mousedown.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_mouseup.o cmd_mouseup.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_getmouselocation.o cmd_getmouselocation.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_type.o cmd_type.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_key.o cmd_key.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowmove.o cmd_windowmove.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowactivate.o cmd_windowactivate.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowfocus.o cmd_windowfocus.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowraise.o cmd_windowraise.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowlower.o cmd_windowlower.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowsize.o cmd_windowsize.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowstate.o cmd_windowstate.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_set_window.o cmd_set_window.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_search.o cmd_search.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_getwindowfocus.o cmd_getwindowfocus.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_getwindowpid.o cmd_getwindowpid.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_getactivewindow.o cmd_getactivewindow.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowmap.o cmd_windowmap.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowunmap.o cmd_windowunmap.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowreparent.o cmd_windowreparent.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_set_num_desktops.o cmd_set_num_desktops.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_get_num_desktops.o cmd_get_num_desktops.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_set_desktop.o cmd_set_desktop.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_get_desktop.o cmd_get_desktop.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_set_desktop_for_window.o cmd_set_desktop_for_window.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_get_desktop_for_window.o cmd_get_desktop_for_window.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_get_desktop_viewport.o cmd_get_desktop_viewport.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_set_desktop_viewport.o cmd_set_desktop_viewport.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowkill.o cmd_windowkill.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_behave.o cmd_behave.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_window_select.o cmd_window_select.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_getwindowname.o cmd_getwindowname.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_getwindowclassname.o cmd_getwindowclassname.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_behave_screen_edge.o cmd_behave_screen_edge.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowminimize.o cmd_windowminimize.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_exec.o cmd_exec.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_getwindowgeometry.o cmd_getwindowgeometry.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowclose.o cmd_windowclose.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_windowquit.o cmd_windowquit.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_sleep.o cmd_sleep.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=c99 -c -o cmd_get_display_geometry.o cmd_get_display_geometry.c cc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Wl,-soname=libxdo.so.4 xdo.o xdo_search.o -o libxdo.so -lXtst -lXinerama -lX11 -lxkbcommon ln -s libxdo.so libxdo.so.4 cc -o xdotool xdotool.o cmd_click.o cmd_mousemove.o cmd_mousemove_relative.o cmd_mousedown.o cmd_mouseup.o cmd_getmouselocation.o cmd_type.o cmd_key.o cmd_windowmove.o cmd_windowactivate.o cmd_windowfocus.o cmd_windowraise.o cmd_windowlower.o cmd_windowsize.o cmd_windowstate.o cmd_set_window.o cmd_search.o cmd_getwindowfocus.o cmd_getwindowpid.o cmd_getactivewindow.o cmd_windowmap.o cmd_windowunmap.o cmd_windowreparent.o cmd_set_num_desktops.o cmd_get_num_desktops.o cmd_set_desktop.o cmd_get_desktop.o cmd_set_desktop_for_window.o cmd_get_desktop_for_window.o cmd_get_desktop_viewport.o cmd_set_desktop_viewport.o cmd_windowkill.o cmd_behave.o cmd_window_select.o cmd_getwindowname.o cmd_getwindowclassname.o cmd_behave_screen_edge.o cmd_windowminimize.o cmd_exec.o cmd_getwindowgeometry.o cmd_windowclose.o cmd_windowquit.o cmd_sleep.o cmd_get_display_geometry.o -L. -lxdo -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Xlinker -lm -lX11 -lrt >>> xdotool: Entering fakeroot... install -d /home/buildozer/aports/community/xdotool/pkg/xdotool/usr install -d /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/lib install libxdo.so /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/lib/libxdo.so.4 install -d /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/bin ln -sf libxdo.so.4 /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/lib/libxdo.so install -d /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/share/man/man1 install -m 755 xdotool /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/bin/ install -d /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/include install -m 644 xdotool.1 /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/share/man/man1/ install -m 0644 xdo.h /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/include/xdo.h sh pc.sh 4.20260303.1 /usr/lib /usr/include > libxdo.pc install -d /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/lib/pkgconfig Running ldconfig to update library cache install -m 0644 libxdo.pc /home/buildozer/aports/community/xdotool/pkg/xdotool/usr/lib/pkgconfig/libxdo.pc >>> xdotool-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/xdotool/pkg/xdotool-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/xdotool/pkg/xdotool-dev/usr/lib/pkgconfig' 'usr/lib/libxdo.so' -> '/home/buildozer/aports/community/xdotool/pkg/xdotool-dev/usr/lib/libxdo.so' >>> xdotool-dev*: Preparing subpackage xdotool-dev... >>> xdotool-dev*: Stripping binaries >>> xdotool-dev*: Running postcheck for xdotool-dev >>> xdotool-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/xdotool/pkg/xdotool-doc/usr/share/man' >>> xdotool-doc*: Preparing subpackage xdotool-doc... Please specify at least one package name on the command line. >>> xdotool-doc*: Running postcheck for xdotool-doc >>> xdotool*: Running postcheck for xdotool >>> xdotool*: Preparing package xdotool... >>> xdotool*: Stripping binaries Please specify at least one package name on the command line. >>> xdotool*: Scanning shared objects >>> xdotool-dev*: Scanning shared objects >>> xdotool-dev*: Tracing dependencies... libxinerama-dev libxkbcommon-dev libxtst-dev xdotool=4.20260303.1-r0 pc:x11 pkgconfig >>> xdotool-dev*: Package size: 28.4 KB >>> xdotool-dev*: Compressing data... >>> xdotool-dev*: Create checksum... >>> xdotool-dev*: Create xdotool-dev-4.20260303.1-r0.apk >>> xdotool-doc*: Tracing dependencies... >>> xdotool-doc*: Package size: 13.1 KB >>> xdotool-doc*: Compressing data... >>> xdotool-doc*: Create checksum... >>> xdotool-doc*: Create xdotool-doc-4.20260303.1-r0.apk >>> xdotool*: Tracing dependencies... so:libX11.so.6 so:libXinerama.so.1 so:libXtst.so.6 so:libc.musl-x86.so.1 so:libxkbcommon.so.0 >>> xdotool*: Package size: 114.0 KB >>> xdotool*: Compressing data... >>> xdotool*: Create checksum... >>> xdotool*: Create xdotool-4.20260303.1-r0.apk >>> xdotool: Build complete at Wed, 22 Apr 2026 16:10:34 +0000 elapsed time 0h 0m 26s >>> xdotool: Cleaning up srcdir >>> xdotool: Cleaning up pkgdir >>> xdotool: Uninstalling dependencies... ( 1/51) Purging .makedepends-xdotool (20260422.161027) ( 2/51) Purging libxinerama-dev (1.1.6-r0) ( 3/51) Purging libxinerama (1.1.6-r0) ( 4/51) Purging libxkbcommon-dev (1.12.2-r0) ( 5/51) Purging libxkbcommon-x11 (1.12.2-r0) ( 6/51) Purging libxkbcommon (1.12.2-r0) ( 7/51) Purging xkeyboard-config (2.46-r0) ( 8/51) Purging libxtst-dev (1.2.5-r0) ( 9/51) Purging libxtst (1.2.5-r0) (10/51) Purging git-perl (2.54.0-r0) (11/51) Purging perl-git (2.54.0-r0) (12/51) Purging perl-error (0.17030-r0) (13/51) Purging perl (5.42.2-r0) (14/51) Purging libxi-dev (1.8.2-r0) (15/51) Purging libxi (1.8.2-r0) (16/51) Purging libxml2-dev (2.13.9-r1) (17/51) Purging libxml2-utils (2.13.9-r1) (18/51) Purging libxml2 (2.13.9-r1) (19/51) Purging python3-pyc (3.14.3-r0) (20/51) Purging python3-pycache-pyc0 (3.14.3-r0) (21/51) Purging xcb-proto-pyc (1.17.0-r1) (22/51) Purging pyc (3.14.3-r0) (23/51) Purging xz-dev (5.8.2-r0) (24/51) Purging xz (5.8.2-r0) (25/51) Purging zlib-dev (1.3.2-r0) (26/51) Purging libxfixes-dev (6.0.2-r0) (27/51) Purging libxfixes (6.0.2-r0) (28/51) Purging libxext-dev (1.3.7-r0) (29/51) Purging libxext (1.3.7-r0) (30/51) Purging libx11-dev (1.8.13-r0) (31/51) Purging xtrans (1.6.0-r0) (32/51) Purging libx11 (1.8.13-r0) (33/51) Purging libxcb-dev (1.17.0-r1) (34/51) Purging libxcb (1.17.0-r1) (35/51) Purging xcb-proto (1.17.0-r1) (36/51) Purging python3 (3.14.3-r0) (37/51) Purging gdbm (1.26-r0) (38/51) Purging libxdmcp-dev (1.1.5-r1) (39/51) Purging libxdmcp (1.1.5-r1) (40/51) Purging libbsd (0.12.2-r0) (41/51) Purging libbz2 (1.0.8-r6) (42/51) Purging libffi (3.5.2-r1) (43/51) Purging libmd (1.1.0-r0) (44/51) Purging libpanelw (6.6_p20260404-r0) (45/51) Purging libxau-dev (1.0.12-r0) (46/51) Purging libxau (1.0.12-r0) (47/51) Purging mpdecimal (4.0.1-r0) (48/51) Purging readline (8.3.3-r1) (49/51) Purging sqlite-libs (3.53.0-r0) (50/51) Purging xorgproto (2025.1-r0) (51/51) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 425.2 MiB in 102 packages >>> xdotool: Updating the community/x86 repository index... >>> xdotool: Signing the index...