>>> libx86emu: Building community/libx86emu 3.5-r0 (using abuild 3.13.0-r5) started Thu, 05 Sep 2024 21:25:51 +0000 >>> libx86emu: Checking sanity of /home/buildozer/aports/community/libx86emu/APKBUILD... >>> libx86emu: Analyzing dependencies... >>> libx86emu: Installing for build: build-base (1/1) Installing .makedepends-libx86emu (20240905.212639) OK: 250 MiB in 102 packages >>> libx86emu: Cleaning up srcdir >>> libx86emu: Cleaning up pkgdir >>> libx86emu: Cleaning up tmpdir >>> libx86emu: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libx86emu-3.5.tar.gz >>> libx86emu: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libx86emu-3.5.tar.gz >>> libx86emu: Checking sha512sums... libx86emu-3.5.tar.gz: OK >>> libx86emu: Unpacking /var/cache/distfiles/libx86emu-3.5.tar.gz... /bin/sh: -c requires an argument /bin/sh: -c requires an argument /bin/sh: -c requires an argument /bin/sh: -c requires an argument gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Wall api.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Wall decode.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Wall mem.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Wall ops.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Wall ops2.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Wall prim_ops.c mem.c: In function 'vm_i_byte': mem.c:581:12: error: implicit declaration of function 'inb'; did you mean 'ins'? [-Wimplicit-function-declaration] 581 | return inb(addr); | ^~~ | ins mem.c: In function 'vm_i_word': mem.c:619:10: error: implicit declaration of function 'inw'; did you mean 'ins'? [-Wimplicit-function-declaration] 619 | return inw(addr); | ^~~ | ins mem.c: In function 'vm_i_dword': mem.c:657:10: error: implicit declaration of function 'inl'; did you mean 'ins'? [-Wimplicit-function-declaration] 657 | return inl(addr); | ^~~ | ins mem.c: In function 'vm_o_byte': mem.c:676:5: error: implicit declaration of function 'outb'; did you mean 'outs'? [-Wimplicit-function-declaration] 676 | outb(val, addr); | ^~~~ | outs mem.c: In function 'vm_o_word': mem.c:711:3: error: implicit declaration of function 'outw'; did you mean 'outs'? [-Wimplicit-function-declaration] 711 | outw(val, addr); | ^~~~ | outs mem.c: In function 'vm_o_dword': mem.c:748:3: error: implicit declaration of function 'outl'; did you mean 'outs'? [-Wimplicit-function-declaration] 748 | outl(val, addr); | ^~~~ | outs make: *** [Makefile:30: mem.o] Error 1 make: *** Waiting for unfinished jobs.... prim_ops.c: In function 'sbb_word': prim_ops.c:1780:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1780 | else | ^~~~ In file included from prim_ops.c:99: include/x86emu_int.h:76:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 76 | if(COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG) | ^~ prim_ops.c:1782:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG' 1782 | CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); | ^~~~~~~~~~~~~~~~~~~~ prim_ops.c: In function 'sbb_long': prim_ops.c:1805:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1805 | else | ^~~~ include/x86emu_int.h:76:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 76 | if(COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG) | ^~ prim_ops.c:1807:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG' 1807 | CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); | ^~~~~~~~~~~~~~~~~~~~ >>> ERROR: libx86emu: build failed >>> libx86emu: Uninstalling dependencies... (1/1) Purging .makedepends-libx86emu (20240905.212639) OK: 250 MiB in 101 packages