>>> libx86emu: Building community/libx86emu 3.5-r0 (using abuild 3.9.0-r0) started Sat, 01 Jan 2022 18:12:57 +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 (20220101.181258) OK: 230 MiB in 90 packages >>> libx86emu: Cleaning up srcdir >>> libx86emu: Cleaning up pkgdir >>> libx86emu: Fetching https://distfiles.alpinelinux.org/distfiles/edge//libx86emu-3.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 >>> libx86emu: Fetching libx86emu-3.5.tar.gz::https://github.com/wfeldt/libx86emu/archive/3.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 100 121 100 121 0 0 216 0 --:--:-- --:--:-- --:--:-- 216 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 100 141k 0 0 84760 0 0:00:01 0:00:01 --:--:-- 160k >>> 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/edge/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 -fomit-frame-pointer -fPIC -Wall api.c gcc -c -Os -fomit-frame-pointer -fPIC -Wall decode.c gcc -c -Os -fomit-frame-pointer -fPIC -Wall mem.c gcc -c -Os -fomit-frame-pointer -fPIC -Wall ops.c gcc -c -Os -fomit-frame-pointer -fPIC -Wall ops2.c gcc -c -Os -fomit-frame-pointer -fPIC -Wall prim_ops.c mem.c: In function 'vm_i_byte': mem.c:581:12: warning: 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: warning: 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: warning: 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: warning: 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: warning: 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: warning: implicit declaration of function 'outl'; did you mean 'outs'? [-Wimplicit-function-declaration] 748 | outl(val, addr); | ^~~~ | outs 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 | ^~~~ 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:1807:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG' 1807 | CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); | ^~~~~~~~~~~~~~~~~~~~ gcc -shared -Wl,-soname,libx86emu.so.3 api.o decode.o mem.o ops.o ops2.o prim_ops.o -o libx86emu.so.3.5 >>> libx86emu: Entering fakeroot... /bin/sh: -c requires an argument /bin/sh: -c requires an argument install -D libx86emu.so.3.5 /home/buildozer/aports/community/libx86emu/pkg/libx86emu/usr/lib/libx86emu.so.3.5 ln -snf libx86emu.so.3.5 /home/buildozer/aports/community/libx86emu/pkg/libx86emu/usr/lib/libx86emu.so.3 ln -snf libx86emu.so.3 /home/buildozer/aports/community/libx86emu/pkg/libx86emu/usr/lib/libx86emu.so install -m 644 -D include/x86emu.h /home/buildozer/aports/community/libx86emu/pkg/libx86emu/usr/include/x86emu.h >>> libx86emu-dev*: Running split function dev... >>> libx86emu-dev*: Preparing subpackage libx86emu-dev... >>> libx86emu-dev*: Stripping binaries >>> libx86emu-dev*: Running postcheck for libx86emu-dev >>> libx86emu*: Running postcheck for libx86emu >>> libx86emu*: Preparing package libx86emu... >>> libx86emu*: Stripping binaries >>> libx86emu-dev*: Scanning shared objects >>> libx86emu*: Scanning shared objects >>> libx86emu-dev*: Tracing dependencies... libx86emu=3.5-r0 >>> libx86emu-dev*: Package size: 36.0 KB >>> libx86emu-dev*: Compressing data... >>> libx86emu-dev*: Create checksum... >>> libx86emu-dev*: Create libx86emu-dev-3.5-r0.apk >>> libx86emu*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> libx86emu*: Package size: 212.0 KB >>> libx86emu*: Compressing data... >>> libx86emu*: Create checksum... >>> libx86emu*: Create libx86emu-3.5-r0.apk >>> libx86emu: Build complete at Sat, 01 Jan 2022 18:13:04 +0000 elapsed time 0h 0m 7s >>> libx86emu: Cleaning up srcdir >>> libx86emu: Cleaning up pkgdir >>> libx86emu: Uninstalling dependencies... (1/1) Purging .makedepends-libx86emu (20220101.181258) OK: 230 MiB in 89 packages >>> libx86emu: Updating the community/ppc64le repository index... >>> libx86emu: Signing the index...