>>> expat: Building main/expat 2.6.0-r0 (using abuild 3.10.0-r0) started Sat, 10 Feb 2024 00:18:53 +0000
>>> expat: Checking sanity of /home/buildozer/aports/main/expat/APKBUILD...
>>> expat: Analyzing dependencies...
>>> expat: Installing for build: build-base bash
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/armhf/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/armhf/APKINDEX.tar.gz
(1/3) Installing readline (8.2.0-r0)
(2/3) Installing bash (5.2.15-r0)
Executing bash-5.2.15-r0.post-install
(3/3) Installing .makedepends-expat (20240210.001854)
Executing busybox-1.35.0-r29.trigger
OK: 336 MiB in 99 packages
>>> expat: Cleaning up srcdir
>>> expat: Cleaning up pkgdir
>>> expat: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/expat-2.6.0.tar.bz2
>>> expat: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/expat-2.6.0.tar.bz2
>>> expat: Checking sha512sums...
expat-2.6.0.tar.bz2: OK
>>> expat: Unpacking /var/cache/distfiles/expat-2.6.0.tar.bz2...
checking build system type... armv6-alpine-linux-musleabihf
checking host system type... armv6-alpine-linux-musleabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./conftools/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... yes
checking whether make supports the include directive... yes (GNU style)
checking for armv6-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 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 armv6-alpine-linux-musleabihf-ar... no
checking for armv6-alpine-linux-musleabihf-lib... no
checking for armv6-alpine-linux-musleabihf-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
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/armv6-alpine-linux-musleabihf/bin/ld
checking if the linker (/usr/armv6-alpine-linux-musleabihf/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 the maximum length of command line arguments... 98304
checking how to convert armv6-alpine-linux-musleabihf file names to armv6-alpine-linux-musleabihf format... func_convert_file_noop
checking how to convert armv6-alpine-linux-musleabihf file names to toolchain format... func_convert_file_noop
checking for /usr/armv6-alpine-linux-musleabihf/bin/ld option to reload object files... -r
checking for armv6-alpine-linux-musleabihf-file... no
checking for file... file
checking for armv6-alpine-linux-musleabihf-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for armv6-alpine-linux-musleabihf-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for armv6-alpine-linux-musleabihf-ar... ar
checking for archiver @FILE support... @
checking for armv6-alpine-linux-musleabihf-strip... no
checking for strip... strip
checking for armv6-alpine-linux-musleabihf-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for armv6-alpine-linux-musleabihf-mt... no
checking for mt... no
checking if : is a manifest tool... no
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 for sys/param.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/armv6-alpine-linux-musleabihf/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... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -fexceptions... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C compiler accepts -pedantic... yes
checking whether C compiler accepts -Wduplicated-cond... yes
checking whether C compiler accepts -Wduplicated-branches... yes
checking whether C compiler accepts -Wlogical-op... yes
checking whether C compiler accepts -Wrestrict... yes
checking whether C compiler accepts -Wnull-dereference... yes
checking whether C compiler accepts -Wjump-misses-init... yes
checking whether C compiler accepts -Wdouble-promotion... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wno-pedantic-ms-format... yes
checking whether C compiler accepts -Wmisleading-indentation... yes
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/armv6-alpine-linux-musleabihf/bin/ld
checking if the linker (/usr/armv6-alpine-linux-musleabihf/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/armv6-alpine-linux-musleabihf/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/armv6-alpine-linux-musleabihf/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -fexceptions... yes
checking whether C++ compiler accepts -fno-strict-aliasing... yes
checking whether the linker accepts -fno-strict-aliasing... yes
checking whether compiler supports visibility... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether g++ supports C++11 features with -std=c++11... yes
checking for cos in -lm... yes
checking for arc4random_buf (BSD, libbsd or glibc 2.36+)... no
checking for arc4random (BSD, macOS, libbsd or glibc 2.36+)... no
checking for getrandom (Linux 3.17+, glibc 2.25+)... yes
checking for syscall SYS_getrandom (Linux 3.17+)... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for docbook2x-man... no
checking for db2x_docbook2man... no
checking for docbook2man... no
checking for docbook-to-man... no
checking size of void *... 4
checking for shared library name prefix... lib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating expat.pc
config.status: creating cmake/expat-config.cmake
config.status: creating cmake/autotools/expat-config-version.cmake
config.status: creating cmake/autotools/expat-noconfig.cmake
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating lib/Makefile
config.status: creating tests/Makefile
config.status: creating tests/benchmark/Makefile
config.status: creating xmlwf/Makefile
config.status: creating run.sh
config.status: creating expat_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:

Automake flags (can be overridden by user flags):
  AM_CPPFLAGS: -DXML_ENABLE_VISIBILITY=1
    AM_CFLAGS: -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden
  AM_CXXFLAGS: -Wall -Wextra -fexceptions -fno-strict-aliasing
   AM_LDFLAGS: -fno-strict-aliasing

User flags (override Automake flags on conflict):
     CPPFLAGS: -Os -fomit-frame-pointer
       CFLAGS: -Os -fomit-frame-pointer
     CXXFLAGS: -Os -fomit-frame-pointer
      LDFLAGS: -Wl,--as-needed,-O1,--sort-common
make  all-recursive
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
Making all in lib
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c -o xmlparse.lo xmlparse.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c -o xmltok.lo xmltok.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c -o xmlrole.lo xmlrole.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c xmlparse.c  -fPIC -DPIC -o .libs/xmlparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c xmltok.c  -fPIC -DPIC -o .libs/xmltok.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c xmlrole.c  -fPIC -DPIC -o .libs/xmlrole.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c xmlrole.c -o xmlrole.o >/dev/null 2>&1
mv -f .deps/xmlrole.Tpo .deps/xmlrole.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c xmltok.c -o xmltok.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c xmlparse.c -o xmlparse.o >/dev/null 2>&1
mv -f .deps/xmlparse.Tpo .deps/xmlparse.Plo
mv -f .deps/xmltok.Tpo .deps/xmltok.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed,-O1,--sort-common -o libexpatinternal.la  xmlparse.lo xmltok.lo xmlrole.lo  
libtool: link: ar cr .libs/libexpatinternal.a .libs/xmlparse.o .libs/xmltok.o .libs/xmlrole.o 
libtool: link: ranlib .libs/libexpatinternal.a
libtool: link: ( cd ".libs" && rm -f "libexpatinternal.la" && ln -s "../libexpatinternal.la" "libexpatinternal.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -lm -no-undefined -version-info 10:0:9 -Wl,--as-needed,-O1,--sort-common -o libexpat.la -rpath /usr/lib  libexpatinternal.la 
libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libexpatinternal.a -Wl,--no-whole-archive  -lm  -Os -Wl,--as-needed -Wl,-O1 -Wl,--sort-common   -Wl,-soname -Wl,libexpat.so.1 -o .libs/libexpat.so.1.9.0
libtool: link: (cd ".libs" && rm -f "libexpat.so.1" && ln -s "libexpat.so.1.9.0" "libexpat.so.1")
libtool: link: (cd ".libs" && rm -f "libexpat.so" && ln -s "libexpat.so.1.9.0" "libexpat.so")
libtool: link: (cd .libs/libexpat.lax/libexpatinternal.a && ar x "/home/buildozer/aports/main/expat/src/expat-2.6.0/lib/./.libs/libexpatinternal.a")
libtool: link: ar cr .libs/libexpat.a   .libs/libexpat.lax/libexpatinternal.a/xmlparse.o .libs/libexpat.lax/libexpatinternal.a/xmlrole.o .libs/libexpat.lax/libexpatinternal.a/xmltok.o 
libtool: link: ranlib .libs/libexpat.a
libtool: link: rm -fr .libs/libexpat.lax
libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" )
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
Making all in examples
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/examples'
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT element_declarations.o -MD -MP -MF .deps/element_declarations.Tpo -c -o element_declarations.o element_declarations.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT elements.o -MD -MP -MF .deps/elements.Tpo -c -o elements.o elements.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT outline.o -MD -MP -MF .deps/outline.Tpo -c -o outline.o outline.c
mv -f .deps/elements.Tpo .deps/elements.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed,-O1,--sort-common -o elements elements.o ../lib/libexpat.la 
mv -f .deps/outline.Tpo .deps/outline.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed,-O1,--sort-common -o outline outline.o ../lib/libexpat.la 
mv -f .deps/element_declarations.Tpo .deps/element_declarations.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed,-O1,--sort-common -o element_declarations element_declarations.o ../lib/libexpat.la 
libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o .libs/elements elements.o  ../lib/.libs/libexpat.so -lm
libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o .libs/outline outline.o  ../lib/.libs/libexpat.so -lm
libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o .libs/element_declarations element_declarations.o  ../lib/.libs/libexpat.so -lm
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/examples'
Making all in tests
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making all in .
make[3]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making all in benchmark
make[3]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
gcc -DHAVE_CONFIG_H -I. -I../..  -DXML_ENABLE_VISIBILITY=1 -I./../../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT benchmark.o -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.o benchmark.c
mv -f .deps/benchmark.Tpo .deps/benchmark.Po
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed,-O1,--sort-common -o benchmark benchmark.o ../../lib/libexpat.la 
libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o .libs/benchmark benchmark.o  ../../lib/.libs/libexpat.so -lm
make[3]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making all in xmlwf
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlwf-xmlwf.o -MD -MP -MF .deps/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo './'`xmlwf.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlwf-xmlfile.o -MD -MP -MF .deps/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo './'`xmlfile.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlwf-codepage.o -MD -MP -MF .deps/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo './'`codepage.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT xmlwf-unixfilemap.o -MD -MP -MF .deps/xmlwf-unixfilemap.Tpo -c -o xmlwf-unixfilemap.o `test -f 'unixfilemap.c' || echo './'`unixfilemap.c
mv -f .deps/xmlwf-codepage.Tpo .deps/xmlwf-codepage.Po
mv -f .deps/xmlwf-unixfilemap.Tpo .deps/xmlwf-unixfilemap.Po
mv -f .deps/xmlwf-xmlfile.Tpo .deps/xmlwf-xmlfile.Po
mv -f .deps/xmlwf-xmlwf.Tpo .deps/xmlwf-xmlwf.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -lm  -Wl,--as-needed,-O1,--sort-common -o xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o ../lib/libexpat.la 
libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o .libs/xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o  ../lib/.libs/libexpat.so -lm
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
Making all in doc
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
Making check in lib
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
Making check in examples
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/examples'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/examples'
Making check in tests
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making check in .
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make  runtests runtests_cxx
make[3]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT acc_tests.o -MD -MP -MF .deps/acc_tests.Tpo -c -o acc_tests.o acc_tests.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT alloc_tests.o -MD -MP -MF .deps/alloc_tests.Tpo -c -o alloc_tests.o alloc_tests.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT basic_tests.o -MD -MP -MF .deps/basic_tests.Tpo -c -o basic_tests.o basic_tests.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT chardata.o -MD -MP -MF .deps/chardata.Tpo -c -o chardata.o chardata.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT handlers.o -MD -MP -MF .deps/handlers.Tpo -c -o handlers.o handlers.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT memcheck.o -MD -MP -MF .deps/memcheck.Tpo -c -o memcheck.o memcheck.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT minicheck.o -MD -MP -MF .deps/minicheck.Tpo -c -o minicheck.o minicheck.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT misc_tests.o -MD -MP -MF .deps/misc_tests.Tpo -c -o misc_tests.o misc_tests.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT ns_tests.o -MD -MP -MF .deps/ns_tests.Tpo -c -o ns_tests.o ns_tests.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT nsalloc_tests.o -MD -MP -MF .deps/nsalloc_tests.Tpo -c -o nsalloc_tests.o nsalloc_tests.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT runtests.o -MD -MP -MF .deps/runtests.Tpo -c -o runtests.o runtests.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -MT structdata.o -MD -MP -MF .deps/structdata.Tpo -c -o structdata.o structdata.c
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT acc_tests_cxx.o -MD -MP -MF .deps/acc_tests_cxx.Tpo -c -o acc_tests_cxx.o acc_tests_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT alloc_tests_cxx.o -MD -MP -MF .deps/alloc_tests_cxx.Tpo -c -o alloc_tests_cxx.o alloc_tests_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT basic_tests_cxx.o -MD -MP -MF .deps/basic_tests_cxx.Tpo -c -o basic_tests_cxx.o basic_tests_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT chardata_cxx.o -MD -MP -MF .deps/chardata_cxx.Tpo -c -o chardata_cxx.o chardata_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT common_cxx.o -MD -MP -MF .deps/common_cxx.Tpo -c -o common_cxx.o common_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT dummy_cxx.o -MD -MP -MF .deps/dummy_cxx.Tpo -c -o dummy_cxx.o dummy_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT handlers_cxx.o -MD -MP -MF .deps/handlers_cxx.Tpo -c -o handlers_cxx.o handlers_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT memcheck_cxx.o -MD -MP -MF .deps/memcheck_cxx.Tpo -c -o memcheck_cxx.o memcheck_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT minicheck_cxx.o -MD -MP -MF .deps/minicheck_cxx.Tpo -c -o minicheck_cxx.o minicheck_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT misc_tests_cxx.o -MD -MP -MF .deps/misc_tests_cxx.Tpo -c -o misc_tests_cxx.o misc_tests_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT nsalloc_tests_cxx.o -MD -MP -MF .deps/nsalloc_tests_cxx.Tpo -c -o nsalloc_tests_cxx.o nsalloc_tests_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT ns_tests_cxx.o -MD -MP -MF .deps/ns_tests_cxx.Tpo -c -o ns_tests_cxx.o ns_tests_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT runtests_cxx.o -MD -MP -MF .deps/runtests_cxx.Tpo -c -o runtests_cxx.o runtests_cxx.cpp
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib -Os -fomit-frame-pointer -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -MT structdata_cxx.o -MD -MP -MF .deps/structdata_cxx.Tpo -c -o structdata_cxx.o structdata_cxx.cpp
mv -f .deps/memcheck.Tpo .deps/memcheck.Po
mv -f .deps/runtests.Tpo .deps/runtests.Po
mv -f .deps/chardata.Tpo .deps/chardata.Po
mv -f .deps/memcheck_cxx.Tpo .deps/memcheck_cxx.Po
mv -f .deps/runtests_cxx.Tpo .deps/runtests_cxx.Po
mv -f .deps/chardata_cxx.Tpo .deps/chardata_cxx.Po
mv -f .deps/structdata.Tpo .deps/structdata.Po
mv -f .deps/dummy.Tpo .deps/dummy.Po
mv -f .deps/dummy_cxx.Tpo .deps/dummy_cxx.Po
mv -f .deps/structdata_cxx.Tpo .deps/structdata_cxx.Po
mv -f .deps/acc_tests.Tpo .deps/acc_tests.Po
mv -f .deps/common.Tpo .deps/common.Po
mv -f .deps/common_cxx.Tpo .deps/common_cxx.Po
mv -f .deps/minicheck.Tpo .deps/minicheck.Po
mv -f .deps/acc_tests_cxx.Tpo .deps/acc_tests_cxx.Po
mv -f .deps/minicheck_cxx.Tpo .deps/minicheck_cxx.Po
mv -f .deps/misc_tests.Tpo .deps/misc_tests.Po
mv -f .deps/misc_tests_cxx.Tpo .deps/misc_tests_cxx.Po
mv -f .deps/ns_tests.Tpo .deps/ns_tests.Po
mv -f .deps/ns_tests_cxx.Tpo .deps/ns_tests_cxx.Po
mv -f .deps/nsalloc_tests.Tpo .deps/nsalloc_tests.Po
mv -f .deps/nsalloc_tests_cxx.Tpo .deps/nsalloc_tests_cxx.Po
mv -f .deps/alloc_tests_cxx.Tpo .deps/alloc_tests_cxx.Po
mv -f .deps/alloc_tests.Tpo .deps/alloc_tests.Po
mv -f .deps/handlers.Tpo .deps/handlers.Po
mv -f .deps/handlers_cxx.Tpo .deps/handlers_cxx.Po
mv -f .deps/basic_tests_cxx.Tpo .deps/basic_tests_cxx.Po
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++11 -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -fno-strict-aliasing -lm -Wl,--as-needed,-O1,--sort-common -o runtests_cxx acc_tests_cxx.o alloc_tests_cxx.o basic_tests_cxx.o chardata_cxx.o common_cxx.o dummy_cxx.o handlers_cxx.o memcheck_cxx.o minicheck_cxx.o misc_tests_cxx.o nsalloc_tests_cxx.o ns_tests_cxx.o runtests_cxx.o structdata_cxx.o ../lib/libexpatinternal.la 
mv -f .deps/basic_tests.Tpo .deps/basic_tests.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -lm -Wl,--as-needed,-O1,--sort-common -o runtests acc_tests.o alloc_tests.o basic_tests.o chardata.o common.o dummy.o handlers.o memcheck.o minicheck.o misc_tests.o ns_tests.o nsalloc_tests.o runtests.o structdata.o ../lib/libexpatinternal.la 
libtool: link: g++ -std=c++11 -Wall -Wextra -fexceptions -fno-strict-aliasing -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o runtests_cxx acc_tests_cxx.o alloc_tests_cxx.o basic_tests_cxx.o chardata_cxx.o common_cxx.o dummy_cxx.o handlers_cxx.o memcheck_cxx.o minicheck_cxx.o misc_tests_cxx.o nsalloc_tests_cxx.o ns_tests_cxx.o runtests_cxx.o structdata_cxx.o  -lm ../lib/.libs/libexpatinternal.a
libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -Os -fomit-frame-pointer -fno-strict-aliasing -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o runtests acc_tests.o alloc_tests.o basic_tests.o chardata.o common.o dummy.o handlers.o memcheck.o minicheck.o misc_tests.o ns_tests.o nsalloc_tests.o runtests.o structdata.o  -lm ../lib/.libs/libexpatinternal.a
make[3]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make  check-TESTS
make[3]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make[4]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
PASS: runtests
PASS: runtests_cxx
============================================================================
Testsuite summary for expat 2.6.0
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make[3]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making check in benchmark
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making check in xmlwf
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
Making check in doc
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
>>> expat: Entering fakeroot...
Making install in lib
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
 .././conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/lib'
 .././conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/share/doc/expat'
 .././conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/include'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libexpat.la '/home/buildozer/aports/main/expat/pkg/expat//usr/lib'
 /usr/bin/install -c -m 644 ../AUTHORS ../Changes '/home/buildozer/aports/main/expat/pkg/expat//usr/share/doc/expat'
 /usr/bin/install -c -m 644 ../expat_config.h expat.h expat_external.h '/home/buildozer/aports/main/expat/pkg/expat//usr/include'
make  install-data-hook
make[3]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
cd "/home/buildozer/aports/main/expat/pkg/expat//usr/share/doc/expat" && mv -f Changes changelog
make[3]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
libtool: install: /usr/bin/install -c .libs/libexpat.so.1.9.0 /home/buildozer/aports/main/expat/pkg/expat//usr/lib/libexpat.so.1.9.0
libtool: install: (cd /home/buildozer/aports/main/expat/pkg/expat//usr/lib && { ln -s -f libexpat.so.1.9.0 libexpat.so.1 || { rm -f libexpat.so.1 && ln -s libexpat.so.1.9.0 libexpat.so.1; }; })
libtool: install: (cd /home/buildozer/aports/main/expat/pkg/expat//usr/lib && { ln -s -f libexpat.so.1.9.0 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.1.9.0 libexpat.so; }; })
libtool: install: /usr/bin/install -c .libs/libexpat.lai /home/buildozer/aports/main/expat/pkg/expat//usr/lib/libexpat.la
libtool: install: /usr/bin/install -c .libs/libexpat.a /home/buildozer/aports/main/expat/pkg/expat//usr/lib/libexpat.a
libtool: install: chmod 644 /home/buildozer/aports/main/expat/pkg/expat//usr/lib/libexpat.a
libtool: install: ranlib /home/buildozer/aports/main/expat/pkg/expat//usr/lib/libexpat.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/lib'
Making install in examples
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/examples'
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/examples'
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/main/expat/src/expat-2.6.0/examples'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/examples'
Making install in tests
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making install in .
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make[3]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making install in benchmark
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
make[3]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests/benchmark'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/tests'
Making install in xmlwf
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
make[2]: Nothing to be done for 'install-data-am'.
 .././conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c xmlwf '/home/buildozer/aports/main/expat/pkg/expat//usr/bin'
libtool: warning: '../lib/libexpat.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/xmlwf /home/buildozer/aports/main/expat/pkg/expat//usr/bin/xmlwf
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/xmlwf'
Making install in doc
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 .././conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/share/man/man1'
 /usr/bin/install -c -m 644 xmlwf.1 '/home/buildozer/aports/main/expat/pkg/expat//usr/share/man/man1'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0/doc'
make[1]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
make[2]: Entering directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
make[2]: Nothing to be done for 'install-exec-am'.
 ./conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/lib/cmake/expat-2.6.0'
 ./conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/lib/cmake/expat-2.6.0'
 ./conftools/install-sh -c -d '/home/buildozer/aports/main/expat/pkg/expat//usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 cmake/autotools/expat.cmake '/home/buildozer/aports/main/expat/pkg/expat//usr/lib/cmake/expat-2.6.0'
 /usr/bin/install -c -m 644 cmake/autotools/expat-config-version.cmake cmake/autotools/expat-noconfig.cmake cmake/expat-config.cmake '/home/buildozer/aports/main/expat/pkg/expat//usr/lib/cmake/expat-2.6.0'
 /usr/bin/install -c -m 644 expat.pc '/home/buildozer/aports/main/expat/pkg/expat//usr/lib/pkgconfig'
make[2]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
make[1]: Leaving directory '/home/buildozer/aports/main/expat/src/expat-2.6.0'
>>> expat-static*: Running split function static...
>>> expat-static*: Preparing subpackage expat-static...
>>> expat-static*: Stripping binaries
>>> expat-static*: Running postcheck for expat-static
>>> expat-dev*: Running split function dev...
>>> expat-dev*: Preparing subpackage expat-dev...
>>> expat-dev*: Stripping binaries
>>> expat-dev*: Running postcheck for expat-dev
>>> expat-doc*: Running split function doc...
>>> expat-doc*: Preparing subpackage expat-doc...
>>> expat-doc*: Running postcheck for expat-doc
>>> libexpat*: Running split function libs...
>>> libexpat*: Preparing subpackage libexpat...
>>> libexpat*: Stripping binaries
>>> libexpat*: Running postcheck for libexpat
>>> expat*: Running postcheck for expat
>>> expat*: Preparing package expat...
>>> expat*: Stripping binaries
>>> expat-dev*: Scanning shared objects
>>> expat-doc*: Scanning shared objects
>>> expat-static*: Scanning shared objects
>>> expat*: Scanning shared objects
>>> libexpat*: Scanning shared objects
>>> expat-dev*: Tracing dependencies...
	expat=2.6.0-r0
	libexpat=2.6.0-r0
	pkgconfig
>>> expat-dev*: Package size: 108.0 KB
>>> expat-dev*: Compressing data...
>>> expat-dev*: Create checksum...
>>> expat-dev*: Create expat-dev-2.6.0-r0.apk
>>> expat-doc*: Tracing dependencies...
>>> expat-doc*: Package size: 112.0 KB
>>> expat-doc*: Compressing data...
>>> expat-doc*: Create checksum...
>>> expat-doc*: Create expat-doc-2.6.0-r0.apk
>>> expat-static*: Tracing dependencies...
>>> expat-static*: Package size: 168.0 KB
>>> expat-static*: Compressing data...
>>> expat-static*: Create checksum...
>>> expat-static*: Create expat-static-2.6.0-r0.apk
>>> expat*: Tracing dependencies...
	so:libc.musl-armhf.so.1
	so:libexpat.so.1
	so:libgcc_s.so.1
>>> expat*: Package size: 84.0 KB
>>> expat*: Compressing data...
>>> expat*: Create checksum...
>>> expat*: Create expat-2.6.0-r0.apk
>>> libexpat*: Tracing dependencies...
	so:libc.musl-armhf.so.1
	so:libgcc_s.so.1
>>> libexpat*: Package size: 144.0 KB
>>> libexpat*: Compressing data...
>>> libexpat*: Create checksum...
>>> libexpat*: Create libexpat-2.6.0-r0.apk
>>> expat: Build complete at Sat, 10 Feb 2024 00:19:10 +0000 elapsed time 0h 0m 17s
>>> expat: Cleaning up srcdir
>>> expat: Cleaning up pkgdir
>>> expat: Uninstalling dependencies...
(1/3) Purging .makedepends-expat (20240210.001854)
(2/3) Purging bash (5.2.15-r0)
Executing bash-5.2.15-r0.pre-deinstall
(3/3) Purging readline (8.2.0-r0)
Executing busybox-1.35.0-r29.trigger
OK: 332 MiB in 96 packages
>>> expat: Updating the main/armhf repository index...
>>> expat: Signing the index...