>>> makedepend: Building main/makedepend 1.0.7-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 03:45:22 +0000 >>> makedepend: Checking sanity of /home/buildozer/aports/main/makedepend/APKBUILD... >>> WARNING: makedepend: No maintainer >>> makedepend: Analyzing dependencies... >>> makedepend: Installing for build: build-base xorgproto util-macros (1/3) Installing xorgproto (2022.2-r0) (2/3) Installing util-macros (1.19.3-r0) (3/3) Installing .makedepends-makedepend (20221029.034522) OK: 261 MiB in 95 packages >>> makedepend: Cleaning up srcdir >>> makedepend: Cleaning up pkgdir >>> makedepend: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/makedepend-1.0.7.tar.xz % 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 >>> makedepend: Fetching https://www.x.org/releases/individual/util/makedepend-1.0.7.tar.xz % 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 100 137k 100 137k 0 0 136k 0 0:00:01 0:00:01 --:--:-- 136k >>> makedepend: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/makedepend-1.0.7.tar.xz >>> makedepend: Checking sha512sums... makedepend-1.0.7.tar.xz: OK >>> makedepend: Unpacking /var/cache/distfiles/v3.17/makedepend-1.0.7.tar.xz... 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 nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for i586-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 dependency style of gcc... gcc3 checking for gcc options needed to detect all undeclared functions... none needed 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 whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for i586-alpine-linux-musl-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking for a sed that does not truncate output... /bin/sed checking if gcc supports -Werror=unknown-warning-option... no checking if gcc supports -Werror=unused-command-line-argument... no checking if gcc supports -Wall... yes checking if gcc supports -Wpointer-arith... yes checking if gcc supports -Wmissing-declarations... yes checking if gcc supports -Wformat=2... yes checking if gcc supports -Wstrict-prototypes... yes checking if gcc supports -Wmissing-prototypes... yes checking if gcc supports -Wnested-externs... yes checking if gcc supports -Wbad-function-cast... yes checking if gcc supports -Wold-style-definition... yes checking if gcc supports -Wdeclaration-after-statement... yes checking if gcc supports -Wunused... yes checking if gcc supports -Wuninitialized... yes checking if gcc supports -Wshadow... yes checking if gcc supports -Wmissing-noreturn... yes checking if gcc supports -Wmissing-format-attribute... yes checking if gcc supports -Wredundant-decls... yes checking if gcc supports -Wlogical-op... yes checking if gcc supports -Werror=implicit... yes checking if gcc supports -Werror=nonnull... yes checking if gcc supports -Werror=init-self... yes checking if gcc supports -Werror=main... yes checking if gcc supports -Werror=missing-braces... yes checking if gcc supports -Werror=sequence-point... yes checking if gcc supports -Werror=return-type... yes checking if gcc supports -Werror=trigraphs... yes checking if gcc supports -Werror=array-bounds... yes checking if gcc supports -Werror=write-strings... yes checking if gcc supports -Werror=address... yes checking if gcc supports -Werror=int-to-pointer-cast... yes checking if gcc supports -Werror=pointer-to-int-cast... yes checking if gcc supports -pedantic... yes checking if gcc supports -Werror... yes checking if gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for rename... yes checking for fchmod... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for X... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating makedepend-config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' CC include.o CC main.o CC parse.o CC pr.o CC cppsetup.o CC ifparser.o GEN makedepend.1 include.c: In function 'inc_path': include.c:249:31: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] 249 | char* ptr; | ^~~ In file included from main.c:89: imakemdep.h:149:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 149 | {"__GNUC__", DEF_STRINGIFY(__GNUC__)}, | ^~~~~~~~~~ imakemdep.h:149:44: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 149 | {"__GNUC__", DEF_STRINGIFY(__GNUC__)}, | ^ imakemdep.h:43:28: note: in definition of macro 'DEF_EVALUATE' 43 | #define DEF_EVALUATE(__x) #__x | ^~~ imakemdep.h:149:22: note: in expansion of macro 'DEF_STRINGIFY' 149 | {"__GNUC__", DEF_STRINGIFY(__GNUC__)}, | ^~~~~~~~~~~~~ imakemdep.h:155:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 155 | {"__STDC__", DEF_STRINGIFY(__STDC__)}, | ^~~~~~~~~~ imakemdep.h:155:44: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 155 | {"__STDC__", DEF_STRINGIFY(__STDC__)}, | ^ imakemdep.h:43:28: note: in definition of macro 'DEF_EVALUATE' 43 | #define DEF_EVALUATE(__x) #__x | ^~~ imakemdep.h:155:22: note: in expansion of macro 'DEF_STRINGIFY' 155 | {"__STDC__", DEF_STRINGIFY(__STDC__)}, | ^~~~~~~~~~~~~ imakemdep.h:257:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 257 | {"__unix", "1"}, | ^~~~~~~~ imakemdep.h:257:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 257 | {"__unix", "1"}, | ^~~ imakemdep.h:260:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 260 | {"__unix__", "1"}, | ^~~~~~~~~~ imakemdep.h:260:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 260 | {"__unix__", "1"}, | ^~~ imakemdep.h:339:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 339 | {"__ELF__", "1"}, | ^~~~~~~~~ imakemdep.h:339:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 339 | {"__ELF__", "1"}, | ^~~ imakemdep.h:378:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 378 | {"__i386", "1"}, | ^~~~~~~~ imakemdep.h:378:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 378 | {"__i386", "1"}, | ^~~ imakemdep.h:381:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 381 | {"__i386__", "1"}, | ^~~~~~~~~~ imakemdep.h:381:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 381 | {"__i386__", "1"}, | ^~~ imakemdep.h:387:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 387 | {"__i586__", "1"}, | ^~~~~~~~~~ imakemdep.h:387:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 387 | {"__i586__", "1"}, | ^~~ imakemdep.h:396:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 396 | {"i386", "1"}, | ^~~~~~ imakemdep.h:396:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 396 | {"i386", "1"}, | ^~~ imakemdep.h:450:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^~~~~~~~~~~~~~ imakemdep.h:450:52: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^ imakemdep.h:43:28: note: in definition of macro 'DEF_EVALUATE' 43 | #define DEF_EVALUATE(__x) #__x | ^~~ imakemdep.h:450:26: note: in expansion of macro 'DEF_STRINGIFY' 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^~~~~~~~~~~~~ parse.c: In function 'find_includes': parse.c:546:26: warning: declaration of 'inclistp' shadows a global declaration [-Wshadow] 546 | struct inclist *inclistp; | ^~~~~~~~ In file included from parse.c:27: def.h:181:27: note: shadowed declaration is here 181 | extern struct inclist *inclistp; | ^~~~~~~~ CCLD makedepend make[1]: Leaving directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' make check-TESTS make[1]: Entering directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' make[2]: Entering directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' PASS: tests/28045/makedep.sh PASS: tests/1/makedep.sh ============================================================================ Testsuite summary for makedepend 1.0.7 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' make[1]: Leaving directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' >>> makedepend: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' ./install-sh -c -d '/home/buildozer/aports/main/makedepend/pkg/makedepend/usr/share/man/man1' ./install-sh -c -d '/home/buildozer/aports/main/makedepend/pkg/makedepend/usr/bin' /usr/bin/install -c -m 644 makedepend.1 '/home/buildozer/aports/main/makedepend/pkg/makedepend/usr/share/man/man1' /usr/bin/install -c makedepend '/home/buildozer/aports/main/makedepend/pkg/makedepend/usr/bin' make[1]: Leaving directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.7' >>> makedepend-doc*: Running split function doc... >>> makedepend-doc*: Preparing subpackage makedepend-doc... >>> makedepend-doc*: Running postcheck for makedepend-doc >>> makedepend*: Running postcheck for makedepend >>> makedepend*: Preparing package makedepend... >>> makedepend*: Stripping binaries >>> makedepend-doc*: Scanning shared objects >>> makedepend*: Scanning shared objects >>> makedepend-doc*: Tracing dependencies... >>> makedepend-doc*: Package size: 24.0 KB >>> makedepend-doc*: Compressing data... >>> makedepend-doc*: Create checksum... >>> makedepend-doc*: Create makedepend-doc-1.0.7-r0.apk >>> makedepend*: Tracing dependencies... so:libc.musl-x86.so.1 >>> makedepend*: Package size: 48.0 KB >>> makedepend*: Compressing data... >>> makedepend*: Create checksum... >>> makedepend*: Create makedepend-1.0.7-r0.apk >>> makedepend: Build complete at Sat, 29 Oct 2022 03:45:28 +0000 elapsed time 0h 0m 6s >>> makedepend: Cleaning up srcdir >>> makedepend: Cleaning up pkgdir >>> makedepend: Uninstalling dependencies... (1/3) Purging .makedepends-makedepend (20221029.034522) (2/3) Purging xorgproto (2022.2-r0) (3/3) Purging util-macros (1.19.3-r0) OK: 258 MiB in 92 packages >>> makedepend: Updating the main/x86 repository index... >>> makedepend: Signing the index...