>>> rtnppd: Building main/rtnppd 1.7b-r12 (using abuild 3.12.0-r3) started Sun, 25 Feb 2024 16:33:22 +0000 >>> rtnppd: Checking sanity of /home/buildozer/aports/main/rtnppd/APKBUILD... >>> rtnppd: Analyzing dependencies... >>> rtnppd: Installing for build: build-base libpq-dev (1/4) Installing libpq (16.2-r0) (2/4) Installing openssl-dev (3.1.5-r5) (3/4) Installing libpq-dev (16.2-r0) (4/4) Installing .makedepends-rtnppd (20240225.163323) Executing busybox-1.36.1-r19.trigger OK: 384 MiB in 116 packages >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Cleaning up tmpdir >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rtnppd-1.7b.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 44248 100 44248 0 0 257k 0 --:--:-- --:--:-- --:--:-- 258k >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rtnppd-1.7b.tar.gz >>> rtnppd: Checking sha512sums... rtnppd-1.7b.tar.gz: OK rtnppd.initd: OK rtnppd.confd: OK >>> rtnppd: Unpacking /var/cache/distfiles/edge/rtnppd-1.7b.tar.gz... gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -pipe -g -I./ -o rtnppd.o rtnppd.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -pipe -g -I./ -o readcfg.o readcfg.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -pipe -g -I./ -o crc.o crc.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -pipe -g -I./ -o blowfish.o blowfish.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -pipe -g -I./ -o testq.o testq.c gcc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -g -O2 -pipe -g -I./ -o tnpppage.o tnpppage.c blowfish.c: In function 'bf_encrypt_data': blowfish.c:15:19: warning: implicit declaration of function 'htonl' [-Wimplicit-function-declaration] 15 | #define GET32(x) (htonl(*((u_int32_t *) (x)))) | ^~~~~ blowfish.c:411:26: note: in expansion of macro 'GET32' 411 | temp2 = ((u_int64_t) GET32(data + i) << 32) | ^~~~~ blowfish.c:16:44: warning: implicit declaration of function 'ntohl' [-Wimplicit-function-declaration] 16 | #define PUT32(x,y) (*((u_int32_t *) (x)) = ntohl(y)) | ^~~~~ blowfish.c:415:5: note: in expansion of macro 'PUT32' 415 | PUT32(data + i, (temp >> 32) & 0xffffffff); | ^~~~~ In file included from rtnppd.c:11: /usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ testq.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int] 13 | main(int argc, char *argv[]) { | ^~~~ testq.c: In function 'main': testq.c:26:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 26 | exit(1); | ^~~~ testq.c:12:1: note: include '' or provide a declaration of 'exit' 11 | #include +++ |+#include 12 | testq.c:26:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 26 | exit(1); | ^~~~ testq.c:26:5: note: include '' or provide a declaration of 'exit' testq.c:42:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 42 | exit(1); | ^~~~ testq.c:42:5: note: include '' or provide a declaration of 'exit' testq.c:44:3: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 44 | unlink(sun.sun_path); | ^~~~~~ testq.c:49:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 49 | exit(1); | ^~~~ testq.c:49:5: note: include '' or provide a declaration of 'exit' rtnppd.c: In function 'reroute_head': rtnppd.c:423:5: warning: implicit declaration of function 'decrypt_packet'; did you mean 'encrypt_packet'? [-Wimplicit-function-declaration] 423 | decrypt_packet(buf, dev); | ^~~~~~~~~~~~~~ | encrypt_packet tnpppage.c: In function 'send_tnpp_packet': tnpppage.c:40:5: warning: 'return' with no value, in function returning non-void 40 | return; | ^~~~~~ tnpppage.c:34:5: note: declared here 34 | int send_tnpp_packet(int fd, struct sockaddr_un *sun, unsigned char *data, | ^~~~~~~~~~~~~~~~ tnpppage.c: In function 'main': tnpppage.c:248:29: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=] 248 | sprintf(bufid, "B%c%- 10s", page_func, id); | ^ gcc -o testq testq.o gcc -o tnpppage tnpppage.o crc.o gcc -o rtnppd rtnppd.o readcfg.o crc.o blowfish.o >>> rtnppd: Entering fakeroot... >>> rtnppd-dbg*: Running split function dbg... >>> rtnppd-dbg*: Preparing subpackage rtnppd-dbg... >>> rtnppd-dbg*: Running postcheck for rtnppd-dbg >>> rtnppd-openrc*: Running split function openrc... >>> rtnppd-openrc*: Preparing subpackage rtnppd-openrc... >>> rtnppd-openrc*: Running postcheck for rtnppd-openrc >>> rtnppd*: Running postcheck for rtnppd >>> rtnppd*: Preparing package rtnppd... >>> rtnppd*: Script found. /bin/sh added as a dependency for rtnppd-1.7b-r12.apk >>> rtnppd*: Adding .pre-install >>> rtnppd-dbg*: Scanning shared objects >>> rtnppd-openrc*: Scanning shared objects >>> rtnppd*: Scanning shared objects >>> rtnppd-dbg*: Tracing dependencies... >>> rtnppd-dbg*: Package size: 168.0 KB >>> rtnppd-dbg*: Compressing data... >>> rtnppd-dbg*: Create checksum... >>> rtnppd-dbg*: Create rtnppd-dbg-1.7b-r12.apk >>> rtnppd-openrc*: Tracing dependencies... >>> rtnppd-openrc*: Package size: 24.0 KB >>> rtnppd-openrc*: Compressing data... >>> rtnppd-openrc*: Create checksum... >>> rtnppd-openrc*: Create rtnppd-openrc-1.7b-r12.apk >>> rtnppd*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 >>> rtnppd*: Package size: 140.0 KB >>> rtnppd*: Compressing data... >>> rtnppd*: Create checksum... >>> rtnppd*: Create rtnppd-1.7b-r12.apk >>> rtnppd: Build complete at Sun, 25 Feb 2024 16:33:26 +0000 elapsed time 0h 0m 4s >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Uninstalling dependencies... (1/4) Purging .makedepends-rtnppd (20240225.163323) (2/4) Purging libpq-dev (16.2-r0) (3/4) Purging libpq (16.2-r0) (4/4) Purging openssl-dev (3.1.5-r5) Executing busybox-1.36.1-r19.trigger OK: 380 MiB in 112 packages >>> rtnppd: Updating the main/x86 repository index... >>> rtnppd: Signing the index...