>>> libaio: Building main/libaio 0.3.113-r0 (using abuild 3.9.0-r5) started Wed, 24 Aug 2022 06:36:06 +0000 >>> libaio: Checking sanity of /home/buildozer/aports/main/libaio/APKBUILD... >>> libaio: Analyzing dependencies... >>> libaio: Installing for build: build-base (1/1) Installing .makedepends-libaio (20220824.063606) OK: 339 MiB in 103 packages >>> libaio: Cleaning up srcdir >>> libaio: Cleaning up pkgdir >>> libaio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libaio-0.3.113.tar.gz >>> libaio: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libaio-0.3.113.tar.gz >>> libaio: Checking sha512sums... libaio-0.3.113.tar.gz: OK libaio-cppflags.patch: OK libaio-errno.patch: OK test.patch: OK test-poll.patch: OK >>> libaio: Unpacking /var/cache/distfiles/edge/libaio-0.3.113.tar.gz... >>> libaio: libaio-cppflags.patch patching file src/Makefile >>> libaio: libaio-errno.patch patching file src/compat-0_1.c >>> libaio: test.patch patching file harness/cases/3.t >>> libaio: test-poll.patch patching file harness/cases/22.t make[1]: Entering directory '/home/buildozer/aports/main/libaio/src/libaio-0.3.113/src' gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_init.ol io_queue_init.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_release.ol io_queue_release.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_wait.ol io_queue_wait.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_run.ol io_queue_run.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_getevents.ol io_getevents.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_submit.ol io_submit.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_cancel.ol io_cancel.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_setup.ol io_setup.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_destroy.ol io_destroy.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_pgetevents.ol io_pgetevents.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o raw_syscall.ol raw_syscall.c gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o compat-0_1.ol compat-0_1.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_init.os io_queue_init.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_release.os io_queue_release.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_wait.os io_queue_wait.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_queue_run.os io_queue_run.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_getevents.os io_getevents.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_submit.os io_submit.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_cancel.os io_cancel.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_setup.os io_setup.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_destroy.os io_destroy.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o io_pgetevents.os io_pgetevents.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o raw_syscall.os raw_syscall.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c -o compat-0_1.os compat-0_1.c In file included from syscall.h:27, from raw_syscall.c:1: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_queue_wait.c:23: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_queue_init.c:24: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from syscall.h:27, from raw_syscall.c:1: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_cancel.c:20: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_setup.c:21: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_destroy.c:21: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_submit.c:21: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from syscall.h:27, from io_queue_init.c:24: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | In file included from syscall.h:27, from io_queue_wait.c:23: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | In file included from syscall.h:27, from io_getevents.c:23: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_cancel.c:20: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from syscall.h:27, from io_submit.c:21: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_pgetevents.c:24: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from compat-0_1.c:27: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_setup.c:21: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_destroy.c:21: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_getevents.c:23: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from io_pgetevents.c:24: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | In file included from syscall.h:27, from compat-0_1.c:27: syscall-arm.h:22: warning: "__NR_io_setup" redefined 22 | #define __NR_io_setup (__NR_SYSCALL_BASE+243) | In file included from /usr/include/sys/syscall.h:4, from syscall.h:1: /usr/include/bits/syscall.h:201: note: this is the location of the previous definition 201 | #define __NR_io_setup 243 | syscall-arm.h:23: warning: "__NR_io_destroy" redefined 23 | #define __NR_io_destroy (__NR_SYSCALL_BASE+244) | /usr/include/bits/syscall.h:202: note: this is the location of the previous definition 202 | #define __NR_io_destroy 244 | syscall-arm.h:24: warning: "__NR_io_getevents" redefined 24 | #define __NR_io_getevents (__NR_SYSCALL_BASE+245) | /usr/include/bits/syscall.h:203: note: this is the location of the previous definition 203 | #define __NR_io_getevents 245 | syscall-arm.h:25: warning: "__NR_io_submit" redefined 25 | #define __NR_io_submit (__NR_SYSCALL_BASE+246) | /usr/include/bits/syscall.h:204: note: this is the location of the previous definition 204 | #define __NR_io_submit 246 | syscall-arm.h:26: warning: "__NR_io_cancel" redefined 26 | #define __NR_io_cancel (__NR_SYSCALL_BASE+247) | /usr/include/bits/syscall.h:205: note: this is the location of the previous definition 205 | #define __NR_io_cancel 247 | rm -f libaio.a ar r libaio.a io_queue_init.ol io_queue_release.ol io_queue_wait.ol io_queue_run.ol io_getevents.ol io_submit.ol io_cancel.ol io_setup.ol io_destroy.ol io_pgetevents.ol raw_syscall.ol compat-0_1.ol ar: creating libaio.a ranlib libaio.a gcc -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -c struct_offsets.c gcc -shared -Os -fomit-frame-pointer -I. -fPIC -Os -fomit-frame-pointer -Wl,--version-script=libaio.map -Wl,-soname=libaio.so.1 -o libaio.so.1.0.2 io_queue_init.os io_queue_release.os io_queue_wait.os io_queue_run.os io_getevents.os io_submit.os io_cancel.os io_setup.os io_destroy.os io_pgetevents.os raw_syscall.os compat-0_1.os -Wl,--as-needed,-O1,--sort-common make[1]: Leaving directory '/home/buildozer/aports/main/libaio/src/libaio-0.3.113/src' >>> libaio: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/libaio/src/libaio-0.3.113/src' install -D -m 644 libaio.h /home/buildozer/aports/main/libaio/pkg/libaio/usr/include/libaio.h install -D -m 644 libaio.a /home/buildozer/aports/main/libaio/pkg/libaio/usr/lib/libaio.a install -D -m 755 libaio.so.1.0.2 /home/buildozer/aports/main/libaio/pkg/libaio/usr/lib/libaio.so.1.0.2 ln -sf libaio.so.1.0.2 /home/buildozer/aports/main/libaio/pkg/libaio/usr/lib/libaio.so.1 ln -sf libaio.so.1.0.2 /home/buildozer/aports/main/libaio/pkg/libaio/usr/lib/libaio.so make[1]: Leaving directory '/home/buildozer/aports/main/libaio/src/libaio-0.3.113/src' >>> libaio-dev*: Running split function dev... >>> libaio-dev*: Preparing subpackage libaio-dev... >>> libaio-dev*: Stripping binaries >>> libaio-dev*: Running postcheck for libaio-dev >>> libaio-doc*: Running split function doc... >>> libaio-doc*: Preparing subpackage libaio-doc... >>> libaio-doc*: Running postcheck for libaio-doc >>> libaio*: Running postcheck for libaio >>> libaio*: Preparing package libaio... >>> libaio*: Stripping binaries >>> libaio-dev*: Scanning shared objects >>> libaio-doc*: Scanning shared objects >>> libaio*: Scanning shared objects >>> libaio-dev*: Tracing dependencies... libaio=0.3.113-r0 >>> libaio-dev*: Package size: 44.0 KB >>> libaio-dev*: Compressing data... >>> libaio-dev*: Create checksum... >>> libaio-dev*: Create libaio-dev-0.3.113-r0.apk >>> libaio-doc*: Tracing dependencies... >>> libaio-doc*: Package size: 72.0 KB >>> libaio-doc*: Compressing data... >>> libaio-doc*: Create checksum... >>> libaio-doc*: Create libaio-doc-0.3.113-r0.apk >>> libaio*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> libaio*: Package size: 80.0 KB >>> libaio*: Compressing data... >>> libaio*: Create checksum... >>> libaio*: Create libaio-0.3.113-r0.apk >>> libaio: Build complete at Wed, 24 Aug 2022 06:36:07 +0000 elapsed time 0h 0m 1s >>> libaio: Cleaning up srcdir >>> libaio: Cleaning up pkgdir >>> libaio: Uninstalling dependencies... (1/1) Purging .makedepends-libaio (20220824.063606) OK: 339 MiB in 102 packages >>> libaio: Updating the main/armhf repository index... >>> libaio: Signing the index...