>>> xmake: Building community/xmake 2.9.9-r0 (using abuild 3.15.0-r0) started Tue, 14 Oct 2025 10:19:59 +0000 >>> xmake: Validating /home/udu/aports/community/xmake/APKBUILD... >>> xmake: Analyzing dependencies... >>> xmake: Installing for build: build-base bash grep libsv-dev libtbox-dev linux-headers lua5.4-dev lz4-dev ncurses-dev readline-dev xxhash-dev WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/14) Installing grep (3.12-r0) (2/14) Installing libsv (1.2-r0) (3/14) Installing libsv-dev (1.2-r0) (4/14) Installing libtbox (1.7.7-r0) (5/14) Installing libtbox-dev (1.7.7-r0) (6/14) Installing linux-headers (6.14.2-r0) (7/14) Installing lua5.4-libs (5.4.7-r0) (8/14) Installing lua5.4 (5.4.7-r0) (9/14) Installing lua5.4-dev (5.4.7-r0) (10/14) Installing lz4-libs (1.10.0-r0) (11/14) Installing lz4-dev (1.10.0-r0) (12/14) Installing libxxhash (0.8.3-r0) (13/14) Installing xxhash-dev (0.8.3-r0) (14/14) Installing .makedepends-xmake (20251014.101959) Executing busybox-1.37.0-r19.trigger OK: 307 MiB in 103 packages >>> xmake: Cleaning up srcdir >>> xmake: Cleaning up pkgdir >>> xmake: Cleaning up tmpdir >>> xmake: Fetching xmake-2.9.9.tar.gz::https://github.com/xmake-io/xmake/archive/refs/tags/v2.9.9.tar.gz >>> xmake: Fetching xmake-core-lua-cjson-ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e.tar.gz::https://github.com/xmake-io/xmake-core-lua-cjson/archive/ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e.tar.gz >>> xmake: Fetching xmake-2.9.9.tar.gz::https://github.com/xmake-io/xmake/archive/refs/tags/v2.9.9.tar.gz >>> xmake: Fetching xmake-core-lua-cjson-ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e.tar.gz::https://github.com/xmake-io/xmake-core-lua-cjson/archive/ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e.tar.gz >>> xmake: Checking sha512sums... xmake-2.9.9.tar.gz: OK xmake-core-lua-cjson-ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e.tar.gz: OK 01-pkgconfig-libsv.patch: OK 02-system-include.patch: OK 03-internal-lua-cjson.patch: OK >>> xmake: Unpacking /var/cache/distfiles/xmake-2.9.9.tar.gz... >>> xmake: Unpacking /var/cache/distfiles/xmake-core-lua-cjson-ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e.tar.gz... >>> xmake: 01-pkgconfig-libsv.patch patching file core/xmake.sh >>> xmake: 02-system-include.patch patching file core/src/xmake/hash/xxhash.c patching file core/src/xmake/semver/prefix.h >>> xmake: 03-internal-lua-cjson.patch patching file core/xmake.sh Hunk #1 succeeded at 227 with fuzz 2. '/home/udu/aports/community/xmake/src/xmake-core-lua-cjson-ddcecf3b24b71421e7b4a2962f1fbcc0297e0c1e' -> 'core/src/lua-cjson/lua-cjson' checking for platform ... linux checking for architecture ... x86_64 checking for make ... ok checking for the c compiler (cc) ... cc checking for the c++ compiler (cxx) ... cc checking for the assembler (as) ... cc checking for the objc compiler (mm) ... cc checking for the objc++ compiler (mxx) ... cc checking for the linker (ld) ... c++ checking for the static library archiver (ar) ... ar checking for the shared library linker (sh) ... c++ checking for toolchain ... envs checking for readline .. ok checking for curses .. ok checking for atomic .. ok checking for lua .. ok checking for luajit .. no checking for lz4 .. ok checking for sv .. ok checking for tbox .. ok analyzing project configuration .. generating build/linux/x86_64/release/xmake.config.h .. build/linux/x86_64/release/xmake.config.h is generated! generating makefile .. makefile is generated! compiling.release core/src/xmake/xmake.c compiling.release core/src/xmake/engine.c compiling.release core/src/xmake/base64/decode.c compiling.release core/src/xmake/base64/encode.c compiling.release core/src/xmake/bloom_filter/bloom_filter_size.c compiling.release core/src/xmake/bloom_filter/bloom_filter_open.c compiling.release core/src/xmake/bloom_filter/bloom_filter_data_set.c compiling.release core/src/xmake/bloom_filter/bloom_filter_clear.c compiling.release core/src/xmake/bloom_filter/bloom_filter_get.c compiling.release core/src/xmake/bloom_filter/bloom_filter_set.c compiling.release core/src/xmake/bloom_filter/bloom_filter_data.c compiling.release core/src/xmake/bloom_filter/bloom_filter_close.c compiling.release core/src/xmake/curses/curses.c compiling.release core/src/xmake/fwatcher/close.c compiling.release core/src/xmake/fwatcher/open.c compiling.release core/src/xmake/fwatcher/wait.c compiling.release core/src/xmake/fwatcher/remove.c compiling.release core/src/xmake/fwatcher/add.c compiling.release core/src/xmake/hash/sha.c compiling.release core/src/xmake/hash/xxhash.c compiling.release core/src/xmake/hash/uuid4.c compiling.release core/src/xmake/hash/md5.c compiling.release core/src/xmake/io/socket_ctrl.c compiling.release core/src/xmake/io/socket_send.c compiling.release core/src/xmake/io/stdfile.c compiling.release core/src/xmake/io/poller_insert.c compiling.release core/src/xmake/io/socket_connect.c compiling.release core/src/xmake/io/pipe_close.c compiling.release core/src/xmake/io/file_readable.c compiling.release core/src/xmake/io/socket_recv.c compiling.release core/src/xmake/io/socket_listen.c compiling.release core/src/xmake/io/socket_rawfd.c compiling.release core/src/xmake/io/socket_sendfile.c compiling.release core/src/xmake/io/poller.c compiling.release core/src/xmake/io/iscygpty.c compiling.release core/src/xmake/io/file_write.c compiling.release core/src/xmake/io/socket_wait.c compiling.release core/src/xmake/io/filelock_open.c compiling.release core/src/xmake/io/socket_close.c compiling.release core/src/xmake/io/socket_sendto.c compiling.release core/src/xmake/io/socket_bind.c compiling.release core/src/xmake/io/poller_spank.c compiling.release core/src/xmake/io/socket_accept.c compiling.release core/src/xmake/io/file_rawfd.c compiling.release core/src/xmake/io/file_size.c compiling.release core/src/xmake/io/socket_open.c compiling.release core/src/xmake/io/pipe_wait.c compiling.release core/src/xmake/io/socket_peeraddr.c compiling.release core/src/xmake/io/pipe_read.c compiling.release core/src/xmake/io/file_flush.c compiling.release core/src/xmake/io/pipe_connect.c compiling.release core/src/xmake/io/filelock_close.c compiling.release core/src/xmake/io/file_read.c compiling.release core/src/xmake/io/pipe_open.c compiling.release core/src/xmake/io/file_open.c compiling.release core/src/xmake/io/pipe_write.c compiling.release core/src/xmake/io/pipe_openpair.c compiling.release core/src/xmake/io/file_isatty.c compiling.release core/src/xmake/io/poller_support.c compiling.release core/src/xmake/io/poller_modify.c compiling.release core/src/xmake/io/file_seek.c compiling.release core/src/xmake/io/file_close.c compiling.release core/src/xmake/io/filelock_unlock.c compiling.release core/src/xmake/io/poller_wait.c compiling.release core/src/xmake/io/socket_recvfrom.c compiling.release core/src/xmake/io/poller_remove.c compiling.release core/src/xmake/io/socket_kill.c compiling.release core/src/xmake/io/filelock_lock.c compiling.release core/src/xmake/io/filelock_trylock.c compiling.release core/src/xmake/libc/free.c compiling.release core/src/xmake/libc/setbyte.c compiling.release core/src/xmake/libc/byteof.c compiling.release core/src/xmake/libc/memset.c compiling.release core/src/xmake/libc/memmov.c compiling.release core/src/xmake/libc/memcpy.c compiling.release core/src/xmake/libc/strndup.c compiling.release core/src/xmake/libc/malloc.c compiling.release core/src/xmake/libc/dataptr.c compiling.release core/src/xmake/lz4/compress_stream_close.c compiling.release core/src/xmake/lz4/decompress_stream_open.c compiling.release core/src/xmake/lz4/block_decompress.c compiling.release core/src/xmake/lz4/decompress_file.c compiling.release core/src/xmake/lz4/compress_stream_read.c compiling.release core/src/xmake/lz4/decompress_stream_read.c compiling.release core/src/xmake/lz4/compress_file.c compiling.release core/src/xmake/lz4/compress_stream_write.c compiling.release core/src/xmake/lz4/decompress_stream_close.c compiling.release core/src/xmake/lz4/compress_stream_open.c compiling.release core/src/xmake/lz4/block_compress.c compiling.release core/src/xmake/lz4/decompress.c compiling.release core/src/xmake/lz4/decompress_stream_write.c compiling.release core/src/xmake/lz4/compress.c compiling.release core/src/xmake/os/cpdir.c compiling.release core/src/xmake/os/syserror.c compiling.release core/src/xmake/os/setenv.c compiling.release core/src/xmake/os/uid.c compiling.release core/src/xmake/os/cpfile.c compiling.release core/src/xmake/os/gid.c compiling.release core/src/xmake/os/sleep.c compiling.release core/src/xmake/os/exists.c compiling.release core/src/xmake/os/link.c compiling.release core/src/xmake/os/fscase.c compiling.release core/src/xmake/os/strerror.c compiling.release core/src/xmake/os/islink.c compiling.release core/src/xmake/os/filesize.c compiling.release core/src/xmake/os/getwinsize.c compiling.release core/src/xmake/os/getenvs.c compiling.release core/src/xmake/os/emptydir.c compiling.release core/src/xmake/os/curdir.c compiling.release core/src/xmake/os/signal.c compiling.release core/src/xmake/os/meminfo.c compiling.release core/src/xmake/os/rmdir.c compiling.release core/src/xmake/os/argv.c compiling.release core/src/xmake/os/readlink.c compiling.release core/src/xmake/os/mclock.c compiling.release core/src/xmake/os/mkdir.c compiling.release core/src/xmake/os/isfile.c compiling.release core/src/xmake/os/tmpdir.c compiling.release core/src/xmake/os/mtime.c compiling.release core/src/xmake/os/rename.c compiling.release core/src/xmake/os/touch.c compiling.release core/src/xmake/os/rmfile.c compiling.release core/src/xmake/os/getpid.c compiling.release core/src/xmake/os/getenv.c compiling.release core/src/xmake/os/isdir.c compiling.release core/src/xmake/os/cpuinfo.c compiling.release core/src/xmake/os/args.c compiling.release core/src/xmake/os/find.c compiling.release core/src/xmake/os/getown.c compiling.release core/src/xmake/os/chdir.c compiling.release core/src/xmake/path/absolute.c compiling.release core/src/xmake/path/is_absolute.c compiling.release core/src/xmake/path/relative.c compiling.release core/src/xmake/path/directory.c compiling.release core/src/xmake/path/translate.c compiling.release core/src/xmake/package/loadxmi.c compiling.release core/src/xmake/process/close.c compiling.release core/src/xmake/process/open.c compiling.release core/src/xmake/process/wait.c compiling.release core/src/xmake/process/kill.c compiling.release core/src/xmake/process/openv.c compiling.release core/src/xmake/readline/history_list.c compiling.release core/src/xmake/readline/readline.c compiling.release core/src/xmake/readline/add_history.c compiling.release core/src/xmake/readline/clear_history.c compiling.release core/src/xmake/sandbox/interactive.c compiling.release core/src/xmake/semver/compare.c compiling.release core/src/xmake/semver/semver.c compiling.release core/src/xmake/semver/parse.c compiling.release core/src/xmake/semver/select.c compiling.release core/src/xmake/semver/satisfies.c compiling.release core/src/xmake/string/convert.c compiling.release core/src/xmake/string/lastof.c compiling.release core/src/xmake/string/startswith.c compiling.release core/src/xmake/string/endswith.c compiling.release core/src/xmake/string/split.c compiling.release core/src/xmake/string/trim.c compiling.release core/src/xmake/tty/term_mode.c compiling.release core/src/xmake/utils/bin2c.c compiling.release core/src/cli/xmake.c linking.release build/linux/x86_64/release/libxmake.a linking.release build/xmake >>> ERROR: xmake: check failed >>> xmake: Uninstalling dependencies... (1/14) Purging .makedepends-xmake (20251014.101959) (2/14) Purging grep (3.12-r0) (3/14) Purging libsv-dev (1.2-r0) (4/14) Purging libsv (1.2-r0) (5/14) Purging libtbox-dev (1.7.7-r0) (6/14) Purging libtbox (1.7.7-r0) (7/14) Purging linux-headers (6.14.2-r0) (8/14) Purging lua5.4-dev (5.4.7-r0) (9/14) Purging lua5.4 (5.4.7-r0) (10/14) Purging lua5.4-libs (5.4.7-r0) (11/14) Purging lz4-dev (1.10.0-r0) (12/14) Purging lz4-libs (1.10.0-r0) (13/14) Purging xxhash-dev (0.8.3-r0) (14/14) Purging libxxhash (0.8.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages