Skip to content

Instantly share code, notes, and snippets.

@ye
Created September 24, 2014 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ye/301cc5049333c6c50aed to your computer and use it in GitHub Desktop.
Save ye/301cc5049333c6c50aed to your computer and use it in GitHub Desktop.
Homebrew make error on httpd24 and Xcode 6.0.1
[ye-mbp:~] ywang$ xcodebuild -version
Xcode 6.0.1
Build version 6A317
[ye-mbp:~] ywang$ brew install -v httpd24
==> Downloading https://archive.apache.org/dist/httpd/httpd-2.4.10.tar.bz2
Already downloaded: /Library/Caches/Homebrew/httpd24-2.4.10.tar.bz2
==> Verifying httpd24-2.4.10.tar.bz2 checksum
tar xf /Library/Caches/Homebrew/httpd24-2.4.10.tar.bz2
==> tar -zxpv -C /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr --strip-components=1 -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-1.5.1.tar.gz
x libapr.mak
x apr.mak
x apr.spec
x docs/
x docs/APRDesign.html
x docs/win32_builds.html
x docs/canonical_filenames.html
x docs/incomplete_types
x docs/non_apr_programs
x docs/pool-design.html
x docs/doxygen.conf
x NWGNUmakefile
x emacs-mode
x test/
x test/testhash.c
x test/testdll.dsp
x test/globalmutexchild.c
x test/internal/
x test/internal/testregex.c
x test/internal/Makefile.in
x test/internal/Makefile.win
x test/internal/testucs.c
x test/testsockopt.c
x test/NWGNUmakefile
x test/testdso.c
x test/teststrnatcmp.c
x test/testshm.c
x test/testutil.c
x test/testglobalmutex.h
x test/testpath.c
x test/testutil.h
x test/NWGNUechod
x test/testtime.c
x test/abts.c
x test/NWGNUaprtest
x test/testargs.c
x test/Makefile.in
x test/echod.c
x test/testdup.c
x test/occhild.c
x test/testuser.c
x test/testsleep.c
x test/testpoll.c
x test/testshm.h
x test/NWGNUsockchild
x test/testcond.c
x test/testvsn.c
x test/testsock.h
x test/testfileinfo.c
x test/testnames.c
x test/testdir.c
x test/sockchild.c
x test/testthread.c
x test/mod_test.c
x test/testsock.c
x test/testtable.c
x test/testlock.c
x test/testprocmutex.c
x test/testpools.c
x test/proc_child.c
x test/testlib.dsp
x test/testproc.c
x test/testlockperf.c
x test/testfmt.c
x test/nw_misc.c
x test/testoc.c
x test/NWGNUtestatmc
x test/testpipe.c
x test/testrand.c
x test/Makefile.win
x test/NWGNUsockperf
x test/sendfile.c
x test/testflock.h
x test/testmutexscope.c
x test/testatomic.c
x test/NWGNUtryread
x test/testall.dsw
x test/NWGNUreadchild
x test/testud.c
x test/abts.h
x test/testlfs.c
x test/testfile.c
x test/tryread.c
x test/NWGNUmod_test
x test/testshmproducer.c
x test/testglobalmutex.c
x test/NWGNUproc_child
x test/testsockets.c
x test/testshmconsumer.c
x test/README
x test/data/
x test/data/mmap_datafile.txt
x test/data/file_datafile.txt
x test/abts_tests.h
x test/readchild.c
x test/NWGNUglobalmutexchild
x test/testflock.c
x test/testfnmatch.c
x test/testmmap.c
x test/sockperf.c
x test/testenv.c
x test/testfilecopy.c
x test/testapp.c
x test/testescape.c
x test/testipsub.c
x test/testtemp.c
x test/teststr.c
x apr.dep
x poll/
x poll/os2/
x poll/os2/pollset.c
x poll/os2/poll.c
x poll/unix/
x poll/unix/z_asio.c
x poll/unix/select.c
x poll/unix/pollset.c
x poll/unix/epoll.c
x poll/unix/pollcb.c
x poll/unix/port.c
x poll/unix/poll.c
x poll/unix/kqueue.c
x passwd/
x passwd/apr_getpass.c
x configure.in
x Makefile.in
x build.conf
x libapr.dsp
x README.cmake
x shmem/
x shmem/os2/
x shmem/os2/shm.c
x shmem/unix/
x shmem/unix/shm.c
x shmem/beos/
x shmem/beos/shm.c
x shmem/win32/
x shmem/win32/shm.c
x time/
x time/unix/
x time/unix/timestr.c
x time/unix/time.c
x time/win32/
x time/win32/timestr.c
x time/win32/time.c
x libapr.dep
x configure
x apr-config.in
x user/
x user/netware/
x user/netware/groupinfo.c
x user/netware/userinfo.c
x user/unix/
x user/unix/groupinfo.c
x user/unix/userinfo.c
x user/win32/
x user/win32/groupinfo.c
x user/win32/userinfo.c
x CHANGES
x CMakeLists.txt
x tables/
x tables/apr_hash.c
x tables/apr_tables.c
x tables/apr_skiplist.c
x config.layout
x support/
x support/unix/
x support/unix/waitio.c
x libapr.rc
x strings/
x strings/apr_fnmatch.c
x strings/apr_cpystrn.c
x strings/apr_strings.c
x strings/apr_snprintf.c
x strings/apr_strnatcmp.c
x strings/apr_strtok.c
x locks/
x locks/os2/
x locks/os2/proc_mutex.c
x locks/os2/thread_mutex.c
x locks/os2/thread_cond.c
x locks/os2/thread_rwlock.c
x locks/netware/
x locks/netware/proc_mutex.c
x locks/netware/thread_mutex.c
x locks/netware/thread_cond.c
x locks/netware/thread_rwlock.c
x locks/unix/
x locks/unix/proc_mutex.c
x locks/unix/thread_mutex.c
x locks/unix/thread_cond.c
x locks/unix/thread_rwlock.c
x locks/unix/global_mutex.c
x locks/beos/
x locks/beos/proc_mutex.c
x locks/beos/thread_mutex.c
x locks/beos/thread_cond.c
x locks/beos/thread_rwlock.c
x locks/win32/
x locks/win32/proc_mutex.c
x locks/win32/thread_mutex.c
x locks/win32/thread_cond.c
x locks/win32/thread_rwlock.c
x Makefile.win
x include/
x include/apr.hnw
x include/apr_network_io.h
x include/apr_mmap.h
x include/apr_file_info.h
x include/apr_proc_mutex.h
x include/apr_errno.h
x include/apr_global_mutex.h
x include/apr_env.h
x include/apr_escape.h
x include/apr.hwc
x include/arch/
x include/arch/os2/
x include/arch/os2/apr_arch_thread_cond.h
x include/arch/os2/apr_arch_thread_mutex.h
x include/arch/os2/apr_arch_proc_mutex.h
x include/arch/os2/apr_arch_dso.h
x include/arch/os2/apr_arch_inherit.h
x include/arch/os2/apr_arch_os2calls.h
x include/arch/os2/apr_arch_networkio.h
x include/arch/os2/apr_arch_threadproc.h
x include/arch/os2/apr_arch_thread_rwlock.h
x include/arch/os2/apr_arch_file_io.h
x include/arch/netware/
x include/arch/netware/apr_arch_thread_cond.h
x include/arch/netware/apr_arch_global_mutex.h
x include/arch/netware/apr_arch_thread_mutex.h
x include/arch/netware/apr_arch_internal_time.h
x include/arch/netware/apr_arch_proc_mutex.h
x include/arch/netware/apr_private.h
x include/arch/netware/apr_arch_dso.h
x include/arch/netware/apr_arch_networkio.h
x include/arch/netware/apr_arch_threadproc.h
x include/arch/netware/apr_arch_pre_nw.h
x include/arch/netware/apr_arch_thread_rwlock.h
x include/arch/netware/apr_arch_file_io.h
x include/arch/darwin/
x include/arch/unix/
x include/arch/unix/apr_arch_thread_cond.h
x include/arch/unix/apr_arch_global_mutex.h
x include/arch/unix/apr_arch_thread_mutex.h
x include/arch/unix/apr_arch_internal_time.h
x include/arch/unix/apr_arch_proc_mutex.h
x include/arch/unix/apr_private.h.in
x include/arch/unix/apr_arch_dso.h
x include/arch/unix/apr_arch_misc.h
x include/arch/unix/apr_arch_shm.h
x include/arch/unix/apr_arch_inherit.h
x include/arch/unix/apr_arch_poll_private.h
x include/arch/unix/apr_arch_networkio.h
x include/arch/unix/apr_arch_threadproc.h
x include/arch/unix/apr_arch_thread_rwlock.h
x include/arch/unix/apr_arch_atomic.h
x include/arch/unix/apr_arch_file_io.h
x include/arch/beos/
x include/arch/beos/apr_arch_thread_cond.h
x include/arch/beos/apr_arch_thread_mutex.h
x include/arch/beos/apr_arch_proc_mutex.h
x include/arch/beos/apr_arch_dso.h
x include/arch/beos/apr_arch_threadproc.h
x include/arch/beos/apr_arch_thread_rwlock.h
x include/arch/aix/
x include/arch/aix/apr_arch_dso.h
x include/arch/win32/
x include/arch/win32/apr_arch_thread_cond.h
x include/arch/win32/apr_arch_thread_mutex.h
x include/arch/win32/apr_arch_proc_mutex.h
x include/arch/win32/apr_private.h
x include/arch/win32/apr_arch_dso.h
x include/arch/win32/apr_arch_atime.h
x include/arch/win32/apr_arch_misc.h
x include/arch/win32/apr_arch_inherit.h
x include/arch/win32/apr_arch_networkio.h
x include/arch/win32/apr_arch_threadproc.h
x include/arch/win32/apr_arch_thread_rwlock.h
x include/arch/win32/apr_arch_utf8.h
x include/arch/win32/apr_arch_file_io.h
x include/arch/win32/apr_dbg_win32_handles.h
x include/arch/os390/
x include/arch/os390/apr_arch_dso.h
x include/arch/apr_private_common.h
x include/apr_random.h
x include/apr_thread_mutex.h
x include/apr_support.h
x include/apr.h.in
x include/apr.hw
x include/apr_user.h
x include/apr_lib.h
x include/apr_portable.h
x include/apr_thread_proc.h
x include/apr_fnmatch.h
x include/apr_file_io.h
x include/apr_getopt.h
x include/apr_hash.h
x include/apr_shm.h
x include/apr_skiplist.h
x include/apr_allocator.h
x include/apr_poll.h
x include/apr_time.h
x include/apr_strings.h
x include/apr_ring.h
x include/apr_thread_rwlock.h
x include/apr_version.h
x include/apr_inherit.h
x include/private/
x include/apr_thread_cond.h
x include/apr_pools.h
x include/apr_signal.h
x include/apr_atomic.h
x include/apr_want.h
x include/apr_tables.h
x include/apr_dso.h
x include/apr_general.h
x network_io/
x network_io/os2/
x network_io/os2/sockopt.c
x network_io/os2/sendrecv_udp.c
x network_io/os2/os2calls.c
x network_io/os2/socket_util.c
x network_io/os2/sockaddr.c
x network_io/os2/inet_ntop.c
x network_io/os2/inet_pton.c
x network_io/os2/sendrecv.c
x network_io/os2/sockets.c
x network_io/unix/
x network_io/unix/sockopt.c
x network_io/unix/multicast.c
x network_io/unix/socket_util.c
x network_io/unix/sockaddr.c
x network_io/unix/inet_ntop.c
x network_io/unix/inet_pton.c
x network_io/unix/sendrecv.c
x network_io/unix/sockets.c
x network_io/beos/
x network_io/beos/sendrecv.c
x network_io/beos/socketcommon.c
x network_io/win32/
x network_io/win32/sockopt.c
x network_io/win32/sendrecv.c
x network_io/win32/sockets.c
x apr.pc.in
x atomic/
x atomic/netware/
x atomic/netware/apr_atomic.c
x atomic/unix/
x atomic/unix/builtins.c
x atomic/unix/ppc.c
x atomic/unix/s390.c
x atomic/unix/mutex.c
x atomic/unix/ia32.c
x atomic/unix/solaris.c
x atomic/win32/
x atomic/win32/apr_atomic.c
x atomic/os390/
x atomic/os390/atomic.c
x memory/
x memory/unix/
x memory/unix/apr_pools.c
x misc/
x misc/netware/
x misc/netware/rand.c
x misc/netware/libprews.c
x misc/netware/aprlib.def
x misc/netware/charset.c
x misc/netware/apr.xdc
x misc/netware/start.c
x misc/unix/
x misc/unix/rand.c
x misc/unix/env.c
x misc/unix/getopt.c
x misc/unix/charset.c
x misc/unix/otherchild.c
x misc/unix/errorcodes.c
x misc/unix/randbyte_os2.inc
x misc/unix/start.c
x misc/unix/version.c
x misc/win32/
x misc/win32/misc.c
x misc/win32/rand.c
x misc/win32/internal.c
x misc/win32/env.c
x misc/win32/apr_app.c
x misc/win32/charset.c
x misc/win32/utf8.c
x misc/win32/start.c
x random/
x random/unix/
x random/unix/apr_random.c
x random/unix/sha2.h
x random/unix/sha2.c
x random/unix/sha2_glue.c
x mmap/
x mmap/unix/
x mmap/unix/common.c
x mmap/unix/mmap.c
x mmap/win32/
x mmap/win32/mmap.c
x apr.dsw
x file_io/
x file_io/os2/
x file_io/os2/fileacc.c
x file_io/os2/mktemp.c
x file_io/os2/dir_make_recurse.c
x file_io/os2/filepath_util.c
x file_io/os2/flock.c
x file_io/os2/seek.c
x file_io/os2/filestat.c
x file_io/os2/pipe.c
x file_io/os2/readwrite.c
x file_io/os2/filesys.c
x file_io/os2/maperrorcode.c
x file_io/os2/fullrw.c
x file_io/os2/filepath.c
x file_io/os2/filedup.c
x file_io/os2/open.c
x file_io/os2/tempdir.c
x file_io/os2/buffer.c
x file_io/os2/copy.c
x file_io/os2/dir.c
x file_io/netware/
x file_io/netware/mktemp.c
x file_io/netware/flock.c
x file_io/netware/filestat.c
x file_io/netware/pipe.c
x file_io/netware/filesys.c
x file_io/netware/filepath.c
x file_io/unix/
x file_io/unix/fileacc.c
x file_io/unix/mktemp.c
x file_io/unix/filepath_util.c
x file_io/unix/flock.c
x file_io/unix/seek.c
x file_io/unix/filestat.c
x file_io/unix/pipe.c
x file_io/unix/readwrite.c
x file_io/unix/fullrw.c
x file_io/unix/filepath.c
x file_io/unix/filedup.c
x file_io/unix/open.c
x file_io/unix/tempdir.c
x file_io/unix/buffer.c
x file_io/unix/copy.c
x file_io/unix/dir.c
x file_io/win32/
x file_io/win32/flock.c
x file_io/win32/seek.c
x file_io/win32/filestat.c
x file_io/win32/pipe.c
x file_io/win32/readwrite.c
x file_io/win32/filesys.c
x file_io/win32/filepath.c
x file_io/win32/filedup.c
x file_io/win32/open.c
x file_io/win32/buffer.c
x file_io/win32/dir.c
x threadproc/
x threadproc/os2/
x threadproc/os2/threadpriv.c
x threadproc/os2/thread.c
x threadproc/os2/proc.c
x threadproc/os2/signals.c
x threadproc/netware/
x threadproc/netware/threadpriv.c
x threadproc/netware/procsup.c
x threadproc/netware/thread.c
x threadproc/netware/proc.c
x threadproc/netware/signals.c
x threadproc/unix/
x threadproc/unix/threadpriv.c
x threadproc/unix/procsup.c
x threadproc/unix/thread.c
x threadproc/unix/proc.c
x threadproc/unix/signals.c
x threadproc/beos/
x threadproc/beos/apr_proc_stub.c
x threadproc/beos/threadpriv.c
x threadproc/beos/thread.c
x threadproc/beos/threadproc_common.c
x threadproc/beos/proc.c
x threadproc/win32/
x threadproc/win32/threadpriv.c
x threadproc/win32/thread.c
x threadproc/win32/proc.c
x threadproc/win32/signals.c
x LICENSE
x build/
x build/lineends.pl
x build/libaprapp.mak
x build/NWGNUmakefile
x build/win32ver.awk
x build/run-gcov.sh
x build/apr_common.m4
x build/config.guess
x build/aprapp.mak
x build/MakeEtags
x build/apr_rules.mk.in
x build/NWGNUhead.inc
x build/libtool.m4
x build/make_var_export.awk
x build/buildcheck.sh
x build/ltmain.sh
x build/PrintPath
x build/get-version.sh
x build/apr_win32.m4
x build/pkg/
x build/pkg/buildpkg.sh
x build/pkg/README
x build/pkg/pkginfo.in
x build/lt~obsolete.m4
x build/config.sub
x build/mkdir.sh
x build/cvtdsp.pl
x build/gen-build.py
x build/nw_ver.awk
x build/NWGNUtail.inc
x build/fixwin32mak.pl
x build/make_nw_export.awk
x build/prelibaprapp.dsp
x build/libaprapp.dep
x build/find_apr.m4
x build/apr_network.m4
x build/ltsugar.m4
x build/NWGNUenvironment.inc
x build/make_exports.awk
x build/aplibtool.c
x build/ltoptions.m4
x build/rpm/
x build/rpm/apr.spec.in
x build/ltversion.m4
x build/apr_hints.m4
x build/install.sh
x build/preaprapp.dsp
x build/apr_threads.m4
x build/aprapp.dep
x build/libaprapp.dsp
x build/nw_export.inc
x build/aprapp.dsp
x build/nw_make_header.awk
x build/jlibtool.c
x helpers/
x helpers/apr_rename.pl
x README
x apr.dsp
x NOTICE
x buildconf
x build-outputs.mk
x dso/
x dso/os2/
x dso/os2/dso.c
x dso/netware/
x dso/netware/dso.c
x dso/unix/
x dso/unix/dso.c
x dso/beos/
x dso/beos/dso.c
x dso/aix/
x dso/aix/dso.c
x dso/win32/
x dso/win32/dso.c
x dso/os390/
x dso/os390/dso.c
x tools/
x tools/gen_test_char.c
x encoding/
x encoding/apr_escape.c
==> tar -zxpv -C /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util --strip-components=1 -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util-1.5.3.tar.gz
x libaprutil.dep
x xlate/
x xlate/xlate.c
x docs/
x docs/doxygen.conf
x libaprutil.dsp
x NWGNUmakefile
x hooks/
x hooks/apr_hooks.c
x aprutil.mak
x crypto/
x crypto/apr_md4.c
x crypto/apr_md5.c
x crypto/apr_crypto_openssl.mak
x crypto/apr_crypto_openssl.dep
x crypto/apr_sha1.c
x crypto/apr_crypto.c
x crypto/apr_crypto_openssl.dsp
x crypto/apr_crypto_nss.c
x crypto/getuuid.c
x crypto/apr_crypto_nss.dsp
x crypto/apr_crypto_openssl.c
x crypto/apr_crypto_nss.mak
x crypto/crypt_blowfish.h
x crypto/uuid.c
x crypto/apr_crypto_nss.dep
x crypto/apr_passwd.c
x crypto/crypt_blowfish.c
x test/
x test/testutillib.dsp
x test/dbd.c
x test/testxml.c
x test/testmd5.c
x test/NWGNUmakefile
x test/testutil.c
x test/testdbm.c
x test/testutil.h
x test/abts.c
x test/testbuckets.c
x test/Makefile.in
x test/testreslist.c
x test/testdbd.c
x test/testutildll.dsp
x test/testuri.c
x test/testcrypto.c
x test/testmemcache.c
x test/nw_misc.c
x test/NWGNUaputest
x test/testrmm.c
x test/Makefile.win
x test/testall.dsw
x test/testmd4.c
x test/abts.h
x test/teststrmatch.c
x test/testpass.c
x test/testqueue.c
x test/test_apu.h
x test/testldap.c
x test/data/
x test/data/billion-laughs.xml
x test/abts_tests.h
x test/testdate.c
x test/testuuid.c
x test/testxlate.c
x memcache/
x memcache/apr_memcache.c
x dbd/
x dbd/apr_dbd_odbc.c
x dbd/apr_dbd_oracle.dsp
x dbd/apr_dbd_sqlite2.dep
x dbd/apr_dbd_freetds.dsp
x dbd/NWGNUmakefile
x dbd/NWGNUdbdmysql
x dbd/apr_dbd_pgsql.dep
x dbd/NWGNUdbdfreetds
x dbd/NWGNUdbdpgsql
x dbd/apr_dbd_sqlite3.mak
x dbd/apr_dbd_freetds.dep
x dbd/apr_dbd_pgsql.mak
x dbd/apr_dbd_oracle.mak
x dbd/apr_dbd_sqlite3.c
x dbd/apr_dbd_mysql.dsp
x dbd/apr_dbd.c
x dbd/apr_dbd_sqlite2.dsp
x dbd/apr_dbd_odbc.dsp
x dbd/apr_dbd_freetds.mak
x dbd/NWGNUdbdsqli2
x dbd/apr_dbd_sqlite3.dsp
x dbd/apr_dbd_pgsql.c
x dbd/apr_dbd_oracle.c
x dbd/apr_dbd_pgsql.dsp
x dbd/apr_dbd_sqlite2.mak
x dbd/apr_dbd_mysql.dep
x dbd/apr_dbd_odbc.mak
x dbd/apr_dbd_mysql.c
x dbd/apr_dbd_oracle.dep
x dbd/apr_dbd_mysql.mak
x dbd/apr_dbd_sqlite2.c
x dbd/apr_dbd_freetds.c
x dbd/apr_dbd_sqlite3.dep
x dbd/apr_dbd_odbc.dep
x dbd/NWGNUdbdsqli3
x configure.in
x Makefile.in
x build.conf
x apr-util.pc.in
x README.cmake
x aprutil.dep
x apu-config.in
x configure
x buckets/
x buckets/apr_buckets_pool.c
x buckets/apr_buckets.c
x buckets/apr_buckets_flush.c
x buckets/apr_buckets_socket.c
x buckets/apr_buckets_file.c
x buckets/apr_buckets_simple.c
x buckets/apr_buckets_mmap.c
x buckets/apr_buckets_heap.c
x buckets/apr_buckets_alloc.c
x buckets/apr_brigade.c
x buckets/apr_buckets_pipe.c
x buckets/apr_buckets_eos.c
x buckets/apr_buckets_refcount.c
x renames_pending
x CHANGES
x CMakeLists.txt
x config.layout
x uri/
x uri/apr_uri.c
x Makefile.win
x aprutil.dsw
x include/
x include/apu.hw
x include/apu_errno.h
x include/apr_optional.h
x include/apr_base64.h
x include/apr_rmm.h
x include/apr_ldap_option.h
x include/apr_md5.h
x include/apr_xml.h
x include/apu.hnw
x include/apr_thread_pool.h
x include/apu_version.h
x include/apr_ldap.hwc
x include/apr_sdbm.h
x include/apr_ldap_init.h
x include/apr_buckets.h
x include/apr_optional_hooks.h
x include/apr_date.h
x include/apr_queue.h
x include/apr_ldap.h.in
x include/apu.h.in
x include/apu_want.hnw
x include/apr_anylock.h
x include/apr_ldap.hw
x include/apr_ldap.hnw
x include/apr_ldap_rebind.h
x include/apu_want.h.in
x include/apr_uri.h
x include/apr_memcache.h
x include/apu.hwc
x include/apr_ldap_url.h
x include/apr_strmatch.h
x include/apu_want.hw
x include/apr_dbd.h
x include/apr_md4.h
x include/private/
x include/private/apu_config.h.in
x include/private/apu_config.hw
x include/private/apu_config.hnw
x include/private/apu_select_dbm.h.in
x include/private/apr_dbm_private.h
x include/private/apr_dbd_odbc_v2.h
x include/private/apr_dbd_internal.h
x include/private/apu_select_dbm.hw
x include/private/apr_crypto_internal.h
x include/private/apu_internal.h
x include/apr_xlate.h
x include/apr_reslist.h
x include/apr_hooks.h
x include/apr_sha1.h
x include/apr_uuid.h
x include/apr_dbm.h
x include/apr_crypto.h
x libaprutil.mak
x dbm/
x dbm/NWGNUmakefile
x dbm/apr_dbm_ndbm.c
x dbm/NWGNUdbmdb
x dbm/apr_dbm.c
x dbm/apr_dbm_db.dsp
x dbm/apr_dbm_sdbm.c
x dbm/apr_dbm_db.mak
x dbm/sdbm/
x dbm/sdbm/sdbm_pair.c
x dbm/sdbm/sdbm_pair.h
x dbm/sdbm/sdbm_private.h
x dbm/sdbm/sdbm.c
x dbm/sdbm/sdbm_tune.h
x dbm/sdbm/sdbm_lock.c
x dbm/sdbm/sdbm_hash.c
x dbm/apr_dbm_db.dep
x dbm/apr_dbm_gdbm.c
x dbm/NWGNUdbmgdbm
x dbm/apr_dbm_gdbm.dep
x dbm/apr_dbm_gdbm.mak
x dbm/apr_dbm_berkeleydb.c
x dbm/apr_dbm_gdbm.dsp
x libaprutil.rc
x misc/
x misc/apr_date.c
x misc/apu_dso.c
x misc/apr_queue.c
x misc/apr_reslist.c
x misc/apr_thread_pool.c
x misc/apr_rmm.c
x misc/apu_version.c
x LICENSE
x build/
x build/crypto.m4
x build/dbm.m4
x build/apu-iconv.m4
x build/apr_common.m4
x build/config.guess
x build/apu-hints.m4
x build/apu-conf.m4
x build/get-version.sh
x build/pkg/
x build/pkg/buildpkg.sh
x build/pkg/README
x build/pkg/pkginfo.in
x build/config.sub
x build/mkdir.sh
x build/nw_apu_export.inc
x build/preaprutil.dsp
x build/dbd.m4
x build/find_apr.m4
x build/w32locatedb.pl
x build/rpm/
x build/rpm/apr-util.spec.in
x build/dso.m4
x build/find_apu.m4
x build/install.sh
x README
x xml/
x xml/NWGNUmakefile
x xml/apr_xml.c
x xml/expat/
x xml/expat/configure.in
x xml/expat/Makefile.in
x xml/expat/buildconf.sh
x xml/expat/conftools/
x xml/expat/conftools/install-sh
x xml/expat/conftools/config.guess
x xml/expat/conftools/libtool.m4
x xml/expat/conftools/mkinstalldirs
x xml/expat/conftools/ltmain.sh
x xml/expat/conftools/PrintPath
x xml/expat/conftools/lt~obsolete.m4
x xml/expat/conftools/config.sub
x xml/expat/conftools/ac_c_bigendian_cross.m4
x xml/expat/conftools/ltsugar.m4
x xml/expat/conftools/ltoptions.m4
x xml/expat/conftools/ltversion.m4
x xml/expat/expat_config.h.in
x xml/expat/configure
x xml/expat/COPYING
x xml/expat/lib/
x xml/expat/lib/xmlrole.c
x xml/expat/lib/xmltok_ns.c
x xml/expat/lib/utf8tab.h
x xml/expat/lib/xmltok.h
x xml/expat/lib/nametab.h
x xml/expat/lib/xmltok_impl.c
x xml/expat/lib/latin1tab.h
x xml/expat/lib/expat_config.hnw
x xml/expat/lib/xmltok.c
x xml/expat/lib/xml.dsp
x xml/expat/lib/xmltok_impl.h
x xml/expat/lib/xml.dep
x xml/expat/lib/xmlparse.c
x xml/expat/lib/map_osd_ebcdic_df04_1.h
x xml/expat/lib/xml.mak
x xml/expat/lib/winconfig.h
x xml/expat/lib/internal.h
x xml/expat/lib/xmlrole.h
x xml/expat/lib/osd_ebcdic_df04_1.h
x xml/expat/lib/ascii.h
x xml/expat/lib/expat.dsp
x xml/expat/lib/asciitab.h
x xml/expat/lib/expat.h
x xml/expat/lib/iasciitab.h
x xml/expat/README
x xml/expat/win32/
x xml/expat/win32/MANIFEST.txt
x xml/expat/win32/expat.iss
x NOTICE
x export_vars.sh.in
x apr-util.spec
x buildconf
x build-outputs.mk
x strmatch/
x strmatch/apr_strmatch.c
x aprutil.dsp
x ldap/
x ldap/NWGNUmakefile
x ldap/apr_ldap.dsp
x ldap/apr_ldap.dep
x ldap/apr_ldap_url.c
x ldap/apr_ldap_init.c
x ldap/apr_ldap_stub.c
x ldap/apr_ldap_rebind.c
x ldap/apr_ldap_option.c
x ldap/apr_ldap.mak
x encoding/
x encoding/apr_base64.c
==> ./configure --enable-layout=Homebrew --enable-mods-shared=all --with-mpm=prefork --enable-unique-id --enable-ssl --enable-dav --enable-cache --enable-logio --enable-deflate --enable-cgi --enable-cgid --enable-suexec --enable-rewrite --with-ssl=/usr --with-port=8080 --with-sslport=8443 --with-included-apr --with-z=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr
checking for chosen layout... Homebrew
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking target system type... x86_64-apple-darwin13.4.0
configure:
configure: Configuring Apache Portable Runtime library...
configure:
configuring package in srclib/apr now
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking target system type... x86_64-apple-darwin13.4.0
Configuring APR library
Platform: x86_64-apple-darwin13.4.0
checking for working mkdir -p... yes
APR Version: 1.5.1
checking for chosen layout... apr
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
Applying APR hints file rules for x86_64-apple-darwin13.4.0
setting CPPFLAGS to "-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp"
setting apr_posixsem_is_global to "yes"
adding "-DDARWIN_10" to CPPFLAGS
(Default will be unix)
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... clang -E
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for ar... ar
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
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
grep: /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool: No such file or directory
Check for compiler flags...
checking whether the compiler provides atomic builtins... yes
checking whether to enable -D_LARGEFILE64_SOURCE... no
Checking for libraries...
checking for library containing gethostbyname... none required
checking for library containing gethostname... none required
checking for library containing socket... none required
checking for library containing crypt... none required
checking for main in -ltruerand... no
checking for library containing modf... none required
Checking for Threads...
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for CFLAGS needed for pthreads... none
checking for LIBS needed for pthreads... -lpthread
setting LIBS to "-lpthread"
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for recursive mutex support... yes
checking for pthread_key_delete... yes
checking for pthread_rwlock_init... yes
checking for pthread_attr_setguardsize... yes
checking for pthread_yield... no
checking for pthread_rwlock_t... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... yes
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for getservbyname in -lc_r... no
checking for gethostbyname_r... no
checking for gethostbyaddr_r... no
checking for getservbyname_r... no
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... yes
checking for kqueue... yes
checking for port_create... no
checking for epoll support... no
checking for epoll_create1 support... no
checking for dup3 support... no
checking for accept4 support... no
checking for SOCK_CLOEXEC support... no
checking for fdatasync... yes
checking for epoll_create1 support... (cached) no
checking for asio -> message queue support... no
checking for dup3 support... (cached) no
checking for accept4 support... (cached) no
checking for SOCK_CLOEXEC support... (cached) no
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes
Checking for Shared Memory Support...
checking for library containing shm_open... none required
checking for sys/types.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mutex.h usability... no
checking sys/mutex.h presence... no
checking for sys/mutex.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for mmap... yes
checking for munmap... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for create_area... no
checking for MAP_ANON in sys/mman.h... yes
checking for /dev/zero... yes
checking for mmap that can map /dev/zero... no
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
decision on namebased memory allocation method... SysV IPC shmget()
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for calloc... yes
checking for setsid... yes
checking for isinf... yes
checking for isnan... yes
checking for getenv... yes
checking for putenv... yes
checking for setenv... yes
checking for unsetenv... yes
checking for writev... yes
checking for getifaddrs... yes
checking for utime... yes
checking for utimes... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for sendfilev in -lsendfile... no
checking for sendfile... yes
checking for send_file... no
checking for sendfilev... no
checking for sigaction... yes
checking whether sys_siglist is declared... yes
checking for fork... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for strerror_r... yes
checking for type of return code from strerror_r... int
checking for mmap... (cached) yes
checking for memmove... yes
checking for getpass... yes
checking for getpassphrase... no
checking for gmtime_r... yes
checking for localtime_r... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for ANSI C header files... (cached) yes
checking ByteOrder.h usability... no
checking ByteOrder.h presence... no
checking for ByteOrder.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dir.h usability... no
checking dir.h presence... no
checking for dir.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking osreldate.h usability... no
checking osreldate.h presence... no
checking for osreldate.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sysapi.h usability... no
checking sysapi.h presence... no
checking for sysapi.h... no
checking sysgtime.h usability... no
checking sysgtime.h presence... no
checking for sysgtime.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tpfeq.h usability... no
checking tpfeq.h presence... no
checking for tpfeq.h... no
checking tpfio.h usability... no
checking tpfio.h presence... no
checking for tpfio.h... no
checking for unistd.h... (cached) yes
checking unix.h usability... no
checking unix.h presence... no
checking for unix.h... no
checking for windows.h... (cached) no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/sctp.h usability... no
checking netinet/sctp.h presence... no
checking for netinet/sctp.h... no
checking netinet/sctp_uio.h usability... no
checking netinet/sctp_uio.h presence... no
checking for netinet/sctp_uio.h... no
checking for sys/file.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/syslimits.h usability... yes
checking sys/syslimits.h presence... yes
checking for sys/syslimits.h... 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 sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for netinet/tcp.h... yes
checking for h_errno in netdb.h... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking whether setpgrp takes no argument... yes
checking for socklen_t... yes
checking size of void*... 8
checking size of char... 1
checking size of int... 4
checking size of long... 8
checking size of short... 2
checking size of long long... 8
checking for INT64_C... yes
checking size of pid_t... 4
checking whether ssize_t and int are the same... no
checking whether ssize_t and long are the same... yes
checking whether size_t and unsigned int are the same... no
checking whether size_t and unsigned long are the same... yes
checking size of ssize_t... 8
checking which format to use for apr_ssize_t... %ld
checking size of size_t... 8
checking which format to use for apr_size_t... %lu
checking size of off_t... 8
checking which type to use for apr_off_t... off_t
checking size of ino_t... 8
configure: using ino_t for ino_t
checking whether byte ordering is bigendian... no
checking size of struct iovec... 16
checking for strnicmp... no
checking for strncasecmp... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strstr... yes
checking for memchr... yes
checking for strtol... yes
Checking for DSO...
checking for dlopen... yes
checking for dlsym... yes
Checking for Processes...
checking for waitpid... yes
checking for Variable Length Arrays... yes
checking struct rlimit... yes
Checking for Locking...
checking for semget... yes
checking for semctl... yes
checking for flock... yes
checking for semaphore.h... (cached) yes
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking for library containing sem_open... none required
checking for sem_close... yes
checking for sem_unlink... yes
checking for sem_post... yes
checking for sem_wait... yes
checking for create_sem... no
checking for working sem_open... yes
checking for union semun in sys/sem.h... yes
checking for LOCK_EX in sys/file.h... yes
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
checking for working PROCESS_SHARED locks... yes
checking for robust cross-process mutex support... no
decision on apr_lock implementation method... SysV IPC semget()
checking if fcntl returns EACCES when F_SETLK is already held... no
checking if all interprocess locks affect threads... no
checking if POSIX sems affect threads in the same process... yes
checking if SysV sems affect threads in the same process... no
checking if fcntl locks affect threads in the same process... no
checking if flock locks affect threads in the same process... no
checking for entropy source... /dev/urandom
Checking for File Info Support...
checking for struct stat.st_blocks... yes
checking for struct stat.st_atimensec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_ctim.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... no
checking for struct stat.st_atime_n... no
checking for struct stat.st_ctime_n... no
checking for struct stat.st_mtime_n... no
checking for inode member of struct dirent... d_fileno
checking for file type member of struct dirent... d_type
Checking for OS UUID Support...
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_create... -luuid
checking for library containing uuid_generate... none required
checking for uuid_create... no
checking for uuid_generate... yes
checking for os uuid usability... yes
Checking for Time Support...
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
Checking for Networking support...
checking for type in_addr... yes
checking if fd == socket on this platform... yes
checking if TCP_NODELAY setting is inherited from listening sockets... yes
checking if O_NONBLOCK setting is inherited from listening sockets... yes
checking whether TCP_NODELAY and TCP_CORK can both be enabled... no
checking for TCP_CORK in netinet/tcp.h... no
checking for TCP_NOPUSH in netinet/tcp.h... yes
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking whether SCTP is supported... no
checking for struct ip_mreq... yes
checking for set_h_errno... no
Checking for IPv6 Networking support...
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for working getaddrinfo... yes
checking for negative error codes for getaddrinfo... no
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... yes
checking for working AI_ADDRCONFIG... yes
checking if APR supports IPv6... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
setting have_unicode_fs to "0"
setting apr_has_xthread_files to "0"
setting apr_procattr_user_set_requires_password to "0"
setting apr_thread_func to ""
setting apr_has_user to "1"
Restore user-defined environment settings...
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10"
restoring CFLAGS to ""
setting EXTRA_CFLAGS to "-g -O2"
restoring LDFLAGS to ""
setting EXTRA_LDFLAGS to ""
restoring LIBS to ""
setting EXTRA_LIBS to "-lpthread"
restoring INCLUDES to ""
setting EXTRA_INCLUDES to ""
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/apr.h
config.status: creating build/apr_rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating apr-1-config
config.status: creating apr.pc
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating include/arch/unix/apr_private.h
config.status: executing libtool commands
rm: libtoolT: No such file or directory
config.status: executing default commands
srclib/apr configured properly
setting CPP to "clang -E"
setting CFLAGS to " -g -O2"
setting CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10"
setting LDFLAGS to " "
configure:
configure: Configuring Apache Portable Runtime Utility library...
configure:
configuring package in srclib/apr-util now
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking target system type... x86_64-apple-darwin13.4.0
checking for a BSD-compatible install... /usr/bin/install -c
checking for working mkdir -p... yes
APR-util Version: 1.5.3
checking for chosen layout... apr-util
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
Applying apr-util hints file rules for x86_64-apple-darwin13.4.0
checking for APR... yes
setting CPP to "clang -E"
setting CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10"
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 ldap support...
checking for default DBM... sdbm (default)
checking for pg_config... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for PQsendQueryPrepared in -lpq... yes
setting LDADD_dbd_pgsql to " -lpq "
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
setting LDADD_dbd_sqlite3 to " -lsqlite3"
checking sqlite.h usability... no
checking sqlite.h presence... no
checking for sqlite.h... no
checking sybdb.h usability... no
checking sybdb.h presence... no
checking for sybdb.h... no
checking freetds/sybdb.h usability... no
checking freetds/sybdb.h presence... no
checking for freetds/sybdb.h... no
checking for odbc_config... no
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking for SQLAllocHandle in -lodbc... yes
setting LDADD_dbd_odbc to " -lodbc "
checking Expat 1.95.x... yes
setting APRUTIL_EXPORT_LIBS to "-lexpat"
setting APRUTIL_LIBS to "-lexpat"
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
setting LIBS to "-liconv"
adding "-liconv" to APRUTIL_LIBS
adding "-liconv" to APRUTIL_EXPORT_LIBS
nulling LIBS
checking for type of inbuf parameter to iconv... char **
checking for iconv.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for CODESET in langinfo.h... yes
checking whether APR has DSO support... yes
checking for library containing crypt... none required
checking if system crypt() function is threadsafe... no
checking for crypt_r... no
adding "/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la" to APRUTIL_LIBS
adding "-lpthread" to APRUTIL_LIBS
configure: creating ./config.status
config.status: creating Makefile
config.status: creating export_vars.sh
config.status: creating build/pkg/pkginfo
config.status: creating apr-util.pc
config.status: creating apu-1-config
config.status: creating include/private/apu_select_dbm.h
config.status: creating include/apr_ldap.h
config.status: creating include/apu.h
config.status: creating include/apu_want.h
config.status: creating test/Makefile
config.status: creating include/private/apu_config.h
config.status: executing default commands
srclib/apr-util configured properly
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for clang option to accept ISO C99... none needed
checking for pcre-config... /usr/local/opt/pcre/bin/pcre-config
configure: Using external PCRE library from /usr/local/opt/pcre/bin/pcre-config
setting PCRE_INCLUDES to "-I/usr/local/Cellar/pcre/8.35/include"
setting PCRE_LIBS to "-L/usr/local/Cellar/pcre/8.35/lib -lpcre"
configure:
configure: Configuring Apache httpd...
configure:
setting INCLUDES to "-I."
adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
adding "-I$(top_srcdir)/include" to INCLUDES
adding "-I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include" to INCLUDES
adding "-I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include" to INCLUDES
adding "-I/usr/local/Cellar/pcre/8.35/include" to INCLUDES
configure:
configure: Applying OS-specific hints for httpd...
configure:
forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /bin/rm
checking for pkg-config... no
checking for rsync... /usr/bin/rsync
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for lynx... no
checking for links... no
checking for elinks... no
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/sdt.h usability... yes
checking sys/sdt.h presence... yes
checking for sys/sdt.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for an ANSI C-conforming const... yes
checking for library containing sqrt... none required
checking for library containing crypt... none required
checking for getpwnam... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for bindprocessor... no
checking for prctl... no
checking for timegm... yes
checking for getpgid... yes
checking for fopen64... no
checking for getloadavg... yes
checking for void pointer length... no
checking for gettid()... no
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_authn_file... shared
checking whether to enable mod_authn_dbm... shared (all)
checking whether to enable mod_authn_anon... shared (all)
checking whether to enable mod_authn_dbd... shared (all)
checking whether to enable mod_authn_socache... shared (all)
checking whether to enable mod_authn_core... shared
checking whether to enable mod_authz_host... shared
checking whether to enable mod_authz_groupfile... shared
checking whether to enable mod_authz_user... shared
checking whether to enable mod_authz_dbm... shared (all)
checking whether to enable mod_authz_owner... shared (all)
checking whether to enable mod_authz_dbd... shared (all)
checking whether to enable mod_authz_core... shared
checking whether to enable mod_authnz_ldap... checking dependencies
checking for ldap support in apr/apr-util... no
configure: WARNING: apr/apr-util is compiled without ldap support
checking whether to enable mod_authnz_ldap... no (disabled)
checking whether to enable mod_authnz_fcgi... no
checking whether to enable mod_access_compat... shared
checking whether to enable mod_auth_basic... shared
checking whether to enable mod_auth_form... shared (all)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared (all)
checking whether to enable mod_allowmethods... shared (all)
adding "-I$(top_srcdir)/modules/aaa" to INCLUDES
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... shared (all)
checking whether to enable mod_cache... shared
checking whether to enable mod_cache_disk... checking dependencies
checking whether to enable mod_cache_disk... shared (all)
checking whether to enable mod_cache_socache... shared (all)
checking whether to enable mod_socache_shmcb... shared (all)
checking whether to enable mod_socache_dbm... shared (all)
checking whether to enable mod_socache_memcache... shared (all)
checking whether to enable mod_socache_dc... no
adding "-I$(top_srcdir)/modules/cache" to INCLUDES
setting HTTPD_LDFLAGS to "-export-dynamic"
checking whether to enable mod_so... static
setting AP_LIBS to "$(MOD_SO_LDADD)"
checking whether to enable mod_watchdog... checking dependencies
checking whether to enable mod_watchdog... shared (all)
checking whether to enable mod_macro... shared (all)
adding "-I$(top_srcdir)/modules/core" to INCLUDES
checking whether to enable mod_dbd... shared (all)
adding "-I$(top_srcdir)/modules/database" to INCLUDES
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... shared (all)
checking whether to enable mod_echo... shared (all)
checking whether to enable mod_example_hooks... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_example_ipc... no
checking whether to enable mod_buffer... shared (all)
checking whether to enable mod_data... shared (all)
checking whether to enable mod_ratelimit... shared (all)
checking whether to enable mod_reqtimeout... shared
checking whether to enable mod_ext_filter... shared (all)
checking whether to enable mod_request... shared (all)
checking whether to enable mod_include... shared (all)
checking whether to enable mod_filter... shared
checking whether to enable mod_reflector... shared (all)
checking whether to enable mod_substitute... shared (all)
checking whether to enable mod_sed... checking dependencies
setting MOD_SED_LDADD to "-export-symbols-regex sed_module"
checking whether to enable mod_sed... shared (all)
checking whether to enable mod_charset_lite... shared (all)
checking whether to enable mod_deflate... checking dependencies
adding "-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include" to INCLUDES
setting MOD_INCLUDES to "-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include"
adding "-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib" to LDFLAGS
setting ap_zlib_ldflags to "-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib"
setting LIBS to "-lz"
checking for zlib library... found
setting MOD_DEFLATE_LDADD to "-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib -lz"
nulling LIBS
checking whether to enable mod_deflate... shared
checking whether to enable mod_xml2enc... checking dependencies
checking for libxml2... checking for libxml2... yes
setting MOD_CFLAGS to "-I/usr/include/libxml2"
setting MOD_XML2ENC_LDADD to "-lxml2"
checking whether to enable mod_xml2enc... shared (all)
checking whether to enable mod_proxy_html... checking dependencies
checking for libxml2... (cached) yes
setting MOD_PROXY_HTML_LDADD to "-lxml2"
checking whether to enable mod_proxy_html... shared (all)
adding "-I$(top_srcdir)/modules/filters" to INCLUDES
checking whether to enable mod_http... static
adding "$(MOD_HTTP_LDADD)" to AP_LIBS
checking whether to enable mod_mime... shared
checking whether to enable mod_ldap... checking dependencies
checking for ldap support in apr/apr-util... (cached) no
configure: WARNING: apr/apr-util is compiled without ldap support
checking whether to enable mod_ldap... no (disabled)
adding "-I$(top_srcdir)/modules/ldap" to INCLUDES
checking whether to enable mod_log_config... shared
checking whether to enable mod_log_debug... shared (all)
checking whether to enable mod_log_forensic... shared (all)
adding "-I$(top_builddir)/server" to INCLUDES
checking whether to enable mod_logio... shared
adding "-I$(top_srcdir)/modules/loggers" to INCLUDES
checking whether to enable mod_lua... checking dependencies
checking for pow in -lm... yes
checking for sqrt in -lm... yes
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking for lua.h in /usr/local/include/lua5.1... no
checking for lua.h in /usr/local/include/lua51... no
checking for lua.h in /usr/local/include/lua5.2... no
checking for lua.h in /usr/local/include/lua52... no
checking for lua.h in /usr/local/include... no
checking for lua.h in /usr/include/lua5.1... no
checking for lua.h in /usr/include/lua51... no
checking for lua.h in /usr/include/lua5.2... no
checking for lua.h in /usr/include/lua52... no
checking for lua.h in /usr/include... no
configure: WARNING: *** Lua 5.1 library not found.
configure: WARNING: Lua 5.1 library is required
checking whether to enable mod_lua... no (disabled)
adding "-I$(top_srcdir)/modules/lua" to INCLUDES
checking whether to enable mod_env... shared
checking whether to enable mod_mime_magic... shared (all)
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... shared (all)
checking whether to enable mod_headers... shared
checking whether to enable mod_ident... no
checking whether to enable mod_usertrack... checking dependencies
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for times... yes
checking whether to enable mod_usertrack... shared (all)
checking whether to enable mod_unique_id... shared
checking whether to enable mod_setenvif... shared
checking whether to enable mod_version... shared
checking whether to enable mod_remoteip... shared (all)
checking whether to enable mod_proxy... shared (all)
checking whether to enable mod_proxy_connect... checking dependencies
checking whether to enable mod_proxy_connect... shared (all)
checking whether to enable mod_proxy_ftp... checking dependencies
checking whether to enable mod_proxy_ftp... shared (all)
checking whether to enable mod_proxy_http... checking dependencies
checking whether to enable mod_proxy_http... shared (all)
checking whether to enable mod_proxy_fcgi... checking dependencies
checking whether to enable mod_proxy_fcgi... shared (all)
checking whether to enable mod_proxy_scgi... checking dependencies
checking whether to enable mod_proxy_scgi... shared (all)
checking whether to enable mod_proxy_fdpass... checking dependencies
checking whether CMSG_DATA is declared... yes
checking whether to enable mod_proxy_fdpass... shared (all)
checking whether to enable mod_proxy_wstunnel... checking dependencies
checking whether to enable mod_proxy_wstunnel... shared (all)
checking whether to enable mod_proxy_ajp... checking dependencies
checking whether to enable mod_proxy_ajp... shared (all)
checking whether to enable mod_proxy_balancer... checking dependencies
checking whether to enable mod_proxy_balancer... shared (all)
checking whether to enable mod_proxy_express... checking dependencies
checking whether to enable mod_proxy_express... shared (all)
adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
checking whether to enable mod_session... shared (all)
checking whether to enable mod_session_cookie... checking dependencies
checking whether to enable mod_session_cookie... shared (all)
configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto
checking whether to enable mod_session_crypto... no
checking whether to enable mod_session_dbd... checking dependencies
checking whether to enable mod_session_dbd... shared (all)
adding "-I$(top_srcdir)/modules/session" to INCLUDES
checking whether to enable mod_slotmem_shm... shared (all)
checking whether to enable mod_slotmem_plain... shared (all)
checking whether to enable mod_ssl... checking dependencies
checking for OpenSSL... checking for user-provided OpenSSL base directory... /usr
adding "-I/usr/include" to CPPFLAGS
setting MOD_CFLAGS to "-I/usr/include"
setting ab_CFLAGS to "-I/usr/include"
adding "-L/usr/lib" to LDFLAGS
setting MOD_LDFLAGS to "-L/usr/lib"
checking for OpenSSL version >= 0.9.8a... OK
adding "-lssl" to MOD_LDFLAGS
adding "-lcrypto" to MOD_LDFLAGS
adding "-lpthread" to MOD_LDFLAGS
setting LIBS to "-lssl -lcrypto -lpthread"
forcing ab_LDFLAGS to "-L/usr/lib -lssl -lcrypto -lpthread"
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSLeay_version... yes
checking for SSL_CTX_new... yes
checking for ENGINE_init... yes
checking for ENGINE_load_builtin_engines... yes
yes
setting MOD_SSL_LDADD to "-export-symbols-regex ssl_module"
checking whether to enable mod_ssl... shared
adding "-I$(top_srcdir)/modules/ssl" to INCLUDES
checking whether to enable mod_optional_hook_export... no
checking whether to enable mod_optional_hook_import... no
checking whether to enable mod_optional_fn_import... no
checking whether to enable mod_optional_fn_export... no
checking whether to enable mod_dialup... shared (all)
adding "-I$(top_srcdir)/modules/test" to INCLUDES
checking for target platform... unix
checking for rlim_t... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/sem.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking for setsid... yes
checking for killpg... yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking for unistd.h... (cached) yes
checking for syslog... yes
checking for sys/times.h... (cached) yes
checking for times... (cached) yes
adding "-I$(top_srcdir)/server" to INCLUDES
checking whether APR supports thread-safe pollsets... checking for kqueue... yes
checking for port_create... no
checking for epoll_create... no
yes
checking if event MPM supports this platform... yes
checking if mpmt_os2 MPM supports this platform... no
checking if prefork MPM supports this platform... yes
checking if WinNT MPM supports this platform... no
checking if worker MPM supports this platform... yes
checking whether to enable mod_lbmethod_byrequests... shared (all)
checking whether to enable mod_lbmethod_bytraffic... shared (all)
checking whether to enable mod_lbmethod_bybusyness... shared (all)
checking whether to enable mod_lbmethod_heartbeat... shared (all)
checking which MPM to use by default... prefork
checking whether to enable mod_unixd... shared
checking whether to enable mod_privileges... no
adding "-I$(top_srcdir)/modules/arch/unix" to INCLUDES
checking whether to enable mod_heartbeat... checking dependencies
checking whether to enable mod_heartbeat... shared (all)
checking whether to enable mod_heartmonitor... shared (all)
checking whether to enable mod_dav... shared
adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... shared
checking whether to enable mod_autoindex... shared
checking whether to enable mod_asis... shared (all)
checking whether to enable mod_info... shared (all)
checking whether to enable mod_suexec... checking dependencies
checking whether to enable mod_suexec... shared
checking whether to enable mod_cgi... shared
checking whether to enable mod_cgid... shared
adding "-I$(top_srcdir)/modules/generators" to INCLUDES
checking whether to enable mod_dav_fs... checking dependencies
checking whether to enable mod_dav_fs... shared (all)
checking whether to enable mod_dav_lock... checking dependencies
checking whether to enable mod_dav_lock... shared (all)
checking for extra modules... none
checking whether to enable mod_vhost_alias... shared (all)
checking whether to enable mod_negotiation... shared (all)
checking whether to enable mod_dir... shared
checking whether to enable mod_imagemap... no
checking whether to enable mod_actions... shared (all)
checking whether to enable mod_speling... shared (all)
checking whether to enable mod_userdir... shared (all)
checking whether to enable mod_alias... shared
checking whether to enable mod_rewrite... shared
adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
configure:
configure: Restore user-defined environment settings...
configure:
restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10"
restoring CFLAGS to ""
setting EXTRA_CFLAGS to " -g -O2"
restoring CXXFLAGS to ""
setting EXTRA_CXXFLAGS to ""
restoring LDFLAGS to ""
setting EXTRA_LDFLAGS to " "
restoring LIBS to ""
setting EXTRA_LIBS to ""
restoring INCLUDES to ""
setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_builddir)/server -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers"
configure:
configure: Construct makefiles and header files...
configure:
configure: creating config_vars.mk
configure: creating ./config.status
creating modules/aaa/Makefile
creating modules/arch/win32/Makefile
creating modules/cache/Makefile
creating modules/core/Makefile
creating modules/database/Makefile
creating modules/debugging/Makefile
creating modules/echo/Makefile
creating modules/examples/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/http/Makefile
creating modules/ldap/Makefile
creating modules/loggers/Makefile
creating modules/lua/Makefile
creating modules/metadata/Makefile
creating modules/proxy/Makefile
creating modules/session/Makefile
creating modules/slotmem/Makefile
creating modules/ssl/Makefile
creating modules/test/Makefile
creating os/unix/Makefile
creating modules/proxy/balancers/Makefile
creating server/mpm/Makefile
creating server/mpm/prefork/Makefile
creating modules/arch/unix/Makefile
creating modules/cluster/Makefile
creating modules/dav/main/Makefile
creating modules/generators/Makefile
creating modules/dav/fs/Makefile
creating modules/dav/lock/Makefile
creating modules/mappers/Makefile
creating Makefile
creating modules/Makefile
creating srclib/Makefile
creating os/Makefile
creating server/Makefile
creating support/Makefile
creating test/Makefile
config.status: creating docs/conf/httpd.conf
config.status: creating docs/conf/extra/httpd-autoindex.conf
config.status: creating docs/conf/extra/httpd-dav.conf
config.status: creating docs/conf/extra/httpd-default.conf
config.status: creating docs/conf/extra/httpd-info.conf
config.status: creating docs/conf/extra/httpd-languages.conf
config.status: creating docs/conf/extra/httpd-manual.conf
config.status: creating docs/conf/extra/httpd-mpm.conf
config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf
config.status: creating docs/conf/extra/httpd-ssl.conf
config.status: creating docs/conf/extra/httpd-userdir.conf
config.status: creating docs/conf/extra/httpd-vhosts.conf
config.status: creating docs/conf/extra/proxy-html.conf
config.status: creating include/ap_config_layout.h
config.status: creating support/apxs
config.status: creating support/apachectl
config.status: creating support/dbmmanage
config.status: creating support/envvars-std
config.status: creating support/log_server_status
config.status: creating support/logresolve.pl
config.status: creating support/phf_abuse_log.cgi
config.status: creating support/split-logfile
config.status: creating build/rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating build/config_vars.sh
config.status: creating include/ap_config_auto.h
config.status: executing default commands
==> make
Making all in srclib
Making all in apr
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/mkdir.sh tools
awk -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/make_exports.awk /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_allocator.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_atomic.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_dso.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_env.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_errno.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_escape.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_file_info.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_file_io.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_fnmatch.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_general.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_getopt.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_global_mutex.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_hash.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_inherit.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_lib.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_mmap.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_network_io.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_poll.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_pools.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_portable.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_proc_mutex.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_random.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_ring.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_shm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_signal.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_skiplist.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_strings.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_support.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_tables.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_cond.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_mutex.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_proc.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_rwlock.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_time.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_user.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_version.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_want.h > exports.c
awk -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/make_var_export.awk /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_allocator.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_atomic.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_dso.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_env.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_errno.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_escape.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_file_info.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_file_io.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_fnmatch.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_general.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_getopt.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_global_mutex.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_hash.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_inherit.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_lib.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_mmap.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_network_io.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_poll.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_pools.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_portable.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_proc_mutex.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_random.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_ring.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_shm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_signal.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_skiplist.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_strings.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_support.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_tables.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_cond.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_mutex.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_proc.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_thread_rwlock.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_time.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_user.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_version.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/apr_want.h > export_vars.c
sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out
sed -e 's,^\(apr_build.*=\).*$,\1/usr/local/var/www/build,' -e 's,^\(top_build.*=\).*$,\1/usr/local/var/www/build,' < build/apr_rules.mk > build/apr_rules.out
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tools/gen_test_char.lo -c tools/gen_test_char.c && touch tools/gen_test_char.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strings/apr_snprintf.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o strings/apr_strings.lo -c strings/apr_strings.c && touch strings/apr_strings.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch strings/apr_strnatcmp.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o strings/apr_strtok.lo -c strings/apr_strtok.c && touch strings/apr_strtok.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tables/apr_skiplist.lo -c tables/apr_skiplist.c && touch tables/apr_skiplist.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_tables.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o atomic/unix/builtins.lo -c atomic/unix/builtins.c && touch atomic/unix/builtins.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o atomic/unix/ia32.lo -c atomic/unix/ia32.c && touch atomic/unix/ia32.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o atomic/unix/mutex.lo -c atomic/unix/mutex.c && touch atomic/unix/mutex.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o atomic/unix/ppc.lo -c atomic/unix/ppc.c && touch atomic/unix/ppc.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o atomic/unix/s390.lo -c atomic/unix/s390.c && touch atomic/unix/s390.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o atomic/unix/solaris.lo -c atomic/unix/solaris.c && touch atomic/unix/solaris.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/buffer.lo -c file_io/unix/buffer.c && touch file_io/unix/buffer.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/unix/copy.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/dir.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch file_io/unix/fileacc.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_io/unix/filedup.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch file_io/unix/filepath.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch file_io/unix/filestat.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/flock.lo -c file_io/unix/flock.c && touch file_io/unix/flock.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch file_io/unix/fullrw.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch file_io/unix/mktemp.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/unix/open.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/unix/pipe.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch file_io/unix/readwrite.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/unix/seek.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch file_io/unix/tempdir.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch locks/unix/thread_cond.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && touch locks/unix/thread_rwlock.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch memory/unix/apr_pools.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/charset.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch misc/unix/errorcodes.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/getopt.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch misc/unix/otherchild.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/version.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/common.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && touch network_io/unix/inet_ntop.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && touch network_io/unix/inet_pton.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/multicast.lo -c network_io/unix/multicast.c && touch network_io/unix/multicast.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && touch network_io/unix/sockaddr.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/socket_util.lo -c network_io/unix/socket_util.c && touch network_io/unix/socket_util.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch network_io/unix/sockets.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqueue.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/pollcb.lo -c poll/unix/pollcb.c && touch poll/unix/pollcb.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/pollset.lo -c poll/unix/pollset.c && touch poll/unix/pollset.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/select.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o poll/unix/z_asio.lo -c poll/unix/z_asio.c && touch poll/unix/z_asio.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o random/unix/apr_random.lo -c random/unix/apr_random.c && touch random/unix/apr_random.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/sha2.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch random/unix/sha2_glue.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o support/unix/waitio.lo -c support/unix/waitio.c && touch support/unix/waitio.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch threadproc/unix/proc.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch threadproc/unix/thread.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/timestr.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch user/unix/groupinfo.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o user/unix/userinfo.lo -c user/unix/userinfo.c && touch user/unix/userinfo.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tools/gen_test_char tools/gen_test_char.lo -lpthread
clang -E -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
clang -E -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/mkdir.sh include/private
tools/gen_test_char > include/private/apr_escape_test_char.h
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o encoding/apr_escape.lo -c encoding/apr_escape.c && touch encoding/apr_escape.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -version-info 5:1:5 -o libapr-1.la -rpath /usr/local/Cellar/httpd24/2.4.10/lib encoding/apr_escape.lo passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_skiplist.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso.lo file_io/unix/buffer.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/filepath_util.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 file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo poll/unix/z_asio.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -lpthread
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ia32.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(mutex.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ppc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(s390.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(solaris.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(epoll.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(port.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(z_asio.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ia32.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(mutex.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ppc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(s390.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(solaris.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(epoll.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(port.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(z_asio.o) has no symbols
Making all in apr-util
awk -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/make_exports.awk /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_anylock.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_base64.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_buckets.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_crypto.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_date.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_dbd.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_dbm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_hooks.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_init.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_option.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_rebind.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_url.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_md4.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_md5.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_memcache.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_optional.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_optional_hooks.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_queue.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_reslist.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_rmm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_sdbm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_sha1.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_strmatch.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_thread_pool.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_uri.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_uuid.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_xlate.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_xml.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apu_errno.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apu_version.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_crypto_internal.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_dbd_internal.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_dbd_odbc_v2.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_dbm_private.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apu_internal.h > exports.c
awk -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/make_var_export.awk /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_anylock.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_base64.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_buckets.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_crypto.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_date.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_dbd.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_dbm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_hooks.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_init.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_option.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_rebind.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_ldap_url.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_md4.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_md5.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_memcache.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_optional.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_optional_hooks.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_queue.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_reslist.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_rmm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_sdbm.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_sha1.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_strmatch.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_thread_pool.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_uri.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_uuid.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_xlate.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apr_xml.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apu_errno.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/apu_version.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_crypto_internal.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_dbd_internal.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_dbd_odbc_v2.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apr_dbm_private.h /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private/apu_internal.h > export_vars.c
sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbd/apr_dbd_pgsql.lo -c dbd/apr_dbd_pgsql.c && touch dbd/apr_dbd_pgsql.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbd/apr_dbd_sqlite3.lo -c dbd/apr_dbd_sqlite3.c && touch dbd/apr_dbd_sqlite3.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbd/apr_dbd_odbc.lo -c dbd/apr_dbd_odbc.c && touch dbd/apr_dbd_odbc.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_brigade.lo -c buckets/apr_brigade.c && touch buckets/apr_brigade.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets.lo -c buckets/apr_buckets.c && touch buckets/apr_buckets.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_alloc.lo -c buckets/apr_buckets_alloc.c && touch buckets/apr_buckets_alloc.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_eos.lo -c buckets/apr_buckets_eos.c && touch buckets/apr_buckets_eos.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_file.lo -c buckets/apr_buckets_file.c && touch buckets/apr_buckets_file.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_flush.lo -c buckets/apr_buckets_flush.c && touch buckets/apr_buckets_flush.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_heap.lo -c buckets/apr_buckets_heap.c && touch buckets/apr_buckets_heap.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_mmap.lo -c buckets/apr_buckets_mmap.c && touch buckets/apr_buckets_mmap.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_pipe.lo -c buckets/apr_buckets_pipe.c && touch buckets/apr_buckets_pipe.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_pool.lo -c buckets/apr_buckets_pool.c && touch buckets/apr_buckets_pool.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_refcount.lo -c buckets/apr_buckets_refcount.c && touch buckets/apr_buckets_refcount.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_simple.lo -c buckets/apr_buckets_simple.c && touch buckets/apr_buckets_simple.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o buckets/apr_buckets_socket.lo -c buckets/apr_buckets_socket.c && touch buckets/apr_buckets_socket.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/apr_crypto.lo -c crypto/apr_crypto.c && touch crypto/apr_crypto.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/apr_md4.lo -c crypto/apr_md4.c && touch crypto/apr_md4.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/apr_md5.lo -c crypto/apr_md5.c && touch crypto/apr_md5.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/apr_passwd.lo -c crypto/apr_passwd.c && touch crypto/apr_passwd.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/apr_sha1.lo -c crypto/apr_sha1.c && touch crypto/apr_sha1.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/crypt_blowfish.lo -c crypto/crypt_blowfish.c && touch crypto/crypt_blowfish.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/getuuid.lo -c crypto/getuuid.c && touch crypto/getuuid.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o crypto/uuid.lo -c crypto/uuid.c && touch crypto/uuid.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbd/apr_dbd.lo -c dbd/apr_dbd.c && touch dbd/apr_dbd.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbm/apr_dbm.lo -c dbm/apr_dbm.c && touch dbm/apr_dbm.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbm/apr_dbm_sdbm.lo -c dbm/apr_dbm_sdbm.c && touch dbm/apr_dbm_sdbm.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbm/sdbm/sdbm.lo -c dbm/sdbm/sdbm.c && touch dbm/sdbm/sdbm.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbm/sdbm/sdbm_hash.lo -c dbm/sdbm/sdbm_hash.c && touch dbm/sdbm/sdbm_hash.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbm/sdbm/sdbm_lock.lo -c dbm/sdbm/sdbm_lock.c && touch dbm/sdbm/sdbm_lock.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o dbm/sdbm/sdbm_pair.lo -c dbm/sdbm/sdbm_pair.c && touch dbm/sdbm/sdbm_pair.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o encoding/apr_base64.lo -c encoding/apr_base64.c && touch encoding/apr_base64.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o hooks/apr_hooks.lo -c hooks/apr_hooks.c && touch hooks/apr_hooks.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o ldap/apr_ldap_stub.lo -c ldap/apr_ldap_stub.c && touch ldap/apr_ldap_stub.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o ldap/apr_ldap_url.lo -c ldap/apr_ldap_url.c && touch ldap/apr_ldap_url.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o memcache/apr_memcache.lo -c memcache/apr_memcache.c && touch memcache/apr_memcache.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o misc/apr_date.lo -c misc/apr_date.c && touch misc/apr_date.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o misc/apr_queue.lo -c misc/apr_queue.c && touch misc/apr_queue.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o misc/apr_reslist.lo -c misc/apr_reslist.c && touch misc/apr_reslist.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o misc/apr_rmm.lo -c misc/apr_rmm.c && touch misc/apr_rmm.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o misc/apr_thread_pool.lo -c misc/apr_thread_pool.c && touch misc/apr_thread_pool.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o misc/apu_dso.lo -c misc/apu_dso.c && touch misc/apu_dso.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o misc/apu_version.lo -c misc/apu_version.c && touch misc/apu_version.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o strmatch/apr_strmatch.lo -c strmatch/apr_strmatch.c && touch strmatch/apr_strmatch.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o uri/apr_uri.lo -c uri/apr_uri.c && touch uri/apr_uri.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o xlate/xlate.lo -c xlate/xlate.c && touch xlate/xlate.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo
clang -E -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> aprutil.exp
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -release 1 -module -rpath /usr/local/Cellar/httpd24/2.4.10/lib/apr-util-1 -o dbd/apr_dbd_pgsql.la dbd/apr_dbd_pgsql.lo -lpq
clang -E -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> aprutil.exp
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -release 1 -module -rpath /usr/local/Cellar/httpd24/2.4.10/lib/apr-util-1 -o dbd/apr_dbd_sqlite3.la dbd/apr_dbd_sqlite3.lo -lsqlite3
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -release 1 -module -rpath /usr/local/Cellar/httpd24/2.4.10/lib/apr-util-1 -o dbd/apr_dbd_odbc.la dbd/apr_dbd_odbc.lo -lodbc
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -version-info 5:3:5 -o libaprutil-1.la -rpath /usr/local/Cellar/httpd24/2.4.10/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/crypt_blowfish.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -lpthread -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libaprutil-1.a(apr_crypto.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libaprutil-1.a(apr_ldap_stub.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libaprutil-1.a(apr_ldap_url.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libaprutil-1.a(apr_crypto.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libaprutil-1.a(apr_ldap_stub.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libaprutil-1.a(apr_ldap_url.o) has no symbols
Making all in os
Making all in unix
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c unixd.c && touch unixd.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o libos.la -static unixd.lo
Making all in server
Making all in mpm
Making all in prefork
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c prefork.c && touch prefork.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -static -o libprefork.la prefork.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c config.c && touch config.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c log.c && touch log.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c main.c && touch main.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c vhost.c && touch vhost.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_fcgi.c && touch util_fcgi.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_script.c && touch util_script.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_md5.c && touch util_md5.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_cfgtree.c && touch util_cfgtree.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_ebcdic.c && touch util_ebcdic.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_time.c && touch util_time.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c connection.c && touch connection.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c listen.c && touch listen.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_mutex.c && touch util_mutex.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c mpm_common.c && touch mpm_common.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c mpm_unix.c && touch mpm_unix.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_charset.c && touch util_charset.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_cookies.c && touch util_cookies.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_debug.c && touch util_debug.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_xml.c && touch util_xml.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_filter.c && touch util_filter.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_pcre.c && touch util_pcre.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_regex.c && touch util_regex.lo
( for dir in /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix; do \
ls $dir/*.h ; \
done; \
for dir in /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include; do \
ls $dir/ap[ru].h $dir/ap[ru]_*.h 2>/dev/null; \
done; \
) | sed -e s,//,/,g | sort -u > export_files
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c scoreboard.c && touch scoreboard.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c error_bucket.c && touch error_bucket.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c protocol.c && touch protocol.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c core.c && touch core.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c request.c && touch request.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c provider.c && touch provider.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c eoc_bucket.c && touch eoc_bucket.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c eor_bucket.c && touch eor_bucket.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c core_filters.c && touch core_filters.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_expr_parse.c && touch util_expr_parse.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_expr_scan.c && touch util_expr_scan.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util_expr_eval.c && touch util_expr_eval.lo
awk -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/build/make_var_export.awk `cat export_files` > export_vars.h
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o gen_test_char gen_test_char.lo
awk -f /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/build/make_exports.awk `cat export_files` > exports.c
./gen_test_char > test_char.h
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c util.c && touch util.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c exports.c && touch exports.lo
clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp
clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o libmain.la -static config.lo log.lo main.lo vhost.lo util.lo util_fcgi.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo util_mutex.lo mpm_common.lo mpm_unix.lo util_charset.lo util_cookies.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo util_regex.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo eor_bucket.lo core_filters.lo util_expr_parse.lo util_expr_scan.lo util_expr_eval.lo
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmain.a(util_ebcdic.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmain.a(util_charset.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmain.a(util_ebcdic.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libmain.a(util_charset.o) has no symbols
Making all in modules
Making all in aaa
Making all in cache
Making all in core
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c mod_so.c && touch mod_so.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -static -o libmod_so.la mod_so.lo
Making all in database
Making all in debugging
Making all in echo
Making all in filters
Making all in http
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c http_core.c && touch http_core.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c http_protocol.c && touch http_protocol.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c http_request.c && touch http_request.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c http_filters.c && touch http_filters.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c chunk_filter.c && touch chunk_filter.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c byterange_filter.c && touch byterange_filter.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c http_etag.c && touch http_etag.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -static -o libmod_http.la http_core.lo http_protocol.lo http_request.lo http_filters.lo chunk_filter.lo byterange_filter.lo http_etag.lo
Making all in loggers
Making all in metadata
Making all in proxy
Making all in session
Making all in slotmem
Making all in ssl
Making all in test
Making all in proxy/balancers
Making all in arch/unix
Making all in cluster
Making all in dav/main
Making all in generators
Making all in dav/fs
Making all in dav/lock
Making all in mappers
Making all in support
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c passwd_common.c && touch passwd_common.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c htdigest.c && touch htdigest.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c htdbm.c && touch htdbm.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 \
-I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c ab.c && touch ab.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c logresolve.c && touch logresolve.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c httxt2dbm.c && touch httxt2dbm.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c htcacheclean.c && touch htcacheclean.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c rotatelogs.c && touch rotatelogs.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c checkgid.c && touch checkgid.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c fcgistarter.c && touch fcgistarter.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o htpasswd htpasswd.lo passwd_common.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o htdigest htdigest.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o htdbm htdbm.lo passwd_common.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o logresolve logresolve.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o httxt2dbm httxt2dbm.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o htcacheclean htcacheclean.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o rotatelogs rotatelogs.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o checkgid checkgid.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o fcgistarter fcgistarter.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -L/usr/lib -lssl -lcrypto -lpthread \
-o ab ab.lo /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c modules.c && touch modules.lo
cd support && /Applications/Xcode.app/Contents/Developer/usr/bin/make suexec
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-non-pic -static -c suexec.c && touch suexec.lo
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_access_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authn_file.c && touch mod_authn_file.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authn_dbm.c && touch mod_authn_dbm.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authn_anon.c && touch mod_authn_anon.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o suexec suexec.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authn_dbd.c && touch mod_authn_dbd.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authn_socache.c && touch mod_authn_socache.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authn_core.c && touch mod_authn_core.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authz_host.c && touch mod_authz_host.slo
clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -c /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server/buildmark.c
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o httpd modules.lo buildmark.o -export-dynamic server/libmain.la modules/core/libmod_so.la modules/http/libmod_http.la server/mpm/prefork/libprefork.la os/unix/libos.la -L/usr/local/Cellar/pcre/8.35/lib -lpcre /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/libaprutil-1.la -lexpat -liconv /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libapr-1.la -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authz_groupfile.c && touch mod_authz_groupfile.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authz_user.c && touch mod_authz_user.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authz_dbm.c && touch mod_authz_dbm.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authz_owner.c && touch mod_authz_owner.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authz_dbd.c && touch mod_authz_dbd.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_authz_core.c && touch mod_authz_core.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_access_compat.c && touch mod_access_compat.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_auth_basic.c && touch mod_auth_basic.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_auth_form.c && touch mod_auth_form.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_auth_digest.c && touch mod_auth_digest.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_allowmethods.c && touch mod_allowmethods.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authn_file.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authn_file.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authn_dbm.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authn_dbm.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authn_anon.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authn_anon.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authn_dbd.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authn_dbd.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authn_socache.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authn_socache.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authn_core.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authn_core.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authz_host.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authz_host.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authz_groupfile.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authz_groupfile.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authz_user.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authz_user.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authz_dbm.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authz_dbm.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authz_owner.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authz_owner.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authz_dbd.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authz_dbd.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_authz_core.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_authz_core.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_access_compat.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_access_compat.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_auth_basic.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_auth_basic.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_auth_form.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_auth_form.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_auth_digest.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_auth_digest.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_allowmethods.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_allowmethods.lo
Building shared: mod_file_cache.la mod_cache.la mod_cache_disk.la mod_cache_socache.la mod_socache_shmcb.la mod_socache_dbm.la mod_socache_memcache.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_file_cache.c && touch mod_file_cache.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_cache.c && touch mod_cache.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c cache_storage.c && touch cache_storage.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c cache_util.c && touch cache_util.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_cache_disk.c && touch mod_cache_disk.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_cache_socache.c && touch mod_cache_socache.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_socache_shmcb.c && touch mod_socache_shmcb.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_socache_dbm.c && touch mod_socache_dbm.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_socache_memcache.c && touch mod_socache_memcache.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_file_cache.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_file_cache.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_cache.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_cache.lo cache_storage.lo cache_util.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_cache_disk.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_cache_disk.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_cache_socache.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_cache_socache.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_socache_shmcb.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_socache_shmcb.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_socache_memcache.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_socache_memcache.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_socache_dbm.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_socache_dbm.lo
Building shared: mod_watchdog.la mod_macro.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_watchdog.c && touch mod_watchdog.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_macro.c && touch mod_macro.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_macro.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_macro.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_watchdog.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_watchdog.lo
Building shared: mod_dbd.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_dbd.c && touch mod_dbd.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_dbd.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_dbd.lo
Building shared: mod_dumpio.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_dumpio.c && touch mod_dumpio.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_dumpio.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_dumpio.lo
Building shared: mod_echo.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_echo.c && touch mod_echo.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_echo.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_echo.lo
Building shared: mod_buffer.la mod_data.la mod_ratelimit.la mod_reqtimeout.la mod_ext_filter.la mod_request.la mod_include.la mod_filter.la mod_reflector.la mod_substitute.la mod_sed.la mod_charset_lite.la mod_deflate.la mod_xml2enc.la mod_proxy_html.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_buffer.c && touch mod_buffer.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_data.c && touch mod_data.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_ratelimit.c && touch mod_ratelimit.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_reqtimeout.c && touch mod_reqtimeout.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_ext_filter.c && touch mod_ext_filter.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_request.c && touch mod_request.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_include.c && touch mod_include.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_filter.c && touch mod_filter.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_reflector.c && touch mod_reflector.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_substitute.c && touch mod_substitute.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_sed.c && touch mod_sed.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c sed0.c && touch sed0.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c sed1.c && touch sed1.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c regexp.c && touch regexp.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_charset_lite.c && touch mod_charset_lite.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_deflate.c && touch mod_deflate.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_xml2enc.c && touch mod_xml2enc.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include/libxml2 -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_html.c && touch mod_proxy_html.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_buffer.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_buffer.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_data.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_data.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_ratelimit.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_ratelimit.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_reqtimeout.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_reqtimeout.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_ext_filter.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_ext_filter.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_request.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_request.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_include.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_include.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_filter.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_filter.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_reflector.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_reflector.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_substitute.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_substitute.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_sed.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_sed.lo sed0.lo sed1.lo regexp.lo -export-symbols-regex sed_module
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_charset_lite.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_charset_lite.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_deflate.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_deflate.lo -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib -lz
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_xml2enc.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_xml2enc.lo -lxml2
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include/libxml2 -g -O2 -o mod_proxy_html.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_html.lo -lxml2
Building shared: mod_mime.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_mime.c && touch mod_mime.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_mime.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_mime.lo
Building shared: mod_log_config.la mod_log_debug.la mod_log_forensic.la mod_logio.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_log_config.c && touch mod_log_config.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_log_debug.c && touch mod_log_debug.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_log_forensic.c && touch mod_log_forensic.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_logio.c && touch mod_logio.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_logio.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_logio.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_log_forensic.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_log_forensic.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_log_debug.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_log_debug.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_log_config.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_log_config.lo
Building shared: mod_env.la mod_mime_magic.la mod_expires.la mod_headers.la mod_usertrack.la mod_unique_id.la mod_setenvif.la mod_version.la mod_remoteip.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_env.c && touch mod_env.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_mime_magic.c && touch mod_mime_magic.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_expires.c && touch mod_expires.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_headers.c && touch mod_headers.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_usertrack.c && touch mod_usertrack.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_unique_id.c && touch mod_unique_id.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_setenvif.c && touch mod_setenvif.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_version.c && touch mod_version.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_remoteip.c && touch mod_remoteip.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_env.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_env.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_mime_magic.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_mime_magic.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_expires.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_expires.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_headers.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_headers.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_usertrack.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_usertrack.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_unique_id.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_unique_id.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_setenvif.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_setenvif.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_version.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_version.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_remoteip.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_remoteip.lo
Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_fdpass.la mod_proxy_wstunnel.la mod_proxy_ajp.la mod_proxy_balancer.la mod_proxy_express.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy.c && touch mod_proxy.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c proxy_util.c && touch proxy_util.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_connect.c && touch mod_proxy_connect.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_ftp.c && touch mod_proxy_ftp.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_http.c && touch mod_proxy_http.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_fcgi.c && touch mod_proxy_fcgi.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_scgi.c && touch mod_proxy_scgi.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_fdpass.c && touch mod_proxy_fdpass.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_wstunnel.c && touch mod_proxy_wstunnel.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_ajp.c && touch mod_proxy_ajp.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ajp_header.c && touch ajp_header.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ajp_link.c && touch ajp_link.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ajp_msg.c && touch ajp_msg.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ajp_utils.c && touch ajp_utils.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_balancer.c && touch mod_proxy_balancer.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_express.c && touch mod_proxy_express.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy.lo proxy_util.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_connect.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_connect.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_ftp.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_ftp.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_http.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_http.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_fcgi.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_fcgi.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_scgi.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_scgi.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_fdpass.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_fdpass.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_wstunnel.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_wstunnel.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_ajp.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_ajp.lo ajp_header.lo ajp_link.lo ajp_msg.lo ajp_utils.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_express.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_express.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_proxy_balancer.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_proxy_balancer.lo
Building shared: mod_session.la mod_session_cookie.la mod_session_dbd.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_session.c && touch mod_session.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_session_cookie.c && touch mod_session_cookie.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_session_dbd.c && touch mod_session_dbd.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_session_cookie.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_session_cookie.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_session.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_session.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_session_dbd.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_session_dbd.lo
Building shared: mod_slotmem_shm.la mod_slotmem_plain.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_slotmem_shm.c && touch mod_slotmem_shm.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_slotmem_plain.c && touch mod_slotmem_plain.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_slotmem_plain.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_slotmem_plain.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_slotmem_shm.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_slotmem_shm.lo
Building shared: mod_ssl.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_ssl.c && touch mod_ssl.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_config.c && touch ssl_engine_config.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_init.c && touch ssl_engine_init.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_io.c && touch ssl_engine_io.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_kernel.c && touch ssl_engine_kernel.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_log.c && touch ssl_engine_log.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_mutex.c && touch ssl_engine_mutex.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_pphrase.c && touch ssl_engine_pphrase.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_rand.c && touch ssl_engine_rand.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_vars.c && touch ssl_engine_vars.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_scache.c && touch ssl_scache.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_util_stapling.c && touch ssl_util_stapling.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_util.c && touch ssl_util.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_util_ssl.c && touch ssl_util_ssl.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_engine_ocsp.c && touch ssl_engine_ocsp.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -I/usr/include -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c ssl_util_ocsp.c && touch ssl_util_ocsp.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -I/usr/include -g -O2 -L/usr/lib -lssl -lcrypto -lpthread -o mod_ssl.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_ssl.lo ssl_engine_config.lo ssl_engine_init.lo ssl_engine_io.lo ssl_engine_kernel.lo ssl_engine_log.lo ssl_engine_mutex.lo ssl_engine_pphrase.lo ssl_engine_rand.lo ssl_engine_vars.lo ssl_scache.lo ssl_util_stapling.lo ssl_util.lo ssl_util_ssl.lo ssl_engine_ocsp.lo ssl_util_ocsp.lo -export-symbols-regex ssl_module
Building shared: mod_dialup.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_dialup.c && touch mod_dialup.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_dialup.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_dialup.lo
Building shared: mod_lbmethod_byrequests.la mod_lbmethod_bytraffic.la mod_lbmethod_bybusyness.la mod_lbmethod_heartbeat.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_lbmethod_byrequests.c && touch mod_lbmethod_byrequests.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_lbmethod_bytraffic.c && touch mod_lbmethod_bytraffic.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_lbmethod_bybusyness.c && touch mod_lbmethod_bybusyness.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_lbmethod_heartbeat.c && touch mod_lbmethod_heartbeat.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_lbmethod_byrequests.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_lbmethod_byrequests.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_lbmethod_bybusyness.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_lbmethod_bybusyness.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_lbmethod_bytraffic.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_lbmethod_bytraffic.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_lbmethod_heartbeat.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_lbmethod_heartbeat.lo
Building shared: mod_unixd.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_unixd.c && touch mod_unixd.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_unixd.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_unixd.lo
Building shared: mod_heartbeat.la mod_heartmonitor.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_heartbeat.c && touch mod_heartbeat.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_heartmonitor.c && touch mod_heartmonitor.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_heartbeat.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_heartbeat.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_heartmonitor.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_heartmonitor.lo
Building shared: mod_dav.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_dav.c && touch mod_dav.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c props.c && touch props.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c util.c && touch util.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c util_lock.c && touch util_lock.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c liveprop.c && touch liveprop.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c providers.c && touch providers.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c std_liveprop.c && touch std_liveprop.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_dav.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_dav.lo props.lo util.lo util_lock.lo liveprop.lo providers.lo std_liveprop.lo
Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_suexec.la mod_cgi.la mod_cgid.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_status.c && touch mod_status.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_autoindex.c && touch mod_autoindex.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_asis.c && touch mod_asis.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_info.c && touch mod_info.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_suexec.c && touch mod_suexec.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_cgi.c && touch mod_cgi.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_cgid.c && touch mod_cgid.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_status.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_status.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_asis.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_asis.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_info.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_info.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_suexec.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_suexec.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_cgi.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_cgi.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_autoindex.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_autoindex.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_cgid.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_cgid.lo
Building shared: mod_dav_fs.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_dav_fs.c && touch mod_dav_fs.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c dbm.c && touch dbm.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c lock.c && touch lock.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c repos.c && touch repos.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_dav_fs.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_dav_fs.lo dbm.lo lock.lo repos.lo
Building shared: mod_dav_lock.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_dav_lock.c && touch mod_dav_lock.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c locks.c && touch locks.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_dav_lock.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_dav_lock.lo locks.lo
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_vhost_alias.c && touch mod_vhost_alias.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_negotiation.c && touch mod_negotiation.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_dir.c && touch mod_dir.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_actions.c && touch mod_actions.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_speling.c && touch mod_speling.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_userdir.c && touch mod_userdir.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_alias.c && touch mod_alias.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I. -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/os/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr-util/include -I/usr/local/Cellar/pcre/8.35/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/aaa -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/cache -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/core -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/database -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/filters -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ldap -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/loggers -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/lua -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/proxy -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/session -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/ssl -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/test -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/server -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/dav/main -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/generators -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/modules/mappers -prefer-pic -c mod_rewrite.c && touch mod_rewrite.slo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_vhost_alias.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_vhost_alias.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_dir.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_dir.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_actions.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_actions.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_speling.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_speling.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_userdir.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_userdir.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_alias.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_alias.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_negotiation.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_negotiation.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -o mod_rewrite.la -rpath /usr/local/Cellar/httpd24/2.4.10/libexec -module -avoid-version mod_rewrite.lo
==> make install
Making install in srclib
Making install in apr
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/mkdir.sh tools
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tools/gen_test_char.lo -c tools/gen_test_char.c && touch tools/gen_test_char.lo
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/mkdir.sh tools
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tools/gen_test_char.lo -c tools/gen_test_char.c && touch tools/gen_test_char.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tools/gen_test_char tools/gen_test_char.lo -lpthread
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o tools/gen_test_char tools/gen_test_char.lo -lpthread
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/mkdir.sh include/private
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/mkdir.sh include/private
tools/gen_test_char > include/private/apr_escape_test_char.h
tools/gen_test_char > include/private/apr_escape_test_char.h
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o encoding/apr_escape.lo -c encoding/apr_escape.c && touch encoding/apr_escape.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=compile clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -o encoding/apr_escape.lo -c encoding/apr_escape.c && touch encoding/apr_escape.lo
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -version-info 5:1:5 -o libapr-1.la -rpath /usr/local/Cellar/httpd24/2.4.10/lib encoding/apr_escape.lo passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_skiplist.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso.lo file_io/unix/buffer.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/filepath_util.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 file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo poll/unix/z_asio.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -lpthread
/bin/sh /private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/libtool --silent --mode=link clang -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -I./include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I./include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/arch/unix -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -I/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/include/private -version-info 5:1:5 -o libapr-1.la -rpath /usr/local/Cellar/httpd24/2.4.10/lib encoding/apr_escape.lo passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_hash.lo tables/apr_skiplist.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso.lo file_io/unix/buffer.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/filepath_util.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 file_io/unix/tempdir.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo poll/unix/z_asio.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -lpthread
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ia32.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(mutex.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ppc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(s390.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(solaris.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(epoll.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(port.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(z_asio.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ia32.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(mutex.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ppc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(s390.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(solaris.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(epoll.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(port.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(z_asio.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ia32.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(mutex.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ppc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(s390.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(solaris.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(epoll.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(port.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(z_asio.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ia32.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(mutex.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(ppc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(s390.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(solaris.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(epoll.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(port.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libapr-1.a(z_asio.o) has no symbols
/private/tmp/httpd24-Ttbn7h/httpd-2.4.10/srclib/apr/build/mkdir.sh /usr/local/Cellar/httpd24/2.4.10/lib /usr/local/Cellar/httpd24/2.4.10/bin /usr/local/var/www/build \
/usr/local/Cellar/httpd24/2.4.10/lib/pkgconfig /usr/local/Cellar/httpd24/2.4.10/include/apache2
mkdir /usr/local/Cellar/httpd24/2.4.10/lib
mkdir /usr/local/Cellar/httpd24/2.4.10/bin
mkdir /usr/local/var/www
mkdir: /usr/local/var/www: File exists
mkdir /usr/local/var/www/build
mkdir: /usr/local/var/www: No such file or directory
mkdir /usr/local/Cellar/httpd24/2.4.10/lib/pkgconfig
mkdir /usr/local/Cellar/httpd24/2.4.10/include
mkdir /usr/local/Cellar/httpd24/2.4.10/include/apache2
make[2]: *** [install] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
==> Formula
Tap: homebrew/homebrew-apache
Path: /usr/local/Library/Taps/homebrew/homebrew-apache/httpd24.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: a6e464f44614db6741a5db57206c2378faf1f31b
CPU: quad-core 64-bit haswell
OS X: 10.9.5-x86_64
Xcode: 6.0.1
CLT: 6.0.0.0.1.1410400753
X11: 2.7.7 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/pcre/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pcre/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: httpd24 2.4.10 did not build
Logs:
/Users/ywang/Library/Logs/Homebrew/httpd24/01.tar
/Users/ywang/Library/Logs/Homebrew/httpd24/02.tar
/Users/ywang/Library/Logs/Homebrew/httpd24/03.configure
/Users/ywang/Library/Logs/Homebrew/httpd24/03.configure.cc
/Users/ywang/Library/Logs/Homebrew/httpd24/04.make
/Users/ywang/Library/Logs/Homebrew/httpd24/04.make.cc
/Users/ywang/Library/Logs/Homebrew/httpd24/05.make
/Users/ywang/Library/Logs/Homebrew/httpd24/05.make.cc
/Users/ywang/Library/Logs/Homebrew/httpd24/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment