>>> makedepend: Building main/makedepend 1.0.6-r0 (using abuild 3.9.0_rc2-r1) started Sat, 16 Oct 2021 18:59:37 +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 (2021.5-r0) (2/3) Installing util-macros (1.19.3-r0) (3/3) Installing .makedepends-makedepend (20211016.185941) OK: 344 MiB in 92 packages >>> makedepend: Cleaning up srcdir >>> makedepend: Cleaning up pkgdir >>> makedepend: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/makedepend-1.0.6.tar.bz2 % 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 >>> makedepend: Fetching https://www.x.org/releases/individual/util/makedepend-1.0.6.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 66 144k 66 98304 0 0 104k 0 0:00:01 --:--:-- 0:00:01 104k 100 144k 100 144k 0 0 156k 0 --:--:-- --:--:-- --:--:-- 156k >>> makedepend: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/makedepend-1.0.6.tar.bz2 >>> makedepend: Checking sha512sums... makedepend-1.0.6.tar.bz2: OK >>> makedepend: Unpacking /var/cache/distfiles/v3.15/makedepend-1.0.6.tar.bz2... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe 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 for style of include used by make... GNU checking for x86_64-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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.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 x86_64-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... x86_64-alpine-linux-musl checking host system type... x86_64-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.6' CC include.o CC main.o CC parse.o CC pr.o CC cppsetup.o CC ifparser.o GEN makedepend.1 In file included from main.c:89: imakemdep.h:149:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 149 | {"__GNUC__", DEF_STRINGIFY(__GNUC__)}, | ^~~~~~~~~~ imakemdep.h:149:37: 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:15: note: in expansion of macro 'DEF_STRINGIFY' 149 | {"__GNUC__", DEF_STRINGIFY(__GNUC__)}, | ^~~~~~~~~~~~~ imakemdep.h:155:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 155 | {"__STDC__", DEF_STRINGIFY(__STDC__)}, | ^~~~~~~~~~ imakemdep.h:155:37: 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:15: note: in expansion of macro 'DEF_STRINGIFY' 155 | {"__STDC__", DEF_STRINGIFY(__STDC__)}, | ^~~~~~~~~~~~~ imakemdep.h:257:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 257 | {"__unix", "1"}, | ^~~~~~~~ imakemdep.h:257:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 257 | {"__unix", "1"}, | ^~~ imakemdep.h:260:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 260 | {"__unix__", "1"}, | ^~~~~~~~~~ imakemdep.h:260:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 260 | {"__unix__", "1"}, | ^~~ imakemdep.h:339:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 339 | {"__ELF__", "1"}, | ^~~~~~~~~ imakemdep.h:339:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 339 | {"__ELF__", "1"}, | ^~~ imakemdep.h:367:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 367 | {"__amd64__", "1"}, | ^~~~~~~~~~~ imakemdep.h:367:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 367 | {"__amd64__", "1"}, | ^~~ imakemdep.h:368:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 368 | {"__x86_64__", "1"}, | ^~~~~~~~~~~~ imakemdep.h:368:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 368 | {"__x86_64__", "1"}, | ^~~ imakemdep.h:371:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 371 | {"__amd64", "1"}, | ^~~~~~~~~ imakemdep.h:371:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 371 | {"__amd64", "1"}, | ^~~ imakemdep.h:372:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 372 | {"__x86_64", "1"}, | ^~~~~~~~~~ imakemdep.h:372:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 372 | {"__x86_64", "1"}, | ^~~ imakemdep.h:450:3: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^~~~~~~~~~~~~~ imakemdep.h:450:45: 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:19: note: in expansion of macro 'DEF_STRINGIFY' 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^~~~~~~~~~~~~ parse.c: In function 'find_includes': parse.c:546:18: warning: declaration of 'inclistp' shadows a global declaration [-Wshadow] 546 | struct inclist *inclistp; | ^~~~~~~~ In file included from parse.c:27: def.h:180:27: note: shadowed declaration is here 180 | extern struct inclist *inclistp; | ^~~~~~~~ CCLD makedepend make[1]: Leaving directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.6' make check-TESTS make[1]: Entering directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.6' make[2]: Entering directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.6' PASS: tests/28045/makedep.sh ============================================================================ Testsuite summary for makedepend 1.0.6 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.6' make[1]: Leaving directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.6' >>> makedepend: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/makedepend/src/makedepend-1.0.6' ./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.6' >>> 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.6-r0.apk >>> makedepend*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> makedepend*: Package size: 48.0 KB >>> makedepend*: Compressing data... >>> makedepend*: Create checksum... >>> makedepend*: Create makedepend-1.0.6-r0.apk >>> makedepend: Build complete at Sat, 16 Oct 2021 18:59:49 +0000 elapsed time 0h 0m 12s >>> makedepend: Cleaning up srcdir >>> makedepend: Cleaning up pkgdir >>> makedepend: Uninstalling dependencies... (1/3) Purging .makedepends-makedepend (20211016.185941) (2/3) Purging xorgproto (2021.5-r0) (3/3) Purging util-macros (1.19.3-r0) OK: 342 MiB in 89 packages >>> makedepend: Updating the main/x86_64 repository index... >>> makedepend: Signing the index...