>>> rtnppd: Building main/rtnppd 1.7b-r12 (using abuild 3.12.0-r3) started Sun, 25 Feb 2024 16:33:03 +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.163304) Executing busybox-1.36.1-r19.trigger OK: 269 MiB in 113 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 >>> 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/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 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' 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); | ^~~~~ readcfg.c: In function 'read_config': readcfg.c:177:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 177 | (void *) atoi(temp + match[0].rm_so))) { | ^ readcfg.c: In function 'std_DIGITS': readcfg.c:249:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 249 | *((int *) addr) = (int) value; | ^ readcfg.c: In function 'std_BOOL': readcfg.c:255:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 255 | *((int *) addr) = (int) value; | ^ 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); | ^ 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 rtnppd.c: In function 'add_route': rtnppd.c:2026:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2026 | route->low_addr = (int) value; | ^ rtnppd.c:2027:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2027 | route->high_addr = (int) value; | ^ rtnppd.c: In function 'add_2route': rtnppd.c:2052:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2052 | route->low_addr = (int) value; | ^ rtnppd.c:2053:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2053 | route->high_addr = (int) value; | ^ rtnppd.c: In function 'add_3route': rtnppd.c:2078:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2078 | route->low_addr = (int) value; | ^ rtnppd.c:2079:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2079 | route->high_addr = (int) value; | ^ rtnppd.c: In function 'add_translate': rtnppd.c:2121:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2121 | trans->old_addr = (int) value; | ^ rtnppd.c:2122:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2122 | trans->new_addr = (int) value; | ^ gcc -o testq testq.o gcc -o tnpppage tnpppage.o crc.o rtnppd.c: In function 'route_tnpp_packet': rtnppd.c:248:23: warning: '%02X' directive output may be truncated writing between 2 and 8 bytes into a region of size 3 [-Wformat-truncation=] 248 | snprintf(buf, 3, "%02X", inertia); | ^~~~ rtnppd.c:248:22: note: directive argument in the range [0, 2147483647] 248 | snprintf(buf, 3, "%02X", inertia); | ^~~~~~ rtnppd.c:248:5: note: 'snprintf' output between 3 and 9 bytes into a destination of size 3 248 | snprintf(buf, 3, "%02X", inertia); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-ppc64le.so.1 >>> rtnppd*: Package size: 308.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:06 +0000 elapsed time 0h 0m 3s >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Uninstalling dependencies... (1/4) Purging .makedepends-rtnppd (20240225.163304) (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: 265 MiB in 109 packages >>> rtnppd: Updating the main/ppc64le repository index... >>> rtnppd: Signing the index...