Skip to content

Instantly share code, notes, and snippets.

@alibby
Created April 3, 2013 15:26
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 alibby/5302227 to your computer and use it in GitHub Desktop.
Save alibby/5302227 to your computer and use it in GitHub Desktop.
libspatialite failed to build on 10.8.3
alibby:local alibby$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install libspatialite
==> Downloading http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-3.0.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/libspatialite-3.0.1.tar.gz
tar xf /Library/Caches/Homebrew/libspatialite-3.0.1.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libspatialite/3.0.1 --with-sysroot=/usr/local
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libspatialite/3.0.1 --with-sysroot=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... none
checking how to run the C preprocessor... cc -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... no
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for memory.h... (cached) no
configure: error: cannot find memory.h, bailing out
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 0da247dd308c398a38abf148e050ec4ad6a6f9df
CPU: dual-core 64-bit penryn
OS X: 10.8.3-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
LDFLAGS: -L/usr/local/opt/sqlite/lib
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/sqlite:/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/proj/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/freexl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/proj/bin:/usr/local/opt/geos/bin:/usr/local/opt/sqlite/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: libspatialite did not build
Logs: /Users/alibby/Library/Logs/Homebrew/libspatialite/config.log
alibby:local alibby$ cat ~/Library/Logs/Homebrew/libspatialite/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libspatialite configure 3.0.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libspatialite/3.0.1 --with-sysroot=/usr/local
## --------- ##
## Platform. ##
## --------- ##
hostname = alibby.local
uname -m = x86_64
uname -r = 12.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 8.00 gigabytes
Default processor set: 167 tasks, 772 threads, 2 processors
Load average: 5.82, Mach factor: 0.31
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/proj/bin
PATH: /usr/local/opt/geos/bin
PATH: /usr/local/opt/sqlite/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2455: checking for a BSD-compatible install
configure:2523: result: /usr/bin/install -c
configure:2534: checking whether build environment is sane
configure:2584: result: yes
configure:2725: checking for a thread-safe mkdir -p
configure:2764: result: ./install-sh -c -d
configure:2777: checking for gawk
configure:2807: result: no
configure:2777: checking for mawk
configure:2807: result: no
configure:2777: checking for nawk
configure:2807: result: no
configure:2777: checking for awk
configure:2793: found /usr/bin/awk
configure:2804: result: awk
configure:2815: checking whether make sets $(MAKE)
configure:2837: result: yes
configure:2918: checking whether to enable maintainer-specific portions of Makefiles
configure:2927: result: no
configure:2954: checking for style of include used by make
configure:2982: result: GNU
configure:3052: checking for gcc
configure:3079: result: cc
configure:3308: checking for C compiler version
configure:3317: cc --version >&5
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
configure:3328: $? = 0
configure:3317: cc -v >&5
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.3.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/readline/include'
clang: warning: argument unused during compilation: '-I /usr/local/opt/sqlite/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib'
clang: warning: argument unused during compilation: '-L/usr/local/opt/sqlite/lib'
... rest of stderr output deleted ...
configure:3328: $? = 0
configure:3317: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:3328: $? = 1
configure:3317: cc -qversion >&5
clang: error: no input files
configure:3328: $? = 1
configure:3348: checking whether the C compiler works
configure:3370: cc -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:3374: $? = 0
configure:3422: result: yes
configure:3425: checking for C compiler default output file name
configure:3427: result: a.out
configure:3433: checking for suffix of executables
configure:3440: cc -o conftest -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:3444: $? = 0
configure:3466: result:
configure:3488: checking whether we are cross compiling
configure:3496: cc -o conftest -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:3500: $? = 0
configure:3507: ./conftest
configure:3511: $? = 0
configure:3526: result: no
configure:3531: checking for suffix of object files
configure:3553: cc -c conftest.c >&5
configure:3557: $? = 0
configure:3578: result: o
configure:3582: checking whether we are using the GNU C compiler
configure:3601: cc -c conftest.c >&5
configure:3601: $? = 0
configure:3610: result: yes
configure:3619: checking whether cc accepts -g
configure:3639: cc -c -g conftest.c >&5
configure:3639: $? = 0
configure:3680: result: yes
configure:3697: checking for cc option to accept ISO C89
configure:3761: cc -c -g -O2 conftest.c >&5
configure:3761: $? = 0
configure:3774: result: none needed
configure:3796: checking dependency style of cc
configure:3906: result: none
configure:3927: checking how to run the C preprocessor
configure:3958: cc -E conftest.c
configure:3958: $? = 0
configure:3972: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3972: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libspatialite"
| #define PACKAGE_TARNAME "libspatialite"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "libspatialite 3.0.1"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "libspatialite"
| #define VERSION "3.0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3997: result: cc -E
configure:4017: cc -E conftest.c
configure:4017: $? = 0
configure:4031: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libspatialite"
| #define PACKAGE_TARNAME "libspatialite"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "libspatialite 3.0.1"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "libspatialite"
| #define VERSION "3.0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4060: checking for grep that handles long lines and -e
configure:4118: result: /usr/bin/grep
configure:4123: checking for egrep
configure:4185: result: /usr/bin/grep -E
configure:4190: checking for ANSI C header files
configure:4210: cc -c -g -O2 conftest.c >&5
configure:4210: $? = 0
configure:4283: cc -o conftest -g -O2 -L/usr/local/opt/sqlite/lib conftest.c >&5
configure:4283: $? = 0
configure:4283: ./conftest
configure:4283: $? = 0
configure:4294: result: yes
configure:4307: checking for sys/types.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4307: checking for sys/stat.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4307: checking for stdlib.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4307: checking for string.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4307: checking for memory.h
configure:4307: cc -c -g -O2 conftest.c >&5
In file included from conftest.c:50:
In file included from /usr/local/include/memory.h:7:
/usr/local/include/config.h:20:10: fatal error: '../config/m.h' file not found
#include "../config/m.h"
^
1 error generated.
configure:4307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libspatialite"
| #define PACKAGE_TARNAME "libspatialite"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "libspatialite 3.0.1"
| #define PACKAGE_BUGREPORT "a.furieri@lqt.it"
| #define PACKAGE_URL ""
| #define PACKAGE "libspatialite"
| #define VERSION "3.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <memory.h>
configure:4307: result: no
configure:4307: checking for strings.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4307: checking for inttypes.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4307: checking for stdint.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4307: checking for unistd.h
configure:4307: cc -c -g -O2 conftest.c >&5
configure:4307: $? = 0
configure:4307: result: yes
configure:4321: checking for stdlib.h
configure:4321: result: yes
configure:4335: checking stdio.h usability
configure:4335: cc -c -g -O2 conftest.c >&5
configure:4335: $? = 0
configure:4335: result: yes
configure:4335: checking stdio.h presence
configure:4335: cc -E conftest.c
configure:4335: $? = 0
configure:4335: result: yes
configure:4335: checking for stdio.h
configure:4335: result: yes
configure:4349: checking for string.h
configure:4349: result: yes
configure:4363: checking for memory.h
configure:4363: result: no
configure:4370: error: cannot find memory.h, bailing out
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/opt/sqlite/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/libspatialite-UbMs/libspatialite-3.0.1/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/libspatialite-UbMs/libspatialite-3.0.1/missing --run tar'
AR=''
AS=''
AUTOCONF='${SHELL} /private/tmp/libspatialite-UbMs/libspatialite-3.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/libspatialite-UbMs/libspatialite-3.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/libspatialite-UbMs/libspatialite-3.0.1/missing --run automake-1.11'
AWK='awk'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='cc -E'
CPPFLAGS=''
CXX='c++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP=''
GEOSADVANCED_FLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS='-L/usr/local/opt/sqlite/lib'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MACOSX_FALSE=''
MACOSX_TRUE=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/libspatialite-UbMs/libspatialite-3.0.1/missing --run makeinfo'
MANIFEST_TOOL=''
MINGW_FALSE=''
MINGW_TRUE=''
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OMIT_EPSG_FLAGS=''
OMIT_FREEXL_FLAGS=''
OMIT_GEOCALLBACKS_FLAGS=''
OMIT_GEOS_FLAGS=''
OMIT_ICONV_FLAGS=''
OMIT_MATHSQL_FLAGS=''
OMIT_PROJ_FLAGS=''
OTOOL64=''
OTOOL=''
PACKAGE='libspatialite'
PACKAGE_BUGREPORT='a.furieri@lqt.it'
PACKAGE_NAME='libspatialite'
PACKAGE_STRING='libspatialite 3.0.1'
PACKAGE_TARNAME='libspatialite'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.1'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='3.0.1'
ac_ct_AR=''
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/libspatialite-UbMs/libspatialite-3.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/libspatialite/3.0.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libspatialite"
#define PACKAGE_TARNAME "libspatialite"
#define PACKAGE_VERSION "3.0.1"
#define PACKAGE_STRING "libspatialite 3.0.1"
#define PACKAGE_BUGREPORT "a.furieri@lqt.it"
#define PACKAGE_URL ""
#define PACKAGE "libspatialite"
#define VERSION "3.0.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_STRING_H 1
configure: exit 1
alibby:local alibby$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: 0da247dd308c398a38abf148e050ec4ad6a6f9df
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.8.3-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/alibby/.rvm/rubies/ruby-1.9.3-p327/bin/ruby
alibby:local alibby$ brew doctor
Your system is raring to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment