Sat Aug 17 23:31:48 GMT 2024 KB: 4159900 / checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for 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... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 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 /usr/bin/ld option to reload object files... -r checking for file... file 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 /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/param.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/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 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 the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/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 (/usr/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 whether g++ supports C++11 features with -std=c++11... yes checking for cos in -lm... yes checking for arc4random_buf (BSD, libbsd or glibc 2.36+)... yes checking for getrandom (Linux 3.17+, glibc 2.25+)... yes checking for syscall SYS_getrandom (Linux 3.17+)... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for off_t... yes checking for getpagesize... yes checking for working mmap... yes checking for docbook2x-man... no checking for db2x_docbook2man... no checking for docbook2man... no checking for docbook-to-man... no checking size of void *... 8 checking for shared library name prefix... lib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating expat.pc config.status: creating cmake/expat-config.cmake config.status: creating cmake/autotools/expat-config-version.cmake config.status: creating cmake/autotools/expat-noconfig.cmake config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating lib/Makefile config.status: creating tests/Makefile config.status: creating tests/benchmark/Makefile config.status: creating xmlwf/Makefile config.status: creating run.sh config.status: creating expat_config.h config.status: 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: -g -O2 CXXFLAGS: -g -O2 LDFLAGS: make[1]: Entering directory '/sources/expat-2.6.2' make all-recursive make[2]: Entering directory '/sources/expat-2.6.2' Making all in lib make[3]: Entering directory '/sources/expat-2.6.2/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 -g -O2 -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 -g -O2 -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 -g -O2 -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c -o xmlrole.lo xmlrole.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DXML_TESTING -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 -g -O2 -MT libtestpat_la-xmlparse.lo -MD -MP -MF .deps/libtestpat_la-xmlparse.Tpo -c -o libtestpat_la-xmlparse.lo `test -f 'xmlparse.c' || echo './'`xmlparse.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 -g -O2 -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 -g -O2 -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 -g -O2 -MT xmlrole.lo -MD -MP -MF .deps/xmlrole.Tpo -c xmlrole.c -fPIC -DPIC -o .libs/xmlrole.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DXML_TESTING -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 -g -O2 -MT libtestpat_la-xmlparse.lo -MD -MP -MF .deps/libtestpat_la-xmlparse.Tpo -c xmlparse.c -fPIC -DPIC -o .libs/libtestpat_la-xmlparse.o mv -f .deps/xmlrole.Tpo .deps/xmlrole.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DXML_TESTING -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 -g -O2 -MT libtestpat_la-xmltok.lo -MD -MP -MF .deps/libtestpat_la-xmltok.Tpo -c -o libtestpat_la-xmltok.lo `test -f 'xmltok.c' || echo './'`xmltok.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DXML_TESTING -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 -g -O2 -MT libtestpat_la-xmltok.lo -MD -MP -MF .deps/libtestpat_la-xmltok.Tpo -c xmltok.c -fPIC -DPIC -o .libs/libtestpat_la-xmltok.o mv -f .deps/xmltok.Tpo .deps/xmltok.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DXML_TESTING -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 -g -O2 -MT libtestpat_la-xmlrole.lo -MD -MP -MF .deps/libtestpat_la-xmlrole.Tpo -c -o libtestpat_la-xmlrole.lo `test -f 'xmlrole.c' || echo './'`xmlrole.c mv -f .deps/libtestpat_la-xmlparse.Tpo .deps/libtestpat_la-xmlparse.Plo mv -f .deps/xmlparse.Tpo .deps/xmlparse.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 -g -O2 -fno-strict-aliasing -lm -no-undefined -version-info 10:2:9 -o libexpat.la -rpath /usr/lib xmlparse.lo xmltok.lo xmlrole.lo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DXML_TESTING -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 -g -O2 -MT libtestpat_la-xmlrole.lo -MD -MP -MF .deps/libtestpat_la-xmlrole.Tpo -c xmlrole.c -fPIC -DPIC -o .libs/libtestpat_la-xmlrole.o libtool: link: gcc -shared -fPIC -DPIC .libs/xmlparse.o .libs/xmltok.o .libs/xmlrole.o -lm -g -O2 -Wl,-soname -Wl,libexpat.so.1 -o .libs/libexpat.so.1.9.2 libtool: link: (cd ".libs" && rm -f "libexpat.so.1" && ln -s "libexpat.so.1.9.2" "libexpat.so.1") libtool: link: (cd ".libs" && rm -f "libexpat.so" && ln -s "libexpat.so.1.9.2" "libexpat.so") libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../libexpat.la" "libexpat.la" ) mv -f .deps/libtestpat_la-xmltok.Tpo .deps/libtestpat_la-xmltok.Plo mv -f .deps/libtestpat_la-xmlrole.Tpo .deps/libtestpat_la-xmlrole.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 -g -O2 -fno-strict-aliasing -o libtestpat.la libtestpat_la-xmlparse.lo libtestpat_la-xmltok.lo libtestpat_la-xmlrole.lo libtool: link: ar cr .libs/libtestpat.a .libs/libtestpat_la-xmlparse.o .libs/libtestpat_la-xmltok.o .libs/libtestpat_la-xmlrole.o libtool: link: ranlib .libs/libtestpat.a libtool: link: ( cd ".libs" && rm -f "libtestpat.la" && ln -s "../libtestpat.la" "libtestpat.la" ) make[3]: Leaving directory '/sources/expat-2.6.2/lib' Making all in examples make[3]: Entering directory '/sources/expat-2.6.2/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 -g -O2 -MT element_declarations.o -MD -MP -MF .deps/element_declarations.Tpo -c -o element_declarations.o element_declarations.c gcc -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 -I./../lib -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 -g -O2 -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 -g -O2 -MT outline.o -MD -MP -MF .deps/outline.Tpo -c -o outline.o outline.c mv -f .deps/elements.Tpo .deps/elements.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -g -O2 -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 -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 -g -O2 -fno-strict-aliasing -o outline outline.o ../lib/libexpat.la mv -f .deps/element_declarations.Tpo .deps/element_declarations.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -g -O2 -fno-strict-aliasing -o element_declarations element_declarations.o ../lib/libexpat.la libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -g -O2 -fno-strict-aliasing -o .libs/elements elements.o ../lib/.libs/libexpat.so -lm libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -g -O2 -fno-strict-aliasing -o .libs/outline outline.o ../lib/.libs/libexpat.so -lm libtool: link: gcc -Wall -Wextra -fexceptions -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion -Wshadow -Wformat=2 -Wno-pedantic-ms-format -Wmisleading-indentation -fvisibility=hidden -g -O2 -fno-strict-aliasing -o .libs/element_declarations element_declarations.o ../lib/.libs/libexpat.so -lm make[3]: Leaving directory '/sources/expat-2.6.2/examples' Making all in tests make[3]: Entering directory '/sources/expat-2.6.2/tests' Making all in . make[4]: Entering directory '/sources/expat-2.6.2/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/sources/expat-2.6.2/tests' Making all in benchmark make[4]: Entering directory '/sources/expat-2.6.2/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 -g -O2 -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 -g -O2 -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 -g -O2 -fno-strict-aliasing -o .libs/benchmark benchmark.o ../../lib/.libs/libexpat.so -lm make[4]: Leaving directory '/sources/expat-2.6.2/tests/benchmark' make[3]: Leaving directory '/sources/expat-2.6.2/tests' Making all in xmlwf make[3]: Entering directory '/sources/expat-2.6.2/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 -g -O2 -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 -g -O2 -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 -g -O2 -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 -g -O2 -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 -g -O2 -fno-strict-aliasing -lm -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 -g -O2 -fno-strict-aliasing -o .libs/xmlwf xmlwf-xmlwf.o xmlwf-xmlfile.o xmlwf-codepage.o xmlwf-unixfilemap.o ../lib/.libs/libexpat.so -lm make[3]: Leaving directory '/sources/expat-2.6.2/xmlwf' Making all in doc make[3]: Entering directory '/sources/expat-2.6.2/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/sources/expat-2.6.2/doc' make[3]: Entering directory '/sources/expat-2.6.2' make[3]: Leaving directory '/sources/expat-2.6.2' make[2]: Leaving directory '/sources/expat-2.6.2' make[1]: Leaving directory '/sources/expat-2.6.2' make[1]: Entering directory '/sources/expat-2.6.2' Making install in lib make[2]: Entering directory '/sources/expat-2.6.2/lib' make[3]: Entering directory '/sources/expat-2.6.2/lib' /usr/bin/mkdir -p '/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libexpat.la '/usr/lib' libtool: install: /usr/bin/install -c .libs/libexpat.so.1.9.2 /usr/lib/libexpat.so.1.9.2 libtool: install: (cd /usr/lib && { ln -s -f libexpat.so.1.9.2 libexpat.so.1 || { rm -f libexpat.so.1 && ln -s libexpat.so.1.9.2 libexpat.so.1; }; }) libtool: install: (cd /usr/lib && { ln -s -f libexpat.so.1.9.2 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.1.9.2 libexpat.so; }; }) libtool: install: /usr/bin/install -c .libs/libexpat.lai /usr/lib/libexpat.la libtool: finish: PATH="/usr/bin:/usr/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. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/usr/share/doc/expat-2.6.2' /usr/bin/install -c -m 644 ../AUTHORS ../Changes '/usr/share/doc/expat-2.6.2' /usr/bin/mkdir -p '/usr/include' /usr/bin/install -c -m 644 ../expat_config.h expat.h expat_external.h '/usr/include' make install-data-hook make[4]: Entering directory '/sources/expat-2.6.2/lib' cd "/usr/share/doc/expat-2.6.2" && mv -f Changes changelog make[4]: Leaving directory '/sources/expat-2.6.2/lib' make[3]: Leaving directory '/sources/expat-2.6.2/lib' make[2]: Leaving directory '/sources/expat-2.6.2/lib' Making install in examples make[2]: Entering directory '/sources/expat-2.6.2/examples' make[3]: Entering directory '/sources/expat-2.6.2/examples' 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.6.2/examples' make[2]: Leaving directory '/sources/expat-2.6.2/examples' Making install in tests make[2]: Entering directory '/sources/expat-2.6.2/tests' Making install in . make[3]: Entering directory '/sources/expat-2.6.2/tests' make[4]: Entering directory '/sources/expat-2.6.2/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/sources/expat-2.6.2/tests' make[3]: Leaving directory '/sources/expat-2.6.2/tests' Making install in benchmark make[3]: Entering directory '/sources/expat-2.6.2/tests/benchmark' make[4]: Entering directory '/sources/expat-2.6.2/tests/benchmark' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/sources/expat-2.6.2/tests/benchmark' make[3]: Leaving directory '/sources/expat-2.6.2/tests/benchmark' make[2]: Leaving directory '/sources/expat-2.6.2/tests' Making install in xmlwf make[2]: Entering directory '/sources/expat-2.6.2/xmlwf' make[3]: Entering directory '/sources/expat-2.6.2/xmlwf' /usr/bin/mkdir -p '/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c xmlwf '/usr/bin' libtool: install: /usr/bin/install -c .libs/xmlwf /usr/bin/xmlwf make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/sources/expat-2.6.2/xmlwf' make[2]: Leaving directory '/sources/expat-2.6.2/xmlwf' Making install in doc make[2]: Entering directory '/sources/expat-2.6.2/doc' make[3]: Entering directory '/sources/expat-2.6.2/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/man/man1' /usr/bin/install -c -m 644 xmlwf.1 '/usr/share/man/man1' make[3]: Leaving directory '/sources/expat-2.6.2/doc' make[2]: Leaving directory '/sources/expat-2.6.2/doc' make[2]: Entering directory '/sources/expat-2.6.2' make[3]: Entering directory '/sources/expat-2.6.2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/lib/cmake/expat-2.6.2' /usr/bin/install -c -m 644 cmake/autotools/expat.cmake '/usr/lib/cmake/expat-2.6.2' /usr/bin/mkdir -p '/usr/lib/cmake/expat-2.6.2' /usr/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.6.2' /usr/bin/mkdir -p '/usr/lib/pkgconfig' /usr/bin/install -c -m 644 expat.pc '/usr/lib/pkgconfig' make[3]: Leaving directory '/sources/expat-2.6.2' make[2]: Leaving directory '/sources/expat-2.6.2' make[1]: Leaving directory '/sources/expat-2.6.2' 'doc/reference.html' -> '/usr/share/doc/expat-2.6.2/reference.html' 'doc/ok.min.css' -> '/usr/share/doc/expat-2.6.2/ok.min.css' 'doc/style.css' -> '/usr/share/doc/expat-2.6.2/style.css' Totalseconds: 6 KB: 4173656 /