2021-08-26 16:27:12 exec_hook package_begin chapter08 838-expat
START: 2021-08-26 16:27:12
# Begin /home/lfs/build/x86_64/sources/config.inc
# Environment for chapter08/838-expat

# Make flags
export MAKEFLAGS=-j4

# C/C++ flags
export CFLAGS="-mtune=generic "
export CXXFLAGS="-mtune=generic "

# Log output for tests
TEST_LOG=${ROOT}sources/838-expat-tests.tmp
LFS_CHAPTER=chapter08
LFS_SCRIPT=838-expat

# Targets for multilib
LFS_TGT=x86_64-lfs-linux-gnu
LFS_TGT32=i686-lfs-linux-gnu
LFS_TGTX32=x86_64-lfs-linux-gnux32

echo "Environment"
set

echo "File systems"
mount || true

echo "logname"
logname || true

# End /home/lfs/build/x86_64/sources/config.inc

Environment
BASH=/bin/bash
BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=([0]="1" [1]="0")
BASH_ARGV=([0]="/sources/config.inc")
BASH_CMDS=()
BASH_LINENO=([0]="15" [1]="0")
BASH_SOURCE=([0]="/sources/config.inc" [1]="/sources/lfs-commands/chapter08/838-expat")
BASH_VERSINFO=([0]="5" [1]="1" [2]="8" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='5.1.8(1)-release'
CFLAGS='-mtune=generic '
CXXFLAGS='-mtune=generic '
DIRSTACK=()
EUID=0
GROUPS=()
HOME=/root
HOSTNAME=lfs-x86_64
HOSTTYPE=x86_64
IFS=$' \t\n'
LFS_CHAPTER=chapter08
LFS_SCRIPT=838-expat
LFS_TGT=x86_64-lfs-linux-gnu
LFS_TGT32=i686-lfs-linux-gnu
LFS_TGTX32=x86_64-lfs-linux-gnux32
MACHTYPE=x86_64-pc-linux-gnu
MAKEFLAGS=-j4
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PIPESTATUS=([0]="0")
PPID=12297
PREV_SEC=0
PS4='+ '
PWD=/
ROOT=/
SCRIPT_ROOT=/dev/null
SECONDS=0
SHELL=/bin/bash
SHELLOPTS=braceexpand:errexit:interactive-comments
SHLVL=1
TERM=xterm-256color
TEST_LOG=/sources/838-expat-tests.tmp
UID=0
_=Environment
File systems
/dev/sdb1 on / type ext4 (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=4072068k,nr_inodes=1018017,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /run type tmpfs (rw,relatime)
logname
root
KB: 2155164	/
/sources/autolfs_package_patch PKG_DEST=/sources/838-expat
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for 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... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /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 mt... no
checking if : is a manifest tool... no
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 (/bin/ld -m elf_x86_64) 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 for gcc option to accept ISO C99... none needed
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) 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 (/bin/ld -m elf_x86_64) 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 for arc4random_buf (BSD or libbsd)... no
checking for arc4random (BSD, macOS or libbsd)... no
checking for getrandom (Linux 3.17+, glibc 2.25+)... yes
checking for syscall SYS_getrandom (Linux 3.17+)... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... 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 *... 8
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: expat_config.h is unchanged
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: 
       CFLAGS: -mtune=generic 
     CXXFLAGS: -mtune=generic 
      LDFLAGS: 
make  all-recursive
make[1]: Entering directory '/sources/expat-2.4.1'
Making all in lib
make[2]: Entering directory '/sources/expat-2.4.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1  -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 -mtune=generic  -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  -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 -mtune=generic  -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  -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 -mtune=generic  -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 -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 -mtune=generic -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 -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 -mtune=generic -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 -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 -mtune=generic -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c xmlrole.c  -fPIC -DPIC -o .libs/xmlrole.o
mv -f .deps/xmlrole.Tpo .deps/xmlrole.Plo
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 -mtune=generic  -fno-strict-aliasing  -o libexpatinternal.la  xmlparse.lo xmltok.lo xmlrole.lo  
libtool: link: ar cru .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 -mtune=generic  -fno-strict-aliasing -no-undefined -version-info 9:1:8  -o libexpat.la -rpath /usr/lib  libexpatinternal.la 
libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libexpatinternal.a -Wl,--no-whole-archive   -mtune=generic   -Wl,-soname -Wl,libexpat.so.1 -o .libs/libexpat.so.1.8.1
libtool: link: (cd ".libs" && rm -f "libexpat.so.1" && ln -s "libexpat.so.1.8.1" "libexpat.so.1")
libtool: link: (cd ".libs" && rm -f "libexpat.so" && ln -s "libexpat.so.1.8.1" "libexpat.so")
libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" )
make[2]: Leaving directory '/sources/expat-2.4.1/lib'
Making all in examples
make[2]: Entering directory '/sources/expat-2.4.1/examples'
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -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  -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 -mtune=generic  -MT outline.o -MD -MP -MF .deps/outline.Tpo -c -o outline.o outline.c
mv -f .deps/elements.Tpo .deps/elements.Po
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 -mtune=generic  -fno-strict-aliasing  -o elements elements.o ../lib/libexpat.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 -mtune=generic  -fno-strict-aliasing  -o outline outline.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 -mtune=generic -fno-strict-aliasing -o .libs/outline outline.o  ../lib/.libs/libexpat.so
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 -mtune=generic -fno-strict-aliasing -o .libs/elements elements.o  ../lib/.libs/libexpat.so
make[2]: Leaving directory '/sources/expat-2.4.1/examples'
Making all in tests
make[2]: Entering directory '/sources/expat-2.4.1/tests'
Making all in .
make[3]: Entering directory '/sources/expat-2.4.1/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -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  -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 -mtune=generic  -MT structdata.o -MD -MP -MF .deps/structdata.Tpo -c -o structdata.o structdata.c
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -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  -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 -mtune=generic  -MT minicheck.o -MD -MP -MF .deps/minicheck.Tpo -c -o minicheck.o minicheck.c
mv -f .deps/memcheck.Tpo .deps/memcheck.Po
mv -f .deps/chardata.Tpo .deps/chardata.Po
mv -f .deps/structdata.Tpo .deps/structdata.Po
mv -f .deps/minicheck.Tpo .deps/minicheck.Po
rm -f libruntests.a
ar cru libruntests.a chardata.o structdata.o memcheck.o minicheck.o 
ranlib libruntests.a
make[3]: Leaving directory '/sources/expat-2.4.1/tests'
Making all in benchmark
make[3]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
gcc -DHAVE_CONFIG_H -I. -I../..  -DXML_ENABLE_VISIBILITY=1 -I./../../lib  -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 -mtune=generic  -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 -mtune=generic  -fno-strict-aliasing  -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 -mtune=generic -fno-strict-aliasing -o .libs/benchmark benchmark.o  ../../lib/.libs/libexpat.so
make[3]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making all in xmlwf
make[2]: Entering directory '/sources/expat-2.4.1/xmlwf'
gcc -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -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   -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 -mtune=generic  -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   -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 -mtune=generic  -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   -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 -mtune=generic  -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 -mtune=generic  -fno-strict-aliasing   -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 -mtune=generic -fno-strict-aliasing -o .libs/xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o  ../lib/.libs/libexpat.so
make[2]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making all in doc
make[2]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/expat-2.4.1/doc'
make[2]: Entering directory '/sources/expat-2.4.1'
make[2]: Leaving directory '/sources/expat-2.4.1'
make[1]: Leaving directory '/sources/expat-2.4.1'
Making install in lib
make[1]: Entering directory '/sources/expat-2.4.1/lib'
make[2]: Entering directory '/sources/expat-2.4.1/lib'
 /bin/mkdir -p '/usr/lib'
 /bin/sh ../libtool   --mode=install /bin/install -c   libexpat.la '/usr/lib'
libtool: install: /bin/install -c .libs/libexpat.so.1.8.1 /usr/lib/libexpat.so.1.8.1
libtool: install: (cd /usr/lib && { ln -s -f libexpat.so.1.8.1 libexpat.so.1 || { rm -f libexpat.so.1 && ln -s libexpat.so.1.8.1 libexpat.so.1; }; })
libtool: install: (cd /usr/lib && { ln -s -f libexpat.so.1.8.1 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.1.8.1 libexpat.so; }; })
libtool: install: /bin/install -c .libs/libexpat.lai /usr/lib/libexpat.la
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/usr/share/doc/expat-2.4.1'
 /bin/install -c -m 644 ../AUTHORS ../Changes '/usr/share/doc/expat-2.4.1'
 /bin/mkdir -p '/usr/include'
 /bin/install -c -m 644 ../expat_config.h expat.h expat_external.h '/usr/include'
make  install-data-hook
make[3]: Entering directory '/sources/expat-2.4.1/lib'
cd "/usr/share/doc/expat-2.4.1" && mv -f Changes changelog
make[3]: Leaving directory '/sources/expat-2.4.1/lib'
make[2]: Leaving directory '/sources/expat-2.4.1/lib'
make[1]: Leaving directory '/sources/expat-2.4.1/lib'
Making install in examples
make[1]: Entering directory '/sources/expat-2.4.1/examples'
make[2]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/examples'
make[1]: Leaving directory '/sources/expat-2.4.1/examples'
Making install in tests
make[1]: Entering directory '/sources/expat-2.4.1/tests'
Making install in .
make[2]: Entering directory '/sources/expat-2.4.1/tests'
make[3]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/tests'
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making install in benchmark
make[2]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
make[3]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/tests/benchmark'
make[2]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[1]: Leaving directory '/sources/expat-2.4.1/tests'
Making install in xmlwf
make[1]: Entering directory '/sources/expat-2.4.1/xmlwf'
make[2]: Entering directory '/sources/expat-2.4.1/xmlwf'
 /bin/mkdir -p '/usr/bin'
  /bin/sh ../libtool   --mode=install /bin/install -c xmlwf '/usr/bin'
libtool: install: /bin/install -c .libs/xmlwf /usr/bin/xmlwf
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/expat-2.4.1/xmlwf'
make[1]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making install in doc
make[1]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Entering directory '/sources/expat-2.4.1'
make[2]: Entering directory '/sources/expat-2.4.1'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/lib/cmake/expat-2.4.1'
 /bin/install -c -m 644 cmake/autotools/expat.cmake '/usr/lib/cmake/expat-2.4.1'
 /bin/mkdir -p '/usr/lib/cmake/expat-2.4.1'
 /bin/install -c -m 644 cmake/autotools/expat-config-version.cmake cmake/autotools/expat-noconfig.cmake cmake/expat-config.cmake '/usr/lib/cmake/expat-2.4.1'
 /bin/mkdir -p '/usr/lib/pkgconfig'
 /bin/install -c -m 644 expat.pc '/usr/lib/pkgconfig'
make[2]: Leaving directory '/sources/expat-2.4.1'
make[1]: Leaving directory '/sources/expat-2.4.1'
'doc/reference.html' -> '/usr/share/doc/expat-2.4.1/reference.html'
'doc/valid-xhtml10.png' -> '/usr/share/doc/expat-2.4.1/valid-xhtml10.png'
'doc/ok.min.css' -> '/usr/share/doc/expat-2.4.1/ok.min.css'
'doc/style.css' -> '/usr/share/doc/expat-2.4.1/style.css'
Making clean in lib
make[1]: Entering directory '/sources/expat-2.4.1/lib'
test -z "libexpat.la" || rm -f libexpat.la
rm -rf .libs _libs
test -z "libexpatinternal.la" || rm -f libexpatinternal.la
rm -f *.o
rm -f *.lo
rm -f ./so_locations
rm -f ./so_locations
make[1]: Leaving directory '/sources/expat-2.4.1/lib'
Making clean in examples
make[1]: Entering directory '/sources/expat-2.4.1/examples'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
 rm -f elements outline
make[1]: Leaving directory '/sources/expat-2.4.1/examples'
Making clean in tests
make[1]: Entering directory '/sources/expat-2.4.1/tests'
Making clean in .
make[2]: Entering directory '/sources/expat-2.4.1/tests'
rm -rf .libs _libs
test -z "libruntests.a" || rm -f libruntests.a
rm -f *.o
test -z "runtests.log runtestspp.log" || rm -f runtests.log runtestspp.log
 rm -f runtests runtestspp
rm -f *.lo
test -z "runtests.trs runtestspp.trs" || rm -f runtests.trs runtestspp.trs
test -z "test-suite.log" || rm -f test-suite.log
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making clean in benchmark
make[2]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
 rm -f benchmark
make[2]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[1]: Leaving directory '/sources/expat-2.4.1/tests'
Making clean in xmlwf
make[1]: Entering directory '/sources/expat-2.4.1/xmlwf'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
 rm -f xmlwf
make[1]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making clean in doc
make[1]: Entering directory '/sources/expat-2.4.1/doc'
rm -rf .libs _libs
rm -f xmlwf.1
rm -f *.lo
make[1]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Entering directory '/sources/expat-2.4.1'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/sources/expat-2.4.1'
checking build system type... x86_64-pc-linux-gnux32
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for i686-pc-linux-gnu-gcc... gcc -m32
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 -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... gcc3
checking for i686-pc-linux-gnu-ar... no
checking for i686-pc-linux-gnu-lib... no
checking for i686-pc-linux-gnu-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 -m32... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for i686-pc-linux-gnu-dumpbin... no
checking for i686-pc-linux-gnu-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnux32 file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnux32 file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse nm output from gcc -m32 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 i686-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 linker (/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 for gcc -m32 option to accept ISO C99... none needed
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 for i686-pc-linux-gnu-g++... no
checking for i686-pc-linux-gnu-c++... no
checking for i686-pc-linux-gnu-gpp... no
checking for i686-pc-linux-gnu-aCC... no
checking for i686-pc-linux-gnu-CC... no
checking for i686-pc-linux-gnu-cxx... no
checking for i686-pc-linux-gnu-cc++... no
checking for i686-pc-linux-gnu-cl.exe... no
checking for i686-pc-linux-gnu-FCC... no
checking for i686-pc-linux-gnu-KCC... no
checking for i686-pc-linux-gnu-RCC... no
checking for i686-pc-linux-gnu-xlC_r... no
checking for i686-pc-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking whether the g++ linker (/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 (/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 for arc4random_buf (BSD or libbsd)... no
checking for arc4random (BSD, macOS or libbsd)... no
checking for getrandom (Linux 3.17+, glibc 2.25+)... yes
checking for syscall SYS_getrandom (Linux 3.17+)... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... 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 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: expat_config.h is unchanged
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: 
       CFLAGS: -mtune=generic 
     CXXFLAGS: -mtune=generic 
      LDFLAGS: 
make  all-recursive
make[1]: Entering directory '/sources/expat-2.4.1'
Making all in lib
make[2]: Entering directory '/sources/expat-2.4.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1  -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 -mtune=generic  -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c -o xmlparse.lo xmlparse.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1  -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 -mtune=generic  -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c -o xmltok.lo xmltok.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1  -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 -mtune=generic  -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c -o xmlrole.lo xmlrole.c
libtool: compile:  gcc -m32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c xmlparse.c  -fPIC -DPIC -o .libs/xmlparse.o
libtool: compile:  gcc -m32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c xmlrole.c  -fPIC -DPIC -o .libs/xmlrole.o
libtool: compile:  gcc -m32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c xmltok.c  -fPIC -DPIC -o .libs/xmltok.o
libtool: compile:  gcc -m32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -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 -m32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c xmltok.c -o xmltok.o >/dev/null 2>&1
libtool: compile:  gcc -m32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c xmlparse.c -o xmlparse.o >/dev/null 2>&1
mv -f .deps/xmltok.Tpo .deps/xmltok.Plo
mv -f .deps/xmlparse.Tpo .deps/xmlparse.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -m32 -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 -mtune=generic  -fno-strict-aliasing  -o libexpatinternal.la  xmlparse.lo xmltok.lo xmlrole.lo  
libtool: link: ar cru .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 -m32 -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 -mtune=generic  -fno-strict-aliasing -no-undefined -version-info 9:1:8  -o libexpat.la -rpath /usr/lib32  libexpatinternal.la 
libtool: link: gcc -m32 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libexpatinternal.a -Wl,--no-whole-archive   -m32 -mtune=generic   -Wl,-soname -Wl,libexpat.so.1 -o .libs/libexpat.so.1.8.1
libtool: link: (cd ".libs" && rm -f "libexpat.so.1" && ln -s "libexpat.so.1.8.1" "libexpat.so.1")
libtool: link: (cd ".libs" && rm -f "libexpat.so" && ln -s "libexpat.so.1.8.1" "libexpat.so")
libtool: link: (cd .libs/libexpat.lax/libexpatinternal.a && ar x "/sources/expat-2.4.1/lib/./.libs/libexpatinternal.a")
libtool: link: ar cru .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 '/sources/expat-2.4.1/lib'
Making all in examples
make[2]: Entering directory '/sources/expat-2.4.1/examples'
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT elements.o -MD -MP -MF .deps/elements.Tpo -c -o elements.o elements.c
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -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 -m32 -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 -mtune=generic  -fno-strict-aliasing  -o elements elements.o ../lib/libexpat.la 
mv -f .deps/outline.Tpo .deps/outline.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -m32 -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 -mtune=generic  -fno-strict-aliasing  -o outline outline.o ../lib/libexpat.la 
libtool: link: gcc -m32 -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 -mtune=generic -fno-strict-aliasing -o .libs/outline outline.o  ../lib/.libs/libexpat.so
libtool: link: gcc -m32 -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 -mtune=generic -fno-strict-aliasing -o .libs/elements elements.o  ../lib/.libs/libexpat.so
make[2]: Leaving directory '/sources/expat-2.4.1/examples'
Making all in tests
make[2]: Entering directory '/sources/expat-2.4.1/tests'
Making all in .
make[3]: Entering directory '/sources/expat-2.4.1/tests'
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT chardata.o -MD -MP -MF .deps/chardata.Tpo -c -o chardata.o chardata.c
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT structdata.o -MD -MP -MF .deps/structdata.Tpo -c -o structdata.o structdata.c
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT memcheck.o -MD -MP -MF .deps/memcheck.Tpo -c -o memcheck.o memcheck.c
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT minicheck.o -MD -MP -MF .deps/minicheck.Tpo -c -o minicheck.o minicheck.c
mv -f .deps/memcheck.Tpo .deps/memcheck.Po
mv -f .deps/chardata.Tpo .deps/chardata.Po
mv -f .deps/structdata.Tpo .deps/structdata.Po
mv -f .deps/minicheck.Tpo .deps/minicheck.Po
rm -f libruntests.a
ar cru libruntests.a chardata.o structdata.o memcheck.o minicheck.o 
ranlib libruntests.a
make[3]: Leaving directory '/sources/expat-2.4.1/tests'
Making all in benchmark
make[3]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
gcc -m32 -DHAVE_CONFIG_H -I. -I../..  -DXML_ENABLE_VISIBILITY=1 -I./../../lib  -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 -mtune=generic  -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 -m32 -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 -mtune=generic  -fno-strict-aliasing  -o benchmark benchmark.o ../../lib/libexpat.la 
libtool: link: gcc -m32 -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 -mtune=generic -fno-strict-aliasing -o .libs/benchmark benchmark.o  ../../lib/.libs/libexpat.so
make[3]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making all in xmlwf
make[2]: Entering directory '/sources/expat-2.4.1/xmlwf'
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -MT xmlwf-xmlwf.o -MD -MP -MF .deps/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo './'`xmlwf.c
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -MT xmlwf-xmlfile.o -MD -MP -MF .deps/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo './'`xmlfile.c
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -MT xmlwf-codepage.o -MD -MP -MF .deps/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo './'`codepage.c
gcc -m32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -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 -m32 -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 -mtune=generic  -fno-strict-aliasing   -o xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o ../lib/libexpat.la 
libtool: link: gcc -m32 -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 -mtune=generic -fno-strict-aliasing -o .libs/xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o  ../lib/.libs/libexpat.so
make[2]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making all in doc
make[2]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/expat-2.4.1/doc'
make[2]: Entering directory '/sources/expat-2.4.1'
make[2]: Leaving directory '/sources/expat-2.4.1'
make[1]: Leaving directory '/sources/expat-2.4.1'
Making install in lib
make[1]: Entering directory '/sources/expat-2.4.1/lib'
make[2]: Entering directory '/sources/expat-2.4.1/lib'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/lib32'
 /bin/sh ../libtool   --mode=install /bin/install -c   libexpat.la '/sources/expat-2.4.1/DESTDIR/usr/lib32'
libtool: install: /bin/install -c .libs/libexpat.so.1.8.1 /sources/expat-2.4.1/DESTDIR/usr/lib32/libexpat.so.1.8.1
libtool: install: (cd /sources/expat-2.4.1/DESTDIR/usr/lib32 && { ln -s -f libexpat.so.1.8.1 libexpat.so.1 || { rm -f libexpat.so.1 && ln -s libexpat.so.1.8.1 libexpat.so.1; }; })
libtool: install: (cd /sources/expat-2.4.1/DESTDIR/usr/lib32 && { ln -s -f libexpat.so.1.8.1 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.1.8.1 libexpat.so; }; })
libtool: install: /bin/install -c .libs/libexpat.lai /sources/expat-2.4.1/DESTDIR/usr/lib32/libexpat.la
libtool: install: /bin/install -c .libs/libexpat.a /sources/expat-2.4.1/DESTDIR/usr/lib32/libexpat.a
libtool: install: chmod 644 /sources/expat-2.4.1/DESTDIR/usr/lib32/libexpat.a
libtool: install: ranlib /sources/expat-2.4.1/DESTDIR/usr/lib32/libexpat.a
libtool: warning: remember to run 'libtool --finish /usr/lib32'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/share/doc/expat'
 /bin/install -c -m 644 ../AUTHORS ../Changes '/sources/expat-2.4.1/DESTDIR/usr/share/doc/expat'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/include'
 /bin/install -c -m 644 ../expat_config.h expat.h expat_external.h '/sources/expat-2.4.1/DESTDIR/usr/include'
make  install-data-hook
make[3]: Entering directory '/sources/expat-2.4.1/lib'
cd "/sources/expat-2.4.1/DESTDIR/usr/share/doc/expat" && mv -f Changes changelog
make[3]: Leaving directory '/sources/expat-2.4.1/lib'
make[2]: Leaving directory '/sources/expat-2.4.1/lib'
make[1]: Leaving directory '/sources/expat-2.4.1/lib'
Making install in examples
make[1]: Entering directory '/sources/expat-2.4.1/examples'
make[2]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/examples'
make[1]: Leaving directory '/sources/expat-2.4.1/examples'
Making install in tests
make[1]: Entering directory '/sources/expat-2.4.1/tests'
Making install in .
make[2]: Entering directory '/sources/expat-2.4.1/tests'
make[3]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/tests'
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making install in benchmark
make[2]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
make[3]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/tests/benchmark'
make[2]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[1]: Leaving directory '/sources/expat-2.4.1/tests'
Making install in xmlwf
make[1]: Entering directory '/sources/expat-2.4.1/xmlwf'
make[2]: Entering directory '/sources/expat-2.4.1/xmlwf'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/bin'
  /bin/sh ../libtool   --mode=install /bin/install -c xmlwf '/sources/expat-2.4.1/DESTDIR/usr/bin'
libtool: warning: '../lib/libexpat.la' has not been installed in '/usr/lib32'
libtool: install: /bin/install -c .libs/xmlwf /sources/expat-2.4.1/DESTDIR/usr/bin/xmlwf
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/expat-2.4.1/xmlwf'
make[1]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making install in doc
make[1]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Entering directory '/sources/expat-2.4.1'
make[2]: Entering directory '/sources/expat-2.4.1'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/lib32/cmake/expat-2.4.1'
 /bin/install -c -m 644 cmake/autotools/expat.cmake '/sources/expat-2.4.1/DESTDIR/usr/lib32/cmake/expat-2.4.1'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/lib32/cmake/expat-2.4.1'
 /bin/install -c -m 644 cmake/autotools/expat-config-version.cmake cmake/autotools/expat-noconfig.cmake cmake/expat-config.cmake '/sources/expat-2.4.1/DESTDIR/usr/lib32/cmake/expat-2.4.1'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/lib32/pkgconfig'
 /bin/install -c -m 644 expat.pc '/sources/expat-2.4.1/DESTDIR/usr/lib32/pkgconfig'
make[2]: Leaving directory '/sources/expat-2.4.1'
make[1]: Leaving directory '/sources/expat-2.4.1'
'DESTDIR/usr/lib32/cmake' -> '/usr/lib32/cmake'
'DESTDIR/usr/lib32/cmake/expat-2.4.1' -> '/usr/lib32/cmake/expat-2.4.1'
'DESTDIR/usr/lib32/cmake/expat-2.4.1/expat.cmake' -> '/usr/lib32/cmake/expat-2.4.1/expat.cmake'
'DESTDIR/usr/lib32/cmake/expat-2.4.1/expat-config-version.cmake' -> '/usr/lib32/cmake/expat-2.4.1/expat-config-version.cmake'
'DESTDIR/usr/lib32/cmake/expat-2.4.1/expat-noconfig.cmake' -> '/usr/lib32/cmake/expat-2.4.1/expat-noconfig.cmake'
'DESTDIR/usr/lib32/cmake/expat-2.4.1/expat-config.cmake' -> '/usr/lib32/cmake/expat-2.4.1/expat-config.cmake'
'DESTDIR/usr/lib32/libexpat.a' -> '/usr/lib32/libexpat.a'
'DESTDIR/usr/lib32/libexpat.la' -> '/usr/lib32/libexpat.la'
'DESTDIR/usr/lib32/libexpat.so' -> '/usr/lib32/libexpat.so'
'DESTDIR/usr/lib32/libexpat.so.1' -> '/usr/lib32/libexpat.so.1'
'DESTDIR/usr/lib32/libexpat.so.1.8.1' -> '/usr/lib32/libexpat.so.1.8.1'
'DESTDIR/usr/lib32/pkgconfig/expat.pc' -> '/usr/lib32/pkgconfig/expat.pc'
Making clean in lib
make[1]: Entering directory '/sources/expat-2.4.1/lib'
test -z "libexpat.la" || rm -f libexpat.la
rm -rf .libs _libs
test -z "libexpatinternal.la" || rm -f libexpatinternal.la
rm -f *.o
rm -f *.lo
rm -f ./so_locations
rm -f ./so_locations
make[1]: Leaving directory '/sources/expat-2.4.1/lib'
Making clean in examples
make[1]: Entering directory '/sources/expat-2.4.1/examples'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
 rm -f elements outline
make[1]: Leaving directory '/sources/expat-2.4.1/examples'
Making clean in tests
make[1]: Entering directory '/sources/expat-2.4.1/tests'
Making clean in .
make[2]: Entering directory '/sources/expat-2.4.1/tests'
rm -rf .libs _libs
test -z "libruntests.a" || rm -f libruntests.a
rm -f *.o
test -z "runtests.log runtestspp.log" || rm -f runtests.log runtestspp.log
 rm -f runtests runtestspp
rm -f *.lo
test -z "runtests.trs runtestspp.trs" || rm -f runtests.trs runtestspp.trs
test -z "test-suite.log" || rm -f test-suite.log
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making clean in benchmark
make[2]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
 rm -f benchmark
make[2]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[1]: Leaving directory '/sources/expat-2.4.1/tests'
Making clean in xmlwf
make[1]: Entering directory '/sources/expat-2.4.1/xmlwf'
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
 rm -f xmlwf
make[1]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making clean in doc
make[1]: Entering directory '/sources/expat-2.4.1/doc'
rm -rf .libs _libs
rm -f xmlwf.1
rm -f *.lo
make[1]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Entering directory '/sources/expat-2.4.1'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/sources/expat-2.4.1'
checking build system type... x86_64-pc-linux-gnux32
checking host system type... x86_64-pc-linux-gnux32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for x86_64-pc-linux-gnux32-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-pc-linux-gnux32-gcc... gcc -mx32
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 -mx32 accepts -g... yes
checking for gcc -mx32 option to accept ISO C89... none needed
checking whether gcc -mx32 understands -c and -o together... yes
checking dependency style of gcc -mx32... gcc3
checking for x86_64-pc-linux-gnux32-ar... no
checking for x86_64-pc-linux-gnux32-lib... no
checking for x86_64-pc-linux-gnux32-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 -mx32... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnux32 file names to x86_64-pc-linux-gnux32 format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnux32 file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnux32-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnux32-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnux32-ar... ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnux32-strip... strip
checking for x86_64-pc-linux-gnux32-ranlib... no
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc -mx32 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 x86_64-pc-linux-gnux32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -mx32 -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 -mx32 supports -fno-rtti -fno-exceptions... no
checking for gcc -mx32 option to produce PIC... -fPIC -DPIC
checking if gcc -mx32 PIC flag -fPIC -DPIC works... yes
checking if gcc -mx32 static flag -static works... yes
checking if gcc -mx32 supports -c -o file.o... yes
checking if gcc -mx32 supports -c -o file.o... (cached) yes
checking whether the gcc -mx32 linker (/bin/ld -m elf32_x86_64) 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 for gcc -mx32 option to accept ISO C99... none needed
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 for x86_64-pc-linux-gnux32-g++... no
checking for x86_64-pc-linux-gnux32-c++... no
checking for x86_64-pc-linux-gnux32-gpp... no
checking for x86_64-pc-linux-gnux32-aCC... no
checking for x86_64-pc-linux-gnux32-CC... no
checking for x86_64-pc-linux-gnux32-cxx... no
checking for x86_64-pc-linux-gnux32-cc++... no
checking for x86_64-pc-linux-gnux32-cl.exe... no
checking for x86_64-pc-linux-gnux32-FCC... no
checking for x86_64-pc-linux-gnux32-KCC... no
checking for x86_64-pc-linux-gnux32-RCC... no
checking for x86_64-pc-linux-gnux32-xlC_r... no
checking for x86_64-pc-linux-gnux32-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf32_x86_64
checking if the linker (/bin/ld -m elf32_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf32_x86_64) 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 (/bin/ld -m elf32_x86_64) 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 for arc4random_buf (BSD or libbsd)... no
checking for arc4random (BSD, macOS or libbsd)... no
checking for getrandom (Linux 3.17+, glibc 2.25+)... yes
checking for syscall SYS_getrandom (Linux 3.17+)... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... 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 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: expat_config.h is unchanged
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: 
       CFLAGS: -mtune=generic 
     CXXFLAGS: -mtune=generic 
      LDFLAGS: 
make  all-recursive
make[1]: Entering directory '/sources/expat-2.4.1'
Making all in lib
make[2]: Entering directory '/sources/expat-2.4.1/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1  -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 -mtune=generic  -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c -o xmlparse.lo xmlparse.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1  -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 -mtune=generic  -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c -o xmltok.lo xmltok.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1  -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 -mtune=generic  -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c -o xmlrole.lo xmlrole.c
libtool: compile:  gcc -mx32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c xmlrole.c  -fPIC -DPIC -o .libs/xmlrole.o
libtool: compile:  gcc -mx32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c xmltok.c  -fPIC -DPIC -o .libs/xmltok.o
libtool: compile:  gcc -mx32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c xmlparse.c  -fPIC -DPIC -o .libs/xmlparse.o
libtool: compile:  gcc -mx32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -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 -mx32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmltok.lo -MD -MP -MF .deps/xmltok.Tpo -c xmltok.c -o xmltok.o >/dev/null 2>&1
libtool: compile:  gcc -mx32 -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -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 -mtune=generic -MT xmlparse.lo -MD -MP -MF .deps/xmlparse.Tpo -c xmlparse.c -o xmlparse.o >/dev/null 2>&1
mv -f .deps/xmltok.Tpo .deps/xmltok.Plo
mv -f .deps/xmlparse.Tpo .deps/xmlparse.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -mx32 -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 -mtune=generic  -fno-strict-aliasing  -o libexpatinternal.la  xmlparse.lo xmltok.lo xmlrole.lo  
libtool: link: ar cru .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 -mx32 -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 -mtune=generic  -fno-strict-aliasing -no-undefined -version-info 9:1:8  -o libexpat.la -rpath /usr/libx32  libexpatinternal.la 
libtool: link: gcc -mx32 -shared  -fPIC -DPIC  -Wl,--whole-archive ./.libs/libexpatinternal.a -Wl,--no-whole-archive   -mx32 -mtune=generic   -Wl,-soname -Wl,libexpat.so.1 -o .libs/libexpat.so.1.8.1
libtool: link: (cd ".libs" && rm -f "libexpat.so.1" && ln -s "libexpat.so.1.8.1" "libexpat.so.1")
libtool: link: (cd ".libs" && rm -f "libexpat.so" && ln -s "libexpat.so.1.8.1" "libexpat.so")
libtool: link: (cd .libs/libexpat.lax/libexpatinternal.a && ar x "/sources/expat-2.4.1/lib/./.libs/libexpatinternal.a")
libtool: link: ar cru .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 '/sources/expat-2.4.1/lib'
Making all in examples
make[2]: Entering directory '/sources/expat-2.4.1/examples'
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT elements.o -MD -MP -MF .deps/elements.Tpo -c -o elements.o elements.c
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -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 -mx32 -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 -mtune=generic  -fno-strict-aliasing  -o elements elements.o ../lib/libexpat.la 
mv -f .deps/outline.Tpo .deps/outline.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -mx32 -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 -mtune=generic  -fno-strict-aliasing  -o outline outline.o ../lib/libexpat.la 
libtool: link: gcc -mx32 -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 -mtune=generic -fno-strict-aliasing -o .libs/elements elements.o  ../lib/.libs/libexpat.so
libtool: link: gcc -mx32 -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 -mtune=generic -fno-strict-aliasing -o .libs/outline outline.o  ../lib/.libs/libexpat.so
make[2]: Leaving directory '/sources/expat-2.4.1/examples'
Making all in tests
make[2]: Entering directory '/sources/expat-2.4.1/tests'
Making all in .
make[3]: Entering directory '/sources/expat-2.4.1/tests'
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT chardata.o -MD -MP -MF .deps/chardata.Tpo -c -o chardata.o chardata.c
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT structdata.o -MD -MP -MF .deps/structdata.Tpo -c -o structdata.o structdata.c
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT memcheck.o -MD -MP -MF .deps/memcheck.Tpo -c -o memcheck.o memcheck.c
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib  -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 -mtune=generic  -MT minicheck.o -MD -MP -MF .deps/minicheck.Tpo -c -o minicheck.o minicheck.c
mv -f .deps/chardata.Tpo .deps/chardata.Po
mv -f .deps/memcheck.Tpo .deps/memcheck.Po
mv -f .deps/structdata.Tpo .deps/structdata.Po
mv -f .deps/minicheck.Tpo .deps/minicheck.Po
rm -f libruntests.a
ar cru libruntests.a chardata.o structdata.o memcheck.o minicheck.o 
ranlib libruntests.a
make[3]: Leaving directory '/sources/expat-2.4.1/tests'
Making all in benchmark
make[3]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
gcc -mx32 -DHAVE_CONFIG_H -I. -I../..  -DXML_ENABLE_VISIBILITY=1 -I./../../lib  -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 -mtune=generic  -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 -mx32 -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 -mtune=generic  -fno-strict-aliasing  -o benchmark benchmark.o ../../lib/libexpat.la 
libtool: link: gcc -mx32 -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 -mtune=generic -fno-strict-aliasing -o .libs/benchmark benchmark.o  ../../lib/.libs/libexpat.so
make[3]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making all in xmlwf
make[2]: Entering directory '/sources/expat-2.4.1/xmlwf'
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -MT xmlwf-xmlwf.o -MD -MP -MF .deps/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo './'`xmlwf.c
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -MT xmlwf-xmlfile.o -MD -MP -MF .deps/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo './'`xmlfile.c
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -MT xmlwf-codepage.o -MD -MP -MF .deps/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo './'`codepage.c
gcc -mx32 -DHAVE_CONFIG_H -I. -I..  -DXML_ENABLE_VISIBILITY=1 -I./../lib   -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 -mtune=generic  -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 -mx32 -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 -mtune=generic  -fno-strict-aliasing   -o xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o ../lib/libexpat.la 
libtool: link: gcc -mx32 -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 -mtune=generic -fno-strict-aliasing -o .libs/xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o  ../lib/.libs/libexpat.so
make[2]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making all in doc
make[2]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/expat-2.4.1/doc'
make[2]: Entering directory '/sources/expat-2.4.1'
make[2]: Leaving directory '/sources/expat-2.4.1'
make[1]: Leaving directory '/sources/expat-2.4.1'
Making install in lib
make[1]: Entering directory '/sources/expat-2.4.1/lib'
make[2]: Entering directory '/sources/expat-2.4.1/lib'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/libx32'
 /bin/sh ../libtool   --mode=install /bin/install -c   libexpat.la '/sources/expat-2.4.1/DESTDIR/usr/libx32'
libtool: install: /bin/install -c .libs/libexpat.so.1.8.1 /sources/expat-2.4.1/DESTDIR/usr/libx32/libexpat.so.1.8.1
libtool: install: (cd /sources/expat-2.4.1/DESTDIR/usr/libx32 && { ln -s -f libexpat.so.1.8.1 libexpat.so.1 || { rm -f libexpat.so.1 && ln -s libexpat.so.1.8.1 libexpat.so.1; }; })
libtool: install: (cd /sources/expat-2.4.1/DESTDIR/usr/libx32 && { ln -s -f libexpat.so.1.8.1 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.1.8.1 libexpat.so; }; })
libtool: install: /bin/install -c .libs/libexpat.lai /sources/expat-2.4.1/DESTDIR/usr/libx32/libexpat.la
libtool: install: /bin/install -c .libs/libexpat.a /sources/expat-2.4.1/DESTDIR/usr/libx32/libexpat.a
libtool: install: chmod 644 /sources/expat-2.4.1/DESTDIR/usr/libx32/libexpat.a
libtool: install: ranlib /sources/expat-2.4.1/DESTDIR/usr/libx32/libexpat.a
libtool: warning: remember to run 'libtool --finish /usr/libx32'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/share/doc/expat'
 /bin/install -c -m 644 ../AUTHORS ../Changes '/sources/expat-2.4.1/DESTDIR/usr/share/doc/expat'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/include'
 /bin/install -c -m 644 ../expat_config.h expat.h expat_external.h '/sources/expat-2.4.1/DESTDIR/usr/include'
make  install-data-hook
make[3]: Entering directory '/sources/expat-2.4.1/lib'
cd "/sources/expat-2.4.1/DESTDIR/usr/share/doc/expat" && mv -f Changes changelog
make[3]: Leaving directory '/sources/expat-2.4.1/lib'
make[2]: Leaving directory '/sources/expat-2.4.1/lib'
make[1]: Leaving directory '/sources/expat-2.4.1/lib'
Making install in examples
make[1]: Entering directory '/sources/expat-2.4.1/examples'
make[2]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/examples'
make[1]: Leaving directory '/sources/expat-2.4.1/examples'
Making install in tests
make[1]: Entering directory '/sources/expat-2.4.1/tests'
Making install in .
make[2]: Entering directory '/sources/expat-2.4.1/tests'
make[3]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/tests'
make[2]: Leaving directory '/sources/expat-2.4.1/tests'
Making install in benchmark
make[2]: Entering directory '/sources/expat-2.4.1/tests/benchmark'
make[3]: Entering directory '/sources/expat-2.4.1/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 '/sources/expat-2.4.1/tests/benchmark'
make[2]: Leaving directory '/sources/expat-2.4.1/tests/benchmark'
make[1]: Leaving directory '/sources/expat-2.4.1/tests'
Making install in xmlwf
make[1]: Entering directory '/sources/expat-2.4.1/xmlwf'
make[2]: Entering directory '/sources/expat-2.4.1/xmlwf'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/bin'
  /bin/sh ../libtool   --mode=install /bin/install -c xmlwf '/sources/expat-2.4.1/DESTDIR/usr/bin'
libtool: warning: '../lib/libexpat.la' has not been installed in '/usr/libx32'
libtool: install: /bin/install -c .libs/xmlwf /sources/expat-2.4.1/DESTDIR/usr/bin/xmlwf
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/expat-2.4.1/xmlwf'
make[1]: Leaving directory '/sources/expat-2.4.1/xmlwf'
Making install in doc
make[1]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Entering directory '/sources/expat-2.4.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Leaving directory '/sources/expat-2.4.1/doc'
make[1]: Entering directory '/sources/expat-2.4.1'
make[2]: Entering directory '/sources/expat-2.4.1'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/libx32/cmake/expat-2.4.1'
 /bin/install -c -m 644 cmake/autotools/expat.cmake '/sources/expat-2.4.1/DESTDIR/usr/libx32/cmake/expat-2.4.1'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/libx32/cmake/expat-2.4.1'
 /bin/install -c -m 644 cmake/autotools/expat-config-version.cmake cmake/autotools/expat-noconfig.cmake cmake/expat-config.cmake '/sources/expat-2.4.1/DESTDIR/usr/libx32/cmake/expat-2.4.1'
 /bin/mkdir -p '/sources/expat-2.4.1/DESTDIR/usr/libx32/pkgconfig'
 /bin/install -c -m 644 expat.pc '/sources/expat-2.4.1/DESTDIR/usr/libx32/pkgconfig'
make[2]: Leaving directory '/sources/expat-2.4.1'
make[1]: Leaving directory '/sources/expat-2.4.1'
'DESTDIR/usr/libx32/cmake' -> '/usr/libx32/cmake'
'DESTDIR/usr/libx32/cmake/expat-2.4.1' -> '/usr/libx32/cmake/expat-2.4.1'
'DESTDIR/usr/libx32/cmake/expat-2.4.1/expat.cmake' -> '/usr/libx32/cmake/expat-2.4.1/expat.cmake'
'DESTDIR/usr/libx32/cmake/expat-2.4.1/expat-config-version.cmake' -> '/usr/libx32/cmake/expat-2.4.1/expat-config-version.cmake'
'DESTDIR/usr/libx32/cmake/expat-2.4.1/expat-noconfig.cmake' -> '/usr/libx32/cmake/expat-2.4.1/expat-noconfig.cmake'
'DESTDIR/usr/libx32/cmake/expat-2.4.1/expat-config.cmake' -> '/usr/libx32/cmake/expat-2.4.1/expat-config.cmake'
'DESTDIR/usr/libx32/libexpat.a' -> '/usr/libx32/libexpat.a'
'DESTDIR/usr/libx32/libexpat.la' -> '/usr/libx32/libexpat.la'
'DESTDIR/usr/libx32/libexpat.so' -> '/usr/libx32/libexpat.so'
'DESTDIR/usr/libx32/libexpat.so.1' -> '/usr/libx32/libexpat.so.1'
'DESTDIR/usr/libx32/libexpat.so.1.8.1' -> '/usr/libx32/libexpat.so.1.8.1'
'DESTDIR/usr/libx32/pkgconfig/expat.pc' -> '/usr/libx32/pkgconfig/expat.pc'


Totalseconds: 26

KB: 2162744	/
2021-08-26 16:27:38 exec_hook package_done chapter08 838-expat
END: 2021-08-26 16:27:38
