Bug#399482: libcommoncpp2: build process cannot find ldconfig

Scott Edwards debian at foss.daxal.com
Sun Nov 19 18:17:20 CET 2006


Package: libcommoncpp2
Severity: serious
Justification: no longer builds from source

This build env attempts to make a simple backport from etch for sarge.
It appears it's trying to use ldconfig when it's really in /sbin.  I as
always attempt to build as a normal user under a chroot env that's
debootstrapped for pristine results...

Also, the build deps don't say anything about libtool.  I installed
it just in case.
ii  libtool        1.5.6-6        Generic library support script

And folling is the full transcript (appologies if it's too much...)

Script started on Sun 19 Nov 2006 09:58:04 AM MST
riddle:~# chroot /usr/local/sarge su - debian
debian at riddle:/usr/local/src$ cd etch
debian at riddle:/usr/local/src/etch$ rm -Rf libcommoncpp2-1.4.3/
debian at riddle:/usr/local/src/etch$ apt-get source libcommoncpp2
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 870kB of source archives.
Get:1 http://ftp.debian.org etch/main libcommoncpp2 1.4.3-1 (dsc) [753B]
Get:2 http://ftp.debian.org etch/main libcommoncpp2 1.4.3-1 (tar) [855kB]
Get:3 http://ftp.debian.org etch/main libcommoncpp2 1.4.3-1 (diff) [14.6kB]
Fetched 3B in 0s (3B/s) 
dpkg-source: extracting libcommoncpp2 in libcommoncpp2-1.4.3
debian at riddle:/usr/local/src/etch$ cd libcommoncpp2-1.4.3/
debian at riddle:/usr/local/src/etch/libcommoncpp2-1.4.3$ dpkg-buildpackage -rfakeroot -uc -us
dpkg-buildpackage: source package is libcommoncpp2
dpkg-buildpackage: source version is 1.4.3-1
dpkg-buildpackage: source maintainer is Mark Purcell <msp at debian.org>
dpkg-buildpackage: host architecture is i386
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp 
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make[1]: *** No rule to make target `distclean'.  Stop.
make[1]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make: [clean-patched] Error 2 (ignored)
# Cleanup what distclean doesn't :-)
rm -f Makefile */Makefile freebsd/pkg-plist include/cc++/config.tmp \
        include/cc++/config.h ccgnu-config.8
rm -f doc/html/* doc/man/man3/* doc/latex/*
dh_clean
dpatch  deapply-all  
01_debian not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
 dpkg-source -b libcommoncpp2-1.4.3
dpkg-source: building libcommoncpp2 using existing libcommoncpp2_1.4.3.orig.tar.gz
dpkg-source: building libcommoncpp2 in libcommoncpp2_1.4.3-1.diff.gz
dpkg-source: building libcommoncpp2 in libcommoncpp2_1.4.3-1.dsc
 debian/rules build
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch 01_debian to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
# Add here commands to configure the package.
test -r /usr/share/misc/config.sub && \
  cp -f /usr/share/misc/config.sub autoconf/config.sub
test -r /usr/share/misc/config.guess && \
  cp -f /usr/share/misc/config.guess autoconf/config.guess
./configure --host=i386-linux --build=i386-linux \
--prefix=/usr --mandir=\${prefix}/share/man \
        --infodir=\${prefix}/share/info CFLAGS="" CXXFLAGS=""
checking build system type... i386-pc-linux-gnu
checking host system type... i386-pc-linux-gnu
checking target system type... i386-pc-linux-gnu
checking for i386-linux-gcc... i386-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-linux-gcc accepts -g... yes
checking for i386-linux-gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... i386-linux-gcc -E
checking for i386-linux-gcc... (cached) i386-linux-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i386-linux-gcc accepts -g... (cached) yes
checking for i386-linux-gcc option to accept ANSI C... (cached) none needed
checking for i386-linux-g++... i386-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-linux-g++ accepts -g... yes
checking how to run the C++ preprocessor... i386-linux-g++ -E
checking for i386-linux-g++... (cached) i386-linux-g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether i386-linux-g++ accepts -g... (cached) yes
checking for egrep... grep -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 i386-linux-gcc... (cached) i386-linux-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i386-linux-gcc accepts -g... (cached) yes
checking for i386-linux-gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... i386-linux-gcc -E
checking for library containing strerror... none required
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for MSC environment... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by i386-linux-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... i386-linux-g++ -E
checking for i386-linux-g77... no
checking for i386-linux-f77... no
checking for i386-linux-xlf... no
checking for i386-linux-frt... no
checking for i386-linux-pgf77... no
checking for i386-linux-fort77... no
checking for i386-linux-fl32... no
checking for i386-linux-af77... no
checking for i386-linux-f90... no
checking for i386-linux-xlf90... no
checking for i386-linux-pgf90... no
checking for i386-linux-epcf90... no
checking for i386-linux-f95... no
checking for i386-linux-fort... no
checking for i386-linux-xlf95... no
checking for i386-linux-ifc... no
checking for i386-linux-efc... no
checking for i386-linux-pgf95... no
checking for i386-linux-lf95... no
checking for i386-linux-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from i386-linux-gcc object... ok
checking for objdir... .libs
checking for i386-linux-ar... no
checking for ar... ar
checking for i386-linux-ranlib... no
checking for ranlib... ranlib
checking for i386-linux-strip... no
checking for strip... strip
checking if i386-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for i386-linux-gcc option to produce PIC... -fPIC
checking if i386-linux-gcc PIC flag -fPIC works... yes
checking if i386-linux-gcc static flag -static works... yes
checking if i386-linux-gcc supports -c -o file.o... yes
checking whether the i386-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i386-linux-g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the i386-linux-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for i386-linux-g++ option to produce PIC... -fPIC
checking if i386-linux-g++ PIC flag -fPIC works... yes
checking if i386-linux-g++ static flag -static works... yes
checking if i386-linux-g++ supports -c -o file.o... yes
checking whether the i386-linux-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of i386-linux-gcc... gcc3
checking dependency style of i386-linux-g++... gcc3
checking for i386-linux-ranlib... ranlib
checking for genorated automake files... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Win32 gnu environment... no
checking whether system meets Posix.1... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking bits/wordsize.h usability... yes
checking bits/wordsize.h presence... yes
checking for bits/wordsize.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for sigaction... yes
checking for setitimer... yes
checking for sigwait... yes
checking bsd/signal.h usability... no
checking bsd/signal.h presence... no
checking for bsd/signal.h... no
checking return type of signal handlers... void
checking whether sigwait has 2 arguments... yes
checking for strcasecmp... yes
checking for strings.h... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for getopt... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long in -lgnugetopt... no
checking for getopt_long... yes
checking for dlfcn.h... (cached) yes
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking sys/atomic_op.h usability... no
checking sys/atomic_op.h presence... no
checking for sys/atomic_op.h... no
checking sys/atomic.h usability... no
checking sys/atomic.h presence... no
checking for sys/atomic.h... no
checking bits/atomicity.h usability... yes
checking bits/atomicity.h presence... yes
checking for bits/atomicity.h... yes
checking for _Atomic_word... yes
checking for __gnu_cxx::_Atomic_word... no
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... no
checking whether i386-linux-gcc accepts -kthread... no
checking whether i386-linux-gcc accepts -pthread... yes
checking for pthread_self in -lpthread... yes
checking for pthread_mach_thread_np in -lpthread... no
checking for nanosleep in -lpthread... yes
checking for mlockall in -lrt... yes
checking if more special flags are required for pthreads... no
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/sched.h usability... no
checking sys/sched.h presence... no
checking for sys/sched.h... no
checking for sched_getscheduler... yes
checking for recursive mutex type support... linux
checking for pthread_mutexattr_settype in -lpthread... yes
checking for pthread_rwlock_init in -lpthread... yes
checking for pread in -lc... yes
checking for pthread_suspend in -lpthread... no
checking for pthread_attr_setstacksize in -lpthread... yes
checking for pthread_yield_np in -lpthread... no
checking for pthread_yield in -lpthread... yes
checking for pthread_cancel in -lpthread... yes
checking for pthread_setcanceltype in -lpthread... yes
checking for pthread_delay_np in -lpthread... no
checking for setenv... yes
checking for localtime_r in -lpthread... yes
checking for readdir_r in -lpthread... yes
checking for strerror_r in -lpthread... yes
checking for getpwuid_r in -lpthread... yes
checking for getgrnam_r in -lpthread... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking for poll... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking select.h usability... no
checking select.h presence... no
checking for select.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking netinet/inet.h usability... no
checking netinet/inet.h presence... no
checking for netinet/inet.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for socket in -lsocket... no
checking for getaddrinfo in -lc... yes
checking netinet6/in6.h usability... no
checking netinet6/in6.h presence... no
checking for netinet6/in6.h... no
checking linux/in6.h usability... yes
checking linux/in6.h presence... yes
checking for linux/in6.h... yes
checking for inet_pton in -lc... yes
checking for gethostbyname2 in -lc... yes
checking sys/libcsys.h usability... no
checking sys/libcsys.h presence... no
checking for sys/libcsys.h... no
checking for inet_aton in -lc... yes
checking for socklen_t defined... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for net/if.h... (cached) yes
checking for linux/netfilter_ipv4.h... yes
checking for linux/netfilter_ipv6.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for xml2-config... /usr/bin/xml2-config
checking for valid libxml2... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking syslog.hposix_evlog.h usability... no
checking syslog.hposix_evlog.h presence... no
checking for syslog.hposix_evlog.h... no
checking ss.h usability... no
checking ss.h presence... no
checking for ss.h... no
checking ioctl.h usability... no
checking ioctl.h presence... no
checking for ioctl.h... no
checking for realpath... yes
checking for lstat... yes
checking for snprintf... yes
checking for memmove... yes
checking for strdup... yes
checking for lockf... yes
checking for waitpid... yes
checking for wait4... yes
checking for gettimeofday... yes
checking for posix_memalign... yes
checking for setegid... yes
checking for setpgrp... yes
checking for getpagesize... yes
checking how to run the C preprocessor... i386-linux-gcc -E
checking for i386-linux-g++... (cached) i386-linux-g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether i386-linux-g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... i386-linux-g++ -E
checking whether i386-linux-g++ has built-in bool type... yes
checking whether i386-linux-g++ supports -fhandle-exceptions... no
checking whether i386-linux-g++ supports exception handling... yes
checking exception usability... yes
checking exception presence... yes
checking for exception... yes
checking whether i386-linux-g++ supports mutable... yes
checking whether i386-linux-g++ supports namespace... yes
checking wheather old style iostreams... no
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking whether i386-linux-g++ has new(size_t,void*)... yes
checking for debugging... no
checking for profiling... no
checking for doxygen... /usr/bin/doxygen
configure: creating ./config.status
config.status: creating src/ccgnu2-config
config.status: creating src/libccext2.pc
config.status: creating src/libccgnu2.pc
config.status: creating src/Makefile
config.status: creating w32/Makefile
config.status: creating m4/Makefile
config.status: creating doc/Doxyfile
config.status: creating doc/Makefile
config.status: creating demo/Makefile
config.status: creating include/Makefile
config.status: creating include/cc++/Makefile
config.status: creating Makefile
config.status: creating commoncpp2.spec
config.status: creating tests/Makefile
config.status: creating commoncpp2.list
config.status: creating include/config.h
config.status: executing depfiles commands
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
Making all in include
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
/usr/bin/make  all-recursive
make[3]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
Making all in cc++
make[4]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++'
make[4]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
make[3]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
Making all in src
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT thread.lo -MD -MP -MF ".deps/thread.Tpo" -c -o thread.lo thread.cpp; \
then mv -f ".deps/thread.Tpo" ".deps/thread.Plo"; else rm -f ".deps/thread.Tpo"; exit 1; fi
mkdir .libs
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp  -fPIC -DPIC -o .libs/thread.o
thread.cpp: In member function `cctid_t ost::Thread::getId() const':
thread.cpp:823: warning: converting of negative value `-1' to `long unsigned 
   int'
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.cpp -o thread.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT mutex.lo -MD -MP -MF ".deps/mutex.Tpo" -c -o mutex.lo mutex.cpp; \
then mv -f ".deps/mutex.Tpo" ".deps/mutex.Plo"; else rm -f ".deps/mutex.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.cpp  -fPIC -DPIC -o .libs/mutex.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.cpp -o mutex.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT semaphore.lo -MD -MP -MF ".deps/semaphore.Tpo" -c -o semaphore.lo semaphore.cpp; \
then mv -f ".deps/semaphore.Tpo" ".deps/semaphore.Plo"; else rm -f ".deps/semaphore.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c semaphore.cpp  -fPIC -DPIC -o .libs/semaphore.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c semaphore.cpp -o semaphore.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT threadkey.lo -MD -MP -MF ".deps/threadkey.Tpo" -c -o threadkey.lo threadkey.cpp; \
then mv -f ".deps/threadkey.Tpo" ".deps/threadkey.Plo"; else rm -f ".deps/threadkey.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT threadkey.lo -MD -MP -MF .deps/threadkey.Tpo -c threadkey.cpp  -fPIC -DPIC -o .libs/threadkey.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT threadkey.lo -MD -MP -MF .deps/threadkey.Tpo -c threadkey.cpp -o threadkey.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT friends.lo -MD -MP -MF ".deps/friends.Tpo" -c -o friends.lo friends.cpp; \
then mv -f ".deps/friends.Tpo" ".deps/friends.Plo"; else rm -f ".deps/friends.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT friends.lo -MD -MP -MF .deps/friends.Tpo -c friends.cpp  -fPIC -DPIC -o .libs/friends.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT friends.lo -MD -MP -MF .deps/friends.Tpo -c friends.cpp -o friends.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT event.lo -MD -MP -MF ".deps/event.Tpo" -c -o event.lo event.cpp; \
then mv -f ".deps/event.Tpo" ".deps/event.Plo"; else rm -f ".deps/event.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.cpp  -fPIC -DPIC -o .libs/event.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.cpp -o event.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT slog.lo -MD -MP -MF ".deps/slog.Tpo" -c -o slog.lo slog.cpp; \
then mv -f ".deps/slog.Tpo" ".deps/slog.Plo"; else rm -f ".deps/slog.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT slog.lo -MD -MP -MF .deps/slog.Tpo -c slog.cpp  -fPIC -DPIC -o .libs/slog.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT slog.lo -MD -MP -MF .deps/slog.Tpo -c slog.cpp -o slog.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT dir.lo -MD -MP -MF ".deps/dir.Tpo" -c -o dir.lo dir.cpp; \
then mv -f ".deps/dir.Tpo" ".deps/dir.Plo"; else rm -f ".deps/dir.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT dir.lo -MD -MP -MF .deps/dir.Tpo -c dir.cpp  -fPIC -DPIC -o .libs/dir.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT dir.lo -MD -MP -MF .deps/dir.Tpo -c dir.cpp -o dir.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT file.lo -MD -MP -MF ".deps/file.Tpo" -c -o file.lo file.cpp; \
then mv -f ".deps/file.Tpo" ".deps/file.Plo"; else rm -f ".deps/file.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.cpp  -fPIC -DPIC -o .libs/file.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.cpp -o file.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT inaddr.lo -MD -MP -MF ".deps/inaddr.Tpo" -c -o inaddr.lo inaddr.cpp; \
then mv -f ".deps/inaddr.Tpo" ".deps/inaddr.Plo"; else rm -f ".deps/inaddr.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT inaddr.lo -MD -MP -MF .deps/inaddr.Tpo -c inaddr.cpp  -fPIC -DPIC -o .libs/inaddr.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT inaddr.lo -MD -MP -MF .deps/inaddr.Tpo -c inaddr.cpp -o inaddr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT peer.lo -MD -MP -MF ".deps/peer.Tpo" -c -o peer.lo peer.cpp; \
then mv -f ".deps/peer.Tpo" ".deps/peer.Plo"; else rm -f ".deps/peer.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT peer.lo -MD -MP -MF .deps/peer.Tpo -c peer.cpp  -fPIC -DPIC -o .libs/peer.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT peer.lo -MD -MP -MF .deps/peer.Tpo -c peer.cpp -o peer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT timer.lo -MD -MP -MF ".deps/timer.Tpo" -c -o timer.lo timer.cpp; \
then mv -f ".deps/timer.Tpo" ".deps/timer.Plo"; else rm -f ".deps/timer.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp  -fPIC -DPIC -o .libs/timer.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -o timer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT socket.lo -MD -MP -MF ".deps/socket.Tpo" -c -o socket.lo socket.cpp; \
then mv -f ".deps/socket.Tpo" ".deps/socket.Plo"; else rm -f ".deps/socket.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.cpp  -fPIC -DPIC -o .libs/socket.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.cpp -o socket.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT strchar.lo -MD -MP -MF ".deps/strchar.Tpo" -c -o strchar.lo strchar.cpp; \
then mv -f ".deps/strchar.Tpo" ".deps/strchar.Plo"; else rm -f ".deps/strchar.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT strchar.lo -MD -MP -MF .deps/strchar.Tpo -c strchar.cpp  -fPIC -DPIC -o .libs/strchar.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT strchar.lo -MD -MP -MF .deps/strchar.Tpo -c strchar.cpp -o strchar.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT simplesocket.lo -MD -MP -MF ".deps/simplesocket.Tpo" -c -o simplesocket.lo simplesocket.cpp; \
then mv -f ".deps/simplesocket.Tpo" ".deps/simplesocket.Plo"; else rm -f ".deps/simplesocket.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT simplesocket.lo -MD -MP -MF .deps/simplesocket.Tpo -c simplesocket.cpp  -fPIC -DPIC -o .libs/simplesocket.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT simplesocket.lo -MD -MP -MF .deps/simplesocket.Tpo -c simplesocket.cpp -o simplesocket.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT mempager.lo -MD -MP -MF ".deps/mempager.Tpo" -c -o mempager.lo mempager.cpp; \
then mv -f ".deps/mempager.Tpo" ".deps/mempager.Plo"; else rm -f ".deps/mempager.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT mempager.lo -MD -MP -MF .deps/mempager.Tpo -c mempager.cpp  -fPIC -DPIC -o .libs/mempager.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT mempager.lo -MD -MP -MF .deps/mempager.Tpo -c mempager.cpp -o mempager.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT keydata.lo -MD -MP -MF ".deps/keydata.Tpo" -c -o keydata.lo keydata.cpp; \
then mv -f ".deps/keydata.Tpo" ".deps/keydata.Plo"; else rm -f ".deps/keydata.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT keydata.lo -MD -MP -MF .deps/keydata.Tpo -c keydata.cpp  -fPIC -DPIC -o .libs/keydata.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT keydata.lo -MD -MP -MF .deps/keydata.Tpo -c keydata.cpp -o keydata.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT dso.lo -MD -MP -MF ".deps/dso.Tpo" -c -o dso.lo dso.cpp; \
then mv -f ".deps/dso.Tpo" ".deps/dso.Plo"; else rm -f ".deps/dso.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT dso.lo -MD -MP -MF .deps/dso.Tpo -c dso.cpp  -fPIC -DPIC -o .libs/dso.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT dso.lo -MD -MP -MF .deps/dso.Tpo -c dso.cpp -o dso.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT exception.lo -MD -MP -MF ".deps/exception.Tpo" -c -o exception.lo exception.cpp; \
then mv -f ".deps/exception.Tpo" ".deps/exception.Plo"; else rm -f ".deps/exception.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c exception.cpp  -fPIC -DPIC -o .libs/exception.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c exception.cpp -o exception.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT missing.lo -MD -MP -MF ".deps/missing.Tpo" -c -o missing.lo missing.cpp; \
then mv -f ".deps/missing.Tpo" ".deps/missing.Plo"; else rm -f ".deps/missing.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT missing.lo -MD -MP -MF .deps/missing.Tpo -c missing.cpp  -fPIC -DPIC -o .libs/missing.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT missing.lo -MD -MP -MF .deps/missing.Tpo -c missing.cpp -o missing.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT process.lo -MD -MP -MF ".deps/process.Tpo" -c -o process.lo process.cpp; \
then mv -f ".deps/process.Tpo" ".deps/process.Plo"; else rm -f ".deps/process.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.cpp  -fPIC -DPIC -o .libs/process.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.cpp -o process.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT string.lo -MD -MP -MF ".deps/string.Tpo" -c -o string.lo string.cpp; \
then mv -f ".deps/string.Tpo" ".deps/string.Plo"; else rm -f ".deps/string.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.cpp  -fPIC -DPIC -o .libs/string.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT string.lo -MD -MP -MF .deps/string.Tpo -c string.cpp -o string.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT in6addr.lo -MD -MP -MF ".deps/in6addr.Tpo" -c -o in6addr.lo in6addr.cpp; \
then mv -f ".deps/in6addr.Tpo" ".deps/in6addr.Plo"; else rm -f ".deps/in6addr.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT in6addr.lo -MD -MP -MF .deps/in6addr.Tpo -c in6addr.cpp  -fPIC -DPIC -o .libs/in6addr.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT in6addr.lo -MD -MP -MF .deps/in6addr.Tpo -c in6addr.cpp -o in6addr.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT buffer.lo -MD -MP -MF ".deps/buffer.Tpo" -c -o buffer.lo buffer.cpp; \
then mv -f ".deps/buffer.Tpo" ".deps/buffer.Plo"; else rm -f ".deps/buffer.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.cpp  -fPIC -DPIC -o .libs/buffer.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.cpp -o buffer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT lockfile.lo -MD -MP -MF ".deps/lockfile.Tpo" -c -o lockfile.lo lockfile.cpp; \
then mv -f ".deps/lockfile.Tpo" ".deps/lockfile.Plo"; else rm -f ".deps/lockfile.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT lockfile.lo -MD -MP -MF .deps/lockfile.Tpo -c lockfile.cpp  -fPIC -DPIC -o .libs/lockfile.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT lockfile.lo -MD -MP -MF .deps/lockfile.Tpo -c lockfile.cpp -o lockfile.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT nat.lo -MD -MP -MF ".deps/nat.Tpo" -c -o nat.lo nat.cpp; \
then mv -f ".deps/nat.Tpo" ".deps/nat.Plo"; else rm -f ".deps/nat.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT nat.lo -MD -MP -MF .deps/nat.Tpo -c nat.cpp  -fPIC -DPIC -o .libs/nat.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT nat.lo -MD -MP -MF .deps/nat.Tpo -c nat.cpp -o nat.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT runlist.lo -MD -MP -MF ".deps/runlist.Tpo" -c -o runlist.lo runlist.cpp; \
then mv -f ".deps/runlist.Tpo" ".deps/runlist.Plo"; else rm -f ".deps/runlist.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT runlist.lo -MD -MP -MF .deps/runlist.Tpo -c runlist.cpp  -fPIC -DPIC -o .libs/runlist.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT runlist.lo -MD -MP -MF .deps/runlist.Tpo -c runlist.cpp -o runlist.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT assoc.lo -MD -MP -MF ".deps/assoc.Tpo" -c -o assoc.lo assoc.cpp; \
then mv -f ".deps/assoc.Tpo" ".deps/assoc.Plo"; else rm -f ".deps/assoc.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT assoc.lo -MD -MP -MF .deps/assoc.Tpo -c assoc.cpp  -fPIC -DPIC -o .libs/assoc.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT assoc.lo -MD -MP -MF .deps/assoc.Tpo -c assoc.cpp -o assoc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT pointer.lo -MD -MP -MF ".deps/pointer.Tpo" -c -o pointer.lo pointer.cpp; \
then mv -f ".deps/pointer.Tpo" ".deps/pointer.Plo"; else rm -f ".deps/pointer.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT pointer.lo -MD -MP -MF .deps/pointer.Tpo -c pointer.cpp  -fPIC -DPIC -o .libs/pointer.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT pointer.lo -MD -MP -MF .deps/pointer.Tpo -c pointer.cpp -o pointer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT linked.lo -MD -MP -MF ".deps/linked.Tpo" -c -o linked.lo linked.cpp; \
then mv -f ".deps/linked.Tpo" ".deps/linked.Plo"; else rm -f ".deps/linked.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT linked.lo -MD -MP -MF .deps/linked.Tpo -c linked.cpp  -fPIC -DPIC -o .libs/linked.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT linked.lo -MD -MP -MF .deps/linked.Tpo -c linked.cpp -o linked.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT map.lo -MD -MP -MF ".deps/map.Tpo" -c -o map.lo map.cpp; \
then mv -f ".deps/map.Tpo" ".deps/map.Plo"; else rm -f ".deps/map.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.cpp  -fPIC -DPIC -o .libs/map.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.cpp -o map.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link i386-linux-g++ -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include     -o libccgnu2.la -rpath /usr/lib -version-info 0:3 -release 1.4  thread.lo mutex.lo semaphore.lo threadkey.lo friends.lo event.lo slog.lo dir.lo file.lo inaddr.lo peer.lo timer.lo socket.lo strchar.lo simplesocket.lo mempager.lo keydata.lo dso.lo exception.lo missing.lo process.lo string.lo in6addr.lo buffer.lo lockfile.lo nat.lo runlist.lo assoc.lo pointer.lo linked.lo map.lo -lrt -pthread 
i386-linux-g++ -shared -nostdlib /usr/lib/gcc-lib/i486-linux/3.3.5/../../../crti.o /usr/lib/gcc-lib/i486-linux/3.3.5/crtbeginS.o  .libs/thread.o .libs/mutex.o .libs/semaphore.o .libs/threadkey.o .libs/friends.o .libs/event.o .libs/slog.o .libs/dir.o .libs/file.o .libs/inaddr.o .libs/peer.o .libs/timer.o .libs/socket.o .libs/strchar.o .libs/simplesocket.o .libs/mempager.o .libs/keydata.o .libs/dso.o .libs/exception.o .libs/missing.o .libs/process.o .libs/string.o .libs/in6addr.o .libs/buffer.o .libs/lockfile.o .libs/nat.o .libs/runlist.o .libs/assoc.o .libs/pointer.o .libs/linked.o .libs/map.o  -lrt -L/usr/lib/gcc-lib/i486-linux/3.3.5 -L/usr/lib/gcc-lib/i486-linux/3.3.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc-lib/i486-linux/3.3.5/crtendS.o /usr/lib/gcc-lib/i486-linux/3.3.5/../../../crtn.o  -pthread -Wl,-soname -Wl,libccgnu2-1.4.so.0 -o .libs/libccgnu2-1.4.so.0.0.3
(cd .libs && rm -f libccgnu2-1.4.so.0 && ln -s libccgnu2-1.4.so.0.0.3 libccgnu2-1.4.so.0)
(cd .libs && rm -f libccgnu2.so && ln -s libccgnu2-1.4.so.0.0.3 libccgnu2.so)
ar cru .libs/libccgnu2.a  thread.o mutex.o semaphore.o threadkey.o friends.o event.o slog.o dir.o file.o inaddr.o peer.o timer.o socket.o strchar.o simplesocket.o mempager.o keydata.o dso.o exception.o missing.o process.o string.o in6addr.o buffer.o lockfile.o nat.o runlist.o assoc.o pointer.o linked.o map.o
ranlib .libs/libccgnu2.a
creating libccgnu2.la
(cd .libs && rm -f libccgnu2.la && ln -s ../libccgnu2.la libccgnu2.la)
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT numbers.lo -MD -MP -MF ".deps/numbers.Tpo" -c -o numbers.lo numbers.cpp; \
then mv -f ".deps/numbers.Tpo" ".deps/numbers.Plo"; else rm -f ".deps/numbers.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.cpp  -fPIC -DPIC -o .libs/numbers.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.cpp -o numbers.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT zstream.lo -MD -MP -MF ".deps/zstream.Tpo" -c -o zstream.lo zstream.cpp; \
then mv -f ".deps/zstream.Tpo" ".deps/zstream.Plo"; else rm -f ".deps/zstream.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT zstream.lo -MD -MP -MF .deps/zstream.Tpo -c zstream.cpp  -fPIC -DPIC -o .libs/zstream.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT zstream.lo -MD -MP -MF .deps/zstream.Tpo -c zstream.cpp -o zstream.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT socketport.lo -MD -MP -MF ".deps/socketport.Tpo" -c -o socketport.lo socketport.cpp; \
then mv -f ".deps/socketport.Tpo" ".deps/socketport.Plo"; else rm -f ".deps/socketport.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT socketport.lo -MD -MP -MF .deps/socketport.Tpo -c socketport.cpp  -fPIC -DPIC -o .libs/socketport.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT socketport.lo -MD -MP -MF .deps/socketport.Tpo -c socketport.cpp -o socketport.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT url.lo -MD -MP -MF ".deps/url.Tpo" -c -o url.lo url.cpp; \
then mv -f ".deps/url.Tpo" ".deps/url.Plo"; else rm -f ".deps/url.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.cpp  -fPIC -DPIC -o .libs/url.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.cpp -o url.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT xml.lo -MD -MP -MF ".deps/xml.Tpo" -c -o xml.lo xml.cpp; \
then mv -f ".deps/xml.Tpo" ".deps/xml.Plo"; else rm -f ".deps/xml.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.cpp  -fPIC -DPIC -o .libs/xml.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.cpp -o xml.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT persist.lo -MD -MP -MF ".deps/persist.Tpo" -c -o persist.lo persist.cpp; \
then mv -f ".deps/persist.Tpo" ".deps/persist.Plo"; else rm -f ".deps/persist.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT persist.lo -MD -MP -MF .deps/persist.Tpo -c persist.cpp  -fPIC -DPIC -o .libs/persist.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT persist.lo -MD -MP -MF .deps/persist.Tpo -c persist.cpp -o persist.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT engine.lo -MD -MP -MF ".deps/engine.Tpo" -c -o engine.lo engine.cpp; \
then mv -f ".deps/engine.Tpo" ".deps/engine.Plo"; else rm -f ".deps/engine.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT engine.lo -MD -MP -MF .deps/engine.Tpo -c engine.cpp  -fPIC -DPIC -o .libs/engine.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT engine.lo -MD -MP -MF .deps/engine.Tpo -c engine.cpp -o engine.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT digest.lo -MD -MP -MF ".deps/digest.Tpo" -c -o digest.lo digest.cpp; \
then mv -f ".deps/digest.Tpo" ".deps/digest.Plo"; else rm -f ".deps/digest.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT digest.lo -MD -MP -MF .deps/digest.Tpo -c digest.cpp  -fPIC -DPIC -o .libs/digest.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT digest.lo -MD -MP -MF .deps/digest.Tpo -c digest.cpp -o digest.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT cmdoptns.lo -MD -MP -MF ".deps/cmdoptns.Tpo" -c -o cmdoptns.lo cmdoptns.cpp; \
then mv -f ".deps/cmdoptns.Tpo" ".deps/cmdoptns.Plo"; else rm -f ".deps/cmdoptns.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT cmdoptns.lo -MD -MP -MF .deps/cmdoptns.Tpo -c cmdoptns.cpp  -fPIC -DPIC -o .libs/cmdoptns.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT cmdoptns.lo -MD -MP -MF .deps/cmdoptns.Tpo -c cmdoptns.cpp -o cmdoptns.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT date.lo -MD -MP -MF ".deps/date.Tpo" -c -o date.lo date.cpp; \
then mv -f ".deps/date.Tpo" ".deps/date.Plo"; else rm -f ".deps/date.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT date.lo -MD -MP -MF .deps/date.Tpo -c date.cpp  -fPIC -DPIC -o .libs/date.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT date.lo -MD -MP -MF .deps/date.Tpo -c date.cpp -o date.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.cpp; \
then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.cpp  -fPIC -DPIC -o .libs/md5.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.cpp -o md5.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT unix.lo -MD -MP -MF ".deps/unix.Tpo" -c -o unix.lo unix.cpp; \
then mv -f ".deps/unix.Tpo" ".deps/unix.Plo"; else rm -f ".deps/unix.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.cpp  -fPIC -DPIC -o .libs/unix.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.cpp -o unix.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT network.lo -MD -MP -MF ".deps/network.Tpo" -c -o network.lo network.cpp; \
then mv -f ".deps/network.Tpo" ".deps/network.Plo"; else rm -f ".deps/network.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.cpp  -fPIC -DPIC -o .libs/network.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.cpp -o network.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT serial.lo -MD -MP -MF ".deps/serial.Tpo" -c -o serial.lo serial.cpp; \
then mv -f ".deps/serial.Tpo" ".deps/serial.Plo"; else rm -f ".deps/serial.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.cpp  -fPIC -DPIC -o .libs/serial.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c serial.cpp -o serial.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT urlstring.lo -MD -MP -MF ".deps/urlstring.Tpo" -c -o urlstring.lo urlstring.cpp; \
then mv -f ".deps/urlstring.Tpo" ".deps/urlstring.Plo"; else rm -f ".deps/urlstring.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT urlstring.lo -MD -MP -MF .deps/urlstring.Tpo -c urlstring.cpp  -fPIC -DPIC -o .libs/urlstring.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT urlstring.lo -MD -MP -MF .deps/urlstring.Tpo -c urlstring.cpp -o urlstring.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT tokenizer.lo -MD -MP -MF ".deps/tokenizer.Tpo" -c -o tokenizer.lo tokenizer.cpp; \
then mv -f ".deps/tokenizer.Tpo" ".deps/tokenizer.Plo"; else rm -f ".deps/tokenizer.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.cpp  -fPIC -DPIC -o .libs/tokenizer.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.cpp -o tokenizer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT mime.lo -MD -MP -MF ".deps/mime.Tpo" -c -o mime.lo mime.cpp; \
then mv -f ".deps/mime.Tpo" ".deps/mime.Plo"; else rm -f ".deps/mime.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT mime.lo -MD -MP -MF .deps/mime.Tpo -c mime.cpp  -fPIC -DPIC -o .libs/mime.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT mime.lo -MD -MP -MF .deps/mime.Tpo -c mime.cpp -o mime.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include    -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include   -MT ssl.lo -MD -MP -MF ".deps/ssl.Tpo" -c -o ssl.lo ssl.cpp; \
then mv -f ".deps/ssl.Tpo" ".deps/ssl.Plo"; else rm -f ".deps/ssl.Tpo"; exit 1; fi
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c ssl.cpp  -fPIC -DPIC -o .libs/ssl.o
 i386-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE -I/usr/include/libxml2 -I../include -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c ssl.cpp -o ssl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link i386-linux-g++ -I../src -DCCXX_EXPORT_LIBRARY  -D_GNU_SOURCE -I/usr/include/libxml2 -I../include     -o libccext2.la -rpath /usr/lib -version-info 0:3 -release 1.4  numbers.lo zstream.lo socketport.lo url.lo xml.lo persist.lo engine.lo digest.lo cmdoptns.lo date.lo md5.lo unix.lo network.lo serial.lo urlstring.lo tokenizer.lo mime.lo ssl.lo -lrt -pthread 
i386-linux-g++ -shared -nostdlib /usr/lib/gcc-lib/i486-linux/3.3.5/../../../crti.o /usr/lib/gcc-lib/i486-linux/3.3.5/crtbeginS.o  .libs/numbers.o .libs/zstream.o .libs/socketport.o .libs/url.o .libs/xml.o .libs/persist.o .libs/engine.o .libs/digest.o .libs/cmdoptns.o .libs/date.o .libs/md5.o .libs/unix.o .libs/network.o .libs/serial.o .libs/urlstring.o .libs/tokenizer.o .libs/mime.o .libs/ssl.o  -lrt -L/usr/lib/gcc-lib/i486-linux/3.3.5 -L/usr/lib/gcc-lib/i486-linux/3.3.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc-lib/i486-linux/3.3.5/crtendS.o /usr/lib/gcc-lib/i486-linux/3.3.5/../../../crtn.o  -pthread -Wl,-soname -Wl,libccext2-1.4.so.0 -o .libs/libccext2-1.4.so.0.0.3
(cd .libs && rm -f libccext2-1.4.so.0 && ln -s libccext2-1.4.so.0.0.3 libccext2-1.4.so.0)
(cd .libs && rm -f libccext2.so && ln -s libccext2-1.4.so.0.0.3 libccext2.so)
ar cru .libs/libccext2.a  numbers.o zstream.o socketport.o url.o xml.o persist.o engine.o digest.o cmdoptns.o date.o md5.o unix.o network.o serial.o urlstring.o tokenizer.o mime.o ssl.o
ranlib .libs/libccext2.a
creating libccext2.la
(cd .libs && rm -f libccext2.la && ln -s ../libccext2.la libccext2.la)
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
Making all in doc
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/doc'
/usr/bin/doxygen Doxyfile
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Reading input files...
Reading and parsing tag files
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/address.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/buffer.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/cmdoptns.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/common.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/config.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/counter.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/digest.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/exception.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/export.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/file.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/functions.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/mime.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/missing.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/network.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/numbers.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objcount.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objlink.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objmap.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objsync.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/oststring.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/persist.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/pointer.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/process.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/serial.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/slog.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/socket.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/socketport.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/ssl.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/strchar.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/string.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/template.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/thread.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/tokenizer.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/unix.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/url.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/xml.h...
Preprocessing /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/zstream.h...
Read 432691 bytes
Parsing input...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/address.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/buffer.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/cmdoptns.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/common.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/config.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/counter.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/digest.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/exception.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/export.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/file.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/functions.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/mime.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/missing.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/network.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/numbers.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objcount.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objlink.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objmap.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/objsync.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/oststring.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/persist.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/pointer.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/process.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/serial.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/slog.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/socket.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/socketport.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/ssl.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/strchar.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/string.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/template.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/thread.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/tokenizer.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/unix.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/url.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/xml.h...
Parsing file /usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/zstream.h...
Building group list...
Building directory list...
Building namespace list...
Building file list...
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/ssl.h:39: Warning: file process.h already documented. Skipping documentation.
Searching for included using directives...
Building class list...
Associating documentation with classes...
Computing nesting relations for classes...
Searching for members imported via using declarations...
Building example list...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing template instances...
Flushing cached template relations that have become invalid...
Creating members for template instances...
Computing class relations...
Searching for enumerations...
Searching for member function documentation...
Building page list...
Search for main page...
Computing page relations...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Generating disk names...
Adding source references...
Adding todo/test/bug list items...
Generating style sheet...
Counting data structures...
Resolving user defined references...
Combining using relations...
Finding anchors and sections in the documentation...
Generating index page...
Generating file index...
Generating example documentation...
Generating docs for example bug1.cpp...
Generating docs for example bug2.cpp...
Generating docs for example cmdlineopt.cpp...
Generating docs for example crc32.cpp...
Generating docs for example digest.cpp...
Generating docs for example SampleSocketPort.cpp...
Generating docs for example serialecho.cpp...
Generating docs for example serialmain.cpp...
Generating docs for example slogTest.cpp...
Generating docs for example tcp.cpp...
Generating docs for example tcpservice.cpp...
Generating docs for example tcpstr1.cpp...
Generating docs for example tcpthread.cpp...
Generating docs for example thread1.cpp...
Generating docs for example thread2.cpp...
Generating docs for example url1.cpp...
Generating docs for example urlfetch.cpp...
Generating docs for example xmlfetch.cpp...
Generating file sources...
Generating code for file address.h...
Generating code for file buffer.h...
Generating code for file cmdoptns.h...
Generating code for file common.h...
Generating code for file config.h...
Generating code for file counter.h...
Generating code for file digest.h...
Generating code for file exception.h...
Generating code for file export.h...
Generating code for file file.h...
Generating code for file functions.h...
Generating code for file mime.h...
Generating code for file misc.h...
Generating code for file missing.h...
Generating code for file network.h...
Generating code for file numbers.h...
Generating code for file objcount.h...
Generating code for file object.h...
Generating code for file objlink.h...
Generating code for file objmap.h...
Generating code for file objsync.h...
Generating code for file oststring.h...
Generating code for file persist.h...
Generating code for file pointer.h...
Generating code for file process.h...
Generating code for file serial.h...
Generating code for file slog.h...
Generating code for file socket.h...
Generating code for file socketport.h...
Generating code for file ssl.h...
Generating code for file strchar.h...
Generating code for file string.h...
Generating code for file template.h...
Generating code for file thread.h...
Generating code for file tokenizer.h...
Generating code for file unix.h...
Generating code for file url.h...
Generating code for file xml.h...
Generating code for file zstream.h...
Generating file documentation...
Generating docs for file address.h...
Generating docs for file buffer.h...
Generating docs for file cmdoptns.h...
Generating docs for file common.h...
Generating docs for file config.h...
Generating docs for file counter.h...
Generating docs for file digest.h...
Generating docs for file exception.h...
Generating docs for file export.h...
Generating docs for file file.h...
Generating docs for file functions.h...
Generating docs for file mime.h...
Generating docs for file misc.h...
Generating docs for file missing.h...
Generating docs for file network.h...
Generating docs for file numbers.h...
Generating docs for file objcount.h...
Generating docs for file object.h...
Generating docs for file objlink.h...
Generating docs for file objmap.h...
Generating docs for file objsync.h...
Generating docs for file oststring.h...
Generating docs for file persist.h...
Generating docs for file pointer.h...
Generating docs for file process.h...
Generating docs for file serial.h...
Generating docs for file slog.h...
Generating docs for file socket.h...
Generating docs for file socketport.h...
Generating docs for file ssl.h...
Generating docs for file strchar.h...
Generating docs for file string.h...
Generating docs for file template.h...
Generating docs for file thread.h...
Generating docs for file tokenizer.h...
Generating docs for file unix.h...
Generating docs for file url.h...
Generating docs for file xml.h...
Generating docs for file zstream.h...
Generating class documentation...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating example index...
Generating page documentation...
Generating group documentation...
Generating namespace index...
Generating docs for namespace ost
Generating docs for compound ost::IPV4Validator...
Generating docs for compound ost::IPV4MulticastValidator...
Generating docs for compound ost::IPV4Address...
Generating docs for compound ost::IPV4Mask...
Generating docs for compound ost::IPV4Host...
Generating docs for compound ost::IPV4Broadcast...
Generating docs for compound ost::IPV4Multicast...
Generating docs for compound ost::IPV6Validator...
Generating docs for compound ost::IPV6MulticastValidator...
Generating docs for compound ost::IPV6Address...
Generating docs for compound ost::IPV6Mask...
Generating docs for compound ost::IPV6Host...
Generating docs for compound ost::IPV6Broadcast...
Generating docs for compound ost::IPV6Multicast...
Generating docs for compound ost::Buffer...
Generating docs for compound ost::FixedBuffer...
Generating docs for compound ost::ThreadQueue...
Generating docs for compound ost::CommandOption...
Generating docs for compound ost::CommandOptionWithArg...
Generating docs for compound ost::CommandOptionArg...
Generating docs for compound ost::CommandOptionRest...
Generating docs for compound ost::CommandOptionCollect...
Generating docs for compound ost::CommandOptionNoArg...
Generating docs for compound ost::CommandOptionParse...
Generating docs for compound ost::Counter...
Generating docs for compound ost::Digest...
Generating docs for compound ost::ChecksumDigest...
Generating docs for compound ost::CRC16Digest...
Generating docs for compound ost::CRC32Digest...
Generating docs for compound ost::MD5Digest...
Generating docs for compound ost::File...
Generating docs for nested compound ost::File::_fcb...
Generating docs for compound ost::Dir...
Generating docs for compound ost::DirTree...
Generating docs for compound ost::RandomFile...
Generating docs for compound ost::ThreadFile...
Generating docs for compound ost::SharedFile...
Generating docs for compound ost::MappedFile...
Generating docs for compound ost::DSO...
Generating docs for compound ost::MIMEMultipart...
Generating docs for compound ost::MIMEMultipartForm...
Generating docs for compound ost::MIMEItemPart...
Generating docs for compound ost::MIMEFormData...
Generating docs for compound ost::MemPager...
Generating docs for compound ost::StackPager...
Generating docs for compound ost::SharedMemPager...
Generating docs for compound ost::Keydata...
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:545: Warning: argument `sym' of command @param is not found in the argument list of ost::Keydata::getBool(const char *key)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:545: Warning: The following parameters of ost::Keydata::getBool(const char *key) are not documented:
  parameter key

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:553: Warning: argument `sym' of command @param is not found in the argument list of ost::Keydata::getDouble(const char *key, double def=0.)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:553: Warning: argument `default' of command @param is not found in the argument list of ost::Keydata::getDouble(const char *key, double def=0.)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:553: Warning: The following parameters of ost::Keydata::getDouble(const char *key, double def=0.) are not documented:
  parameter key
  parameter def

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:536: Warning: argument `default' of command @param is not found in the argument list of ost::Keydata::getLong(const char *sym, long def=0)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:536: Warning: The following parameters of ost::Keydata::getLong(const char *sym, long def=0) are not documented:
  parameter def

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:527: Warning: argument `default' of command @param is not found in the argument list of ost::Keydata::getString(const char *sym, const char *def=NULL)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/misc.h:527: Warning: The following parameters of ost::Keydata::getString(const char *sym, const char *def=NULL) are not documented:
  parameter def

Generating docs for nested compound ost::Keydata::Define...
Generating docs for nested compound ost::Keydata::Keysym...
Generating docs for nested compound ost::Keydata::Keyval...
Generating docs for compound ost::MemPagerObject...
Generating docs for compound ost::Assoc...
Generating docs for compound ost::Runlist...
Generating docs for compound ost::Runable...
Generating docs for compound ost::NetworkDeviceInfo...
Generating docs for compound ost::Number...
Generating docs for compound ost::ZNumber...
Generating docs for compound ost::Date...
Generating docs for compound ost::Time...
Generating docs for compound ost::Datetime...
Generating docs for compound ost::DateNumber...
Generating docs for compound ost::objCounter...
Generating docs for compound ost::RefObject...
Generating docs for compound ost::RefPointer...
Generating docs for compound ost::LinkedSingle...
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:208: Warning: argument `object' of command @param is not found in the argument list of ost::LinkedSingle::insert(LinkedSingle &obj)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:208: Warning: The following parameters of ost::LinkedSingle::insert(LinkedSingle &obj) are not documented:
  parameter obj

Generating docs for compound ost::LinkedDouble...
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:286: Warning: argument `object' of command @param is not found in the argument list of ost::LinkedDouble::insert(LinkedDouble &obj)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:286: Warning: The following parameters of ost::LinkedDouble::insert(LinkedDouble &obj) are not documented:
  parameter obj

Generating docs for compound ost::MapTable...
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:323: Warning: argument `number' of command @param is not found in the argument list of ost::MapTable::MapTable(unsigned size)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:323: Warning: The following parameters of ost::MapTable::MapTable(unsigned size) are not documented:
  parameter size

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:381: Warning: argument `object' of command @param is not found in the argument list of ost::MapTable::addFree(MapObject *obj)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:381: Warning: The following parameters of ost::MapTable::addFree(MapObject *obj) are not documented:
  parameter obj

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:362: Warning: argument `object' of command @param is not found in the argument list of ost::MapTable::addObject(MapObject &obj)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:362: Warning: The following parameters of ost::MapTable::addObject(MapObject &obj) are not documented:
  parameter obj

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:353: Warning: argument `key' of command @param is not found in the argument list of ost::MapTable::getObject(const char *id)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:353: Warning: The following parameters of ost::MapTable::getObject(const char *id) are not documented:
  parameter id

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:389: Warning: argument `object' of command @param is not found in the argument list of ost::MapTable::operator+=(MapObject &obj)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:389: Warning: The following parameters of ost::MapTable::operator+=(MapObject &obj) are not documented:
  parameter obj

/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:397: Warning: argument `object' of command @param is not found in the argument list of ost::MapTable::operator-=(MapObject &obj)
/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++/object.h:397: Warning: The following parameters of ost::MapTable::operator-=(MapObject &obj) are not documented:
  parameter obj

Generating docs for compound ost::MapObject...
Generating docs for compound ost::objList...
Generating docs for compound ost::objMap...
Generating docs for compound ost::keyMap...
Generating docs for compound ost::objSync...
Generating docs for compound ost::cistring_char_traits...
Generating docs for compound ost::TypeManager...
Generating docs for nested compound ost::TypeManager::Registration...
Generating docs for compound ost::BaseObject...
Generating docs for compound ost::Engine...
Generating docs for compound ost::Pointer...
Generating docs for compound ost::Process...
Generating docs for compound ost::Lockfile...
Generating docs for compound ost::Serial...
Generating docs for compound ost::TTYStream...
Generating docs for compound ost::ttystream...
Generating docs for compound ost::TTYSession...
Generating docs for compound ost::SerialPort...
Generating docs for compound ost::SerialService...
Generating docs for compound ost::Slog...
Generating docs for compound ost::Socket...
Generating docs for compound ost::UDPSocket...
Generating docs for compound ost::UDPBroadcast...
Generating docs for compound ost::UDPTransmit...
Generating docs for compound ost::UDPReceive...
Generating docs for compound ost::UDPDuplex...
Generating docs for compound ost::TCPSocket...
Generating docs for compound ost::TCPV6Socket...
Generating docs for compound ost::TCPStream...
Generating docs for compound ost::TCPSession...
Generating docs for compound ost::SimpleTCPStream...
Generating docs for compound ost::SocketPort...
Generating docs for compound ost::SocketService...
Generating docs for compound ost::SSLStream...
Generating docs for compound ost::String...
Generating docs for compound ost::SString...
Generating docs for compound ost::StringObject...
Generating docs for compound ost::Mutex...
Generating docs for compound ost::MutexLock...
Generating docs for compound ost::ThreadLock...
Generating docs for compound ost::ReadLock...
Generating docs for compound ost::WriteLock...
Generating docs for compound ost::MutexCounter...
Generating docs for compound ost::AtomicCounter...
Generating docs for compound ost::Conditional...
Generating docs for compound ost::Semaphore...
Generating docs for compound ost::SemaphoreLock...
Generating docs for compound ost::Event...
Generating docs for compound ost::Thread...
Generating docs for compound ost::Cancellation...
Generating docs for compound ost::PosixThread...
Generating docs for compound ost::ThreadKey...
Generating docs for compound ost::TimerPort...
Generating docs for compound ost::SysTime...
Generating docs for compound ost::StringTokenizer...
Generating docs for nested compound ost::StringTokenizer::iterator...
Generating docs for nested compound ost::StringTokenizer::NoSuchElementException...
Generating docs for compound ost::UnixSocket...
Generating docs for compound ost::UnixStream...
Generating docs for compound ost::unixstream...
Generating docs for compound ost::UnixSession...
Generating docs for compound ost::URLStream...
Generating docs for compound ost::XMLStream...
Generating docs for compound ost::XMLRPC...
Generating docs for compound ost::IZStream...
Generating docs for compound ost::OZStream...
Generating group index...
Generating example index...
Generating file member index...
Generating namespace member index...
Generating page index...
Generating graph info page...
touch doxy
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/doc'
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make[1]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
chmod +x src/ccgnu2-config
/usr/bin/help2man -N -S 'Debian GNU/Linux' -o ccgnu2-config.8 src/ccgnu2-config \
 -n 'script to get information about the installed version of libcommoncpp2'
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/tmp
/usr/bin/make install info prefix=/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr
make[1]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
Making install in include
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
Making install in cc++
make[3]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++'
make[4]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++" || mkdir -p -- "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++"
 /usr/bin/install -c -m 644 'common.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/common.h'
 /usr/bin/install -c -m 644 'config.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/config.h'
 /usr/bin/install -c -m 644 'digest.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/digest.h'
 /usr/bin/install -c -m 644 'exception.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/exception.h'
 /usr/bin/install -c -m 644 'export.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/export.h'
 /usr/bin/install -c -m 644 'file.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/file.h'
 /usr/bin/install -c -m 644 'misc.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/misc.h'
 /usr/bin/install -c -m 644 'network.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/network.h'
 /usr/bin/install -c -m 644 'numbers.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/numbers.h'
 /usr/bin/install -c -m 644 'persist.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/persist.h'
 /usr/bin/install -c -m 644 'serial.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/serial.h'
 /usr/bin/install -c -m 644 'slog.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/slog.h'
 /usr/bin/install -c -m 644 'socket.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/socket.h'
 /usr/bin/install -c -m 644 'strchar.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/strchar.h'
 /usr/bin/install -c -m 644 'thread.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/thread.h'
 /usr/bin/install -c -m 644 'unix.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/unix.h'
 /usr/bin/install -c -m 644 'url.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/url.h'
 /usr/bin/install -c -m 644 'xml.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/xml.h'
 /usr/bin/install -c -m 644 'process.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/process.h'
 /usr/bin/install -c -m 644 'missing.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/missing.h'
 /usr/bin/install -c -m 644 'string.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/string.h'
 /usr/bin/install -c -m 644 'buffer.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/buffer.h'
 /usr/bin/install -c -m 644 'cmdoptns.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/cmdoptns.h'
 /usr/bin/install -c -m 644 'address.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/address.h'
 /usr/bin/install -c -m 644 'zstream.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/zstream.h'
 /usr/bin/install -c -m 644 'socketport.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/socketport.h'
 /usr/bin/install -c -m 644 'tokenizer.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/tokenizer.h'
 /usr/bin/install -c -m 644 'mime.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/mime.h'
 /usr/bin/install -c -m 644 'object.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/object.h'
 /usr/bin/install -c -m 644 'counter.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/counter.h'
 /usr/bin/install -c -m 644 'functions.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/functions.h'
 /usr/bin/install -c -m 644 'objcount.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/objcount.h'
 /usr/bin/install -c -m 644 'objlink.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/objlink.h'
 /usr/bin/install -c -m 644 'objmap.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/objmap.h'
 /usr/bin/install -c -m 644 'objsync.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/objsync.h'
 /usr/bin/install -c -m 644 'oststring.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/oststring.h'
 /usr/bin/install -c -m 644 'template.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/template.h'
 /usr/bin/install -c -m 644 'pointer.h' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/include/cc++/pointer.h'
make[4]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++'
make[3]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include/cc++'
make[3]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
make[4]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
make[3]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/include'
Making install in src
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
make[3]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
test -z "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib" || mkdir -p -- "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libccgnu2.la' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccgnu2.la'
/usr/bin/install -c .libs/libccgnu2-1.4.so.0.0.3 /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccgnu2-1.4.so.0.0.3
(cd /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib && { ln -s -f libccgnu2-1.4.so.0.0.3 libccgnu2-1.4.so.0 || { rm -f libccgnu2-1.4.so.0 && ln -s libccgnu2-1.4.so.0.0.3 libccgnu2-1.4.so.0; }; })
(cd /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib && { ln -s -f libccgnu2-1.4.so.0.0.3 libccgnu2.so || { rm -f libccgnu2.so && ln -s libccgnu2-1.4.so.0.0.3 libccgnu2.so; }; })
/usr/bin/install -c .libs/libccgnu2.lai /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccgnu2.la
/usr/bin/install -c .libs/libccgnu2.a /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccgnu2.a
chmod 644 /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccgnu2.a
ranlib /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccgnu2.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libccext2.la' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccext2.la'
/usr/bin/install -c .libs/libccext2-1.4.so.0.0.3 /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccext2-1.4.so.0.0.3
(cd /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib && { ln -s -f libccext2-1.4.so.0.0.3 libccext2-1.4.so.0 || { rm -f libccext2-1.4.so.0 && ln -s libccext2-1.4.so.0.0.3 libccext2-1.4.so.0; }; })
(cd /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib && { ln -s -f libccext2-1.4.so.0.0.3 libccext2.so || { rm -f libccext2.so && ln -s libccext2-1.4.so.0.0.3 libccext2.so; }; })
/usr/bin/install -c .libs/libccext2.lai /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccext2.la
/usr/bin/install -c .libs/libccext2.a /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccext2.a
chmod 644 /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccext2.a
ranlib /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/libccext2.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/share/aclocal" || mkdir -p -- "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/share/aclocal"
 /usr/bin/install -c -m 644 'ost_check2.m4' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/share/aclocal/ost_check2.m4'
test -z "" || mkdir -p -- ""
test -z "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/pkgconfig" || mkdir -p -- "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libccgnu2.pc' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/pkgconfig/libccgnu2.pc'
 /usr/bin/install -c -m 644 'libccext2.pc' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib/pkgconfig/libccext2.pc'
test -z "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/bin" || mkdir -p -- "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/bin"
 /usr/bin/install -c -m 644 'ccgnu2-config' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/bin/ccgnu2-config'
/usr/bin/make  install-data-hook
make[4]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
chmod +x /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/bin/ccgnu2-config
make[4]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
make[3]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/src'
Making install in doc
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/doc'
make[3]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3/doc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/share/info" || mkdir -p -- "/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/share/info"
 /usr/bin/install -c -m 644 './commoncpp2.info' '/usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/share/info/commoncpp2.info'
make[3]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/doc'
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3/doc'
make[2]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make[3]: Entering directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make[3]: Nothing to be done for `install-exec-am'.
------------------------------------------------------------------------------
Hmm, looks like you forgot to add /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib to /etc/ld.so.conf.
I'll try to fix it for you (but pay attention to libtool's output
next time, ok?)
/bin/sh: line 1: /etc/ld.so.conf: Permission denied

Well, that didn't work.  Remember to add /usr/local/src/etch/libcommoncpp2-1.4.3/debian/tmp/usr/lib to
/etc/ld.so.conf if you want to use this library.
------------------------------------------------------------------------------
/bin/sh: line 1: ldconfig: command not found
make[3]: *** [install-data-local] Error 127
make[3]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/etch/libcommoncpp2-1.4.3'
make: *** [install] Error 2
debian at riddle:/usr/local/src/etch/libcommoncpp2-1.4.3$ which ldconfig
debian at riddle:/usr/local/src/etch/libcommoncpp2-1.4.3$ dpkg -S bin/ldconfig
libc6: /sbin/ldconfig
debian at riddle:/usr/local/src/etch/libcommoncpp2-1.4.3$ ls -l /sbin/ldconfig 
-rwxr-xr-x  1 root root 470656 Apr 19  2006 /sbin/ldconfig
debian at riddle:/usr/local/src/etch/libcommoncpp2-1.4.3$ /sbin/ldconfig 
/sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
debian at riddle:/usr/local/src/etch/libcommoncpp2-1.4.3$ logout
riddle:~# exit

Script done on Sun 19 Nov 2006 10:03:51 AM MST

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18.1-20061024
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)




More information about the Pkg-voip-maintainers mailing list