>>> keyd: Building community/keyd 1.3.0-r0 (using abuild 3.9.0-r0) started Mon, 18 Apr 2022 11:46:47 +0000 >>> keyd: Checking sanity of /home/buildozer/aports/community/keyd/APKBUILD... >>> keyd: Analyzing dependencies... >>> keyd: Installing for build: build-base eudev-dev linux-headers (1/11) Installing udev-init-scripts (35-r0) Executing udev-init-scripts-35-r0.post-install (2/11) Installing eudev-libs (3.2.11-r0) (3/11) Installing libblkid (2.38-r1) (4/11) Installing xz-libs (5.2.5-r1) (5/11) Installing kmod-libs (29-r2) (6/11) Installing eudev (3.2.11-r0) (7/11) Installing eudev-dev (3.2.11-r0) (8/11) Installing linux-headers (5.16.7-r1) (9/11) Installing .makedepends-keyd (20220418.114651) (10/11) Installing udev-init-scripts-openrc (35-r0) (11/11) Installing eudev-openrc (3.2.11-r0) Executing busybox-1.35.0-r8.trigger Executing eudev-3.2.11-r0.trigger OK: 377 MiB in 100 packages >>> keyd: Cleaning up srcdir >>> keyd: Cleaning up pkgdir >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-1.3.0.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 100 30789 100 30789 0 0 33796 0 --:--:-- --:--:-- --:--:-- 33796 >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-fix-overload-bug.patch % 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 100 1706 100 1706 0 0 2529 0 --:--:-- --:--:-- --:--:-- 2527 >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-1.3.0.tar.gz >>> keyd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/keyd-fix-overload-bug.patch >>> keyd: Checking sha512sums... keyd-1.3.0.tar.gz: OK keyd-fix-overload-bug.patch: OK ungit.patch: OK obey-build-flags.patch: OK musl-time64.patch: OK keyd.initd: OK >>> keyd: Unpacking /var/cache/distfiles/v3.16/keyd-1.3.0.tar.gz... >>> keyd: keyd-fix-overload-bug.patch patching file Makefile patching file src/main.c >>> keyd: ungit.patch patching file Makefile patching file src/main.c Hunk #1 succeeded at 1128 (offset 4 lines). Hunk #2 succeeded at 1169 (offset 4 lines). >>> keyd: obey-build-flags.patch patching file Makefile Hunk #1 succeeded at 9 with fuzz 2. >>> keyd: musl-time64.patch patching file src/main.c Hunk #1 succeeded at 298 (offset 78 lines). Hunk #2 succeeded at 323 with fuzz 2 (offset 81 lines). mkdir -p bin gcc -Os -fomit-frame-pointer -DVERSION=\"1.3.1\" -DCONFIG_DIR=\""/etc/keyd"\" -DLOG_FILE=\""/var/log/keyd.log"\" -DLOCK_FILE=\""/var/lock/keyd.lock"\" -I/usr/local/include -L/usr/local/lib -Wall -Wextra -pedantic src/*.c -o bin/keyd -ludev src/config.c:62:20: warning: 'modseq_to_string' defined but not used [-Wunused-function] 62 | static const char *modseq_to_string(uint16_t mods) | ^~~~~~~~~~~~~~~~ src/main.c: In function 'create_virtual_pointer': src/main.c:225:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767652' to '-2147199644' [-Woverflow] 225 | ioctl(fd, UI_SET_EVBIT, EV_REL); | ^~~~~~~~~~~~ src/main.c:226:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767652' to '-2147199644' [-Woverflow] 226 | ioctl(fd, UI_SET_EVBIT, EV_KEY); | ^~~~~~~~~~~~ src/main.c:227:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767652' to '-2147199644' [-Woverflow] 227 | ioctl(fd, UI_SET_EVBIT, EV_SYN); | ^~~~~~~~~~~~ src/main.c:229:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767654' to '-2147199642' [-Woverflow] 229 | ioctl(fd, UI_SET_RELBIT, REL_X); | ^~~~~~~~~~~~~ src/main.c:230:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767654' to '-2147199642' [-Woverflow] 230 | ioctl(fd, UI_SET_RELBIT, REL_WHEEL); | ^~~~~~~~~~~~~ src/main.c:231:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767654' to '-2147199642' [-Woverflow] 231 | ioctl(fd, UI_SET_RELBIT, REL_HWHEEL); | ^~~~~~~~~~~~~ src/main.c:232:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767654' to '-2147199642' [-Woverflow] 232 | ioctl(fd, UI_SET_RELBIT, REL_Y); | ^~~~~~~~~~~~~ src/main.c:233:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767654' to '-2147199642' [-Woverflow] 233 | ioctl(fd, UI_SET_RELBIT, REL_Z); | ^~~~~~~~~~~~~ src/main.c:236:27: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767653' to '-2147199643' [-Woverflow] 236 | ioctl(fd, UI_SET_KEYBIT, code); | ^~~~~~~~~~~~~ src/main.c:239:27: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767653' to '-2147199643' [-Woverflow] 239 | ioctl(fd, UI_SET_KEYBIT, code); | ^~~~~~~~~~~~~ src/main.c:247:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2153534723' to '-2141432573' [-Woverflow] 247 | ioctl(fd, UI_DEV_SETUP, &usetup); | ^~~~~~~~~~~~ src/main.c: In function 'create_virtual_keyboard': src/main.c:264:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767652' to '-2147199644' [-Woverflow] 264 | ioctl(fd, UI_SET_EVBIT, EV_KEY); | ^~~~~~~~~~~~ src/main.c:265:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767652' to '-2147199644' [-Woverflow] 265 | ioctl(fd, UI_SET_EVBIT, EV_SYN); | ^~~~~~~~~~~~ src/main.c:269:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147767653' to '-2147199643' [-Woverflow] 269 | ioctl(fd, UI_SET_KEYBIT, i); | ^~~~~~~~~~~~~ src/main.c:278:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2153534723' to '-2141432573' [-Woverflow] 278 | ioctl(fd, UI_DEV_SETUP, &usetup); | ^~~~~~~~~~~~ src/main.c: In function 'process_key_event': src/main.c:464:39: warning: variable 'lastd' set but not used [-Wunused-but-set-variable] 464 | static struct key_descriptor *lastd = NULL; | ^~~~~ src/main.c: In function 'manage_keyboard': src/main.c:792:22: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147763600' to '-2147203696' [-Woverflow] 792 | if(ioctl(fd, EVIOCGRAB, (void *)1) < 0) { | ^~~~~~~~~ src/main.c: In function 'destroy_keyboard': src/main.c:815:43: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147763600' to '-2147203696' [-Woverflow] 815 | if(ioctl(kbd->fd, EVIOCGRAB, (void *)1) < 0) { | ^~~~~~~~~ src/main.c: In function 'monitor_exit': src/main.c:831:30: warning: unused parameter 'status' [-Wunused-parameter] 831 | static void monitor_exit(int status) | ~~~~^~~~~~ >>> keyd: Entering fakeroot... mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/etc/keyd mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/usr/lib/systemd/system mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/usr/bin mkdir -p /home/buildozer/aports/community/keyd/pkg/keyd/usr/share/man/man1 install -m644 keyd.service /home/buildozer/aports/community/keyd/pkg/keyd/usr/lib/systemd/system install -m755 bin/keyd /home/buildozer/aports/community/keyd/pkg/keyd/usr/bin install -m644 keyd.1.gz /home/buildozer/aports/community/keyd/pkg/keyd/usr/share/man/man1 >>> keyd-doc*: Running split function doc... >>> keyd-doc*: Preparing subpackage keyd-doc... >>> keyd-doc*: Running postcheck for keyd-doc >>> keyd-openrc*: Running split function openrc... >>> keyd-openrc*: Preparing subpackage keyd-openrc... >>> keyd-openrc*: Running postcheck for keyd-openrc >>> keyd*: Running postcheck for keyd >>> keyd*: Preparing package keyd... >>> keyd*: Stripping binaries >>> keyd-doc*: Scanning shared objects >>> keyd-openrc*: Scanning shared objects >>> keyd*: Scanning shared objects >>> keyd-doc*: Tracing dependencies... >>> keyd-doc*: Package size: 24.0 KB >>> keyd-doc*: Compressing data... >>> keyd-doc*: Create checksum... >>> keyd-doc*: Create keyd-doc-1.3.0-r0.apk >>> keyd-openrc*: Tracing dependencies... >>> keyd-openrc*: Package size: 16.0 KB >>> keyd-openrc*: Compressing data... >>> keyd-openrc*: Create checksum... >>> keyd-openrc*: Create keyd-openrc-1.3.0-r0.apk >>> keyd*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libudev.so.1 >>> keyd*: Package size: 164.0 KB >>> keyd*: Compressing data... >>> keyd*: Create checksum... >>> keyd*: Create keyd-1.3.0-r0.apk >>> keyd: Build complete at Mon, 18 Apr 2022 11:46:54 +0000 elapsed time 0h 0m 7s >>> keyd: Cleaning up srcdir >>> keyd: Cleaning up pkgdir >>> keyd: Uninstalling dependencies... (1/11) Purging .makedepends-keyd (20220418.114651) (2/11) Purging eudev-dev (3.2.11-r0) (3/11) Purging eudev-openrc (3.2.11-r0) (4/11) Purging eudev (3.2.11-r0) (5/11) Purging udev-init-scripts-openrc (35-r0) (6/11) Purging udev-init-scripts (35-r0) (7/11) Purging eudev-libs (3.2.11-r0) (8/11) Purging linux-headers (5.16.7-r1) (9/11) Purging libblkid (2.38-r1) (10/11) Purging kmod-libs (29-r2) (11/11) Purging xz-libs (5.2.5-r1) Executing busybox-1.35.0-r8.trigger OK: 367 MiB in 89 packages >>> keyd: Updating the community/ppc64le repository index... >>> keyd: Signing the index...