>>> fping: Building main/fping 5.1-r2 (using abuild 3.11.0_rc12-r0) started Wed, 19 Apr 2023 22:33:38 +0000 >>> fping: Checking sanity of /home/buildozer/aports/main/fping/APKBUILD... >>> fping: Analyzing dependencies... >>> fping: Installing for build: build-base libcap-utils (1/2) Installing libcap-utils (2.68-r2) (2/2) Installing .makedepends-fping (20230419.223338) Executing busybox-1.36.0-r7.trigger OK: 409 MiB in 99 packages >>> fping: Cleaning up srcdir >>> fping: Cleaning up pkgdir >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/fping-5.1.tar.gz >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/fping-5.1.tar.gz >>> fping: Checking sha512sums... fping-5.1.tar.gz: OK >>> fping: Unpacking /var/cache/distfiles/v3.18/fping-5.1.tar.gz... checking for aarch64-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for netinet/icmp6.h... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether SO_TIMESTAMPNS is declared... yes checking build system type... aarch64-alpine-linux-musl checking host system type... aarch64-alpine-linux-musl checking target system type... aarch64-alpine-linux-musl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking for aarch64-alpine-linux-musl-gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking for gethostbyname... yes checking for connect... yes checking for sigaction... yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for stdlib.h... (cached) yes checking for sys/select.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1' Making all in doc make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' Making all in src make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -Os -Wformat -Werror=format-security -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -Werror=int-conversion -MT fping-fping.o -MD -MP -MF .deps/fping-fping.Tpo -c -o fping-fping.o `test -f 'fping.c' || echo './'`fping.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -Wformat -Werror=format-security -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -Werror=int-conversion -MT fping-seqmap.o -MD -MP -MF .deps/fping-seqmap.Tpo -c -o fping-seqmap.o `test -f 'seqmap.c' || echo './'`seqmap.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -Wformat -Werror=format-security -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -Werror=int-conversion -MT fping-socket4.o -MD -MP -MF .deps/fping-socket4.Tpo -c -o fping-socket4.o `test -f 'socket4.c' || echo './'`socket4.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -Wformat -Werror=format-security -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -Werror=int-conversion -MT fping-optparse.o -MD -MP -MF .deps/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' || echo './'`optparse.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -Wformat -Werror=format-security -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -Werror=int-conversion -MT fping-socket6.o -MD -MP -MF .deps/fping-socket6.Tpo -c -o fping-socket6.o `test -f 'socket6.c' || echo './'`socket6.c fping.c: In function 'receive_packet': fping.c:1959:9: error: initialization of 'int' from 'unsigned char (*)[40]' makes integer from pointer without a cast [-Werror=int-conversion] 1959 | &msg_control, | ^ fping.c:1959:9: note: (near initialization for 'recv_msghdr.__pad1') fping.c:1960:9: error: initialization of 'void *' from 'long unsigned int' makes pointer from integer without a cast [-Werror=int-conversion] 1960 | sizeof(msg_control), | ^~~~~~ fping.c:1960:9: note: (near initialization for 'recv_msghdr.msg_control') fping.c:1962:5: warning: missing initializer for field '__pad2' of 'struct msghdr' [-Wmissing-field-initializers] 1962 | }; | ^ In file included from /usr/include/fortify/sys/socket.h:23, from fping.h:6, from fping.c:38: /usr/include/sys/socket.h:39:13: note: '__pad2' declared here 39 | int __pad2; | ^~~~~~ fping.c: In function 'decode_icmp_ipv4': fping.c:2078:12: warning: unused parameter 'response_addr_len' [-Wunused-parameter] 2078 | size_t response_addr_len, | ~~~~~~~^~~~~~~~~~~~~~~~~ mv -f .deps/fping-seqmap.Tpo .deps/fping-seqmap.Po mv -f .deps/fping-socket6.Tpo .deps/fping-socket6.Po mv -f .deps/fping-socket4.Tpo .deps/fping-socket4.Po mv -f .deps/fping-optparse.Tpo .deps/fping-optparse.Po cc1: some warnings being treated as errors make[2]: *** [Makefile:397: fping-fping.o] Error 1 make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' make[1]: *** [Makefile:369: all-recursive] Error 1 make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1' make: *** [Makefile:310: all] Error 2 >>> ERROR: fping: build failed >>> fping: Uninstalling dependencies... (1/2) Purging .makedepends-fping (20230419.223338) (2/2) Purging libcap-utils (2.68-r2) Executing busybox-1.36.0-r7.trigger OK: 409 MiB in 97 packages