>>> xl2tpd: Building main/xl2tpd 1.3.18-r1 (using abuild 3.14.0-r0) started Wed, 16 Oct 2024 04:25:41 +0000 >>> xl2tpd: Validating /home/buildozer/aports/main/xl2tpd/APKBUILD... >>> WARNING: xl2tpd: Setting the maintainer with a comment is deprecated. Use maintainer="Natanael Copa " instead >>> xl2tpd: Analyzing dependencies... >>> xl2tpd: Installing for build: build-base ppp-l2tp libpcap-dev linux-headers (1/7) Installing libpcap (1.10.5-r0) (2/7) Installing ppp-daemon (2.5.1-r0) (3/7) Installing ppp-l2tp (2.5.1-r0) (4/7) Installing libpcap-dev (1.10.5-r0) (5/7) Installing linux-headers (6.6-r1) (6/7) Installing .makedepends-xl2tpd (20241016.042542) (7/7) Installing ppp-openrc (2.5.1-r0) Executing busybox-1.36.1-r32.trigger OK: 403 MiB in 107 packages >>> xl2tpd: Cleaning up srcdir >>> xl2tpd: Cleaning up pkgdir >>> xl2tpd: Cleaning up tmpdir >>> xl2tpd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/xl2tpd-1.3.18.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> xl2tpd: Fetching xl2tpd-1.3.18.tar.gz::https://github.com/xelerance/xl2tpd/archive/v1.3.18.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.21/xl2tpd-1.3.18.tar.gz.part' xl2tpd-1.3.18.tar.gz 100% |********************************| 522k 0:00:00 ETA '/var/cache/distfiles/v3.21/xl2tpd-1.3.18.tar.gz.part' saved >>> xl2tpd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/xl2tpd-1.3.18.tar.gz >>> xl2tpd: Checking sha512sums... xl2tpd-1.3.18.tar.gz: OK xl2tpd.confd: OK xl2tpd.initd: OK options.xl2tpd: OK >>> xl2tpd: Unpacking /var/cache/distfiles/v3.21/xl2tpd-1.3.18.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o xl2tpd.o xl2tpd.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o pty.o pty.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o misc.o misc.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o control.o control.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o avp.o avp.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o call.o call.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o network.o network.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o avpsend.o avpsend.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o scheduler.o scheduler.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o file.o file.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o aaa.o aaa.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o md5.o md5.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Os -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs xl2tpd-control.c -o xl2tpd-control control.c: In function 'control_finish': control.c:253:24: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 253 | if (t->lac && t->lac->hostname && t->lac->hostname[0]) | ^~ In file included from l2tp.h:34, from control.c:23: file.h:122:10: note: 'hostname' declared here 122 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:255:29: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 255 | else if (t->lns && t->lns->hostname && t->lns->hostname[0]) | ^~ file.h:80:10: note: 'hostname' declared here 80 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:471:20: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 471 | if (t->lac && t->lac->hostname && t->lac->hostname[0]) | ^~ file.h:122:10: note: 'hostname' declared here 122 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:473:25: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 473 | else if (t->lns && t->lns->hostname && t->lns->hostname[0]) | ^~ file.h:80:10: note: 'hostname' declared here 80 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o pfc pfc.o -lpcap gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o >>> xl2tpd: Entering fakeroot... install -d -m 0755 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/sbin install -m 0755 xl2tpd /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/sbin/xl2tpd install -d -m 0755 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/share/man/man5 install -d -m 0755 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/share/man/man8 install -m 0644 doc/xl2tpd.8 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/share/man/man8/ install -m 0644 doc/xl2tpd-control.8 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/share/man/man8/ install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \ /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/share/man/man5/ # pfc install -d -m 0755 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/bin install -m 0755 pfc /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/bin/pfc install -d -m 0755 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/share/man/man1 install -m 0644 contrib/pfc.1 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/share/man/man1/ # control exec install -d -m 0755 /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/sbin install -m 0755 xl2tpd-control /home/buildozer/aports/main/xl2tpd/pkg/xl2tpd/usr/sbin/xl2tpd-control >>> xl2tpd-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/main/xl2tpd/pkg/xl2tpd-doc/usr/share/man' >>> xl2tpd-doc*: Preparing subpackage xl2tpd-doc... >>> xl2tpd-doc*: Running postcheck for xl2tpd-doc >>> xl2tpd-openrc*: Running split function openrc... 'etc/conf.d' -> '/home/buildozer/aports/main/xl2tpd/pkg/xl2tpd-openrc/etc/conf.d' 'etc/init.d' -> '/home/buildozer/aports/main/xl2tpd/pkg/xl2tpd-openrc/etc/init.d' >>> xl2tpd-openrc*: Preparing subpackage xl2tpd-openrc... >>> xl2tpd-openrc*: Running postcheck for xl2tpd-openrc >>> xl2tpd*: Running postcheck for xl2tpd >>> xl2tpd*: Preparing package xl2tpd... >>> xl2tpd*: Stripping binaries >>> xl2tpd-doc*: Scanning shared objects >>> xl2tpd-openrc*: Scanning shared objects >>> xl2tpd*: Scanning shared objects >>> xl2tpd-doc*: Tracing dependencies... >>> xl2tpd-doc*: Package size: 8.9 KB >>> xl2tpd-doc*: Compressing data... >>> xl2tpd-doc*: Create checksum... >>> xl2tpd-doc*: Create xl2tpd-doc-1.3.18-r1.apk >>> xl2tpd-openrc*: Tracing dependencies... >>> xl2tpd-openrc*: Package size: 548.0 B >>> xl2tpd-openrc*: Compressing data... >>> xl2tpd-openrc*: Create checksum... >>> xl2tpd-openrc*: Create xl2tpd-openrc-1.3.18-r1.apk >>> xl2tpd*: Tracing dependencies... ppp-l2tp so:libc.musl-x86.so.1 so:libpcap.so.1 >>> xl2tpd*: Package size: 131.4 KB >>> xl2tpd*: Compressing data... >>> xl2tpd*: Create checksum... >>> xl2tpd*: Create xl2tpd-1.3.18-r1.apk >>> xl2tpd: Build complete at Wed, 16 Oct 2024 04:25:45 +0000 elapsed time 0h 0m 4s >>> xl2tpd: Cleaning up srcdir >>> xl2tpd: Cleaning up pkgdir >>> xl2tpd: Uninstalling dependencies... (1/7) Purging .makedepends-xl2tpd (20241016.042542) (2/7) Purging ppp-l2tp (2.5.1-r0) (3/7) Purging ppp-openrc (2.5.1-r0) (4/7) Purging ppp-daemon (2.5.1-r0) (5/7) Purging libpcap-dev (1.10.5-r0) (6/7) Purging libpcap (1.10.5-r0) (7/7) Purging linux-headers (6.6-r1) Executing busybox-1.36.1-r32.trigger OK: 397 MiB in 100 packages >>> xl2tpd: Updating the main/x86 repository index... >>> xl2tpd: Signing the index...