>>> unrtf: Building community/unrtf 0.21.10-r2 (using abuild 3.12.0-r0) started Sat, 04 Nov 2023 13:00:52 +0000 >>> unrtf: Checking sanity of /home/buildozer/aports/community/unrtf/APKBUILD... >>> unrtf: Analyzing dependencies... >>> unrtf: Installing for build: build-base (1/1) Installing .makedepends-unrtf (20231104.130053) OK: 270 MiB in 103 packages >>> unrtf: Cleaning up srcdir >>> unrtf: Cleaning up pkgdir >>> unrtf: Cleaning up tmpdir >>> unrtf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/unrtf-0.21.10.tar.gz >>> unrtf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/unrtf-0.21.10.tar.gz >>> unrtf: Checking sha512sums... unrtf-0.21.10.tar.gz: OK >>> unrtf: Unpacking /var/cache/distfiles/unrtf-0.21.10.tar.gz... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... config/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 to enable maintainer-specific portions of Makefiles... no checking for armv7-alpine-linux-musleabihf-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 for style of include used by make... GNU checking dependency style of gcc... gcc3 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 for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memset... yes checking for strchr... yes checking for strstr... yes checking build system type... armv7-alpine-linux-musleabihf checking host system type... armv7-alpine-linux-musleabihf 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 outputs/Makefile config.status: creating patches/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' Making all in src make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT attr.o -MD -MP -MF .deps/attr.Tpo -c -o attr.o attr.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT convert.o -MD -MP -MF .deps/convert.Tpo -c -o convert.o convert.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT my_iconv.o -MD -MP -MF .deps/my_iconv.Tpo -c -o my_iconv.o my_iconv.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT malloc.o -MD -MP -MF .deps/malloc.Tpo -c -o malloc.o malloc.c convert.c: In function 'read_font_decl': convert.c:783:21: warning: implicit declaration of function 'strcasestr'; did you mean 'strcasecmp'? [-Wimplicit-function-declaration] 783 | if (strcasestr(name, "symbol")) | ^~~~~~~~~~ | strcasecmp gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.c convert.c: In function 'cmd_field': convert.c:1522:81: warning: passing argument 1 of 'my_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1522 | my_free(string); | ^~~~~~ In file included from convert.c:115: malloc.h:36:21: note: expected 'char *' but argument is of type 'const char *' 36 | extern void my_free(char *); | ^~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c convert.c: In function 'print_with_special_exprs': convert.c:3795:41: warning: passing argument 1 of 'my_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3795 | my_free(post_trans); | ^~~~~~~~~~ malloc.h:36:21: note: expected 'char *' but argument is of type 'const char *' 36 | extern void my_free(char *); | ^~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT path.o -MD -MP -MF .deps/path.Tpo -c -o path.o path.c mv -f .deps/error.Tpo .deps/error.Po gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT unicode.o -MD -MP -MF .deps/unicode.Tpo -c -o unicode.o unicode.c output.c: In function 'op_translate_char': output.c:195:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 195 | result = get_alias(op, unicode); /* Try for ie, entity */ | ^ output.c: In function 'op_translate_buffer': output.c:290:33: warning: passing argument 1 of 'my_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | my_free(result); | ^~~~~~ In file included from output.c:65: malloc.h:36:21: note: expected 'char *' but argument is of type 'const char *' 36 | extern void my_free(char *); | ^~~~~~ mv -f .deps/hash.Tpo .deps/hash.Po gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT user.o -MD -MP -MF .deps/user.Tpo -c -o user.o user.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -Os -fstack-clash-protection -Wformat -Werror=format-security -MT word.o -MD -MP -MF .deps/word.Tpo -c -o word.o word.c mv -f .deps/malloc.Tpo .deps/malloc.Po mv -f .deps/my_iconv.Tpo .deps/my_iconv.Po mv -f .deps/util.Tpo .deps/util.Po mv -f .deps/unicode.Tpo .deps/unicode.Po mv -f .deps/main.Tpo .deps/main.Po mv -f .deps/parse.Tpo .deps/parse.Po mv -f .deps/path.Tpo .deps/path.Po mv -f .deps/word.Tpo .deps/word.Po mv -f .deps/attr.Tpo .deps/attr.Po mv -f .deps/output.Tpo .deps/output.Po mv -f .deps/user.Tpo .deps/user.Po mv -f .deps/convert.Tpo .deps/convert.Po gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o unrtf attr.o convert.o error.o hash.o my_iconv.o main.o malloc.o output.o parse.o path.o unicode.o user.o util.o word.o make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' Making all in tests make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' Making all in doc make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' sed -e 's!@DATADIR@!/usr/share/unrtf!g' < ./unrtf.1.in > unrtf.1 make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' Making all in patches make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' Making all in outputs make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' Making check in src make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' Making check in tests make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make check-TESTS make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make[3]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' PASS: test_text.sh PASS: test_latex.sh PASS: test_html.sh ============================================================================ Testsuite summary for unrtf 0.21.10 ============================================================================ # TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' Making check in doc make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' Making check in patches make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' Making check in outputs make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' >>> unrtf: Entering fakeroot... Making install in src make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' make[2]: Nothing to be done for 'install-data-am'. ../config/install-sh -c -d '/home/buildozer/aports/community/unrtf/pkg/unrtf/usr/bin' /usr/bin/install -c unrtf '/home/buildozer/aports/community/unrtf/pkg/unrtf/usr/bin' make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/src' Making install in tests make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/tests' Making install in doc make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' make[2]: Nothing to be done for 'install-exec-am'. ../config/install-sh -c -d '/home/buildozer/aports/community/unrtf/pkg/unrtf/usr/share/man/man1' /usr/bin/install -c -m 644 unrtf.1 '/home/buildozer/aports/community/unrtf/pkg/unrtf/usr/share/man/man1' make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/doc' Making install in patches make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/patches' Making install in outputs make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[2]: Nothing to be done for 'install-exec-am'. ../config/install-sh -c -d '/home/buildozer/aports/community/unrtf/pkg/unrtf/usr/share/unrtf' /usr/bin/install -c -m 644 html.conf latex.conf rtf.conf text.conf troff_mm.conf vt.conf SYMBOL.charmap '/home/buildozer/aports/community/unrtf/pkg/unrtf/usr/share/unrtf' make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10/outputs' make[1]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' make[2]: Entering directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' make[1]: Leaving directory '/home/buildozer/aports/community/unrtf/src/unrtf-0.21.10' >>> unrtf-doc*: Running split function doc... >>> unrtf-doc*: Preparing subpackage unrtf-doc... >>> unrtf-doc*: Running postcheck for unrtf-doc >>> unrtf*: Running postcheck for unrtf >>> unrtf*: Preparing package unrtf... >>> unrtf*: Stripping binaries >>> unrtf-doc*: Scanning shared objects >>> unrtf*: Scanning shared objects >>> unrtf-doc*: Tracing dependencies... >>> unrtf-doc*: Package size: 24.0 KB >>> unrtf-doc*: Compressing data... >>> unrtf-doc*: Create checksum... >>> unrtf-doc*: Create unrtf-doc-0.21.10-r2.apk >>> unrtf*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> unrtf*: Package size: 124.0 KB >>> unrtf*: Compressing data... >>> unrtf*: Create checksum... >>> unrtf*: Create unrtf-0.21.10-r2.apk >>> unrtf: Build complete at Sat, 04 Nov 2023 13:01:05 +0000 elapsed time 0h 0m 13s >>> unrtf: Cleaning up srcdir >>> unrtf: Cleaning up pkgdir >>> unrtf: Uninstalling dependencies... (1/1) Purging .makedepends-unrtf (20231104.130053) OK: 270 MiB in 102 packages >>> unrtf: Updating the community/armv7 repository index... >>> unrtf: Signing the index...