>>> libantlr3c: Building testing/libantlr3c 3.4-r3 (using abuild 3.11.0-r1) started Tue, 16 May 2023 00:34:12 +0000 >>> libantlr3c: Checking sanity of /home/buildozer/aports/testing/libantlr3c/APKBUILD... >>> WARNING: libantlr3c: No maintainer >>> libantlr3c: Analyzing dependencies... >>> libantlr3c: Installing for build: build-base (1/1) Installing .makedepends-libantlr3c (20230516.003413) OK: 372 MiB in 108 packages >>> libantlr3c: Cleaning up srcdir >>> libantlr3c: Cleaning up pkgdir >>> libantlr3c: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libantlr3c-3.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 533k 100 533k 0 0 4153k 0 --:--:-- --:--:-- --:--:-- 4165k >>> libantlr3c: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libantlr3c-3.4.tar.gz >>> libantlr3c: Checking sha512sums... libantlr3c-3.4.tar.gz: OK >>> libantlr3c: Unpacking /var/cache/distfiles/edge/libantlr3c-3.4.tar.gz... >>> libantlr3c: Updating ./config.sub 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 for i586-alpine-linux-musl-xlc... 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/i586-alpine-linux-musl/bin/ld option to reload object files... -r checking for i586-alpine-linux-musl-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for i586-alpine-linux-musl-ar... no checking for ar... ar checking for i586-alpine-linux-musl-strip... no checking for strip... strip checking for i586-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -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 dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking compiler flags required for compiling ANTLR with gcc C compiler on host i586-alpine-linux-musl... -O2 -Wall checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes ./configure: line 10723: #include: not found checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes checking for sys/malloc.h... no checking for malloc.h... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for ctype.h... yes checking for netinet/tcp.h... yes checking for sys/socket.h... yes checking for socket.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking for inline... inline checking for memmove... yes checking for memset... yes checking for strdup... yes checking for accept... yes configure: creating ./config.status config.status: creating Makefile config.status: creating antlr3config.h config.status: executing depfiles commands config.status: executing libtool commands make all-am make[1]: Entering directory '/home/buildozer/aports/testing/libantlr3c/src/libantlr3c-3.4' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3baserecognizer.lo -MD -MP -MF .deps/antlr3baserecognizer.Tpo -c -o antlr3baserecognizer.lo `test -f 'src/antlr3baserecognizer.c' || echo './'`src/antlr3baserecognizer.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3basetree.lo -MD -MP -MF .deps/antlr3basetree.Tpo -c -o antlr3basetree.lo `test -f 'src/antlr3basetree.c' || echo './'`src/antlr3basetree.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3basetreeadaptor.lo -MD -MP -MF .deps/antlr3basetreeadaptor.Tpo -c -o antlr3basetreeadaptor.lo `test -f 'src/antlr3basetreeadaptor.c' || echo './'`src/antlr3basetreeadaptor.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3bitset.lo -MD -MP -MF .deps/antlr3bitset.Tpo -c -o antlr3bitset.lo `test -f 'src/antlr3bitset.c' || echo './'`src/antlr3bitset.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3collections.lo -MD -MP -MF .deps/antlr3collections.Tpo -c -o antlr3collections.lo `test -f 'src/antlr3collections.c' || echo './'`src/antlr3collections.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontoken.lo -MD -MP -MF .deps/antlr3commontoken.Tpo -c -o antlr3commontoken.lo `test -f 'src/antlr3commontoken.c' || echo './'`src/antlr3commontoken.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontree.lo -MD -MP -MF .deps/antlr3commontree.Tpo -c -o antlr3commontree.lo `test -f 'src/antlr3commontree.c' || echo './'`src/antlr3commontree.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontreeadaptor.lo -MD -MP -MF .deps/antlr3commontreeadaptor.Tpo -c -o antlr3commontreeadaptor.lo `test -f 'src/antlr3commontreeadaptor.c' || echo './'`src/antlr3commontreeadaptor.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontreenodestream.lo -MD -MP -MF .deps/antlr3commontreenodestream.Tpo -c -o antlr3commontreenodestream.lo `test -f 'src/antlr3commontreenodestream.c' || echo './'`src/antlr3commontreenodestream.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3convertutf.lo -MD -MP -MF .deps/antlr3convertutf.Tpo -c -o antlr3convertutf.lo `test -f 'src/antlr3convertutf.c' || echo './'`src/antlr3convertutf.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3cyclicdfa.lo -MD -MP -MF .deps/antlr3cyclicdfa.Tpo -c -o antlr3cyclicdfa.lo `test -f 'src/antlr3cyclicdfa.c' || echo './'`src/antlr3cyclicdfa.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3debughandlers.lo -MD -MP -MF .deps/antlr3debughandlers.Tpo -c -o antlr3debughandlers.lo `test -f 'src/antlr3debughandlers.c' || echo './'`src/antlr3debughandlers.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3encodings.lo -MD -MP -MF .deps/antlr3encodings.Tpo -c -o antlr3encodings.lo `test -f 'src/antlr3encodings.c' || echo './'`src/antlr3encodings.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3exception.lo -MD -MP -MF .deps/antlr3exception.Tpo -c -o antlr3exception.lo `test -f 'src/antlr3exception.c' || echo './'`src/antlr3exception.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3filestream.lo -MD -MP -MF .deps/antlr3filestream.Tpo -c -o antlr3filestream.lo `test -f 'src/antlr3filestream.c' || echo './'`src/antlr3filestream.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3inputstream.lo -MD -MP -MF .deps/antlr3inputstream.Tpo -c -o antlr3inputstream.lo `test -f 'src/antlr3inputstream.c' || echo './'`src/antlr3inputstream.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3intstream.lo -MD -MP -MF .deps/antlr3intstream.Tpo -c -o antlr3intstream.lo `test -f 'src/antlr3intstream.c' || echo './'`src/antlr3intstream.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3lexer.lo -MD -MP -MF .deps/antlr3lexer.Tpo -c -o antlr3lexer.lo `test -f 'src/antlr3lexer.c' || echo './'`src/antlr3lexer.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3parser.lo -MD -MP -MF .deps/antlr3parser.Tpo -c -o antlr3parser.lo `test -f 'src/antlr3parser.c' || echo './'`src/antlr3parser.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3rewritestreams.lo -MD -MP -MF .deps/antlr3rewritestreams.Tpo -c -o antlr3rewritestreams.lo `test -f 'src/antlr3rewritestreams.c' || echo './'`src/antlr3rewritestreams.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c -o antlr3string.lo `test -f 'src/antlr3string.c' || echo './'`src/antlr3string.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3tokenstream.lo -MD -MP -MF .deps/antlr3tokenstream.Tpo -c -o antlr3tokenstream.lo `test -f 'src/antlr3tokenstream.c' || echo './'`src/antlr3tokenstream.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3treeparser.lo -MD -MP -MF .deps/antlr3treeparser.Tpo -c -o antlr3treeparser.lo `test -f 'src/antlr3treeparser.c' || echo './'`src/antlr3treeparser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3basetree.lo -MD -MP -MF .deps/antlr3basetree.Tpo -c src/antlr3basetree.c -fPIC -DPIC -o .libs/antlr3basetree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3baserecognizer.lo -MD -MP -MF .deps/antlr3baserecognizer.Tpo -c src/antlr3baserecognizer.c -fPIC -DPIC -o .libs/antlr3baserecognizer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3basetreeadaptor.lo -MD -MP -MF .deps/antlr3basetreeadaptor.Tpo -c src/antlr3basetreeadaptor.c -fPIC -DPIC -o .libs/antlr3basetreeadaptor.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3bitset.lo -MD -MP -MF .deps/antlr3bitset.Tpo -c src/antlr3bitset.c -fPIC -DPIC -o .libs/antlr3bitset.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3collections.lo -MD -MP -MF .deps/antlr3collections.Tpo -c src/antlr3collections.c -fPIC -DPIC -o .libs/antlr3collections.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3convertutf.lo -MD -MP -MF .deps/antlr3convertutf.Tpo -c src/antlr3convertutf.c -fPIC -DPIC -o .libs/antlr3convertutf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontoken.lo -MD -MP -MF .deps/antlr3commontoken.Tpo -c src/antlr3commontoken.c -fPIC -DPIC -o .libs/antlr3commontoken.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontree.lo -MD -MP -MF .deps/antlr3commontree.Tpo -c src/antlr3commontree.c -fPIC -DPIC -o .libs/antlr3commontree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontreeadaptor.lo -MD -MP -MF .deps/antlr3commontreeadaptor.Tpo -c src/antlr3commontreeadaptor.c -fPIC -DPIC -o .libs/antlr3commontreeadaptor.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3cyclicdfa.lo -MD -MP -MF .deps/antlr3cyclicdfa.Tpo -c src/antlr3cyclicdfa.c -fPIC -DPIC -o .libs/antlr3cyclicdfa.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3commontreenodestream.lo -MD -MP -MF .deps/antlr3commontreenodestream.Tpo -c src/antlr3commontreenodestream.c -fPIC -DPIC -o .libs/antlr3commontreenodestream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3debughandlers.lo -MD -MP -MF .deps/antlr3debughandlers.Tpo -c src/antlr3debughandlers.c -fPIC -DPIC -o .libs/antlr3debughandlers.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3filestream.lo -MD -MP -MF .deps/antlr3filestream.Tpo -c src/antlr3filestream.c -fPIC -DPIC -o .libs/antlr3filestream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3encodings.lo -MD -MP -MF .deps/antlr3encodings.Tpo -c src/antlr3encodings.c -fPIC -DPIC -o .libs/antlr3encodings.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3inputstream.lo -MD -MP -MF .deps/antlr3inputstream.Tpo -c src/antlr3inputstream.c -fPIC -DPIC -o .libs/antlr3inputstream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3exception.lo -MD -MP -MF .deps/antlr3exception.Tpo -c src/antlr3exception.c -fPIC -DPIC -o .libs/antlr3exception.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3lexer.lo -MD -MP -MF .deps/antlr3lexer.Tpo -c src/antlr3lexer.c -fPIC -DPIC -o .libs/antlr3lexer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3parser.lo -MD -MP -MF .deps/antlr3parser.Tpo -c src/antlr3parser.c -fPIC -DPIC -o .libs/antlr3parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3intstream.lo -MD -MP -MF .deps/antlr3intstream.Tpo -c src/antlr3intstream.c -fPIC -DPIC -o .libs/antlr3intstream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c src/antlr3string.c -fPIC -DPIC -o .libs/antlr3string.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3rewritestreams.lo -MD -MP -MF .deps/antlr3rewritestreams.Tpo -c src/antlr3rewritestreams.c -fPIC -DPIC -o .libs/antlr3rewritestreams.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3tokenstream.lo -MD -MP -MF .deps/antlr3tokenstream.Tpo -c src/antlr3tokenstream.c -fPIC -DPIC -o .libs/antlr3tokenstream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Iinclude -Os -Wformat -Werror=format-security -O2 -Wall -MT antlr3treeparser.lo -MD -MP -MF .deps/antlr3treeparser.Tpo -c src/antlr3treeparser.c -fPIC -DPIC -o .libs/antlr3treeparser.o src/antlr3basetree.c: In function 'replaceChildren': src/antlr3basetree.c:428:31: warning: variable 'numToInsert' set but not used [-Wunused-but-set-variable] 428 | ANTLR3_UINT32 numToInsert; | ^~~~~~~~~~~ src/antlr3commontreeadaptor.c:51:33: warning: 'getToken' declared 'static' but never defined [-Wunused-function] 51 | static pANTLR3_COMMON_TOKEN getToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t); | ^~~~~~~~ src/antlr3baserecognizer.c: In function 'mismatch': src/antlr3baserecognizer.c:645:29: warning: variable 'tparser' set but not used [-Wunused-but-set-variable] 645 | pANTLR3_TREE_PARSER tparser; | ^~~~~~~ src/antlr3baserecognizer.c: In function 'displayRecognitionError': src/antlr3baserecognizer.c:1012:37: warning: variable 'is' set but not used [-Wunused-but-set-variable] 1012 | pANTLR3_INT_STREAM is; | ^~ src/antlr3baserecognizer.c: In function 'getMissingSymbol': src/antlr3baserecognizer.c:2169:49: warning: variable 'cts' set but not used [-Wunused-but-set-variable] 2169 | pANTLR3_COMMON_TOKEN_STREAM cts; | ^~~ mv -f .deps/antlr3intstream.Tpo .deps/antlr3intstream.Plo src/antlr3string.c: In function 'toUTF8_UTF16': src/antlr3string.c:367:25: warning: variable 'cResult' set but not used [-Wunused-but-set-variable] 367 | ConversionResult cResult; | ^~~~~~~ src/antlr3commontreenodestream.c: In function 'replaceChildren': src/antlr3commontreenodestream.c:933:49: warning: variable 'cta' set but not used [-Wunused-but-set-variable] 933 | pANTLR3_COMMON_TREE_ADAPTOR cta; | ^~~ src/antlr3treeparser.c: In function 'getCurrentInputSymbol': src/antlr3treeparser.c:192:41: warning: variable 'ctns' set but not used [-Wunused-but-set-variable] 192 | pANTLR3_COMMON_TREE_NODE_STREAM ctns; | ^~~~ src/antlr3collections.c: In function 'intTrieDel': src/antlr3collections.c:1893:29: warning: variable 'p' set but not used [-Wunused-but-set-variable] 1893 | pANTLR3_INT_TRIE_NODE p; | ^ src/antlr3string.c: At top level: src/antlr3string.c:335:1: warning: 'stringInitUTF8' defined but not used [-Wunused-function] 335 | stringInitUTF8 (pANTLR3_STRING string) | ^~~~~~~~~~~~~~ mv -f .deps/antlr3encodings.Tpo .deps/antlr3encodings.Plo mv -f .deps/antlr3parser.Tpo .deps/antlr3parser.Plo mv -f .deps/antlr3exception.Tpo .deps/antlr3exception.Plo mv -f .deps/antlr3treeparser.Tpo .deps/antlr3treeparser.Plo mv -f .deps/antlr3cyclicdfa.Tpo .deps/antlr3cyclicdfa.Plo mv -f .deps/antlr3commontreeadaptor.Tpo .deps/antlr3commontreeadaptor.Plo mv -f .deps/antlr3filestream.Tpo .deps/antlr3filestream.Plo mv -f .deps/antlr3basetree.Tpo .deps/antlr3basetree.Plo mv -f .deps/antlr3commontree.Tpo .deps/antlr3commontree.Plo mv -f .deps/antlr3rewritestreams.Tpo .deps/antlr3rewritestreams.Plo mv -f .deps/antlr3lexer.Tpo .deps/antlr3lexer.Plo mv -f .deps/antlr3commontoken.Tpo .deps/antlr3commontoken.Plo mv -f .deps/antlr3convertutf.Tpo .deps/antlr3convertutf.Plo mv -f .deps/antlr3basetreeadaptor.Tpo .deps/antlr3basetreeadaptor.Plo mv -f .deps/antlr3bitset.Tpo .deps/antlr3bitset.Plo mv -f .deps/antlr3commontreenodestream.Tpo .deps/antlr3commontreenodestream.Plo mv -f .deps/antlr3tokenstream.Tpo .deps/antlr3tokenstream.Plo mv -f .deps/antlr3baserecognizer.Tpo .deps/antlr3baserecognizer.Plo mv -f .deps/antlr3inputstream.Tpo .deps/antlr3inputstream.Plo mv -f .deps/antlr3debughandlers.Tpo .deps/antlr3debughandlers.Plo mv -f .deps/antlr3string.Tpo .deps/antlr3string.Plo mv -f .deps/antlr3collections.Tpo .deps/antlr3collections.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -Wall -avoid-version -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o libantlr3c.la -rpath /usr/lib antlr3baserecognizer.lo antlr3basetree.lo antlr3basetreeadaptor.lo antlr3bitset.lo antlr3collections.lo antlr3commontoken.lo antlr3commontree.lo antlr3commontreeadaptor.lo antlr3commontreenodestream.lo antlr3convertutf.lo antlr3cyclicdfa.lo antlr3debughandlers.lo antlr3encodings.lo antlr3exception.lo antlr3filestream.lo antlr3inputstream.lo antlr3intstream.lo antlr3lexer.lo antlr3parser.lo antlr3rewritestreams.lo antlr3string.lo antlr3tokenstream.lo antlr3treeparser.lo libtool: link: gcc -shared .libs/antlr3baserecognizer.o .libs/antlr3basetree.o .libs/antlr3basetreeadaptor.o .libs/antlr3bitset.o .libs/antlr3collections.o .libs/antlr3commontoken.o .libs/antlr3commontree.o .libs/antlr3commontreeadaptor.o .libs/antlr3commontreenodestream.o .libs/antlr3convertutf.o .libs/antlr3cyclicdfa.o .libs/antlr3debughandlers.o .libs/antlr3encodings.o .libs/antlr3exception.o .libs/antlr3filestream.o .libs/antlr3inputstream.o .libs/antlr3intstream.o .libs/antlr3lexer.o .libs/antlr3parser.o .libs/antlr3rewritestreams.o .libs/antlr3string.o .libs/antlr3tokenstream.o .libs/antlr3treeparser.o -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,pack-relative-relocs -Wl,-soname -Wl,libantlr3c.so -o .libs/libantlr3c.so libtool: link: ( cd ".libs" && rm -f "libantlr3c.la" && ln -s "../libantlr3c.la" "libantlr3c.la" ) make[1]: Leaving directory '/home/buildozer/aports/testing/libantlr3c/src/libantlr3c-3.4' >>> libantlr3c: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/testing/libantlr3c/src/libantlr3c-3.4' test -z "/usr/lib" || ./install-sh -c -d "/home/buildozer/aports/testing/libantlr3c/pkg/libantlr3c/usr/lib" test -z "/usr/include" || ./install-sh -c -d "/home/buildozer/aports/testing/libantlr3c/pkg/libantlr3c/usr/include" /bin/sh ./libtool --mode=install /usr/bin/install -c libantlr3c.la '/home/buildozer/aports/testing/libantlr3c/pkg/libantlr3c/usr/lib' /usr/bin/install -c -m 644 include/antlr3.h include/antlr3baserecognizer.h include/antlr3basetree.h include/antlr3basetreeadaptor.h include/antlr3bitset.h include/antlr3collections.h include/antlr3commontoken.h include/antlr3commontree.h include/antlr3commontreeadaptor.h include/antlr3commontreenodestream.h include/antlr3convertutf.h include/antlr3cyclicdfa.h include/antlr3debugeventlistener.h include/antlr3defs.h include/antlr3encodings.h include/antlr3errors.h include/antlr3exception.h include/antlr3filestream.h include/antlr3input.h include/antlr3interfaces.h include/antlr3intstream.h include/antlr3lexer.h include/antlr3memory.h include/antlr3parser.h include/antlr3parsetree.h include/antlr3recognizersharedstate.h include/antlr3rewritestreams.h include/antlr3string.h include/antlr3tokenstream.h include/antlr3treeparser.h antlr3config.h '/home/buildozer/aports/testing/libantlr3c/pkg/libantlr3c/usr/include' libtool: install: /usr/bin/install -c .libs/libantlr3c.so /home/buildozer/aports/testing/libantlr3c/pkg/libantlr3c/usr/lib/libantlr3c.so libtool: install: /usr/bin/install -c .libs/libantlr3c.lai /home/buildozer/aports/testing/libantlr3c/pkg/libantlr3c/usr/lib/libantlr3c.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[1]: Leaving directory '/home/buildozer/aports/testing/libantlr3c/src/libantlr3c-3.4' >>> libantlr3c-dev*: Running split function dev... >>> libantlr3c-dev*: Preparing subpackage libantlr3c-dev... >>> libantlr3c-dev*: Stripping binaries >>> libantlr3c-dev*: Running postcheck for libantlr3c-dev >>> libantlr3c*: Running postcheck for libantlr3c >>> libantlr3c*: Preparing package libantlr3c... >>> libantlr3c*: Stripping binaries >>> libantlr3c-dev*: Scanning shared objects >>> libantlr3c*: Scanning shared objects >>> libantlr3c-dev*: Tracing dependencies... >>> libantlr3c-dev*: Package size: 320.0 KB >>> libantlr3c-dev*: Compressing data... >>> libantlr3c-dev*: Create checksum... >>> libantlr3c-dev*: Create libantlr3c-dev-3.4-r3.apk >>> libantlr3c*: Tracing dependencies... so:libc.musl-x86.so.1 >>> libantlr3c*: Package size: 144.0 KB >>> libantlr3c*: Compressing data... >>> libantlr3c*: Create checksum... >>> libantlr3c*: Create libantlr3c-3.4-r3.apk >>> libantlr3c: Build complete at Tue, 16 May 2023 00:34:22 +0000 elapsed time 0h 0m 10s >>> libantlr3c: Cleaning up srcdir >>> libantlr3c: Cleaning up pkgdir >>> libantlr3c: Uninstalling dependencies... (1/1) Purging .makedepends-libantlr3c (20230516.003413) OK: 372 MiB in 107 packages >>> libantlr3c: Updating the testing/x86 repository index... >>> libantlr3c: Signing the index...