>>> rtnppd: Building main/rtnppd 1.7b-r8 (using abuild 3.9.0-r0) started Wed, 13 Apr 2022 19:07: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 (14.2-r2) (2/4) Installing openssl-dev (1.1.1n-r0) (3/4) Installing libpq-dev (14.2-r2) (4/4) Installing .makedepends-rtnppd (20220413.190704) Executing busybox-1.35.0-r8.trigger OK: 330 MiB in 89 packages >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> rtnppd: Fetching https://downloads.sourceforge.net/rtnppd/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 372 100 372 0 0 575 0 --:--:-- --:--:-- --:--:-- 575 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 359 100 359 0 0 135 0 0:00:02 0:00:02 --:--:-- 358 100 359 100 359 0 0 135 0 0:00:02 0:00:02 --:--:-- 358 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 44248 100 44248 0 0 12843 0 0:00:03 0:00:03 --:--:-- 68495 >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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/v3.16/rtnppd-1.7b.tar.gz... gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o rtnppd.o rtnppd.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o readcfg.o readcfg.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o crc.o crc.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o blowfish.o blowfish.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o testq.o testq.c gcc -c -Os -fomit-frame-pointer -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 | ^~~~~~~ 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); | ^~~~~ 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' 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; | ^ gcc -o testq testq.o 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 tnpppage tnpppage.o crc.o gcc -o rtnppd rtnppd.o readcfg.o crc.o blowfish.o >>> WARNING: rtnppd: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> rtnppd: Entering fakeroot... >>> rtnppd-dbg*: Running split function dbg... >>> rtnppd-dbg*: Preparing subpackage rtnppd-dbg... >>> rtnppd-dbg*: Running postcheck for rtnppd-dbg >>> rtnppd*: Running postcheck for rtnppd >>> WARNING: rtnppd*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc >>> rtnppd*: Preparing package rtnppd... >>> rtnppd*: Script found. /bin/sh added as a dependency for rtnppd-1.7b-r8.apk >>> rtnppd*: Adding .pre-install >>> rtnppd-dbg*: Scanning shared objects >>> rtnppd*: Scanning shared objects >>> rtnppd-dbg*: Tracing dependencies... >>> rtnppd-dbg*: Package size: 200.0 KB >>> rtnppd-dbg*: Compressing data... >>> rtnppd-dbg*: Create checksum... >>> rtnppd-dbg*: Create rtnppd-dbg-1.7b-r8.apk >>> rtnppd*: Tracing dependencies... /bin/sh so:libc.musl-x86_64.so.1 >>> rtnppd*: Package size: 156.0 KB >>> rtnppd*: Compressing data... >>> rtnppd*: Create checksum... >>> rtnppd*: Create rtnppd-1.7b-r8.apk >>> rtnppd: Build complete at Wed, 13 Apr 2022 19:07:11 +0000 elapsed time 0h 0m 8s >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Uninstalling dependencies... (1/4) Purging .makedepends-rtnppd (20220413.190704) (2/4) Purging libpq-dev (14.2-r2) (3/4) Purging libpq (14.2-r2) (4/4) Purging openssl-dev (1.1.1n-r0) Executing busybox-1.35.0-r8.trigger OK: 327 MiB in 85 packages >>> rtnppd: Updating the main/x86_64 repository index... >>> rtnppd: Signing the index...