>>> imake: Building main/imake 1.0.8-r1 (using abuild 3.9.0-r0) started Wed, 13 Apr 2022 15:06:03 +0000 >>> imake: Checking sanity of /home/buildozer/aports/main/imake/APKBUILD... >>> imake: Analyzing dependencies... >>> imake: Installing for build: build-base util-macros xorgproto (1/3) Installing util-macros (1.19.3-r0) (2/3) Installing xorgproto (2021.5-r0) (3/3) Installing .makedepends-imake (20220413.150610) OK: 256 MiB in 88 packages >>> imake: Cleaning up srcdir >>> imake: Cleaning up pkgdir >>> imake: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/imake-1.0.8.tar.bz2 >>> imake: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/imake-1.0.8.tar.bz2 >>> imake: Checking sha512sums... imake-1.0.8.tar.bz2: OK >>> imake: Unpacking /var/cache/distfiles/v3.16/imake-1.0.8.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 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... armv8l-unknown-linux-musleabihf checking host system type... armv8l-unknown-linux-musleabihf 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 how to run the C preprocessor... gcc -E checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... yes checking for mkstemp... yes checking for perl... no checking for XPROTO... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/buildozer/aports/main/imake/src/imake-1.0.8' CC imake-imake.o CC revpath.o GEN xmkmf GEN ccmakedep GEN mergelib GEN mkhtmlindex GEN imake.1 GEN revpath.1 GEN makeg.1 GEN xmkmf.1 GEN ccmakedep.1 GEN mergelib.1 GEN mkdirhier.1 GEN cleanlinks.1 GEN mkhtmlindex.1 ./mdepend.cpp:128:27: error: invalid preprocessing directive #Flag 128 | # Flag to tell compiler to output dependencies directly | ^~~~ ./mdepend.cpp:129:27: error: invalid preprocessing directive #For 129 | # For example, with Sun compilers, -xM or -xM1 or | ^~~ ./mdepend.cpp:130:27: error: invalid preprocessing directive #with 130 | # with gcc, -M | ^~~~ ./mdepend.cpp:198:9: warning: missing terminating ' character 198 | | awk '{ | ^ ./mdepend.cpp:236:28: warning: missing terminating ' character 236 | | egrep -v '^[^:]*:[ ]*$' >> $DEPENDLINES | ^ imake.c: In function 'FindImakefile': imake.c:662:27: warning: declaration of 'Imakefile' shadows a global declaration [-Wshadow] 662 | FindImakefile(const char *Imakefile) | ~~~~~~~~~~~~^~~~~~~~~ imake.c:319:18: note: shadowed declaration is here 319 | const char *Imakefile = NULL; | ^~~~~~~~~ imake.c: In function 'doit': imake.c:806:29: warning: passing argument 2 of 'execvp' from incompatible pointer type [-Wincompatible-pointer-types] 806 | execvp(cmd, argv); | ^~~~ | | | const char ** In file included from /usr/include/fortify/unistd.h:22, from imake.c:172: /usr/include/unistd.h:94:26: note: expected 'char * const*' but argument is of type 'const char **' 94 | int execvp(const char *, char *const []); | ^~~~~~~~~~~~~~ imake.c: In function 'parse_utsname': imake.c:821:7: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 821 | LogFatal(msg,fmt); | ^~~~~~~~ imake.c:828:9: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 828 | LogFatal(msg, fmt); | ^~~~~~~~ imake.c:868:11: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 868 | LogFatal(msg, fmt); | ^~~~~~~~ imake.c:878:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 878 | (void) sscanf(buf, fmt + arg + 1, result); | ^ imake.c: In function 'get_libc_version': imake.c:989:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 989 | cc = "gcc"; | ^ imake.c:995:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 995 | if (snprintf (command , len, format, cc, aout) == len) | ^~ CCLD revpath imake.c: In function 'define_os_defaults': imake.c:1636:16: warning: declaration of 'name' shadows a previous local [-Wshadow] 1636 | char name[PATH_MAX]; | ^~~~ imake.c:1430:25: note: shadowed declaration is here 1430 | struct utsname *name = NULL; | ^~~~ CCLD imake make[1]: Leaving directory '/home/buildozer/aports/main/imake/src/imake-1.0.8' >>> imake: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/imake/src/imake-1.0.8' ./install-sh -c -d '/home/buildozer/aports/main/imake/pkg/imake/usr/bin' ./install-sh -c -d '/home/buildozer/aports/main/imake/pkg/imake/usr/share/man/man1' /usr/bin/install -c -m 644 imake.1 revpath.1 makeg.1 xmkmf.1 ccmakedep.1 mergelib.1 mkdirhier.1 cleanlinks.1 mkhtmlindex.1 '/home/buildozer/aports/main/imake/pkg/imake/usr/share/man/man1' /usr/bin/install -c makeg xmkmf ccmakedep mergelib mkdirhier cleanlinks mkhtmlindex '/home/buildozer/aports/main/imake/pkg/imake/usr/bin' ./install-sh -c -d '/home/buildozer/aports/main/imake/pkg/imake/usr/bin' /usr/bin/install -c imake revpath '/home/buildozer/aports/main/imake/pkg/imake/usr/bin' make[1]: Leaving directory '/home/buildozer/aports/main/imake/src/imake-1.0.8' >>> imake-doc*: Running split function doc... >>> imake-doc*: Preparing subpackage imake-doc... >>> imake-doc*: Running postcheck for imake-doc >>> imake*: Running postcheck for imake >>> imake*: Preparing package imake... >>> imake*: Stripping binaries >>> imake-doc*: Scanning shared objects >>> imake*: Scanning shared objects >>> imake-doc*: Tracing dependencies... >>> imake-doc*: Package size: 60.0 KB >>> imake-doc*: Compressing data... >>> imake-doc*: Create checksum... >>> imake-doc*: Create imake-doc-1.0.8-r1.apk >>> imake*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> imake*: Package size: 72.0 KB >>> imake*: Compressing data... >>> imake*: Create checksum... >>> imake*: Create imake-1.0.8-r1.apk >>> imake: Build complete at Wed, 13 Apr 2022 15:06:18 +0000 elapsed time 0h 0m 15s >>> imake: Cleaning up srcdir >>> imake: Cleaning up pkgdir >>> imake: Uninstalling dependencies... (1/3) Purging .makedepends-imake (20220413.150610) (2/3) Purging util-macros (1.19.3-r0) (3/3) Purging xorgproto (2021.5-r0) OK: 254 MiB in 85 packages >>> imake: Updating the main/armv7 repository index... >>> imake: Signing the index...