Build of libxml++ with vanilla toolchain

The build took 00h 01m 40s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
11,363 sh
7,675 cpp
4,862 makefile
289 perl
63 ansic
24,252 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libxml++ 2.40.1-1 (Wed Aug 24 14:08:16 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) glibmm-2.48.1-1 glibmm-docs-2.48.1-1
#
# Total Installed Size: 42.54 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing glibmm-docs...
# installing glibmm...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe 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 make supports nested variables... (cached) yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether make supports GNU make features... yes
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# 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 g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of g++... gcc3
# checking whether g++ supports C++11 features by default... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 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 whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# 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 (/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 for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# 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 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 for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBXMLXX... yes
# checking string usability... yes
# checking string presence... yes
# checking for string... yes
# checking list usability... yes
# checking list presence... yes
# checking for list... yes
# checking map usability... yes
# checking map presence... yes
# checking for map... yes
# checking whether C++ library supports std::exception_ptr... yes
# checking for perl... /usr/bin/perl
# checking for dot... /usr/bin/dot
# checking for doxygen... /usr/bin/doxygen
# checking for xsltproc... /usr/bin/xsltproc
# checking for libstdc documentation... libstdc++.tag@
# configure: WARNING: Location of external libstdc documentation not set
# checking for libsigc documentation... /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
# checking for glibmm documentation... /usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag@file:///usr/share/doc/glibmm-2.4/reference/html
# checking which C++ compiler warning flags to use... -Wall
# configure: Deprecated API will be built, for backwards-compatibility.
# checking for xmllint... /usr/bin/xmllint
# checking for db2latex... no
# checking for docbook2latex... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libxml++/Makefile
# config.status: creating examples/Makefile
# config.status: creating tests/Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/reference/Doxyfile
# config.status: creating MSVC_Net2010/libxml++/libxml++.rc
# config.status: creating libxml++-2.6.pc
# config.status: creating config.h
# config.status: creating libxml++config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing MSVC_Net2010/libxml++/libxml++config.h commands
# make all-recursive
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# Making all in libxml++
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# depbase=`echo attribute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT attribute.lo -MD -MP -MF $depbase.Tpo -c -o attribute.lo attribute.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo attributedeclaration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT attributedeclaration.lo -MD -MP -MF $depbase.Tpo -c -o attributedeclaration.lo attributedeclaration.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT attributedeclaration.lo -MD -MP -MF .deps/attributedeclaration.Tpo -c attributedeclaration.cc -fPIC -DPIC -o .libs/attributedeclaration.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT attribute.lo -MD -MP -MF .deps/attribute.Tpo -c attribute.cc -fPIC -DPIC -o .libs/attribute.o
# depbase=`echo attributenode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT attributenode.lo -MD -MP -MF $depbase.Tpo -c -o attributenode.lo attributenode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT document.lo -MD -MP -MF $depbase.Tpo -c -o document.lo document.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT document.lo -MD -MP -MF .deps/document.Tpo -c document.cc -fPIC -DPIC -o .libs/document.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT attributenode.lo -MD -MP -MF .deps/attributenode.Tpo -c attributenode.cc -fPIC -DPIC -o .libs/attributenode.o
# depbase=`echo dtd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT dtd.lo -MD -MP -MF $depbase.Tpo -c -o dtd.lo dtd.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT dtd.lo -MD -MP -MF .deps/dtd.Tpo -c dtd.cc -fPIC -DPIC -o .libs/dtd.o
# depbase=`echo keepblanks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT keepblanks.lo -MD -MP -MF $depbase.Tpo -c -o keepblanks.lo keepblanks.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT keepblanks.lo -MD -MP -MF .deps/keepblanks.Tpo -c keepblanks.cc -fPIC -DPIC -o .libs/keepblanks.o
# depbase=`echo noncopyable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT noncopyable.lo -MD -MP -MF $depbase.Tpo -c -o noncopyable.lo noncopyable.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT noncopyable.lo -MD -MP -MF .deps/noncopyable.Tpo -c noncopyable.cc -fPIC -DPIC -o .libs/noncopyable.o
# depbase=`echo relaxngschema.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT relaxngschema.lo -MD -MP -MF $depbase.Tpo -c -o relaxngschema.lo relaxngschema.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT relaxngschema.lo -MD -MP -MF .deps/relaxngschema.Tpo -c relaxngschema.cc -fPIC -DPIC -o .libs/relaxngschema.o
# depbase=`echo schema.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT schema.lo -MD -MP -MF $depbase.Tpo -c -o schema.lo schema.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT schema.lo -MD -MP -MF .deps/schema.Tpo -c schema.cc -fPIC -DPIC -o .libs/schema.o
# In file included from relaxngschema.cc:21:0:
# ../libxml++/relaxngschema.h:108:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr pimpl_;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/relaxngschema.h:26,
# from relaxngschema.cc:21:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# depbase=`echo schemabase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT schemabase.lo -MD -MP -MF $depbase.Tpo -c -o schemabase.lo schemabase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo xsdschema.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT xsdschema.lo -MD -MP -MF $depbase.Tpo -c -o xsdschema.lo xsdschema.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT schemabase.lo -MD -MP -MF .deps/schemabase.Tpo -c schemabase.cc -fPIC -DPIC -o .libs/schemabase.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT xsdschema.lo -MD -MP -MF .deps/xsdschema.Tpo -c xsdschema.cc -fPIC -DPIC -o .libs/xsdschema.o
# depbase=`echo exceptions/exception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/exception.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/exception.lo exceptions/exception.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/exception.lo -MD -MP -MF exceptions/.deps/exception.Tpo -c exceptions/exception.cc -fPIC -DPIC -o exceptions/.libs/exception.o
# In file included from xsdschema.cc:19:0:
# ../libxml++/xsdschema.h:99:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr pimpl_;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/xsdschema.h:24,
# from xsdschema.cc:19:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# depbase=`echo exceptions/parse_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/parse_error.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/parse_error.lo exceptions/parse_error.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo exceptions/validity_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/validity_error.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/validity_error.lo exceptions/validity_error.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/parse_error.lo -MD -MP -MF exceptions/.deps/parse_error.Tpo -c exceptions/parse_error.cc -fPIC -DPIC -o exceptions/.libs/parse_error.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/validity_error.lo -MD -MP -MF exceptions/.deps/validity_error.Tpo -c exceptions/validity_error.cc -fPIC -DPIC -o exceptions/.libs/validity_error.o
# depbase=`echo exceptions/internal_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/internal_error.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/internal_error.lo exceptions/internal_error.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/internal_error.lo -MD -MP -MF exceptions/.deps/internal_error.Tpo -c exceptions/internal_error.cc -fPIC -DPIC -o exceptions/.libs/internal_error.o
# depbase=`echo exceptions/wrapped_exception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/wrapped_exception.lo -MD -MP -MF $depbase.Tpo -c -o exceptions/wrapped_exception.lo exceptions/wrapped_exception.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo io/istreamparserinputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/istreamparserinputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/istreamparserinputbuffer.lo io/istreamparserinputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/istreamparserinputbuffer.lo -MD -MP -MF io/.deps/istreamparserinputbuffer.Tpo -c io/istreamparserinputbuffer.cc -fPIC -DPIC -o io/.libs/istreamparserinputbuffer.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT exceptions/wrapped_exception.lo -MD -MP -MF exceptions/.deps/wrapped_exception.Tpo -c exceptions/wrapped_exception.cc -fPIC -DPIC -o exceptions/.libs/wrapped_exception.o
# depbase=`echo io/outputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/outputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/outputbuffer.lo io/outputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/outputbuffer.lo -MD -MP -MF io/.deps/outputbuffer.Tpo -c io/outputbuffer.cc -fPIC -DPIC -o io/.libs/outputbuffer.o
# depbase=`echo io/ostreamoutputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/ostreamoutputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/ostreamoutputbuffer.lo io/ostreamoutputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/ostreamoutputbuffer.lo -MD -MP -MF io/.deps/ostreamoutputbuffer.Tpo -c io/ostreamoutputbuffer.cc -fPIC -DPIC -o io/.libs/ostreamoutputbuffer.o
# depbase=`echo io/parserinputbuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/parserinputbuffer.lo -MD -MP -MF $depbase.Tpo -c -o io/parserinputbuffer.lo io/parserinputbuffer.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo nodes/cdatanode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/cdatanode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/cdatanode.lo nodes/cdatanode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/cdatanode.lo -MD -MP -MF nodes/.deps/cdatanode.Tpo -c nodes/cdatanode.cc -fPIC -DPIC -o nodes/.libs/cdatanode.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT io/parserinputbuffer.lo -MD -MP -MF io/.deps/parserinputbuffer.Tpo -c io/parserinputbuffer.cc -fPIC -DPIC -o io/.libs/parserinputbuffer.o
# depbase=`echo nodes/commentnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/commentnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/commentnode.lo nodes/commentnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/commentnode.lo -MD -MP -MF nodes/.deps/commentnode.Tpo -c nodes/commentnode.cc -fPIC -DPIC -o nodes/.libs/commentnode.o
# depbase=`echo nodes/contentnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/contentnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/contentnode.lo nodes/contentnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/contentnode.lo -MD -MP -MF nodes/.deps/contentnode.Tpo -c nodes/contentnode.cc -fPIC -DPIC -o nodes/.libs/contentnode.o
# depbase=`echo nodes/element.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/element.lo -MD -MP -MF $depbase.Tpo -c -o nodes/element.lo nodes/element.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/element.lo -MD -MP -MF nodes/.deps/element.Tpo -c nodes/element.cc -fPIC -DPIC -o nodes/.libs/element.o
# depbase=`echo nodes/entitydeclaration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/entitydeclaration.lo -MD -MP -MF $depbase.Tpo -c -o nodes/entitydeclaration.lo nodes/entitydeclaration.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/entitydeclaration.lo -MD -MP -MF nodes/.deps/entitydeclaration.Tpo -c nodes/entitydeclaration.cc -fPIC -DPIC -o nodes/.libs/entitydeclaration.o
# depbase=`echo nodes/entityreference.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/entityreference.lo -MD -MP -MF $depbase.Tpo -c -o nodes/entityreference.lo nodes/entityreference.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/entityreference.lo -MD -MP -MF nodes/.deps/entityreference.Tpo -c nodes/entityreference.cc -fPIC -DPIC -o nodes/.libs/entityreference.o
# depbase=`echo nodes/node.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/node.lo -MD -MP -MF $depbase.Tpo -c -o nodes/node.lo nodes/node.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/node.lo -MD -MP -MF nodes/.deps/node.Tpo -c nodes/node.cc -fPIC -DPIC -o nodes/.libs/node.o
# depbase=`echo nodes/processinginstructionnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/processinginstructionnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/processinginstructionnode.lo nodes/processinginstructionnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/processinginstructionnode.lo -MD -MP -MF nodes/.deps/processinginstructionnode.Tpo -c nodes/processinginstructionnode.cc -fPIC -DPIC -o nodes/.libs/processinginstructionnode.o
# depbase=`echo nodes/textnode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/textnode.lo -MD -MP -MF $depbase.Tpo -c -o nodes/textnode.lo nodes/textnode.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/textnode.lo -MD -MP -MF nodes/.deps/textnode.Tpo -c nodes/textnode.cc -fPIC -DPIC -o nodes/.libs/textnode.o
# depbase=`echo nodes/xincludeend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/xincludeend.lo -MD -MP -MF $depbase.Tpo -c -o nodes/xincludeend.lo nodes/xincludeend.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/xincludeend.lo -MD -MP -MF nodes/.deps/xincludeend.Tpo -c nodes/xincludeend.cc -fPIC -DPIC -o nodes/.libs/xincludeend.o
# depbase=`echo nodes/xincludestart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/xincludestart.lo -MD -MP -MF $depbase.Tpo -c -o nodes/xincludestart.lo nodes/xincludestart.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT nodes/xincludestart.lo -MD -MP -MF nodes/.deps/xincludestart.Tpo -c nodes/xincludestart.cc -fPIC -DPIC -o nodes/.libs/xincludestart.o
# depbase=`echo parsers/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/parser.lo -MD -MP -MF $depbase.Tpo -c -o parsers/parser.lo parsers/parser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/parser.lo -MD -MP -MF parsers/.deps/parser.Tpo -c parsers/parser.cc -fPIC -DPIC -o parsers/.libs/parser.o
# depbase=`echo parsers/saxparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/saxparser.lo -MD -MP -MF $depbase.Tpo -c -o parsers/saxparser.lo parsers/saxparser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/saxparser.lo -MD -MP -MF parsers/.deps/saxparser.Tpo -c parsers/saxparser.cc -fPIC -DPIC -o parsers/.libs/saxparser.o
# In file included from parsers/saxparser.cc:11:0:
# ../libxml++/parsers/saxparser.h:224:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr<_xmlSAXHandler> sax_handler_;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/parsers/saxparser.h:14,
# from parsers/saxparser.cc:11:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# depbase=`echo parsers/domparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/domparser.lo -MD -MP -MF $depbase.Tpo -c -o parsers/domparser.lo parsers/domparser.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo parsers/textreader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/textreader.lo -MD -MP -MF $depbase.Tpo -c -o parsers/textreader.lo parsers/textreader.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/domparser.lo -MD -MP -MF parsers/.deps/domparser.Tpo -c parsers/domparser.cc -fPIC -DPIC -o parsers/.libs/domparser.o
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT parsers/textreader.lo -MD -MP -MF parsers/.deps/textreader.Tpo -c parsers/textreader.cc -fPIC -DPIC -o parsers/.libs/textreader.o
# depbase=`echo validators/dtdvalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/dtdvalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/dtdvalidator.lo validators/dtdvalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/dtdvalidator.lo -MD -MP -MF validators/.deps/dtdvalidator.Tpo -c validators/dtdvalidator.cc -fPIC -DPIC -o validators/.libs/dtdvalidator.o
# In file included from parsers/textreader.cc:1:0:
# ../libxml++/parsers/textreader.h:260:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr propertyreader;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/parsers/textreader.h:15,
# from parsers/textreader.cc:1:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# depbase=`echo validators/relaxngvalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/relaxngvalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/relaxngvalidator.lo validators/relaxngvalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/relaxngvalidator.lo -MD -MP -MF validators/.deps/relaxngvalidator.Tpo -c validators/relaxngvalidator.cc -fPIC -DPIC -o validators/.libs/relaxngvalidator.o
# depbase=`echo validators/schemavalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/schemavalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/schemavalidator.lo validators/schemavalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/schemavalidator.lo -MD -MP -MF validators/.deps/schemavalidator.Tpo -c validators/schemavalidator.cc -fPIC -DPIC -o validators/.libs/schemavalidator.o
# In file included from validators/relaxngvalidator.cc:21:0:
# ../libxml++/validators/relaxngvalidator.h:159:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr pimpl_;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/validators/schemavalidatorbase.h:23,
# from ../libxml++/validators/relaxngvalidator.h:24,
# from validators/relaxngvalidator.cc:21:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# In file included from validators/relaxngvalidator.cc:23:0:
# ../libxml++/relaxngschema.h:108:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr pimpl_;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/validators/schemavalidatorbase.h:23,
# from ../libxml++/validators/relaxngvalidator.h:24,
# from validators/relaxngvalidator.cc:21:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# depbase=`echo validators/schemavalidatorbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/schemavalidatorbase.lo -MD -MP -MF $depbase.Tpo -c -o validators/schemavalidatorbase.lo validators/schemavalidatorbase.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/schemavalidatorbase.lo -MD -MP -MF validators/.deps/schemavalidatorbase.Tpo -c validators/schemavalidatorbase.cc -fPIC -DPIC -o validators/.libs/schemavalidatorbase.o
# depbase=`echo validators/validator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/validator.lo -MD -MP -MF $depbase.Tpo -c -o validators/validator.lo validators/validator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/validator.lo -MD -MP -MF validators/.deps/validator.Tpo -c validators/validator.cc -fPIC -DPIC -o validators/.libs/validator.o
# depbase=`echo validators/xsdvalidator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/xsdvalidator.lo -MD -MP -MF $depbase.Tpo -c -o validators/xsdvalidator.lo validators/xsdvalidator.cc &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I.. -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DLIBXMLPP_BUILD -Wall -MT validators/xsdvalidator.lo -MD -MP -MF validators/.deps/xsdvalidator.Tpo -c validators/xsdvalidator.cc -fPIC -DPIC -o validators/.libs/xsdvalidator.o
# In file included from validators/xsdvalidator.cc:19:0:
# ../libxml++/validators/xsdvalidator.h:149:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr pimpl_;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/validators/schemavalidatorbase.h:23,
# from ../libxml++/validators/xsdvalidator.h:22,
# from validators/xsdvalidator.cc:19:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# In file included from validators/xsdvalidator.cc:20:0:
# ../libxml++/xsdschema.h:99:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr pimpl_;
# ^~~~~~~~
# In file included from /usr/include/c++/6.1.1/memory:81:0,
# from ../libxml++/validators/schemavalidatorbase.h:23,
# from ../libxml++/validators/xsdvalidator.h:22,
# from validators/xsdvalidator.cc:19:
# /usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
# template class auto_ptr;
# ^~~~~~~~
# /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -no-undefined -version-info 2:7:0 -o libxml++-2.6.la -rpath /usr/lib attribute.lo attributedeclaration.lo attributenode.lo document.lo dtd.lo keepblanks.lo noncopyable.lo relaxngschema.lo schema.lo schemabase.lo xsdschema.lo exceptions/exception.lo exceptions/parse_error.lo exceptions/validity_error.lo exceptions/internal_error.lo exceptions/wrapped_exception.lo io/istreamparserinputbuffer.lo io/outputbuffer.lo io/ostreamoutputbuffer.lo io/parserinputbuffer.lo nodes/cdatanode.lo nodes/commentnode.lo nodes/contentnode.lo nodes/element.lo nodes/entitydeclaration.lo nodes/entityreference.lo nodes/node.lo nodes/processinginstructionnode.lo nodes/textnode.lo nodes/xincludeend.lo nodes/xincludestart.lo parsers/parser.lo parsers/saxparser.lo parsers/domparser.lo parsers/textreader.lo validators/dtdvalidator.lo validators/relaxngvalidator.lo validators/schemavalidator.lo validators/schemavalidatorbase.lo validators/validator.lo validators/xsdvalidator.lo -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0
# libtool: link: g++ -fPIC -DPIC -Wl,-O1,--as-needed -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/attribute.o .libs/attributedeclaration.o .libs/attributenode.o .libs/document.o .libs/dtd.o .libs/keepblanks.o .libs/noncopyable.o .libs/relaxngschema.o .libs/schema.o .libs/schemabase.o .libs/xsdschema.o exceptions/.libs/exception.o exceptions/.libs/parse_error.o exceptions/.libs/validity_error.o exceptions/.libs/internal_error.o exceptions/.libs/wrapped_exception.o io/.libs/istreamparserinputbuffer.o io/.libs/outputbuffer.o io/.libs/ostreamoutputbuffer.o io/.libs/parserinputbuffer.o nodes/.libs/cdatanode.o nodes/.libs/commentnode.o nodes/.libs/contentnode.o nodes/.libs/element.o nodes/.libs/entitydeclaration.o nodes/.libs/entityreference.o nodes/.libs/node.o nodes/.libs/processinginstructionnode.o nodes/.libs/textnode.o nodes/.libs/xincludeend.o nodes/.libs/xincludestart.o parsers/.libs/parser.o parsers/.libs/saxparser.o parsers/.libs/domparser.o parsers/.libs/textreader.o validators/.libs/dtdvalidator.o validators/.libs/relaxngvalidator.o validators/.libs/schemavalidator.o validators/.libs/schemavalidatorbase.o validators/.libs/validator.o validators/.libs/xsdvalidator.o -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o -Wl,-soname -Wl,libxml++-2.6.so.2 -o .libs/libxml++-2.6.so.2.0.7
# libtool: link: (cd ".libs" && rm -f "libxml++-2.6.so.2" && ln -s "libxml++-2.6.so.2.0.7" "libxml++-2.6.so.2")
# libtool: link: (cd ".libs" && rm -f "libxml++-2.6.so" && ln -s "libxml++-2.6.so.2.0.7" "libxml++-2.6.so")
# libtool: link: ( cd ".libs" && rm -f "libxml++-2.6.la" && ln -s "../libxml++-2.6.la" "libxml++-2.6.la" )
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# Making all in examples
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# Making all in tests
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# Making all in docs
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# ==> Entering fakeroot environment...
# ==> Starting package_libxml++()...
# Making install in libxml++
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/lib'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libxml++-2.6.la '/tmp/libxml++/pkg/libxml++/usr/lib'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/nodes'
# /usr/bin/install -c -m 644 nodes/cdatanode.h nodes/commentnode.h nodes/contentnode.h nodes/element.h nodes/entitydeclaration.h nodes/entityreference.h nodes/node.h nodes/processinginstructionnode.h nodes/textnode.h nodes/xincludeend.h nodes/xincludestart.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/nodes'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/exceptions'
# libtool: install: /usr/bin/install -c .libs/libxml++-2.6.so.2.0.7 /tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6.so.2.0.7
# /usr/bin/install -c -m 644 exceptions/exception.h exceptions/parse_error.h exceptions/validity_error.h exceptions/internal_error.h exceptions/wrapped_exception.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/exceptions'
# libtool: install: (cd /tmp/libxml++/pkg/libxml++/usr/lib && { ln -s -f libxml++-2.6.so.2.0.7 libxml++-2.6.so.2 || { rm -f libxml++-2.6.so.2 && ln -s libxml++-2.6.so.2.0.7 libxml++-2.6.so.2; }; })
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/validators'
# /usr/bin/install -c -m 644 validators/dtdvalidator.h validators/relaxngvalidator.h validators/schemavalidator.h validators/schemavalidatorbase.h validators/validator.h validators/xsdvalidator.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/validators'
# /usr/bin/install -c -m 644 libxml++.h attribute.h attributedeclaration.h attributenode.h document.h dtd.h keepblanks.h noncopyable.h relaxngschema.h schema.h schemabase.h xsdschema.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/.'
# libtool: install: (cd /tmp/libxml++/pkg/libxml++/usr/lib && { ln -s -f libxml++-2.6.so.2.0.7 libxml++-2.6.so || { rm -f libxml++-2.6.so && ln -s libxml++-2.6.so.2.0.7 libxml++-2.6.so; }; })
# libtool: install: /usr/bin/install -c .libs/libxml++-2.6.lai /tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6.la
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/io'
# /usr/bin/install -c -m 644 io/istreamparserinputbuffer.h io/outputbuffer.h io/ostreamoutputbuffer.h io/parserinputbuffer.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/io'
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/parsers'
# /usr/bin/install -c -m 644 parsers/parser.h parsers/saxparser.h parsers/domparser.h parsers/textreader.h '/tmp/libxml++/pkg/libxml++/usr/include/libxml++-2.6/libxml++/parsers'
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/libxml++'
# Making install in examples
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.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 '/tmp/libxml++/src/libxml++-2.40.1/examples'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/examples'
# Making install in tests
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/tests'
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[2]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libxml++-2.6.pc '/tmp/libxml++/pkg/libxml++/usr/lib/pkgconfig'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6/include'
# /usr/bin/install -c -m 644 libxml++config.h '/tmp/libxml++/pkg/libxml++/usr/lib/libxml++-2.6/include'
# make[2]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libxml++"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Starting package_libxml++-docs()...
# make: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[1]: Entering directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make[1]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference/html'
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++-docs/usr/share/devhelp/books/libxml++-2.6'
# /usr/bin/perl -- "../docs/doc-install.pl" --verbose --mode=0644 -l 'libsigc++-2.0.tag@../../../libsigc++-2.0/reference/html/' -l 'glibmm-2.4.tag@../../../glibmm-2.4/reference/html/' -t '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference/html' --glob -- 'reference/html/*.css' 'reference/html/*.gif' 'reference/html/*.html' 'reference/html/*.js' 'reference/html/*.png'
# /usr/bin/perl -- "../docs/doc-install.pl" --verbose --mode=0644 --book-base='/usr/share/doc/libxml++-2.6/reference/html' -t '/tmp/libxml++/pkg/libxml++-docs/usr/share/devhelp/books/libxml++-2.6' -- reference/libxml++-2.6.devhelp2
# doc-install: Using base path /usr/share/doc/libxml++-2.6/reference/html for Devhelp book
# doc-install: Translating libxml++-2.6.devhelp2 (rewrote base path)
# /usr/bin/mkdir -p '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference'
# /usr/bin/install -c -m 644 reference/libxml++-2.6.tag '/tmp/libxml++/pkg/libxml++-docs/usr/share/doc/libxml++-2.6/reference'
# doc-install: Using base path ../../../libsigc++-2.0/reference/html/ for tag file libsigc++-2.0.tag
# doc-install: Using base path ../../../glibmm-2.4/reference/html/ for tag file glibmm-2.4.tag
# doc-install: Copying doxygen.css
# doc-install: Copying tabs.css
# doc-install: Copying doxygen-extra.css
# doc-install: Translating classxmlpp_1_1internal__error.html (rewrote 3 of 4 references)
# doc-install: Translating pages.html (no references)
# doc-install: Translating functions_func_~.html (no references)
# doc-install: Translating functions_w.html (no references)
# doc-install: Translating functions_func_k.html (no references)
# doc-install: Translating classxmlpp_1_1validity__error-members.html (no references)
# doc-install: Translating functions_func_h.html (no references)
# doc-install: Translating classxmlpp_1_1SchemaValidator.html (rewrote 12 of 12 references)
# doc-install: Translating classxmlpp_1_1OutputBuffer.html (rewrote 4 of 4 references)
# doc-install: Translating classxmlpp_1_1Schema-members.html (no references)
# doc-install: Translating functions_func_r.html (no references)
# doc-install: Translating classxmlpp_1_1EntityReference.html (rewrote 56 of 58 references)
# doc-install: Translating classes.html (no references)
# doc-install: Translating functions_func_i.html (no references)
# doc-install: Translating functions_f.html (no references)
# doc-install: Translating classxmlpp_1_1SchemaBase-members.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeDeclaration.html (rewrote 57 of 59 references)
# doc-install: Translating functions_func_x.html (no references)
# doc-install: Translating classxmlpp_1_1Parser-members.html (no references)
# doc-install: Translating dir_e3818dbe052c35541aa8102ff72444f2.html (no references)
# doc-install: Translating classxmlpp_1_1IStreamParserInputBuffer.html (rewrote 0 of 2 references)
# doc-install: Translating functions_eval.html (no references)
# doc-install: Translating functions_func_w.html (no references)
# doc-install: Translating classxmlpp_1_1EntityDeclaration.html (rewrote 58 of 60 references)
# doc-install: Translating functions_k.html (no references)
# doc-install: Translating namespacexmlpp.html (rewrote 4 of 11 references)
# doc-install: Translating functions_func_p.html (no references)
# doc-install: Translating classxmlpp_1_1CdataNode.html (rewrote 54 of 56 references)
# doc-install: Translating classxmlpp_1_1RelaxNGValidator.html (rewrote 12 of 12 references)
# doc-install: Translating classxmlpp_1_1DtdValidator-members.html (no references)
# doc-install: Translating functions_func_e.html (no references)
# doc-install: Translating dir_bc161955dc3a3d2485839eba21420d01.html (no references)
# doc-install: Translating functions_r.html (no references)
# doc-install: Translating namespacemembers.html (no references)
# doc-install: Translating classxmlpp_1_1Document-members.html (no references)
# doc-install: Translating classxmlpp_1_1Parser.html (rewrote 12 of 14 references)
# doc-install: Translating functions_~.html (no references)
# doc-install: Translating classxmlpp_1_1XsdSchema-members.html (no references)
# doc-install: Translating classxmlpp_1_1TextReader-members.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeDeclaration-members.html (no references)
# doc-install: Translating classxmlpp_1_1Validator-members.html (no references)
# doc-install: Translating classxmlpp_1_1NonCopyable-members.html (no references)
# doc-install: Translating classxmlpp_1_1ProcessingInstructionNode.html (rewrote 54 of 56 references)
# doc-install: Translating classxmlpp_1_1exception.html (rewrote 2 of 3 references)
# doc-install: Translating functions_x.html (no references)
# doc-install: Translating classxmlpp_1_1DomParser-members.html (no references)
# doc-install: Translating functions_enum.html (no references)
# doc-install: Translating classxmlpp_1_1validity__error.html (rewrote 4 of 5 references)
# doc-install: Translating classxmlpp_1_1SchemaValidatorBase-members.html (no references)
# doc-install: Translating classxmlpp_1_1KeepBlanks.html (no references)
# doc-install: Translating classxmlpp_1_1Dtd.html (rewrote 6 of 6 references)
# doc-install: Translating functions_v.html (no references)
# doc-install: Translating classxmlpp_1_1Node.html (rewrote 104 of 108 references)
# doc-install: Translating classxmlpp_1_1XIncludeStart.html (rewrote 52 of 54 references)
# doc-install: Translating classxmlpp_1_1RelaxNGValidator-members.html (no references)
# doc-install: Translating functions_d.html (no references)
# doc-install: Translating classxmlpp_1_1DomParser.html (rewrote 11 of 13 references)
# doc-install: Translating functions_g.html (no references)
# doc-install: Translating classxmlpp_1_1Validator.html (rewrote 8 of 8 references)
# doc-install: Translating classxmlpp_1_1NonCopyable.html (no references)
# doc-install: Translating functions_func_n.html (no references)
# doc-install: Translating deprecated.html (rewrote 4 of 4 references)
# doc-install: Translating classxmlpp_1_1XsdSchema.html (rewrote 6 of 6 references)
# doc-install: Translating dir_fceced95d8215eeebebd9df6aa39e1a5.html (no references)
# doc-install: Translating functions_m.html (no references)
# doc-install: Translating functions_func_d.html (no references)
# doc-install: Translating classxmlpp_1_1ParserInputBuffer.html (no references)
# doc-install: Translating inherits.html (rewrote 0 of 1 references)
# doc-install: Translating since_2_24.html (rewrote 10 of 10 references)
# doc-install: Translating functions_func.html (no references)
# doc-install: Translating graph_legend.html (no references)
# doc-install: Translating classxmlpp_1_1RelaxNGSchema-members.html (no references)
# doc-install: Translating classxmlpp_1_1XIncludeEnd.html (rewrote 52 of 54 references)
# doc-install: Translating namespacemembers_eval.html (no references)
# doc-install: Translating namespacemembers_enum.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeNode-members.html (no references)
# doc-install: Translating classhash__load__check__resize__trigger__size__base.html (no references)
# doc-install: Translating functions_func_t.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1Attribute.html (rewrote 8 of 8 references)
# doc-install: Translating classxmlpp_1_1CommentNode.html (rewrote 54 of 56 references)
# doc-install: Translating functions_i.html (no references)
# doc-install: Translating functions_func_o.html (no references)
# doc-install: Translating classxmlpp_1_1parse__error-members.html (no references)
# doc-install: Translating functions_type.html (no references)
# doc-install: Translating functions_func_s.html (no references)
# doc-install: Translating dir_8637afc38b758fdb535647a385c49b5e.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1Attribute-members.html (no references)
# doc-install: Translating namespacemembers_func.html (no references)
# doc-install: Translating classxmlpp_1_1Element.html (rewrote 114 of 118 references)
# doc-install: Translating classxmlpp_1_1SaxParser.html (rewrote 43 of 48 references)
# doc-install: Translating classxmlpp_1_1Node-members.html (no references)
# doc-install: Translating annotated.html (rewrote 0 of 2 references)
# doc-install: Translating classlu__counter__policy__base.html (no references)
# doc-install: Translating classxmlpp_1_1Attribute-members.html (no references)
# doc-install: Translating classxmlpp_1_1Document.html (rewrote 69 of 77 references)
# doc-install: Translating classxmlpp_1_1OutputBuffer-members.html (no references)
# doc-install: Translating classxmlpp_1_1AttributeNode.html (rewrote 55 of 57 references)
# doc-install: Translating classxmlpp_1_1SchemaValidatorBase.html (rewrote 10 of 10 references)
# doc-install: Translating namespaces.html (no references)
# doc-install: Translating classxmlpp_1_1TextReader.html (rewrote 55 of 56 references)
# doc-install: Translating since_2_36.html (rewrote 15 of 15 references)
# doc-install: Translating functions.html (no references)
# doc-install: Translating classxmlpp_1_1Attribute.html (rewrote 58 of 60 references)
# doc-install: Translating functions_o.html (no references)
# doc-install: Translating functions_c.html (no references)
# doc-install: Translating classxmlpp_1_1EntityReference-members.html (no references)
# doc-install: Translating classxmlpp_1_1TextNode.html (rewrote 54 of 56 references)
# doc-install: Translating functions_func_m.html (no references)
# doc-install: Translating classxmlpp_1_1KeepBlanks-members.html (no references)
# doc-install: Translating functions_func_l.html (no references)
# doc-install: Translating classxmlpp_1_1TextNode-members.html (no references)
# doc-install: Translating since_2_38.html (rewrote 12 of 13 references)
# doc-install: Translating classxmlpp_1_1OStreamOutputBuffer-members.html (no references)
# doc-install: Translating functions_l.html (no references)
# doc-install: Translating classxmlpp_1_1CdataNode-members.html (no references)
# doc-install: Translating dir_a5a40681709ed751decc24cd7289c9c5.html (no references)
# doc-install: Translating classxmlpp_1_1ParserInputBuffer-members.html (no references)
# doc-install: Translating classxmlpp_1_1RelaxNGSchema.html (rewrote 6 of 6 references)
# doc-install: Translating functions_n.html (no references)
# doc-install: Translating classxmlpp_1_1Element-members.html (no references)
# doc-install: Translating functions_func_c.html (no references)
# doc-install: Translating functions_t.html (no references)
# doc-install: Translating classxmlpp_1_1OStreamOutputBuffer.html (rewrote 6 of 10 references)
# doc-install: Translating classxmlpp_1_1EntityDeclaration-members.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1AttributeHasName.html (rewrote 5 of 8 references)
# doc-install: Translating functions_e.html (no references)
# doc-install: Translating classxmlpp_1_1ContentNode.html (rewrote 56 of 58 references)
# doc-install: Translating hierarchy.html (rewrote 0 of 3 references)
# doc-install: Translating classxmlpp_1_1CommentNode-members.html (no references)
# doc-install: Translating classxmlpp_1_1ContentNode-members.html (no references)
# doc-install: Translating functions_func_g.html (no references)
# doc-install: Translating classxmlpp_1_1XIncludeEnd-members.html (no references)
# doc-install: Translating functions_func_f.html (no references)
# doc-install: Translating functions_b.html (no references)
# doc-install: Translating classxmlpp_1_1exception-members.html (no references)
# doc-install: Translating classxmlpp_1_1SaxParser-members.html (no references)
# doc-install: Translating classxmlpp_1_1XIncludeStart-members.html (no references)
# doc-install: Translating classxmlpp_1_1IStreamParserInputBuffer-members.html (no references)
# doc-install: Translating classxmlpp_1_1internal__error-members.html (no references)
# doc-install: Translating classxmlpp_1_1ProcessingInstructionNode-members.html (no references)
# doc-install: Translating classxmlpp_1_1XsdValidator.html (rewrote 12 of 12 references)
# doc-install: Translating classxmlpp_1_1SchemaValidator-members.html (no references)
# doc-install: Translating classxmlpp_1_1SchemaBase.html (rewrote 4 of 4 references)
# doc-install: Translating since_2_20.html (rewrote 3 of 3 references)
# doc-install: Translating classxmlpp_1_1Schema.html (rewrote 6 of 6 references)
# doc-install: Translating index.html (no references)
# doc-install: Translating namespacemembers_type.html (no references)
# doc-install: Translating classxmlpp_1_1DtdValidator.html (rewrote 18 of 20 references)
# doc-install: Translating functions_p.html (no references)
# doc-install: Translating classxmlpp_1_1Dtd-members.html (no references)
# doc-install: Translating functions_s.html (no references)
# doc-install: Translating functions_h.html (no references)
# doc-install: Translating classxmlpp_1_1XsdValidator-members.html (no references)
# doc-install: Translating functions_vars.html (no references)
# doc-install: Translating structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html (no references)
# doc-install: Translating functions_func_v.html (no references)
# doc-install: Translating classxmlpp_1_1parse__error.html (rewrote 3 of 4 references)
# doc-install: Copying jquery.js
# doc-install: Copying dynsections.js
# doc-install: Copying open.png
# doc-install: Copying classxmlpp_1_1Parser__inherit__graph.png
# doc-install: Copying classxmlpp_1_1RelaxNGValidator__inherit__graph.png
# doc-install: Copying classxmlpp_1_1TextReader__inherit__graph.png
# doc-install: Copying classxmlpp_1_1DomParser__inherit__graph.png
# doc-install: Copying nav_f.png
# doc-install: Copying nav_h.png
# doc-install: Copying classxmlpp_1_1Element__inherit__graph.png
# doc-install: Copying classxmlpp_1_1validity__error__inherit__graph.png
# doc-install: Copying graph_legend.png
# doc-install: Copying classxmlpp_1_1NonCopyable__inherit__graph.png
# doc-install: Copying classxmlpp_1_1internal__error__inherit__graph.png
# doc-install: Copying inherit_graph_3.png
# doc-install: Copying classxmlpp_1_1XsdSchema__inherit__graph.png
# doc-install: Copying bdwn.png
# doc-install: Copying tab_a.png
# doc-install: Copying tab_h.png
# doc-install: Copying closed.png
# doc-install: Copying classxmlpp_1_1AttributeDeclaration__inherit__graph.png
# doc-install: Copying inherit_graph_5.png
# doc-install: Copying tab_s.png
# doc-install: Copying splitbar.png
# doc-install: Copying sync_on.png
# doc-install: Copying inherit_graph_0.png
# doc-install: Copying classxmlpp_1_1TextNode__inherit__graph.png
# doc-install: Copying arrowright.png
# doc-install: Copying classxmlpp_1_1ParserInputBuffer__inherit__graph.png
# doc-install: Copying classxmlpp_1_1exception__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Attribute__inherit__graph.png
# doc-install: Copying classxmlpp_1_1DtdValidator__inherit__graph.png
# doc-install: Copying classxmlpp_1_1EntityReference__inherit__graph.png
# doc-install: Copying classxmlpp_1_1parse__error__inherit__graph.png
# doc-install: Copying tab_b.png
# doc-install: Copying inherit_graph_4.png
# doc-install: Copying folderclosed.png
# doc-install: Copying classxmlpp_1_1OStreamOutputBuffer__inherit__graph.png
# doc-install: Copying classlu__counter__policy__base__inherit__graph.png
# doc-install: Copying classxmlpp_1_1RelaxNGSchema__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Node__inherit__graph.png
# doc-install: Copying classxmlpp_1_1ProcessingInstructionNode__inherit__graph.png
# doc-install: Copying classxmlpp_1_1AttributeNode__inherit__graph.png
# doc-install: Copying classxmlpp_1_1EntityDeclaration__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Document__inherit__graph.png
# doc-install: Copying classxmlpp_1_1Validator__inherit__graph.png
# doc-install: Copying classxmlpp_1_1ContentNode__inherit__graph.png
# doc-install: Copying doxygen.png
# doc-install: Copying classxmlpp_1_1XsdValidator__inherit__graph.png
# doc-install: Copying inherit_graph_2.png
# doc-install: Copying classxmlpp_1_1XIncludeEnd__inherit__graph.png
# doc-install: Copying classxmlpp_1_1SchemaValidator__inherit__graph.png
# doc-install: Copying nav_g.png
# doc-install: Copying classxmlpp_1_1SchemaValidatorBase__inherit__graph.png
# doc-install: Copying inherit_graph_6.png
# doc-install: Copying classxmlpp_1_1Schema__inherit__graph.png
# doc-install: Copying doc.png
# doc-install: Copying classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.png
# doc-install: Copying classxmlpp_1_1SaxParser__inherit__graph.png
# doc-install: Copying classxmlpp_1_1XIncludeStart__inherit__graph.png
# doc-install: Copying sync_off.png
# doc-install: Copying bc_s.png
# doc-install: Copying classxmlpp_1_1CdataNode__inherit__graph.png
# doc-install: Copying classxmlpp_1_1OutputBuffer__inherit__graph.png
# doc-install: Copying inherit_graph_1.png
# doc-install: Copying classxmlpp_1_1SchemaBase__inherit__graph.png
# doc-install: Copying arrowdown.png
# doc-install: Copying inherit_graph_7.png
# doc-install: Copying classxmlpp_1_1CommentNode__inherit__graph.png
# doc-install: Copying folderopen.png
# make[1]: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# make: Leaving directory '/tmp/libxml++/src/libxml++-2.40.1/docs'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libxml++-docs"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libxml++ 2.40.1-1 (Wed Aug 24 14:08:52 UTC 2016)

CMD: pacman --query --file libxml++-2.40.1-1-x86_64.pkg.tar.xz
# libxml++ 2.40.1-1

Creating hybrid package for 'libxml++'

Trying to find vanilla package 'libxml++'...

CMD: pacman --query --file /mirror/libxml++-docs-2.40.1-1.pkg.tar.xz
# libxml++-docs 2.40.1-1

CMD: pacman --query --file /mirror/libxml++-2.40.1-1.pkg.tar.xz
# libxml++ 2.40.1-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libxml++-2.6.so.2
# /usr/lib/libxml++-2.6.so
# /usr/lib/libxml++-2.6.so.2.0.7
# /usr/lib/pkgconfig/libxml++-2.6.pc
# /usr/lib/libxml++-2.6/include/libxml++config.h
# /usr/include/libxml++-2.6/libxml++/libxml++.h
# /usr/include/libxml++-2.6/libxml++/attribute.h
# /usr/include/libxml++-2.6/libxml++/attributedeclaration.h
# /usr/include/libxml++-2.6/libxml++/attributenode.h
# /usr/include/libxml++-2.6/libxml++/document.h
# /usr/include/libxml++-2.6/libxml++/dtd.h
# /usr/include/libxml++-2.6/libxml++/keepblanks.h
# /usr/include/libxml++-2.6/libxml++/noncopyable.h
# /usr/include/libxml++-2.6/libxml++/relaxngschema.h
# /usr/include/libxml++-2.6/libxml++/schema.h
# /usr/include/libxml++-2.6/libxml++/schemabase.h
# /usr/include/libxml++-2.6/libxml++/xsdschema.h
# /usr/include/libxml++-2.6/libxml++/nodes/cdatanode.h
# /usr/include/libxml++-2.6/libxml++/nodes/commentnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/contentnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/element.h
# /usr/include/libxml++-2.6/libxml++/nodes/entitydeclaration.h
# /usr/include/libxml++-2.6/libxml++/nodes/entityreference.h
# /usr/include/libxml++-2.6/libxml++/nodes/node.h
# /usr/include/libxml++-2.6/libxml++/nodes/processinginstructionnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/textnode.h
# /usr/include/libxml++-2.6/libxml++/nodes/xincludeend.h
# /usr/include/libxml++-2.6/libxml++/nodes/xincludestart.h
# /usr/include/libxml++-2.6/libxml++/exceptions/exception.h
# /usr/include/libxml++-2.6/libxml++/exceptions/parse_error.h
# /usr/include/libxml++-2.6/libxml++/exceptions/validity_error.h
# /usr/include/libxml++-2.6/libxml++/exceptions/internal_error.h
# /usr/include/libxml++-2.6/libxml++/exceptions/wrapped_exception.h
# /usr/include/libxml++-2.6/libxml++/validators/dtdvalidator.h
# /usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h
# /usr/include/libxml++-2.6/libxml++/validators/schemavalidator.h
# /usr/include/libxml++-2.6/libxml++/validators/schemavalidatorbase.h
# /usr/include/libxml++-2.6/libxml++/validators/validator.h
# /usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h
# /usr/include/libxml++-2.6/libxml++/io/istreamparserinputbuffer.h
# /usr/include/libxml++-2.6/libxml++/io/outputbuffer.h
# /usr/include/libxml++-2.6/libxml++/io/ostreamoutputbuffer.h
# /usr/include/libxml++-2.6/libxml++/io/parserinputbuffer.h
# /usr/include/libxml++-2.6/libxml++/parsers/parser.h
# /usr/include/libxml++-2.6/libxml++/parsers/saxparser.h
# /usr/include/libxml++-2.6/libxml++/parsers/domparser.h
# /usr/include/libxml++-2.6/libxml++/parsers/textreader.h
# /sysroot/usr/lib/libxml++-2.6.so.2.0.7
# /sysroot/usr/lib/libxml++-2.6.so.2
# /sysroot/usr/lib/libxml++-2.6.so
# /sysroot/usr/lib/libxml++-2.6.la
# /sysroot/usr/lib/pkgconfig/libxml++-2.6.pc
# /sysroot/usr/lib/libxml++-2.6/include/libxml++config.h
# /sysroot/usr/include/libxml++-2.6/libxml++/libxml++.h
# /sysroot/usr/include/libxml++-2.6/libxml++/attribute.h
# /sysroot/usr/include/libxml++-2.6/libxml++/attributedeclaration.h
# /sysroot/usr/include/libxml++-2.6/libxml++/attributenode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/document.h
# /sysroot/usr/include/libxml++-2.6/libxml++/dtd.h
# /sysroot/usr/include/libxml++-2.6/libxml++/keepblanks.h
# /sysroot/usr/include/libxml++-2.6/libxml++/noncopyable.h
# /sysroot/usr/include/libxml++-2.6/libxml++/relaxngschema.h
# /sysroot/usr/include/libxml++-2.6/libxml++/schema.h
# /sysroot/usr/include/libxml++-2.6/libxml++/schemabase.h
# /sysroot/usr/include/libxml++-2.6/libxml++/xsdschema.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/cdatanode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/commentnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/contentnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/element.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/entitydeclaration.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/entityreference.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/node.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/processinginstructionnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/textnode.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/xincludeend.h
# /sysroot/usr/include/libxml++-2.6/libxml++/nodes/xincludestart.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/exception.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/parse_error.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/validity_error.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/internal_error.h
# /sysroot/usr/include/libxml++-2.6/libxml++/exceptions/wrapped_exception.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/dtdvalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/schemavalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/schemavalidatorbase.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/validator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/istreamparserinputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/outputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/ostreamoutputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/io/parserinputbuffer.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/parser.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/domparser.h
# /sysroot/usr/include/libxml++-2.6/libxml++/parsers/textreader.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libxml++.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libxml++.pkg.tar.xz

CMD: pacman --query --file libxml++-docs-2.40.1-1-x86_64.pkg.tar.xz
# libxml++-docs 2.40.1-1

Creating hybrid package for 'libxml++-docs'

Trying to find vanilla package 'libxml++-docs'...

CMD: pacman --query --file /mirror/libxml++-docs-2.40.1-1.pkg.tar.xz
# libxml++-docs 2.40.1-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/doc/libxml++-2.6/reference/libxml++-2.6.tag
# /usr/share/doc/libxml++-2.6/reference/html/doxygen.css
# /usr/share/doc/libxml++-2.6/reference/html/doxygen-extra.css
# /usr/share/doc/libxml++-2.6/reference/html/tabs.css
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_8637afc38b758fdb535647a385c49b5e.html
# /usr/share/doc/libxml++-2.6/reference/html/classes.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_w.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_g.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_eval.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_h.html
# /usr/share/doc/libxml++-2.6/reference/html/deprecated.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_w.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_k.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser-members.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_38.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_c.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/annotated.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_enum.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_k.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1Attribute.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_i.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema-members.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacexmlpp.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_eval.html
# /usr/share/doc/libxml++-2.6/reference/html/classlu__counter__policy__base.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_r.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_e.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_bc161955dc3a3d2485839eba21420d01.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_m.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_g.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_type.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration-members.html
# /usr/share/doc/libxml++-2.6/reference/html/hierarchy.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_e3818dbe052c35541aa8102ff72444f2.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_t.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_l.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_e.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_n.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1KeepBlanks-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_t.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase.html
# /usr/share/doc/libxml++-2.6/reference/html/pages.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_vars.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_x.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Dtd-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_d.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Dtd.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_l.html
# /usr/share/doc/libxml++-2.6/reference/html/namespaces.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_36.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_24.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_~.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_n.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_m.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_type.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_o.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_o.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_s.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_c.html
# /usr/share/doc/libxml++-2.6/reference/html/index.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_func.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_a5a40681709ed751decc24cd7289c9c5.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_f.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dir_fceced95d8215eeebebd9df6aa39e1a5.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_p.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode.html
# /usr/share/doc/libxml++-2.6/reference/html/classhash__load__check__resize__trigger__size__base.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_s.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_b.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_f.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_i.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers.html
# /usr/share/doc/libxml++-2.6/reference/html/since_2_20.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_x.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_~.html
# /usr/share/doc/libxml++-2.6/reference/html/graph_legend.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode.html
# /usr/share/doc/libxml++-2.6/reference/html/inherits.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_h.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_r.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_d.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1KeepBlanks.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_p.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode-members.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func_v.html
# /usr/share/doc/libxml++-2.6/reference/html/structxmlpp_1_1SaxParser_1_1Attribute-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer-members.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_func.html
# /usr/share/doc/libxml++-2.6/reference/html/namespacemembers_enum.html
# /usr/share/doc/libxml++-2.6/reference/html/functions_v.html
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node-members.html
# /usr/share/doc/libxml++-2.6/reference/html/dynsections.js
# /usr/share/doc/libxml++-2.6/reference/html/jquery.js
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1validity__error__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/doxygen.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_6.png
# /usr/share/doc/libxml++-2.6/reference/html/graph_legend.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Attribute__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/closed.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeEnd__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_7.png
# /usr/share/doc/libxml++-2.6/reference/html/nav_g.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CdataNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGSchema__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classlu__counter__policy__base__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_3.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Element__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidatorBase__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/nav_f.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_5.png
# /usr/share/doc/libxml++-2.6/reference/html/sync_off.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ContentNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SaxParser__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1CommentNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Document__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DtdValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityReference__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/bdwn.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeDeclaration__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1exception__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1NonCopyable__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Node__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/nav_h.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1parse__error__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaBase__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_s.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Schema__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/folderclosed.png
# /usr/share/doc/libxml++-2.6/reference/html/arrowdown.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/doc.png
# /usr/share/doc/libxml++-2.6/reference/html/folderopen.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_2.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XIncludeStart__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_0.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_a.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1internal__error__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1OutputBuffer__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_h.png
# /usr/share/doc/libxml++-2.6/reference/html/tab_b.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1RelaxNGValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1EntityDeclaration__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1DomParser__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/splitbar.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_1.png
# /usr/share/doc/libxml++-2.6/reference/html/sync_on.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Validator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1TextReader__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/arrowright.png
# /usr/share/doc/libxml++-2.6/reference/html/inherit_graph_4.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1SchemaValidator__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/bc_s.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1XsdSchema__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1Parser__inherit__graph.png
# /usr/share/doc/libxml++-2.6/reference/html/open.png
# /usr/share/doc/libxml++-2.6/reference/html/classxmlpp_1_1AttributeNode__inherit__graph.png
# /usr/share/devhelp/books/libxml++-2.6/libxml++-2.6.devhelp2

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf libxml++-docs.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libxml++-docs.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxml++.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libxml++.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxml++-docs.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libxml++-docs.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libxml++/src/libxml++-2.40.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libxml++ configure 2.40.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ef452d1ffe99
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2479: checking for a BSD-compatible install
# configure:2547: result: /usr/bin/install -c
# configure:2558: checking whether build environment is sane
# configure:2613: result: yes
# configure:2672: checking for x86_64-unknown-linux-strip
# configure:2702: result: no
# configure:2712: checking for strip
# configure:2728: found /usr/bin/strip
# configure:2739: result: strip
# configure:2764: checking for a thread-safe mkdir -p
# configure:2803: result: /usr/bin/mkdir -p
# configure:2810: checking for gawk
# configure:2826: found /usr/bin/gawk
# configure:2837: result: gawk
# configure:2848: checking whether make sets $(MAKE)
# configure:2870: result: yes
# configure:2899: checking whether make supports nested variables
# configure:2916: result: yes
# configure:3044: checking whether make supports nested variables
# configure:3061: result: yes
# configure:3073: checking whether to enable maintainer-specific portions of Makefiles
# configure:3082: result: no
# configure:3099: checking whether make supports GNU make features
# test 'success' = success
# configure:3113: result: yes
# configure:3176: checking for x86_64-unknown-linux-g++
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-c++
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-gpp
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-aCC
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-CC
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-cxx
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-cc++
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-cl.exe
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-FCC
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-KCC
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-RCC
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-xlC_r
# configure:3206: result: no
# configure:3176: checking for x86_64-unknown-linux-xlC
# configure:3206: result: no
# configure:3220: checking for g++
# configure:3236: found /usr/bin/g++
# configure:3247: result: g++
# configure:3274: checking for C++ compiler version
# configure:3283: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3294: $? = 0
# configure:3283: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3294: $? = 0
# configure:3283: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:3294: $? = 1
# configure:3283: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:3294: $? = 1
# configure:3314: checking whether the C++ compiler works
# configure:3336: g++ conftest.cpp >&5
# configure:3340: $? = 0
# configure:3388: result: yes
# configure:3391: checking for C++ compiler default output file name
# configure:3393: result: a.out
# configure:3399: checking for suffix of executables
# configure:3406: g++ -o conftest conftest.cpp >&5
# configure:3410: $? = 0
# configure:3432: result:
# configure:3454: checking whether we are cross compiling
# configure:3462: g++ -o conftest conftest.cpp >&5
# configure:3466: $? = 0
# configure:3473: ./conftest
# configure:3477: $? = 0
# configure:3492: result: no
# configure:3497: checking for suffix of object files
# configure:3519: g++ -c conftest.cpp >&5
# configure:3523: $? = 0
# configure:3544: result: o
# configure:3548: checking whether we are using the GNU C++ compiler
# configure:3567: g++ -c conftest.cpp >&5
# configure:3567: $? = 0
# configure:3576: result: yes
# configure:3585: checking whether g++ accepts -g
# configure:3605: g++ -c -g conftest.cpp >&5
# configure:3605: $? = 0
# configure:3646: result: yes
# configure:3680: checking for style of include used by make
# configure:3708: result: GNU
# configure:3734: checking dependency style of g++
# configure:3845: result: gcc3
# configure:3868: checking whether g++ supports C++11 features by default
# configure:3925: g++ -c conftest.cpp >&5
# configure:3925: $? = 0
# configure:3932: result: yes
# configure:4076: checking build system type
# configure:4090: result: x86_64-unknown-linux-gnu
# configure:4110: checking host system type
# configure:4123: result: x86_64-unknown-linux-gnu
# configure:4164: checking how to print strings
# configure:4191: result: printf
# configure:4220: checking for x86_64-unknown-linux-gcc
# configure:4250: result: no
# configure:4260: checking for gcc
# configure:4276: found /usr/bin/gcc
# configure:4287: result: gcc
# configure:4516: checking for C compiler version
# configure:4525: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4536: $? = 0
# configure:4525: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4536: $? = 0
# configure:4525: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:4536: $? = 1
# configure:4525: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:4536: $? = 1
# configure:4540: checking whether we are using the GNU C compiler
# configure:4559: gcc -c conftest.c >&5
# configure:4559: $? = 0
# configure:4568: result: yes
# configure:4577: checking whether gcc accepts -g
# configure:4597: gcc -c -g conftest.c >&5
# configure:4597: $? = 0
# configure:4638: result: yes
# configure:4655: checking for gcc option to accept ISO C89
# configure:4718: gcc -c conftest.c >&5
# configure:4718: $? = 0
# configure:4731: result: none needed
# configure:4756: checking whether gcc understands -c and -o together
# configure:4778: gcc -c conftest.c -o conftest2.o
# configure:4781: $? = 0
# configure:4778: gcc -c conftest.c -o conftest2.o
# configure:4781: $? = 0
# configure:4793: result: yes
# configure:4812: checking dependency style of gcc
# configure:4923: result: gcc3
# configure:4938: checking for a sed that does not truncate output
# configure:5002: result: /usr/bin/sed
# configure:5020: checking for grep that handles long lines and -e
# configure:5078: result: /usr/bin/grep
# configure:5083: checking for egrep
# configure:5145: result: /usr/bin/grep -E
# configure:5150: checking for fgrep
# configure:5212: result: /usr/bin/grep -F
# configure:5247: checking for ld used by gcc
# configure:5314: result: /usr/bin/ld
# configure:5321: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5336: result: yes
# configure:5348: checking for BSD- or MS-compatible name lister (nm)
# configure:5397: result: /usr/bin/nm -B
# configure:5527: checking the name lister (/usr/bin/nm -B) interface
# configure:5534: gcc -c conftest.c >&5
# configure:5537: /usr/bin/nm -B "conftest.o"
# configure:5540: output
# 0000000000000000 B some_variable
# configure:5547: result: BSD nm
# configure:5550: checking whether ln -s works
# configure:5554: result: yes
# configure:5562: checking the maximum length of command line arguments
# configure:5693: result: 1572864
# configure:5710: checking whether the shell understands some XSI constructs
# configure:5720: result: yes
# configure:5724: checking whether the shell understands "+="
# configure:5730: result: yes
# configure:5765: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5805: result: func_convert_file_noop
# configure:5812: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5832: result: func_convert_file_noop
# configure:5839: checking for /usr/bin/ld option to reload object files
# configure:5846: result: -r
# configure:5880: checking for x86_64-unknown-linux-objdump
# configure:5910: result: no
# configure:5920: checking for objdump
# configure:5936: found /usr/bin/objdump
# configure:5947: result: objdump
# configure:5976: checking how to recognize dependent libraries
# configure:6174: result: pass_all
# configure:6219: checking for x86_64-unknown-linux-dlltool
# configure:6249: result: no
# configure:6259: checking for dlltool
# configure:6289: result: no
# configure:6316: checking how to associate runtime and link libraries
# configure:6343: result: printf %s\n
# configure:6360: checking for x86_64-unknown-linux-ar
# configure:6390: result: no
# configure:6404: checking for ar
# configure:6420: found /usr/bin/ar
# configure:6431: result: ar
# configure:6468: checking for archiver @FILE support
# configure:6485: gcc -c conftest.c >&5
# configure:6485: $? = 0
# configure:6488: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6491: $? = 0
# configure:6496: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6499: $? = 1
# configure:6511: result: @
# configure:6529: checking for x86_64-unknown-linux-strip
# configure:6556: result: strip
# configure:6628: checking for x86_64-unknown-linux-ranlib
# configure:6658: result: no
# configure:6668: checking for ranlib
# configure:6684: found /usr/bin/ranlib
# configure:6695: result: ranlib
# configure:6797: checking command to parse /usr/bin/nm -B output from gcc object
# configure:6917: gcc -c conftest.c >&5
# configure:6920: $? = 0
# configure:6924: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6927: $? = 0
# configure:6993: gcc -o conftest conftest.c conftstm.o >&5
# configure:6996: $? = 0
# configure:7034: result: ok
# configure:7071: checking for sysroot
# configure:7101: result: no
# configure:7178: gcc -c conftest.c >&5
# configure:7181: $? = 0
# configure:7330: checking for x86_64-unknown-linux-mt
# configure:7360: result: no
# configure:7370: checking for mt
# configure:7400: result: no
# configure:7420: checking if : is a manifest tool
# configure:7426: : '-?'
# configure:7434: result: no
# configure:8076: checking how to run the C preprocessor
# configure:8107: gcc -E conftest.c
# configure:8107: $? = 0
# configure:8121: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8121: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | /* end confdefs.h. */
# | #include
# configure:8146: result: gcc -E
# configure:8166: gcc -E conftest.c
# configure:8166: $? = 0
# configure:8180: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:8180: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | /* end confdefs.h. */
# | #include
# configure:8209: checking for ANSI C header files
# configure:8229: gcc -c conftest.c >&5
# configure:8229: $? = 0
# configure:8302: gcc -o conftest conftest.c >&5
# configure:8302: $? = 0
# configure:8302: ./conftest
# configure:8302: $? = 0
# configure:8313: result: yes
# configure:8326: checking for sys/types.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for sys/stat.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for stdlib.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for string.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for memory.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for strings.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for inttypes.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for stdint.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8326: checking for unistd.h
# configure:8326: gcc -c conftest.c >&5
# configure:8326: $? = 0
# configure:8326: result: yes
# configure:8340: checking for dlfcn.h
# configure:8340: gcc -c conftest.c >&5
# configure:8340: $? = 0
# configure:8340: result: yes
# configure:8852: checking for objdir
# configure:8867: result: .libs
# configure:9138: checking if gcc supports -fno-rtti -fno-exceptions
# configure:9156: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:9160: $? = 0
# configure:9173: result: no
# configure:9500: checking for gcc option to produce PIC
# configure:9507: result: -fPIC -DPIC
# configure:9515: checking if gcc PIC flag -fPIC -DPIC works
# configure:9533: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9537: $? = 0
# configure:9550: result: yes
# configure:9579: checking if gcc static flag -static works
# configure:9607: result: yes
# configure:9622: checking if gcc supports -c -o file.o
# configure:9643: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9647: $? = 0
# configure:9669: result: yes
# configure:9677: checking if gcc supports -c -o file.o
# configure:9724: result: yes
# configure:9757: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10914: result: yes
# configure:10951: checking whether -lc should be explicitly linked in
# configure:10959: gcc -c conftest.c >&5
# configure:10962: $? = 0
# configure:10977: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10980: $? = 0
# configure:10994: result: no
# configure:11154: checking dynamic linker characteristics
# configure:11654: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11654: $? = 0
# configure:11888: result: GNU/Linux ld.so
# configure:11995: checking how to hardcode library paths into programs
# configure:12020: result: immediate
# configure:12114: checking for shl_load
# configure:12114: gcc -o conftest conftest.c >&5
# /tmp/cc1hPTsb.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `shl_load'
# collect2: error: ld returned 1 exit status
# configure:12114: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:12114: result: no
# configure:12118: checking for shl_load in -ldld
# configure:12143: gcc -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# collect2: error: ld returned 1 exit status
# configure:12143: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:12152: result: no
# configure:12157: checking for dlopen
# configure:12157: gcc -o conftest conftest.c >&5
# /tmp/ccjQ1EAm.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:12157: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:12157: result: no
# configure:12161: checking for dlopen in -ldl
# configure:12186: gcc -o conftest conftest.c -ldl >&5
# configure:12186: $? = 0
# configure:12195: result: yes
# configure:12314: checking whether a program can dlopen itself
# configure:12394: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:12397: $? = 0
# configure:12415: result: yes
# configure:12420: checking whether a statically linked program can dlopen itself
# configure:12500: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/ccNZzRbw.o: In function `main':
# conftest.c:(.text+0x1e): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# collect2: error: ld returned 1 exit status
# configure:12503: $? = 1
# configure:12521: result: no
# configure:12560: checking whether stripping libraries is possible
# configure:12565: result: yes
# configure:12600: checking if libtool supports shared libraries
# configure:12602: result: yes
# configure:12605: checking whether to build shared libraries
# configure:12626: result: yes
# configure:12629: checking whether to build static libraries
# configure:12633: result: no
# configure:12656: checking how to run the C++ preprocessor
# configure:12683: g++ -E conftest.cpp
# configure:12683: $? = 0
# configure:12697: g++ -E conftest.cpp
# conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12697: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12722: result: g++ -E
# configure:12742: g++ -E conftest.cpp
# configure:12742: $? = 0
# configure:12756: g++ -E conftest.cpp
# conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12756: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxml++"
# | #define PACKAGE_TARNAME "libxml++"
# | #define PACKAGE_VERSION "2.40.1"
# | #define PACKAGE_STRING "libxml++ 2.40.1"
# | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# | #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# | #define LIBXMLXX_MAJOR_VERSION 2
# | #define LIBXMLXX_MINOR_VERSION 40
# | #define LIBXMLXX_MICRO_VERSION 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12925: checking for ld used by g++
# configure:12992: result: /usr/bin/ld -m elf_x86_64
# configure:12999: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13014: result: yes
# configure:13069: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14071: result: yes
# configure:14107: g++ -c conftest.cpp >&5
# configure:14110: $? = 0
# configure:14630: checking for g++ option to produce PIC
# configure:14637: result: -fPIC -DPIC
# configure:14645: checking if g++ PIC flag -fPIC -DPIC works
# configure:14663: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14667: $? = 0
# configure:14680: result: yes
# configure:14703: checking if g++ static flag -static works
# configure:14731: result: yes
# configure:14743: checking if g++ supports -c -o file.o
# configure:14764: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14768: $? = 0
# configure:14790: result: yes
# configure:14795: checking if g++ supports -c -o file.o
# configure:14842: result: yes
# configure:14872: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14911: result: yes
# configure:15052: checking dynamic linker characteristics
# configure:15720: result: GNU/Linux ld.so
# configure:15773: checking how to hardcode library paths into programs
# configure:15798: result: immediate
# configure:15873: checking for x86_64-unknown-linux-pkg-config
# configure:15906: result: no
# configure:15916: checking for pkg-config
# configure:15934: found /usr/bin/pkg-config
# configure:15946: result: /usr/bin/pkg-config
# configure:15971: checking pkg-config is at least version 0.9.0
# configure:15974: result: yes
# configure:15984: checking for LIBXMLXX
# configure:15991: $PKG_CONFIG --exists --print-errors "$LIBXMLXX_MODULES"
# configure:15994: $? = 0
# configure:16008: $PKG_CONFIG --exists --print-errors "$LIBXMLXX_MODULES"
# configure:16011: $? = 0
# configure:16069: result: yes
# configure:16084: checking string usability
# configure:16084: g++ -c conftest.cpp >&5
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking string presence
# configure:16084: g++ -E conftest.cpp
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking for string
# configure:16084: result: yes
# configure:16084: checking list usability
# configure:16084: g++ -c conftest.cpp >&5
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking list presence
# configure:16084: g++ -E conftest.cpp
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking for list
# configure:16084: result: yes
# configure:16084: checking map usability
# configure:16084: g++ -c conftest.cpp >&5
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking map presence
# configure:16084: g++ -E conftest.cpp
# configure:16084: $? = 0
# configure:16084: result: yes
# configure:16084: checking for map
# configure:16084: result: yes
# configure:16097: checking whether C++ library supports std::exception_ptr
# configure:16126: g++ -c conftest.cpp >&5
# configure:16126: $? = 0
# configure:16135: result: yes
# configure:16147: checking for perl
# configure:16165: found /usr/bin/perl
# configure:16178: result: /usr/bin/perl
# configure:16189: checking for dot
# configure:16207: found /usr/bin/dot
# configure:16220: result: /usr/bin/dot
# configure:16230: checking for doxygen
# configure:16248: found /usr/bin/doxygen
# configure:16261: result: /usr/bin/doxygen
# configure:16271: checking for xsltproc
# configure:16289: found /usr/bin/xsltproc
# configure:16302: result: /usr/bin/xsltproc
# configure:16363: checking for libstdc documentation
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# Package mm-common-libstdc++ was not found in the pkg-config search path.
# Perhaps you should add the directory containing `mm-common-libstdc++.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'mm-common-libstdc++' found
# configure:16419: result: libstdc++.tag@
# configure:16427: WARNING: Location of external libstdc documentation not set
# configure:16449: checking for libsigc documentation
# configure:16505: result: /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
# configure:16535: checking for glibmm documentation
# configure:16591: result: /usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag@file:///usr/share/doc/glibmm-2.4/reference/html
# configure:16637: checking which C++ compiler warning flags to use
# configure:16692: result: -Wall
# configure:16708: Deprecated API will be built, for backwards-compatibility.
# configure:16728: checking for xmllint
# configure:16746: found /usr/bin/xmllint
# configure:16759: result: /usr/bin/xmllint
# configure:16772: checking for db2latex
# configure:16805: result: no
# configure:16772: checking for docbook2latex
# configure:16805: result: no
# configure:16945: checking that generated files are newer than configure
# configure:16951: result: done
# configure:16994: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libxml++ config.status 2.40.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ef452d1ffe99
#
# config.status:1197: creating Makefile
# config.status:1197: creating libxml++/Makefile
# config.status:1197: creating examples/Makefile
# config.status:1197: creating tests/Makefile
# config.status:1197: creating docs/Makefile
# config.status:1197: creating docs/reference/Doxyfile
# config.status:1197: creating MSVC_Net2010/libxml++/libxml++.rc
# config.status:1197: creating libxml++-2.6.pc
# config.status:1197: creating config.h
# config.status:1197: creating libxml++config.h
# config.status:1426: executing depfiles commands
# config.status:1426: executing libtool commands
# config.status:1426: executing MSVC_Net2010/libxml++/libxml++config.h commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_ACLOCAL_FLAGS_set=
# ac_cv_env_ACLOCAL_FLAGS_value=
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_DB2LATEX_set=
# ac_cv_env_DB2LATEX_value=
# ac_cv_env_DOT_set=
# ac_cv_env_DOT_value=
# ac_cv_env_DOXYGEN_set=
# ac_cv_env_DOXYGEN_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LIBXMLXX_CFLAGS_set=
# ac_cv_env_LIBXMLXX_CFLAGS_value=
# ac_cv_env_LIBXMLXX_LIBS_set=
# ac_cv_env_LIBXMLXX_LIBS_value=
# ac_cv_env_PERL_set=
# ac_cv_env_PERL_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_XMLLINT_set=
# ac_cv_env_XMLLINT_value=
# ac_cv_env_XSLTPROC_set=
# ac_cv_env_XSLTPROC_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_dlopen=no
# ac_cv_func_shl_load=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_list=yes
# ac_cv_header_map=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_objext=o
# ac_cv_path_DOT=/usr/bin/dot
# ac_cv_path_DOXYGEN=/usr/bin/doxygen
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XMLLINT=/usr/bin/xmllint
# ac_cv_path_XSLTPROC=/usr/bin/xsltproc
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_cxx_compile_cxx11=yes
# libxmlxx_cv_cxx_has_exception_ptr=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_LIBXMLXX_CFLAGS='-I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include'
# pkg_cv_LIBXMLXX_LIBS='-lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing aclocal-1.14'
# ACLOCAL_FLAGS=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing automake-1.14'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DB2LATEX='db2latex'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DISABLE_DEPRECATED_API_FALSE=''
# DISABLE_DEPRECATED_API_TRUE='#'
# DIST_DOCTOOLS_FALSE='#'
# DIST_DOCTOOLS_TRUE=''
# DLLTOOL='false'
# DOCINSTALL_FLAGS='-l '\''libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html/'\'' -l '\''glibmm-2.4.tag@file:///usr/share/doc/glibmm-2.4/reference/html/'\'''
# DOT='/usr/bin/dot'
# DOXYGEN='/usr/bin/doxygen'
# DOXYGEN_TAGFILES='"libstdc++.tag" "/usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag=http://library.gnome.org/devel/libsigc++/unstable" "/usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag=http://library.gnome.org/devel/glibmm/unstable"'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_DOCUMENTATION_FALSE='#'
# ENABLE_DOCUMENTATION_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_CXX11=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBXMLXX_API_VERSION='2.6'
# LIBXMLXX_CFLAGS='-I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include'
# LIBXMLXX_LIBS='-lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0'
# LIBXMLXX_MAJOR_VERSION='2'
# LIBXMLXX_MICRO_VERSION='1'
# LIBXMLXX_MINOR_VERSION='40'
# LIBXMLXX_MODULES='libxml-2.0 >= 2.7.7 glibmm-2.4 >= 2.32.0'
# LIBXMLXX_MODULE_NAME='libxml++-2.6'
# LIBXMLXX_SO_VERSION='2:7:0'
# LIBXMLXX_VERSION='2.40.1'
# LIBXMLXX_WXXFLAGS='-Wall'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MMDOCTOOLDIR='${top_srcdir}/docs'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libxml++'
# PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B'
# PACKAGE_NAME='libxml++'
# PACKAGE_STRING='libxml++ 2.40.1'
# PACKAGE_TARNAME='libxml++'
# PACKAGE_URL='http://libxmlplusplus.sourceforge.net/'
# PACKAGE_VERSION='2.40.1'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.40.1'
# XMLLINT='/usr/bin/xmllint'
# XSLTPROC='/usr/bin/xsltproc'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libxml++/src/libxml++-2.40.1/build/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libxml++"
# #define PACKAGE_TARNAME "libxml++"
# #define PACKAGE_VERSION "2.40.1"
# #define PACKAGE_STRING "libxml++ 2.40.1"
# #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B"
# #define PACKAGE_URL "http://libxmlplusplus.sourceforge.net/"
# #define LIBXMLXX_MAJOR_VERSION 2
# #define LIBXMLXX_MINOR_VERSION 40
# #define LIBXMLXX_MICRO_VERSION 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_STRING 1
# #define HAVE_LIST 1
# #define HAVE_MAP 1
# #define LIBXMLXX_HAVE_EXCEPTION_PTR 1
# #define LIBXMLCPP_EXCEPTIONS_ENABLED 1
#
# configure: exit 0