>>> pokoy: Building testing/pokoy 0.2.5-r0 (using abuild 3.11.0-r1) started Mon, 22 May 2023 22:57:54 +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/29) Installing libxau (1.0.11-r2) (2/29) Installing xorgproto (2022.2-r0) (3/29) Installing libxau-dev (1.0.11-r2) (4/29) Installing libbz2 (1.0.8-r6) (5/29) Installing gdbm (1.23-r1) (6/29) Installing mpdecimal (2.5.1-r2) (7/29) Installing libpanelw (6.4_p20230520-r0) (8/29) Installing readline (8.2.1-r2) (9/29) Installing sqlite-libs (3.42.0-r0) (10/29) Installing python3 (3.11.3-r11) (11/29) Installing python3-pycache-pyc0 (3.11.3-r11) (12/29) Installing pyc (0.1-r0) (13/29) Installing xcb-proto-pyc (1.15.2-r2) (14/29) Installing python3-pyc (3.11.3-r11) (15/29) Installing xcb-proto (1.15.2-r2) (16/29) Installing libmd (1.0.4-r2) (17/29) Installing libbsd (0.11.7-r2) (18/29) Installing libxdmcp (1.1.4-r2) (19/29) Installing libxcb (1.15-r2) (20/29) Installing libxdmcp-dev (1.1.4-r2) (21/29) Installing libxcb-dev (1.15-r2) (22/29) Installing util-macros (1.20.0-r0) (23/29) Installing xcb-util (0.4.1-r3) (24/29) Installing xcb-util-dev (0.4.1-r3) (25/29) Installing xcb-util-wm (0.4.2-r0) (26/29) Installing xcb-util-wm-dev (0.4.2-r0) (27/29) Installing xcb-util-keysyms (0.4.1-r0) (28/29) Installing xcb-util-keysyms-dev (0.4.1-r0) (29/29) Installing .makedepends-pokoy (20230522.225800) Executing busybox-1.36.0-r11.trigger OK: 970 MiB in 134 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 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 100 17791 0 17791 0 0 19609 0 --:--:-- --:--:-- --:--:-- 511k >>> 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 In file included from pokoy.c:10: In function 'strcpy', inlined from 'load_config' at pokoy.c:338:13: /usr/include/fortify/string.h:118:16: warning: argument 1 null where non-null expected [-Wnonnull] 118 | return __orig_strcpy(__d, __s); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/fortify/poll.h:26, from pokoy.c:5: /usr/include/fortify/string.h: In function 'load_config': /usr/include/fortify/string.h:112:1: note: in a call to function '__orig_strcpy' declared 'nonnull' 112 | _FORTIFY_FN(strcpy) char *strcpy(char * _FORTIFY_POS0 __d, const char *__s) | ^~~~~~~~~~~ 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); | ^~~~~~~~~~~~ In file included from /usr/include/fortify/string.h:23: /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 *); | ^~~~~~ In function 'memset', inlined from 'init_x_context' at pokoy.c:405:9: /usr/include/fortify/string.h:75:16: warning: argument 1 null where non-null expected [-Wnonnull] 75 | return __builtin_memset(__d, __c, __n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/string.h:75:16: note: in a call to built-in function '__builtin_memset' In function 'strcpy', inlined from 'init_x_context' at pokoy.c:406:9: /usr/include/fortify/string.h:118:16: warning: argument 1 null where non-null expected [-Wnonnull] 118 | return __orig_strcpy(__d, __s); | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/fortify/string.h: In function 'init_x_context': /usr/include/fortify/string.h:112:1: note: in a call to function '__orig_strcpy' declared 'nonnull' 112 | _FORTIFY_FN(strcpy) char *strcpy(char * _FORTIFY_POS0 __d, const char *__s) | ^~~~~~~~~~~ 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 *); | ^~~~~~ gcc pokoy.o -o pokoy -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-screensaver -Wl,--as-needed,-O1,--sort-common 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-riscv64.so.1 so:libxcb-keysyms.so.1 so:libxcb-screensaver.so.0 so:libxcb.so.1 >>> pokoy*: Package size: 44.0 KB >>> pokoy*: Compressing data... >>> pokoy*: Create checksum... >>> pokoy*: Create pokoy-0.2.5-r0.apk >>> pokoy: Build complete at Mon, 22 May 2023 22:58:12 +0000 elapsed time 0h 0m 18s >>> pokoy: Cleaning up srcdir >>> pokoy: Cleaning up pkgdir >>> pokoy: Uninstalling dependencies... (1/29) Purging .makedepends-pokoy (20230522.225800) (2/29) Purging xcb-util-wm-dev (0.4.2-r0) (3/29) Purging xcb-util-wm (0.4.2-r0) (4/29) Purging xcb-util-keysyms-dev (0.4.1-r0) (5/29) Purging xcb-util-dev (0.4.1-r3) (6/29) Purging libxcb-dev (1.15-r2) (7/29) Purging xcb-proto-pyc (1.15.2-r2) (8/29) Purging xcb-proto (1.15.2-r2) (9/29) Purging util-macros (1.20.0-r0) (10/29) Purging xcb-util (0.4.1-r3) (11/29) Purging xcb-util-keysyms (0.4.1-r0) (12/29) Purging libxau-dev (1.0.11-r2) (13/29) Purging libxcb (1.15-r2) (14/29) Purging libxdmcp-dev (1.1.4-r2) (15/29) Purging libxdmcp (1.1.4-r2) (16/29) Purging python3-pyc (3.11.3-r11) (17/29) Purging python3-pycache-pyc0 (3.11.3-r11) (18/29) Purging pyc (0.1-r0) (19/29) Purging xorgproto (2022.2-r0) (20/29) Purging python3 (3.11.3-r11) (21/29) Purging gdbm (1.23-r1) (22/29) Purging libbsd (0.11.7-r2) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libmd (1.0.4-r2) (25/29) Purging libpanelw (6.4_p20230520-r0) (26/29) Purging libxau (1.0.11-r2) (27/29) Purging mpdecimal (2.5.1-r2) (28/29) Purging readline (8.2.1-r2) (29/29) Purging sqlite-libs (3.42.0-r0) Executing busybox-1.36.0-r11.trigger OK: 924 MiB in 105 packages >>> pokoy: Updating the testing/riscv64 repository index... >>> pokoy: Signing the index...