>>> v86d: Building main/v86d 0.1.10-r5 (using abuild 3.14.0-r0) started Wed, 16 Oct 2024 05:46:30 +0000
>>> v86d: Validating /home/buildozer/aports/main/v86d/APKBUILD...
>>> WARNING: v86d: Setting the maintainer with a comment is deprecated. Use maintainer="Natanael Copa <ncopa@alpinelinux.org>" instead
>>> v86d: Analyzing dependencies...
>>> v86d: Installing for build: build-base bash linux-headers
(1/3) Installing bash (5.2.37-r0)
Executing bash-5.2.37-r0.post-install
(2/3) Installing linux-headers (6.6-r1)
(3/3) Installing .makedepends-v86d (20241016.054631)
Executing busybox-1.36.1-r32.trigger
OK: 403 MiB in 103 packages
>>> v86d: Cleaning up srcdir
>>> v86d: Cleaning up pkgdir
>>> v86d: Cleaning up tmpdir
>>> v86d: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/v86d-0.1.10.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> v86d: Fetching v86d-0.1.10.tar.gz::https://github.com/mjanusz/v86d/archive/v86d-0.1.10.tar.gz
Connecting to github.com (140.82.121.4:443)
Connecting to codeload.github.com (140.82.121.9:443)
saving to '/var/cache/distfiles/v3.21/v86d-0.1.10.tar.gz.part'
v86d-0.1.10.tar.gz.p 100% |********************************| 88520  0:00:00 ETA
'/var/cache/distfiles/v3.21/v86d-0.1.10.tar.gz.part' saved
>>> v86d: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/v86d-0.1.10.tar.gz
>>> v86d: Checking sha512sums...
v86d-0.1.10.tar.gz: OK
modprobe.uvesafb: OK
gcc14.patch: OK
>>> v86d: Unpacking /var/cache/distfiles/v3.21/v86d-0.1.10.tar.gz...
>>> v86d: gcc14.patch
patching file libs/x86emu/ops2.c
config.h successfully created.
You can run `make` now.
make -w -C libs/x86emu
make[1]: Entering directory '/home/buildozer/aports/main/v86d/src/v86d-86d-0.1.10/libs/x86emu'
gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -I. -I../../include -I../../include/x86emu -o decode.o decode.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -c -o v86_x86emu.o v86_x86emu.c
gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -I. -I../../include -I../../include/x86emu -o fpu.o fpu.c
gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -I. -I../../include -I../../include/x86emu -o ops.o ops.c
gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -I. -I../../include -I../../include/x86emu -o ops2.o ops2.c
gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -I. -I../../include -I../../include/x86emu -o prim_ops.o prim_ops.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -c -o v86_mem.o v86_mem.c
gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -I. -I../../include -I../../include/x86emu -o sys.o sys.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -c -o v86_common.o v86_common.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fpermissive -I/lib/modules/6.6.33-0-lts/source/include -Ilibs/x86emu -c -o v86.o v86.c
v86_x86emu.c: In function 'v86_init':
v86_x86emu.c:50:24: warning: initialization of 'x86emuu32 (*)(X86EMU_pioAddr)' {aka 'long unsigned int (*)(short unsigned int)'} from incompatible pointer type '__u32 (*)(__u16)' {aka 'unsigned int (*)(short unsigned int)'} [-Wincompatible-pointer-types]
   50 |                 .inl = &x_inl,
      |                        ^
v86_x86emu.c:50:24: note: (near initialization for 'pioFuncs.inl')
v86_x86emu.c:53:25: warning: initialization of 'void (*)(X86EMU_pioAddr,  x86emuu32)' {aka 'void (*)(short unsigned int,  long unsigned int)'} from incompatible pointer type 'void (*)(__u16,  __u32)' {aka 'void (*)(short unsigned int,  unsigned int)'} [-Wincompatible-pointer-types]
   53 |                 .outl = &x_outl,
      |                         ^
v86_x86emu.c:53:25: note: (near initialization for 'pioFuncs.outl')
v86_x86emu.c:57:24: warning: initialization of 'x86emuu8 (*)(x86emuu32)' {aka 'unsigned char (*)(long unsigned int)'} from incompatible pointer type '__u8 (*)(__u32)' {aka 'unsigned char (*)(unsigned int)'} [-Wincompatible-pointer-types]
   57 |                 .rdb = &v_rdb,
      |                        ^
v86_x86emu.c:57:24: note: (near initialization for 'memFuncs.rdb')
v86_x86emu.c:58:24: warning: initialization of 'x86emuu16 (*)(x86emuu32)' {aka 'short unsigned int (*)(long unsigned int)'} from incompatible pointer type '__u16 (*)(__u32)' {aka 'short unsigned int (*)(unsigned int)'} [-Wincompatible-pointer-types]
   58 |                 .rdw = &v_rdw,
      |                        ^
v86_x86emu.c:58:24: note: (near initialization for 'memFuncs.rdw')
v86_x86emu.c:59:24: warning: initialization of 'x86emuu32 (*)(x86emuu32)' {aka 'long unsigned int (*)(long unsigned int)'} from incompatible pointer type '__u32 (*)(__u32)' {aka 'unsigned int (*)(unsigned int)'} [-Wincompatible-pointer-types]
   59 |                 .rdl = &v_rdl,
      |                        ^
v86_x86emu.c:59:24: note: (near initialization for 'memFuncs.rdl')
v86_x86emu.c:60:24: warning: initialization of 'void (*)(x86emuu32,  x86emuu8)' {aka 'void (*)(long unsigned int,  unsigned char)'} from incompatible pointer type 'void (*)(__u32,  __u8)' {aka 'void (*)(unsigned int,  unsigned char)'} [-Wincompatible-pointer-types]
   60 |                 .wrb = &v_wrb,
      |                        ^
v86_x86emu.c:60:24: note: (near initialization for 'memFuncs.wrb')
v86_x86emu.c:61:24: warning: initialization of 'void (*)(x86emuu32,  x86emuu16)' {aka 'void (*)(long unsigned int,  short unsigned int)'} from incompatible pointer type 'void (*)(__u32,  __u16)' {aka 'void (*)(unsigned int,  short unsigned int)'} [-Wincompatible-pointer-types]
   61 |                 .wrw = &v_wrw,
      |                        ^
v86_x86emu.c:61:24: note: (near initialization for 'memFuncs.wrw')
v86_x86emu.c:62:24: warning: initialization of 'void (*)(x86emuu32,  x86emuu32)' {aka 'void (*)(long unsigned int,  long unsigned int)'} from incompatible pointer type 'void (*)(__u32,  __u32)' {aka 'void (*)(unsigned int,  unsigned int)'} [-Wincompatible-pointer-types]
   62 |                 .wrl = &v_wrl,
      |                        ^
v86_x86emu.c:62:24: note: (near initialization for 'memFuncs.wrl')
In file included from v86.c:10:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
    1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
      |  ^~~~~~~
ar rv libx86emu.a decode.o fpu.o ops.o ops2.o prim_ops.o sys.o
ar: creating libx86emu.a
a - decode.o
a - fpu.o
a - ops.o
a - ops2.o
a - prim_ops.o
a - sys.o
make[1]: Leaving directory '/home/buildozer/aports/main/v86d/src/v86d-86d-0.1.10/libs/x86emu'
gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Llibs/x86emu v86_x86emu.o v86_mem.o v86_common.o  v86.o -lx86emu -o v86d
>>> v86d: Entering fakeroot...
install -D v86d /home/buildozer/aports/main/v86d/pkg/v86d/sbin/v86d
>>> v86d*: Running postcheck for v86d
>>> WARNING: v86d*: Packages must not put anything under /sbin, use /usr/bin instead
>>> v86d*: Preparing package v86d...
>>> v86d*: Stripping binaries
>>> v86d*: Scanning shared objects
>>> v86d*: Tracing dependencies...
	so:libc.musl-x86.so.1
>>> v86d*: Package size: 103.8 KB
>>> v86d*: Compressing data...
>>> v86d*: Create checksum...
>>> v86d*: Create v86d-0.1.10-r5.apk
>>> v86d: Build complete at Wed, 16 Oct 2024 05:46:34 +0000 elapsed time 0h 0m 4s
>>> v86d: Cleaning up srcdir
>>> v86d: Cleaning up pkgdir
>>> v86d: Uninstalling dependencies...
(1/3) Purging .makedepends-v86d (20241016.054631)
(2/3) Purging bash (5.2.37-r0)
Executing bash-5.2.37-r0.pre-deinstall
(3/3) Purging linux-headers (6.6-r1)
Executing busybox-1.36.1-r32.trigger
OK: 397 MiB in 100 packages
>>> v86d: Updating the main/x86 repository index...
>>> v86d: Signing the index...