Created
June 15, 2014 02:30
-
-
Save rubys/1535d79c14d796fb193e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: d48206e0d63fe34e22fa3248165340fdd513e8aa | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.9.3-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
Clang: 5.1 build 503 | |
X11: N/A | |
System Ruby: 2.0.0-451 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/rubys/.rvm/rubies/ruby-2.0.0-p481/bin/ruby | |
$ brew doctor | |
Your system is ready to brew. | |
$ brew install -v mod_suexec 2>&1 | |
==> Downloading http://archive.apache.org/dist/httpd/httpd-2.2.22.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/mod_suexec-2.2.22.tar.bz2 | |
==> Verifying mod_suexec-2.2.22.tar.bz2 checksum | |
tar xf /Library/Caches/Homebrew/mod_suexec-2.2.22.tar.bz2 | |
==> ./configure --enable-suexec=shared --with-suexec-bin=/usr/bin/suexec --with-suexec-caller=_www --with-suexec-userdir=Sites --with-suexec-docroot=/ --with-suexec-uidmin=500 --with-suexec-gidmin=20 --with-suexec-logfile=/private/var/log/apache2/suexec_log --with-suexec-safepath=/usr/local/bin:/usr/bin:/bin:/opt/local/bin | |
checking for chosen layout... Apache | |
checking for working mkdir -p... yes | |
checking build system type... i386-apple-darwin13.2.0 | |
checking host system type... i386-apple-darwin13.2.0 | |
checking target system type... i386-apple-darwin13.2.0 | |
Configuring Apache Portable Runtime library ... | |
checking for APR... yes | |
setting CPP to "cpp" | |
setting CFLAGS to " " | |
setting CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK" | |
setting LDFLAGS to " " | |
Configuring Apache Portable Runtime Utility library... | |
checking for APR-util... yes | |
checking for gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... cpp | |
configure: Configuring PCRE regular expression library | |
configuring package in srclib/pcre now | |
checking for gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... cpp | |
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 limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for bcopy... yes | |
checking for memmove... yes | |
checking for strerror... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating pcre.h | |
config.status: creating pcre-config | |
config.status: creating config.h | |
config.status: executing default commands | |
srclib/pcre configured properly | |
setting AP_LIBS to "/private/tmp/mod_suexec-5kX6/httpd-2.2.22/srclib/pcre/libpcre.la" | |
setting INCLUDES to "-I$(top_builddir)/srclib/pcre" | |
Configuring Apache httpd ... | |
adding "-I." to INCLUDES | |
adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES | |
adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES | |
adding "-I$(top_srcdir)/modules/http" to INCLUDES | |
adding "-I$(top_srcdir)/modules/filters" to INCLUDES | |
adding "-I$(top_srcdir)/modules/proxy" to INCLUDES | |
adding "-I$(top_srcdir)/include" to INCLUDES | |
adding "-I$(top_srcdir)/modules/generators" to INCLUDES | |
adding "-I$(top_srcdir)/modules/mappers" to INCLUDES | |
adding "-I$(top_srcdir)/modules/database" to INCLUDES | |
adding "-isystem/usr/include/apr-1" to INCLUDES | |
adding "-I/usr/include/apr-1" to INCLUDES | |
Applying OS-specific hints for httpd ... | |
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 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 for APR version 1.2.0 or later... yes | |
checking for APR-util version 1.2.0 or later... yes | |
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... no | |
configure: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: sys/socket.h: proceeding with the compiler's result | |
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 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 void pointer length... no | |
checking for tm_gmtoff in struct tm... yes | |
checking whether to enable mod_authn_file... yes (default) | |
checking whether to enable mod_authn_dbm... no | |
checking whether to enable mod_authn_anon... no | |
checking whether to enable mod_authn_dbd... no | |
checking whether to enable mod_authn_default... yes (default) | |
checking whether to enable mod_authn_alias... no | |
checking whether to enable mod_authz_host... yes (default) | |
checking whether to enable mod_authz_groupfile... yes (default) | |
checking whether to enable mod_authz_user... yes (default) | |
checking whether to enable mod_authz_dbm... no | |
checking whether to enable mod_authz_owner... no | |
checking whether to enable mod_authnz_ldap... no | |
checking whether to enable mod_authz_default... yes (default) | |
checking whether to enable mod_auth_basic... yes (default) | |
checking whether to enable mod_auth_digest... no | |
checking whether to enable mod_isapi... no | |
checking whether to enable mod_file_cache... no | |
checking whether to enable mod_cache... no | |
checking whether to enable mod_disk_cache... no | |
checking whether to enable mod_mem_cache... no | |
checking whether to enable mod_dbd... no | |
checking whether to enable mod_bucketeer... no | |
checking whether to enable mod_dumpio... no | |
checking whether to enable mod_echo... no | |
checking whether to enable mod_example... no | |
checking whether to enable mod_case_filter... no | |
checking whether to enable mod_case_filter_in... no | |
checking whether to enable mod_reqtimeout... no | |
checking whether to enable mod_ext_filter... no | |
checking whether to enable mod_include... yes (default) | |
checking whether to enable mod_filter... yes (default) | |
checking whether to enable mod_substitute... no | |
checking whether to enable mod_charset_lite... no | |
checking whether to enable mod_deflate... no | |
checking whether to enable mod_ldap... no | |
checking whether to enable mod_log_config... yes (default) | |
checking whether to enable mod_log_forensic... no | |
checking whether to enable mod_logio... no | |
checking whether to enable mod_env... yes (default) | |
checking whether to enable mod_mime_magic... no | |
checking whether to enable mod_cern_meta... no | |
checking whether to enable mod_expires... no | |
checking whether to enable mod_headers... no | |
checking whether to enable mod_ident... no | |
checking whether to enable mod_usertrack... no | |
checking whether to enable mod_unique_id... no | |
checking whether to enable mod_setenvif... yes (default) | |
checking whether to enable mod_version... yes (default) | |
checking whether to enable mod_proxy... no | |
checking whether to enable mod_proxy_connect... no | |
checking whether to enable mod_proxy_ftp... no | |
checking whether to enable mod_proxy_http... no | |
checking whether to enable mod_proxy_scgi... no | |
checking whether to enable mod_proxy_ajp... no | |
checking whether to enable mod_proxy_balancer... no | |
adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES | |
checking whether to enable mod_ssl... no | |
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 for target platform... unix | |
checking for rlim_t... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... no | |
configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: sys/time.h: proceeding with the compiler's result | |
checking for sys/time.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... no | |
configure: WARNING: sys/resource.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: sys/resource.h: proceeding with the compiler's result | |
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 sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for times... yes | |
checking which MPM to use... prefork | |
./configure: line 15563: ulimit: open files: cannot modify limit: Invalid argument | |
checking whether to enable mod_http... yes | |
checking whether to enable mod_mime... yes (default) | |
checking for extra modules... none | |
checking whether to enable mod_dav... no | |
adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES | |
checking whether to enable mod_status... yes (default) | |
checking whether to enable mod_autoindex... yes (default) | |
checking whether to enable mod_asis... yes (default) | |
checking whether to enable mod_info... no | |
checking whether to enable mod_suexec... checking dependencies | |
checking whether to enable mod_suexec... shared | |
checking whether to enable mod_cgi... yes (default) | |
checking whether to enable mod_cgid... no | |
checking whether to enable mod_dav_fs... no | |
checking whether to enable mod_dav_lock... no | |
checking whether to enable mod_vhost_alias... no | |
checking whether to enable mod_negotiation... yes (default) | |
checking whether to enable mod_dir... yes (default) | |
checking whether to enable mod_imagemap... no | |
checking whether to enable mod_actions... yes (default) | |
checking whether to enable mod_speling... no | |
checking whether to enable mod_userdir... yes (default) | |
checking whether to enable mod_alias... yes (default) | |
checking whether to enable mod_rewrite... no | |
setting HTTPD_LDFLAGS to "-export-dynamic" | |
checking whether to enable mod_so... yes | |
Restore user-defined environment settings... | |
restoring CPPFLAGS to "" | |
setting EXTRA_CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK" | |
restoring CFLAGS to "" | |
setting EXTRA_CFLAGS to " " | |
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$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -isystem/usr/include/apr-1 -I/usr/include/apr-1 -I$(top_srcdir)/modules/proxy/../generators -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main" | |
Construct makefiles and header files... | |
creating config_vars.mk | |
configure: creating ./config.status | |
creating modules/aaa/Makefile | |
creating modules/arch/win32/Makefile | |
creating modules/cache/Makefile | |
creating modules/database/Makefile | |
creating modules/debug/Makefile | |
creating modules/echo/Makefile | |
creating modules/experimental/Makefile | |
creating modules/filters/Makefile | |
creating modules/ldap/Makefile | |
creating modules/loggers/Makefile | |
creating modules/metadata/Makefile | |
creating modules/proxy/Makefile | |
creating modules/ssl/Makefile | |
creating modules/test/Makefile | |
creating os/unix/Makefile | |
creating server/mpm/Makefile | |
creating server/mpm/prefork/Makefile | |
creating modules/http/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 srclib/pcre/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 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 pcre | |
glibtool --silent --mode=compile clang -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/srclib/pcre -I. -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/os/unix -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/server/mpm/prefork -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/http -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/filters -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/include -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/mappers -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/database -isystem/usr/include/apr-1 -I/usr/include/apr-1 -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy/../generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/ssl -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/dav/main -prefer-non-pic -static -c maketables.c && touch maketables.lo | |
glibtool --silent --mode=compile clang -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/srclib/pcre -I. -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/os/unix -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/server/mpm/prefork -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/http -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/filters -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/include -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/mappers -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/database -isystem/usr/include/apr-1 -I/usr/include/apr-1 -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy/../generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/ssl -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/dav/main -prefer-non-pic -static -c get.c && touch get.lo | |
glibtool --silent --mode=compile clang -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/srclib/pcre -I. -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/os/unix -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/server/mpm/prefork -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/http -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/filters -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/include -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/mappers -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/database -isystem/usr/include/apr-1 -I/usr/include/apr-1 -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy/../generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/ssl -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/dav/main -prefer-non-pic -static -c study.c && touch study.lo | |
glibtool --silent --mode=compile clang -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/srclib/pcre -I. -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/os/unix -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/server/mpm/prefork -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/http -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/filters -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/include -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/mappers -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/database -isystem/usr/include/apr-1 -I/usr/include/apr-1 -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/proxy/../generators -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/ssl -I/private/tmp/mod_suexec-5kX6/httpd-2.2.22/modules/dav/main -prefer-non-pic -static -c dftables.c && touch dftables.lo | |
glibtool: compile: unable to infer tagged configuration | |
glibtool: compile: specify a tag with `--tag' | |
make[3]: *** [maketables.lo] Error 1 | |
make[3]: *** Waiting for unfinished jobs.... | |
glibtool: compile: unable to infer tagged configuration | |
glibtool: compile: specify a tag with `--tag' | |
make[3]: *** [get.lo] Error 1 | |
glibtool: compile: unable to infer tagged configuration | |
glibtool: compile: specify a tag with `--tag' | |
make[3]: *** [study.lo] Error 1 | |
glibtool: compile: unable to infer tagged configuration | |
glibtool: compile: specify a tag with `--tag' | |
make[3]: *** [dftables.lo] Error 1 | |
make[2]: *** [all-recursive] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
==> Formula | |
Tap: homebrew/homebrew-apache | |
Path: /usr/local/Library/Taps/homebrew/homebrew-apache/mod_suexec.rb | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: d48206e0d63fe34e22fa3248165340fdd513e8aa | |
CPU: 8-core 64-bit haswell | |
OS X: 10.9.3-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
Error: mod_suexec 2.2.22 did not build | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j8 | |
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_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/libtool/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: | |
/Users/rubys/Library/Logs/Homebrew/mod_suexec/01.configure | |
/Users/rubys/Library/Logs/Homebrew/mod_suexec/01.configure.cc | |
/Users/rubys/Library/Logs/Homebrew/mod_suexec/02.make | |
/Users/rubys/Library/Logs/Homebrew/mod_suexec/config.log | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment