>>> ez-ipupdate: Building main/ez-ipupdate 3.0.10-r9 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 00:20:53 +0000 >>> ez-ipupdate: Checking sanity of /home/buildozer/aports/main/ez-ipupdate/APKBUILD... >>> ez-ipupdate: Analyzing dependencies... >>> ez-ipupdate: Installing for build: build-base (1/1) Installing .makedepends-ez-ipupdate (20211017.002055) OK: 342 MiB in 90 packages >>> ez-ipupdate: Cleaning up srcdir >>> ez-ipupdate: Cleaning up pkgdir >>> ez-ipupdate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/ez-ipupdate-3.0.10.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 curl: (22) The requested URL returned error: 404 >>> ez-ipupdate: Fetching https://dev.alpinelinux.org/archive/ez-ipupdate/ez-ipupdate-3.0.10.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 80678 100 80678 0 0 2340k 0 --:--:-- --:--:-- --:--:-- 2387k >>> ez-ipupdate: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/ez-ipupdate-3.0.10.tar.gz >>> ez-ipupdate: Checking sha512sums... ez-ipupdate-3.0.10.tar.gz: OK ez-ipupdate.confd: OK ez-ipupdate.initd: OK errno.patch: OK >>> ez-ipupdate: Unpacking /var/cache/distfiles/v3.15/ez-ipupdate-3.0.10.tar.gz... patching file conf_file.c creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... gcc checking whether the C compiler (gcc -Os -fomit-frame-pointer ) works... yes checking whether the C compiler (gcc -Os -fomit-frame-pointer ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for a BSD compatible install... /usr/bin/install -c checking return type of signal handlers... void checking for gethostbyname... yes checking for connect... yes checking for socket... yes checking for strdup... yes checking for getopt_long... yes checking for gethostbyaddr... yes checking for getservbyname... yes checking for inet_addr... yes checking for inet_ntoa... yes checking for snprintf... yes checking for vfprintf... yes checking for stat... yes checking for vsprintf... yes checking for vsnprintf... yes checking for strerror... yes checking for strftime... yes checking for wait... yes checking for waitpid... yes checking for getpid... yes checking for fork... yes checking for vfork... yes checking for inet_aton... yes checking for herror... yes checking for arpa/inet.h... yes checking for sys/types.h... yes checking for sys/time.h... yes checking for sys/stat.h... yes checking for fcntl.h... yes checking for signal.h... yes checking for syslog.h... yes checking for pwd.h... yes checking for stdarg.h... yes checking for grp.h... yes checking for errno.h... yes checking for sys/sockio.h... no checking for sys/wait.h... yes checking for getopt.h... yes checking for unistd.h... yes checking for netinet/in.h... yes checking for netdb.h... yes checking for sys/socket.h... yes checking for sys_errlist in -lc... no checking for getopt... yes checking for getpass... yes checking host system type... Invalid configuration `x86_64-alpine-linux-musl': machine `x86_64-alpine-linux' not recognized checking for user supplied default service... no configure: warning: not setting default service checking whether user wants debugging support... no checking whether user wants to dissable MD5 support... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c ez-ipupdate.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c conf_file.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c md5.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c cache_file.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c pid_file.c md5.c: In function 'md5_finish_ctx': md5.c:106:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 106 | memcpy (&ctx->buffer[bytes], fillbuf, pad); | ^~~~~~ md5.c:106:3: warning: incompatible implicit declaration of built-in function 'memcpy' md5.c:37:1: note: include '' or provide a declaration of 'memcpy' 36 | #include "md5.h" +++ |+#include 37 | md5.c: In function 'md5_process_bytes': md5.c:203:7: warning: incompatible implicit declaration of built-in function 'memcpy' 203 | memcpy (&ctx->buffer[left_over], buffer, add); | ^~~~~~ md5.c:203:7: note: include '' or provide a declaration of 'memcpy' md5.c:230:7: warning: incompatible implicit declaration of built-in function 'memcpy' 230 | memcpy (ctx->buffer, buffer, len); | ^~~~~~ md5.c:230:7: note: include '' or provide a declaration of 'memcpy' ez-ipupdate.c: In function 'DYNDNS_update_entry': ez-ipupdate.c:1937:27: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration] 1937 | last_update = time(NULL) - max_interval/2; | ^~~~ | utimes ez-ipupdate.c: In function 'DHS_update_entry': ez-ipupdate.c:2401:30: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 2401 | snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} ez-ipupdate.c:186:53: note: in definition of macro 'snprintf' 186 | # define snprintf(x, y, z...) snprintf(x, y, ## z) | ^ ez-ipupdate.c:2401:48: note: format string is defined here 2401 | snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf)); | ~^ | | | int | %ld ez-ipupdate.c:2538:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 2538 | snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} ez-ipupdate.c:186:53: note: in definition of macro 'snprintf' 186 | # define snprintf(x, y, z...) snprintf(x, y, ## z) | ^ ez-ipupdate.c:2538:50: note: format string is defined here 2538 | snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf)); | ~^ | | | int | %ld ez-ipupdate.c: In function 'main': ez-ipupdate.c:4159:16: warning: implicit declaration of function 'localtime' [-Wimplicit-function-declaration] 4159 | ts = localtime(&ipdate); | ^~~~~~~~~ ez-ipupdate.c:4159:14: warning: assignment to 'struct tm *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 4159 | ts = localtime(&ipdate); | ^ ez-ipupdate.c:4160:11: warning: implicit declaration of function 'strftime' [-Wimplicit-function-declaration] 4160 | strftime(timebuf, sizeof(timebuf), "%Y/%m/%d %H:%M", ts); | ^~~~~~~~ ez-ipupdate.c:4160:11: warning: incompatible implicit declaration of built-in function 'strftime' ez-ipupdate.c:181:1: note: include '' or provide a declaration of 'strftime' 180 | #include +++ |+#include 181 | gcc -Os -fomit-frame-pointer -o ez-ipupdate ez-ipupdate.o conf_file.o md5.o cache_file.o pid_file.o >>> WARNING: ez-ipupdate: 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. >>> ez-ipupdate: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/ez-ipupdate/src/ez-ipupdate-3.0.10' make[1]: Nothing to be done for 'install-data-am'. /bin/sh ./mkinstalldirs /home/buildozer/aports/main/ez-ipupdate/pkg/ez-ipupdate/usr/bin mkdir /home/buildozer/aports/main/ez-ipupdate/pkg mkdir /home/buildozer/aports/main/ez-ipupdate/pkg/ez-ipupdate mkdir /home/buildozer/aports/main/ez-ipupdate/pkg/ez-ipupdate/usr mkdir /home/buildozer/aports/main/ez-ipupdate/pkg/ez-ipupdate/usr/bin /usr/bin/install -c ez-ipupdate /home/buildozer/aports/main/ez-ipupdate/pkg/ez-ipupdate/usr/bin/ez-ipupdate make[1]: Leaving directory '/home/buildozer/aports/main/ez-ipupdate/src/ez-ipupdate-3.0.10' >>> ez-ipupdate*: Running postcheck for ez-ipupdate >>> WARNING: ez-ipupdate*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc >>> ez-ipupdate*: Preparing package ez-ipupdate... >>> ez-ipupdate*: Stripping binaries >>> ez-ipupdate*: Script found. /bin/sh added as a dependency for ez-ipupdate-3.0.10-r9.apk >>> ez-ipupdate*: Adding .pre-install >>> ez-ipupdate*: Scanning shared objects >>> ez-ipupdate*: Tracing dependencies... /bin/sh so:libc.musl-x86_64.so.1 >>> ez-ipupdate*: Package size: 112.0 KB >>> ez-ipupdate*: Compressing data... >>> ez-ipupdate*: Create checksum... >>> ez-ipupdate*: Create ez-ipupdate-3.0.10-r9.apk >>> ez-ipupdate: Build complete at Sun, 17 Oct 2021 00:21:01 +0000 elapsed time 0h 0m 8s >>> ez-ipupdate: Cleaning up srcdir >>> ez-ipupdate: Cleaning up pkgdir >>> ez-ipupdate: Uninstalling dependencies... (1/1) Purging .makedepends-ez-ipupdate (20211017.002055) OK: 342 MiB in 89 packages >>> ez-ipupdate: Updating the main/x86_64 repository index... >>> ez-ipupdate: Signing the index...