Thursday, June 7, 2018

Building libxml2 2.98

The basic building strategy and general assumptions have been detailed on a previous post: Staged Building:

 $ pwd
/stage/build

$ ./gnu-build-preparation ../source/.../libxml2-2.9.8.tar.gz
...

$ cd libxml2/libxml2-2.9.8-32

$ source ../setenv-2.9.8 32

Configuration file [version 4]: /stage/build/libxml2/ld.config-32 
 Platform:     32-bit LSB 80386
 Default Library Path (ELF):   /opt/gnu/lib:/opt/usr/lib:/lib:/usr/lib
 Trusted Directories (ELF):    /lib/secure:/usr/lib/secure  (... default)

Command line:
  crle 

   -c /stage/build/libxml2/ld.config-32 
   -l /opt/gnu/lib:/opt/usr/lib:/lib:/usr/lib

LD_CONFIG_32=/stage/build/libxml2/ld.config-32

CONFIG_SHELL=

CC=/usr/bin/gcc CFLAGS=-m32 -march=nocona -mtune=nocona -std=gnu99

CXX=/usr/bin/g++ CXXFLAGS=-m32 -march=nocona -mtune=nocona -std=gnu++98

LD=/usr/bin/ld LDFLAGS=-m32 -march=nocona -mtune=nocona

PATH=/opt/gnu/bin:/opt/usr/bin:/usr/gnu/bin:/usr/bin:/usr/sbin

PKG_CONFIG_PATH=/opt/usr/lib/pkgconfig

Suggested build sequence:

Fine-tune/fix config.h.in, Makefile.in and others...

$ ./configure \
    --build=i386-pc-solaris2.11 \
    --prefix=/opt/... \
    ...

$ gmake -j2

$ su
# source ../setenv-2.9.8 32

For IPS package:

# gmake DESTDIR=/stage/prototype/libxml2/2.9.8/32 install

For immediate use:

# gmake install
# zfs snapshot -r .../opt/...@libxml2-2.9.8


$ ./configure \
  --build=i386-pc-solaris2.11 \
  --prefix=/opt/usr \
  --with-thread-alloc \  
  --with-python=/opt/usr \
  --with-zlib=/opt/usr \
  --with-fexceptions
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/gnu/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 for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc... gcc3
checking whether ln -s works... yes
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for mv... /usr/gnu/bin/mv
checking for tar... /usr/gnu/bin/tar
checking for perl... /usr/bin/perl
checking for wget... /usr/bin/wget
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for pkg-config... /opt/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by /usr/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/gnu/bin/nm -B
checking the name lister (/usr/gnu/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop
checking how to convert i386-pc-solaris2.11 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/gnu/bin/nm -B output from /usr/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/gnu/bin/dd
checking how to truncate binary pipes... /usr/gnu/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... no
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
Checking zlib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
Checking lzma
checking for LZMA... no
checking lzma.h usability... no
checking lzma.h presence... no
checking for lzma.h... no
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking types
checking for uint32_t... yes
Checking libraries
checking for strftime... yes
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... yes
checking for signal... yes
checking for rand... yes
checking for rand_r... yes
checking for srand... yes
checking for time... yes
checking for isascii... yes
checking for mmap... yes
checking for munmap... yes
checking for putenv... yes
checking for va_copy... yes
checking whether va_list is an array type... no
checking for library containing gethostent... -lnsl
checking for library containing setsockopt... -lsocket
checking for library containing connect... none required
checking for type of socket length (socklen_t)... socklen_t *
checking for const gethostbyname() argument... yes
checking for const send() second argument... yes
checking whether to enable IPv6... yes
checking struct sockaddr::ss_family... yes
checking for getaddrinfo... yes
checking for isnan... yes
checking for isinf... no
checking for isinf in -lm... no
Found python in /opt/usr/bin/python
Found Python version 2.7
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
Enabled Schematron support
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration...
        extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
Disabling ICU support
Enabled Schemas/Relax-NG support
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
Disabling code coverage for GCC
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/devhelp/Makefile
config.status: creating example/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating libxml2-config.cmake
config.status: creating python/setup.py
config.status: creating xml2-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Done configuring


NOTE
If under Solaris 11 Express with GCC 3.4.3, then one needs to tweak the Makefile:491 in order to remove an unsupported compilation flag: -Wno-array-bounds
$ gmake -j2
gmake  all-recursive
gmake[1]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32'
Making all in include
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
Making all in libxml
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include/libxml'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include/libxml'
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
Making all in .
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32'
  CC       SAX.lo
  CC       entities.lo
  CC       encoding.lo
  CC       error.lo
  CC       parserInternals.lo
  CC       parser.lo
  CC       tree.lo
  CC       hash.lo
  CC       list.lo
  CC       xmlIO.lo
  CC       xmlmemory.lo
  CC       uri.lo
  CC       valid.lo
  CC       xlink.lo
  CC       HTMLparser.lo
  CC       HTMLtree.lo
  CC       debugXML.lo
  CC       xpath.lo
  CC       xpointer.lo
xpath.c: In function `xmlXPathRegisterFuncNS':
xpath.c:4884: warning: ISO C forbids conversion of function pointer to object pointer type
xpath.c: In function `xmlXPathFunctionLookupNS':
xpath.c:4967: warning: ISO C forbids conversion of object pointer to function pointer type
  CC       xinclude.lo
  CC       nanohttp.lo
  CC       nanoftp.lo
  CC       catalog.lo
  CC       globals.lo
  CC       threads.lo
  CC       c14n.lo
  CC       xmlstring.lo
  CC       buf.lo
  CC       xmlregexp.lo
  CC       xmlschemas.lo
  CC       xmlschemastypes.lo
  CC       xmlunicode.lo
  CC       relaxng.lo
  CC       xmlreader.lo
  CC       dict.lo
  CC       SAX2.lo
  CC       xmlwriter.lo
  CC       legacy.lo
  CC       chvalid.lo
  CC       pattern.lo
  CC       xmlsave.lo
  CC       xmlmodule.lo
  CC       schematron.lo
  CC       xzlib.lo
  CC       testdso.lo
  CC       xmllint.o
  CC       xmlcatalog.o
sed -e 's?\@XML_LIBDIR\@?-L/opt/usr/lib -R/opt/usr/lib?g' \
            -e 's?\@XML_INCLUDEDIR\@?-I/opt/usr/include/libxml2?g' \
            -e 's?\@VERSION\@?2.9.8?g' \
            -e 's?\@XML_LIBS\@?-lxml2 -L/opt/usr/lib -R/opt/usr/lib -lz  -lpthread   -lm -lsocket -lnsl ?g' \
               < ./xml2Conf.sh.in > xml2Conf.tmp \
        && mv xml2Conf.tmp xml2Conf.sh
  CCLD     libxml2.la
  CCLD     testdso.la
  CCLD     xmllint
  CCLD     xmlcatalog
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32'
Making all in doc
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
Making all in .
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
Making all in devhelp
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/devhelp'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/devhelp'
Making all in examples
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/examples'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/examples'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
Making all in example
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/example'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/example'
Making all in xstc
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/xstc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/xstc'
Making all in python
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake  all-recursive
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
Making all in .
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
  CC       libxml2-py.lo
  CC       libxml.lo
  CC       types.lo
  CCLD     libxml2mod.la
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
Making all in tests
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python/tests'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python/tests'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake[1]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32'


$ su
...

# source ../setenv-2.9.8

...

# gmake check
...
 
# gmake install
gmake  install-recursive
gmake[1]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32'
Making install in include
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
Making install in libxml
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include/libxml'
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include/libxml'
gmake[4]: Nothing to be done for `install-exec-am'.
 /usr/gnu/bin/mkdir -p '/opt/usr/include/libxml2/libxml'
 /usr/bin/ginstall -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/opt/usr/include/libxml2/libxml'
 /usr/bin/ginstall -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/opt/usr/include/libxml2/libxml'
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include/libxml'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include/libxml'
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/include'
Making install in .
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32'
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32'
 /usr/gnu/bin/mkdir -p '/opt/usr/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/ginstall -c   libxml2.la '/opt/usr/lib'
libtool: install: /usr/bin/ginstall -c .libs/libxml2.so.2.9.8 /opt/usr/lib/libxml2.so.2.9.8
libtool: install: (cd /opt/usr/lib && { ln -s -f libxml2.so.2.9.8 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.9.8 libxml2.so.2; }; })
libtool: install: (cd /opt/usr/lib && { ln -s -f libxml2.so.2.9.8 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.9.8 libxml2.so; }; })
libtool: install: chmod +x /opt/usr/lib/libxml2.so.2.9.8
libtool: install: /usr/bin/ginstall -c .libs/libxml2.lai /opt/usr/lib/libxml2.la
libtool: install: /usr/bin/ginstall -c .libs/libxml2.a /opt/usr/lib/libxml2.a
libtool: install: chmod 644 /opt/usr/lib/libxml2.a
libtool: install: ranlib /opt/usr/lib/libxml2.a
 /usr/gnu/bin/mkdir -p '/opt/usr/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/ginstall -c xmllint xmlcatalog '/opt/usr/bin'
libtool: install: /usr/bin/ginstall -c .libs/xmllint /opt/usr/bin/xmllint
libtool: install: /usr/bin/ginstall -c .libs/xmlcatalog /opt/usr/bin/xmlcatalog
 /usr/gnu/bin/mkdir -p '/opt/usr/bin'
 /usr/bin/ginstall -c xml2-config '/opt/usr/bin'
 /usr/gnu/bin/mkdir -p '/opt/usr/lib'
 /usr/bin/ginstall -c -m 644 xml2Conf.sh '/opt/usr/lib'
 /usr/gnu/bin/mkdir -p '/opt/usr/lib/cmake/libxml2'
 /usr/bin/ginstall -c -m 644 libxml2-config.cmake '/opt/usr/lib/cmake/libxml2'
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8
/usr/bin/ginstall -c -m 0644 ./Copyright /opt/usr/share/doc/libxml2-2.9.8
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8/examples
/usr/bin/ginstall -c -m 0644 ./xmllint.c /opt/usr/share/doc/libxml2-2.9.8/examples
/usr/bin/ginstall -c -m 0644 ./testSAX.c /opt/usr/share/doc/libxml2-2.9.8/examples
/usr/bin/ginstall -c -m 0644 ./testHTML.c /opt/usr/share/doc/libxml2-2.9.8/examples
/usr/bin/ginstall -c -m 0644 ./testXPath.c /opt/usr/share/doc/libxml2-2.9.8/examples
 /usr/gnu/bin/mkdir -p '/opt/usr/share/aclocal'
 /usr/bin/ginstall -c -m 644 libxml.m4 '/opt/usr/share/aclocal'
 /usr/gnu/bin/mkdir -p '/opt/usr/share/man/man1'
 /usr/bin/ginstall -c -m 644 xml2-config.1 '/opt/usr/share/man/man1'
 /usr/gnu/bin/mkdir -p '/opt/usr/share/man/man3'
 /usr/bin/ginstall -c -m 644 libxml.3 '/opt/usr/share/man/man3'
 /usr/gnu/bin/mkdir -p '/opt/usr/lib/pkgconfig'
 /usr/bin/ginstall -c -m 644 libxml-2.0.pc '/opt/usr/lib/pkgconfig'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32'
Making install in doc
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
Making install in .
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
gmake[4]: Nothing to be done for `install-exec-am'.
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8/html
/usr/bin/ginstall -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /opt/usr/share/doc/libxml2-2.9.8/html
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8/html/html
/usr/bin/ginstall -c -m 0644 ./html/*.html /opt/usr/share/doc/libxml2-2.9.8/html/html
/usr/bin/ginstall -c -m 0644 ./html/*.png /opt/usr/share/doc/libxml2-2.9.8/html/html
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8/html/tutorial
/usr/bin/ginstall -c -m 0644 ./tutorial/*.* \
                /opt/usr/share/doc/libxml2-2.9.8/html/tutorial
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8/html/tutorial/images
/usr/bin/ginstall -c -m 0644 ./tutorial/images/*.* \
                /opt/usr/share/doc/libxml2-2.9.8/html/tutorial/images
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8/html/tutorial/images/callouts
/usr/bin/ginstall -c -m 0644 ./tutorial/images/callouts/*.* \
                /opt/usr/share/doc/libxml2-2.9.8/html/tutorial/images/callouts
 /usr/gnu/bin/mkdir -p '/opt/usr/share/man/man1'
 /usr/bin/ginstall -c -m 644 xmllint.1 xmlcatalog.1 '/opt/usr/share/man/man1'
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
Making install in devhelp
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/devhelp'
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/devhelp'
gmake[4]: Nothing to be done for `install-exec-am'.
 /usr/gnu/bin/mkdir -p '/opt/usr/share/gtk-doc/html/libxml2'
 /usr/bin/ginstall -c -m 644 libxml2.devhelp general.html index.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html '/opt/usr/share/gtk-doc/html/libxml2'
 /usr/bin/ginstall -c -m 644 libxml2-xmlsave.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png up.png style.css '/opt/usr/share/gtk-doc/html/libxml2'
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/devhelp'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/devhelp'
Making install in examples
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/examples'
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/examples'
gmake[4]: Nothing to be done for `install-exec-am'.
/usr/gnu/bin/mkdir -p /opt/usr/share/doc/libxml2-2.9.8/html
/usr/bin/ginstall -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /opt/usr/share/doc/libxml2-2.9.8/html
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/examples'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc/examples'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/doc'
Making install in example
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/example'
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/example'
gmake[3]: Nothing to be done for `install-exec-am'.
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/example'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/example'
Making install in xstc
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/xstc'
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/xstc'
gmake[3]: Nothing to be done for `install-exec-am'.
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/xstc'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/xstc'
Making install in python
gmake[2]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake  install-recursive
gmake[3]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
Making install in .
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake[5]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake[5]: Nothing to be done for `install-exec-am'.
 /usr/gnu/bin/mkdir -p '/opt/usr/share/doc/libxml2-python-2.9.8'
 /usr/bin/ginstall -c -m 644 TODO '/opt/usr/share/doc/libxml2-python-2.9.8'
 /usr/gnu/bin/mkdir -p '/opt/usr/lib/python2.7/site-packages'
 /usr/bin/ginstall -c -m 644 drv_libxml2.py libxml2.py '/opt/usr/lib/python2.7/site-packages'
 /usr/gnu/bin/mkdir -p '/opt/usr/lib/python2.7/site-packages'
 /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c   libxml2mod.la '/opt/usr/lib/python2.7/site-packages'
libtool: warning: relinking 'libxml2mod.la'
libtool: install: (cd /stage/build/libxml2/libxml2-2.9.8-32/python; /bin/sh "/stage/build/libxml2/libxml2-2.9.8-32/libtool"  --silent --tag CC --mode=relink /usr/bin/gcc -m32 -march=nocona -mtune=nocona -std=gnu99 -module -avoid-version ../libxml2.la -lpython2.7 -lsocket -lnsl -ldl -lm -m32 -march=nocona -mtune=nocona -L/opt/usr/lib -o libxml2mod.la -rpath /opt/usr/lib/python2.7/site-packages libxml.lo libxml2-py.lo types.lo -lsocket -lnsl )
libtool: install: /usr/bin/ginstall -c .libs/libxml2mod.soT /opt/usr/lib/python2.7/site-packages/libxml2mod.so
libtool: install: chmod +x /opt/usr/lib/python2.7/site-packages/libxml2mod.so
libtool: install: /usr/bin/ginstall -c .libs/libxml2mod.lai /opt/usr/lib/python2.7/site-packages/libxml2mod.la
libtool: install: /usr/bin/ginstall -c .libs/libxml2mod.a /opt/usr/lib/python2.7/site-packages/libxml2mod.a
libtool: install: chmod 644 /opt/usr/lib/python2.7/site-packages/libxml2mod.a
libtool: install: ranlib /opt/usr/lib/python2.7/site-packages/libxml2mod.a
gmake[5]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
Making install in tests
gmake[4]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python/tests'
gmake[5]: Entering directory `/stage/build/libxml2/libxml2-2.9.8-32/python/tests'
gmake[5]: Nothing to be done for `install-exec-am'.
 /usr/gnu/bin/mkdir -p '/opt/usr/share/doc/libxml2-python-2.9.8/examples'
 /usr/bin/ginstall -c -m 644 build.py attribs.py tst.py tstxpath.py xpathext.py push.py pushSAX.py pushSAXhtml.py error.py serialize.py validate.py tstURI.py cutnpaste.py xpathret.py xpath.py outbuf.py inbuf.py input_callback.py resolver.py regexp.py reader.py reader2.py reader3.py reader4.py reader5.py reader6.py reader7.py reader8.py readernext.py walker.py nsdel.py ctxterror.py readererr.py relaxng.py schema.py thread2.py sync.py tstLastError.py indexes.py dtdvalid.py '/opt/usr/share/doc/libxml2-python-2.9.8/examples'
 /usr/bin/ginstall -c -m 644 tstmem.py validDTD.py validSchemas.py validRNG.py compareNodes.py xpathns.py xpathleak.py tst.xml valid.xml invalid.xml test.dtd '/opt/usr/share/doc/libxml2-python-2.9.8/examples'
gmake[5]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python/tests'
gmake[4]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python/tests'
gmake[3]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake[2]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32/python'
gmake[1]: Leaving directory `/stage/build/libxml2/libxml2-2.9.8-32'


# zfs snapshot -r .../opt/usr@libxml2-2.9.8