>>> pokoy: Building testing/pokoy 0.2.5-r0 (using abuild 3.11.0-r1) started Mon, 22 May 2023 21:26:08 +0000 >>> pokoy: Checking sanity of /home/buildozer/aports/testing/pokoy/APKBUILD... >>> pokoy: Analyzing dependencies... >>> pokoy: Installing for build: build-base libxcb-dev xcb-util-wm-dev xcb-util-keysyms-dev (1/31) Installing libxau (1.0.11-r2) (2/31) Installing xorgproto (2022.2-r0) (3/31) Installing libxau-dev (1.0.11-r2) (4/31) Installing libbz2 (1.0.8-r6) (5/31) Installing libffi (3.4.4-r3) (6/31) Installing gdbm (1.23-r1) (7/31) Installing xz-libs (5.4.3-r1) (8/31) Installing mpdecimal (2.5.1-r2) (9/31) Installing libpanelw (6.4_p20230520-r0) (10/31) Installing readline (8.2.1-r2) (11/31) Installing sqlite-libs (3.42.0-r0) (12/31) Installing python3 (3.11.3-r11) (13/31) Installing python3-pycache-pyc0 (3.11.3-r11) (14/31) Installing pyc (0.1-r0) (15/31) Installing xcb-proto-pyc (1.15.2-r2) (16/31) Installing python3-pyc (3.11.3-r11) (17/31) Installing xcb-proto (1.15.2-r2) (18/31) Installing libmd (1.0.4-r2) (19/31) Installing libbsd (0.11.7-r2) (20/31) Installing libxdmcp (1.1.4-r2) (21/31) Installing libxcb (1.15-r2) (22/31) Installing libxdmcp-dev (1.1.4-r2) (23/31) Installing libxcb-dev (1.15-r2) (24/31) Installing util-macros (1.20.0-r0) (25/31) Installing xcb-util (0.4.1-r3) (26/31) Installing xcb-util-dev (0.4.1-r3) (27/31) Installing xcb-util-wm (0.4.2-r0) (28/31) Installing xcb-util-wm-dev (0.4.2-r0) (29/31) Installing xcb-util-keysyms (0.4.1-r0) (30/31) Installing xcb-util-keysyms-dev (0.4.1-r0) (31/31) Installing .makedepends-pokoy (20230522.212609) Executing busybox-1.36.0-r11.trigger OK: 310 MiB in 131 packages >>> pokoy: Cleaning up srcdir >>> pokoy: Cleaning up pkgdir >>> pokoy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pokoy-0.2.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> pokoy: Fetching pokoy-0.2.5.tar.gz::https://github.com/ttygde/pokoy/archive/v0.2.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 17791 0 17791 0 0 10624 0 --:--:-- 0:00:01 --:--:-- 38342 >>> pokoy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pokoy-0.2.5.tar.gz >>> pokoy: Checking sha512sums... pokoy-0.2.5.tar.gz: OK broken-makefile.patch: OK >>> pokoy: Unpacking /var/cache/distfiles/pokoy-0.2.5.tar.gz... >>> pokoy: broken-makefile.patch patching file Makefile gcc -std=c99 -D_DEFAULT_SOURCE -O2 -Os -Wformat -Werror=format-security -o pokoy.o -c pokoy.c pokoy.c: In function 'load_config': pokoy.c:338:13: warning: argument 1 null where non-null expected [-Wnonnull] 338 | strcpy(font, p); | ^~~~~~~~~~~~~~~ In file included from pokoy.c:10: /usr/include/string.h:33:7: note: in a call to function 'strcpy' declared 'nonnull' 33 | char *strcpy (char *__restrict, const char *__restrict); | ^~~~~~ pokoy.c: In function 'init_x_context': pokoy.c:402:51: warning: argument 1 null where non-null expected [-Wnonnull] 402 | cookie = xcb_open_font_checked(xc.c, font_id, strlen(font), font); | ^~~~~~~~~~~~ /usr/include/string.h:54:8: note: in a call to function 'strlen' declared 'nonnull' 54 | size_t strlen (const char *); | ^~~~~~ pokoy.c:405:9: warning: argument 1 null where non-null expected [-Wnonnull] 405 | memset(font, '\0', strlen(font)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/string.h:54:8: note: in a call to function 'strlen' declared 'nonnull' 54 | size_t strlen (const char *); | ^~~~~~ pokoy.c:405:9: warning: argument 1 null where non-null expected [-Wnonnull] 405 | memset(font, '\0', strlen(font)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/string.h:29:7: note: in a call to function 'memset' declared 'nonnull' 29 | void *memset (void *, int, size_t); | ^~~~~~ pokoy.c:406:9: warning: argument 1 null where non-null expected [-Wnonnull] 406 | strcpy(font, "fixed"); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/string.h:33:7: note: in a call to function 'strcpy' declared 'nonnull' 33 | char *strcpy (char *__restrict, const char *__restrict); | ^~~~~~ pokoy.c:407:55: warning: argument 1 null where non-null expected [-Wnonnull] 407 | cookie = xcb_open_font_checked(xc.c, font_id, strlen(font), font); | ^~~~~~~~~~~~ /usr/include/string.h:54:8: note: in a call to function 'strlen' declared 'nonnull' 54 | size_t strlen (const char *); | ^~~~~~ pokoy.c: In function 'create_cb': pokoy.c:565:25: warning: '%02d' directive writing 2 bytes into a region of size between 1 and 7 [-Wformat-overflow=] 565 | sprintf(sdur, "%02d:%02d", cb->du / ONE_MINUTE, cb->du % ONE_MINUTE); | ^~~~ pokoy.c:565:19: note: directive argument in the range [0, 59] 565 | sprintf(sdur, "%02d:%02d", cb->du / ONE_MINUTE, cb->du % ONE_MINUTE); | ^~~~~~~~~~~ pokoy.c:565:5: note: 'sprintf' output between 6 and 12 bytes into a destination of size 10 565 | sprintf(sdur, "%02d:%02d", cb->du / ONE_MINUTE, cb->du % ONE_MINUTE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc pokoy.o -o pokoy -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-screensaver -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs s pokoy make: s: No such file or directory make: [Makefile:20: pokoy] Error 127 (ignored) >>> pokoy: Entering fakeroot... install -D -m 755 pokoy /home/buildozer/aports/testing/pokoy/pkg/pokoy/usr/bin/pokoy install -D -m 644 pokoyrc /home/buildozer/aports/testing/pokoy/pkg/pokoy/usr/share/pokoy/pokoyrc install -D -m 644 pokoy.1 /home/buildozer/aports/testing/pokoy/pkg/pokoy/usr/share/man/man1/pokoy.1 >>> pokoy-doc*: Running split function doc... >>> pokoy-doc*: Preparing subpackage pokoy-doc... >>> pokoy-doc*: Running postcheck for pokoy-doc >>> pokoy*: Running postcheck for pokoy >>> pokoy*: Preparing package pokoy... >>> pokoy*: Stripping binaries >>> pokoy-doc*: Scanning shared objects >>> pokoy*: Scanning shared objects >>> pokoy-doc*: Tracing dependencies... >>> pokoy-doc*: Package size: 24.0 KB >>> pokoy-doc*: Compressing data... >>> pokoy-doc*: Create checksum... >>> pokoy-doc*: Create pokoy-doc-0.2.5-r0.apk >>> pokoy*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libxcb-keysyms.so.1 so:libxcb-screensaver.so.0 so:libxcb.so.1 >>> pokoy*: Package size: 92.0 KB >>> pokoy*: Compressing data... >>> pokoy*: Create checksum... >>> pokoy*: Create pokoy-0.2.5-r0.apk >>> pokoy: Build complete at Mon, 22 May 2023 21:26:13 +0000 elapsed time 0h 0m 5s >>> pokoy: Cleaning up srcdir >>> pokoy: Cleaning up pkgdir >>> pokoy: Uninstalling dependencies... (1/31) Purging .makedepends-pokoy (20230522.212609) (2/31) Purging xcb-util-wm-dev (0.4.2-r0) (3/31) Purging xcb-util-wm (0.4.2-r0) (4/31) Purging xcb-util-keysyms-dev (0.4.1-r0) (5/31) Purging xcb-util-dev (0.4.1-r3) (6/31) Purging libxcb-dev (1.15-r2) (7/31) Purging xcb-proto-pyc (1.15.2-r2) (8/31) Purging xcb-proto (1.15.2-r2) (9/31) Purging util-macros (1.20.0-r0) (10/31) Purging xcb-util (0.4.1-r3) (11/31) Purging xcb-util-keysyms (0.4.1-r0) (12/31) Purging libxau-dev (1.0.11-r2) (13/31) Purging libxcb (1.15-r2) (14/31) Purging libxdmcp-dev (1.1.4-r2) (15/31) Purging libxdmcp (1.1.4-r2) (16/31) Purging python3-pyc (3.11.3-r11) (17/31) Purging python3-pycache-pyc0 (3.11.3-r11) (18/31) Purging pyc (0.1-r0) (19/31) Purging xorgproto (2022.2-r0) (20/31) Purging python3 (3.11.3-r11) (21/31) Purging gdbm (1.23-r1) (22/31) Purging libbsd (0.11.7-r2) (23/31) Purging libbz2 (1.0.8-r6) (24/31) Purging libffi (3.4.4-r3) (25/31) Purging libmd (1.0.4-r2) (26/31) Purging libpanelw (6.4_p20230520-r0) (27/31) Purging libxau (1.0.11-r2) (28/31) Purging mpdecimal (2.5.1-r2) (29/31) Purging readline (8.2.1-r2) (30/31) Purging sqlite-libs (3.42.0-r0) (31/31) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 257 MiB in 100 packages >>> pokoy: Updating the testing/ppc64le repository index... >>> pokoy: Signing the index...