[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

cannot build httpd-2.0

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-12 19:12:16 CET

I'm building httpd-2.0, as prereq to building a Subversion server for
local testing. Ran

   $ cd /usr/local
   # cleanup.sh ### rm's libs, includes, bin/apr-config, etc
   $ cd httpd-2.0
   $ cvs up -dP
   $ cd srclib/apr ### make _sure_ apr is up-to-date
   $ cvs up -dP ###
   $ cd ../apr-util ### make _sure_ apr-util is up-to-date
   $ cvs up -dP ###
   $ cd ../..
   $ make distclean
   $ ./buildconf
   $ ./configure --enable-dav --enable-so --prefix=/usr/local/apache2
   $ make

At the very end of this mail is the entire output of `make'. But
before that, here are the two bits that seem problematic. The first I
believe is a non-fatal error we've seen before (anyone know how to fix
this, though? It keeps cropping up):

   gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 \
       -D_BSD_SOURCE -D_SVID_SOURCE -I./include -I../include \
       exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
   exports.c:31:23: apr_shmem.h: No such file or directory

But the second error is the one that prevents the build:

   /bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent \
      --mode=link gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT \
      -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE \
      -DAP_HAVE_DESIGNATED_INITIALIZER \
      -I. -I/home/kfogel/src/httpd-2.0/os/unix \
      -I/home/kfogel/src/httpd-2.0/server/mpm/prefork \
      -I/home/kfogel/src/httpd-2.0/modules/http \
      -I/home/kfogel/src/httpd-2.0/modules/proxy \
      -I/home/kfogel/src/httpd-2.0/include \
      -I/home/kfogel/src/httpd-2.0/srclib/apr/include \
      -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include \
      -I/home/kfogel/src/httpd-2.0/modules/dav/main \
      -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include \
      -I/usr/local/include -export-dynamic -o dftables dftables.lo \
      -lm -lcrypt -lnsl -ldl -lgdbm -ldb1 /usr/local/lib/libexpat.la
   libtool: link: cannot find the library `/usr/local/lib/libexpat.la'
   make[3]: *** [dftables] Error 1
   make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/pcre'
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/pcre'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib'
   make: *** [all-recursive] Error 1
   
   Compilation exited abnormally with code 2 at Tue Feb 12 12:46:27

Can't find libexpat.la, hm? Okay, so then I tried building and
installing apr and apr-util independently (in that order), and *then*
building httpd-2.0, but httpd-2.0 still failed with the same error.

Note that when I built and installed apr-util independently, I didn't
see anything about src/httpd-2.0/srclib/apr-util/xml/expat/lib/ being
compiled or installed, even though apr-util/configure.in seems to
indicate that expat is supposed to be built and installed (?).

Anyone else seen this? I haven't bothered the apache dev list or bug
tracker with this yet, want to see if anyone here knows what's going
on first.

-Karl

Here's the full output of "make":

cd ~/src/httpd-2.0/
make
Making all in srclib
make[1]: Entering directory `/home/kfogel/src/httpd-2.0/srclib'
Making all in apr
make[2]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr'
Making all in strings
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/strings'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/strings'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_cpystrn.c && touch apr_cpystrn.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_snprintf.c && touch apr_snprintf.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_strnatcmp.c && touch apr_strnatcmp.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_strings.c && touch apr_strings.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_fnmatch.c && touch apr_fnmatch.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_strtok.c && touch apr_strtok.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/strings'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/strings'
Making all in passwd
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/passwd'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/passwd'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_md5.c && touch apr_md5.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_getpass.c && touch apr_getpass.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/passwd'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/passwd'
Making all in tables
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/tables'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/tables'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_tables.c && touch apr_tables.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_hash.c && touch apr_hash.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/tables'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/tables'
Making all in file_io/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/file_io/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/file_io/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c copy.c && touch copy.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c dir.c && touch dir.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c fileacc.c && touch fileacc.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c filedup.c && touch filedup.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c filepath.c && touch filepath.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c filestat.c && touch filestat.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c flock.c && touch flock.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c fullrw.c && touch fullrw.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c open.c && touch open.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c pipe.c && touch pipe.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c readwrite.c && touch readwrite.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c seek.c && touch seek.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c mktemp.c && touch mktemp.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/file_io/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/file_io/unix'
Making all in network_io/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/network_io/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/network_io/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c poll.c && touch poll.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c sendrecv.c && touch sendrecv.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c sockets.c && touch sockets.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c sockopt.c && touch sockopt.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c sockaddr.c && touch sockaddr.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c inet_ntop.c && touch inet_ntop.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c inet_pton.c && touch inet_pton.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/network_io/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/network_io/unix'
Making all in threadproc/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/threadproc/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/threadproc/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c proc.c && touch proc.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c procsup.c && touch procsup.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c thread.c && touch thread.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c threadpriv.c && touch threadpriv.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c signals.c && touch signals.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/threadproc/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/threadproc/unix'
Making all in misc/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/misc/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/misc/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c start.c && touch start.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c getopt.c && touch getopt.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c otherchild.c && touch otherchild.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c errorcodes.c && touch errorcodes.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c rand.c && touch rand.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c uuid.c && touch uuid.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c getuuid.c && touch getuuid.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -I../../include/arch/unix -c version.c && touch version.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/misc/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/misc/unix'
Making all in locks/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/locks/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/locks/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c locks.c && touch locks.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c crossproc.c && touch crossproc.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c intraproc.c && touch intraproc.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c thread_mutex.c && touch thread_mutex.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c thread_rwlock.c && touch thread_rwlock.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c thread_cond.c && touch thread_cond.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c proc_mutex.c && touch proc_mutex.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/locks/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/locks/unix'
Making all in time/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/time/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/time/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c time.c && touch time.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c timestr.c && touch timestr.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/time/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/time/unix'
Making all in mmap/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/mmap/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/mmap/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c mmap.c && touch mmap.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c common.c && touch common.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/mmap/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/mmap/unix'
Making all in shmem/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/shmem/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/shmem/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c shm.c && touch shm.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/shmem/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/shmem/unix'
Making all in i18n/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/i18n/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/i18n/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c xlate.c && touch xlate.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/i18n/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/i18n/unix'
Making all in user/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/user/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/user/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c userinfo.c && touch userinfo.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c groupinfo.c && touch groupinfo.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/user/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/user/unix'
Making all in memory/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/memory/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/memory/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix -c apr_pools.c && touch apr_pools.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/memory/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/memory/unix'
Making all in dso/unix
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/dso/unix'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr/dso/unix'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch -I../../include/arch/unix -c dso.c && touch dso.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/dso/unix'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr/dso/unix'
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I./include -I../include -o libapr.la -rpath /usr/local/apache2/lib strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo passwd/apr_getpass.lo passwd/apr_md5.lo tables/apr_hash.lo tables/apr_tables.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/poll.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo threadproc/unix/proc.lo thread!
 proc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/getuuid.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/uuid.lo misc/unix/version.lo locks/unix/crossproc.lo locks/unix/intraproc.lo locks/unix/locks.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo time/unix/time.lo time/unix/timestr.lo mmap/unix/common.lo mmap/unix/mmap.lo shmem/unix/shm.lo i18n/unix/xlate.lo user/unix/groupinfo.lo user/unix/userinfo.lo memory/unix/apr_pools.lo dso/unix/dso.lo
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I./include -I../include exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
exports.c:31:23: apr_shmem.h: No such file or directory
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I./include -I../include export_vars.h | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr'
make[2]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr'
Making all in apr-util
make[2]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util'
Making all in buckets
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/buckets'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/buckets'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_file.c && touch apr_buckets_file.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_pool.c && touch apr_buckets_pool.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_flush.c && touch apr_buckets_flush.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_refcount.c && touch apr_buckets_refcount.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_heap.c && touch apr_buckets_heap.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_simple.c && touch apr_buckets_simple.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets.c && touch apr_buckets.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_mmap.c && touch apr_buckets_mmap.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_socket.c && touch apr_buckets_socket.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_eos.c && touch apr_buckets_eos.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_buckets_pipe.c && touch apr_buckets_pipe.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_brigade.c && touch apr_brigade.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/buckets'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/buckets'
Making all in crypto
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/crypto'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/crypto'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_sha1.c && touch apr_sha1.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_md4.c && touch apr_md4.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/crypto'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/crypto'
Making all in dbm
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm'
Making all in sdbm
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm/sdbm'
make[5]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm/sdbm'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c sdbm.c && touch sdbm.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c sdbm_hash.c && touch sdbm_hash.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c sdbm_lock.c && touch sdbm_lock.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c sdbm_pair.c && touch sdbm_pair.lo
make[5]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm/sdbm'
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm/sdbm'
Making all in .
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_dbm.c && touch apr_dbm.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_dbm_berkeleydb.c && touch apr_dbm_berkeleydb.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_dbm_gdbm.c && touch apr_dbm_gdbm.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_dbm_sdbm.c && touch apr_dbm_sdbm.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/dbm'
Making all in encoding
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/encoding'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/encoding'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_base64.c && touch apr_base64.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/encoding'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/encoding'
Making all in hooks
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/hooks'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/hooks'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_hooks.c && touch apr_hooks.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/hooks'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/hooks'
Making all in ldap
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/ldap'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/ldap'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_ldap_compat.c && touch apr_ldap_compat.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/ldap'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/ldap'
Making all in uri
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/uri'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/uri'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -I. -c gen_uri_delims.c && touch gen_uri_delims.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -I. -o gen_uri_delims gen_uri_delims.lo -lm -lcrypt -lnsl -ldl
./gen_uri_delims > uri_delims.h
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -I. -c apr_uri.c && touch apr_uri.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/uri'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/uri'
Making all in xml
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/xml'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/xml'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_xml.c && touch apr_xml.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/xml'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/xml'
Making all in misc
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/misc'
make[4]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/misc'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_date.c && touch apr_date.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -c apr_rmm.c && touch apr_rmm.lo
make[4]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/misc'
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util/misc'
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/apr-util'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private -o libaprutil.la -rpath /usr/local/apache2/lib buckets/apr_buckets_file.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_simple.lo buckets/apr_buckets.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_socket.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_pipe.lo buckets/apr_brigade.lo crypto/apr_sha1.lo crypto/apr_md4.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo dbm/apr_dbm.lo dbm/apr_dbm_berkeleydb.lo dbm/apr_dbm_gdbm.lo dbm/apr_dbm_sdbm.lo encoding/apr_base64.lo hooks/apr_hooks.lo!
  ldap/apr_ldap_compat.lo uri/apr_uri.lo xml/apr_xml.lo misc/apr_date.lo misc/apr_rmm.lo
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> aprutil.exp
gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include/private export_vars.h | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> aprutil.exp
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util'
make[2]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/apr-util'
Making all in pcre
make[2]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/pcre'
make[3]: Entering directory `/home/kfogel/src/httpd-2.0/srclib/pcre'
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/home/kfogel/src/httpd-2.0/os/unix -I/home/kfogel/src/httpd-2.0/server/mpm/prefork -I/home/kfogel/src/httpd-2.0/modules/http -I/home/kfogel/src/httpd-2.0/modules/proxy -I/home/kfogel/src/httpd-2.0/include -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/home/kfogel/src/httpd-2.0/modules/dav/main -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -prefer-non-pic -static -c maketables.c && touch maketables.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/home/kfogel/src/httpd-2.0/os/unix -I/home/kfogel/src/httpd-2.0/server/mpm/prefork -I/home/kfogel/src/httpd-2.0/modules/http -I/home/kfogel/src/httpd-2.0/modules/proxy -I/home/kfogel/src/httpd-2.0/include -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/home/kfogel/src/httpd-2.0/modules/dav/main -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -prefer-non-pic -static -c get.c && touch get.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/home/kfogel/src/httpd-2.0/os/unix -I/home/kfogel/src/httpd-2.0/server/mpm/prefork -I/home/kfogel/src/httpd-2.0/modules/http -I/home/kfogel/src/httpd-2.0/modules/proxy -I/home/kfogel/src/httpd-2.0/include -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/home/kfogel/src/httpd-2.0/modules/dav/main -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -prefer-non-pic -static -c study.c && touch study.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/home/kfogel/src/httpd-2.0/os/unix -I/home/kfogel/src/httpd-2.0/server/mpm/prefork -I/home/kfogel/src/httpd-2.0/modules/http -I/home/kfogel/src/httpd-2.0/modules/proxy -I/home/kfogel/src/httpd-2.0/include -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/home/kfogel/src/httpd-2.0/modules/dav/main -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -prefer-non-pic -static -c dftables.c && touch dftables.lo
/bin/sh /home/kfogel/src/httpd-2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/home/kfogel/src/httpd-2.0/os/unix -I/home/kfogel/src/httpd-2.0/server/mpm/prefork -I/home/kfogel/src/httpd-2.0/modules/http -I/home/kfogel/src/httpd-2.0/modules/proxy -I/home/kfogel/src/httpd-2.0/include -I/home/kfogel/src/httpd-2.0/srclib/apr/include -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/home/kfogel/src/httpd-2.0/modules/dav/main -I/home/kfogel/src/httpd-2.0/srclib/apr-util/include -I/usr/local/include -export-dynamic -o dftables dftables.lo -lm -lcrypt -lnsl -ldl -lgdbm -ldb1 /usr/local/lib/libexpat.la
libtool: link: cannot find the library `/usr/local/lib/libexpat.la'
make[3]: *** [dftables] Error 1
make[3]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/pcre'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib/pcre'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kfogel/src/httpd-2.0/srclib'
make: *** [all-recursive] Error 1

Compilation exited abnormally with code 2 at Tue Feb 12 13:02:00

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:07 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.