Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created December 8, 2009 19:11
Show Gist options
  • Save isaacs/251902 to your computer and use it in GitHub Desktop.
Save isaacs/251902 to your computer and use it in GitHub Desktop.
isaacs@sistertrain-lm:~/.homebrew
[11:09:09 3241] $ brew install couchdb -vd
==> Build Environment
PATH: /Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/bin:/Users/isaacs/bin:/Users/isaacs/scripts:/Users/isaacs/.homebrew/bin:/Users/isaacs/.homebrew/sbin:/Users/isaacs/dev/js/narwhal/bin:/Users/isaacs/dev/js/jack/bin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/libexec:/sbin:/bin:/usr/X11R6/bin:/usr/local/include:/usr/include:/usr/X11R6/include:/Users/isaacs/appsup/TextMate/Support/bin
CFLAGS: -O4 -march=core2 -mmmx -msse4.1 -w -pipe
LDFLAGS: -L/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/lib -L/Users/isaacs/.homebrew/lib
CPPFLAGS: -I/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/include -isystem /Users/isaacs/.homebrew/include
MAKEFLAGS: -j2
CC: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /Developer/usr/llvm-gcc-4.2/bin/llvm-g++-4.2
PKG_CONFIG_PATH: /Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/lib/pkgconfig
==> Downloading http://apache.multihomed.net/couchdb/0.10.0/apache-couchdb-0.10.0.tar.gz
File already downloaded and cached to /Users/isaacs/Library/Caches/Homebrew
/usr/bin/tar xf /Users/isaacs/Library/Caches/Homebrew/couchdb-0.10.0.tar.gz
==> ./configure --prefix=/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0 --localstatedir=/Users/isaacs/.homebrew/var --sysconfdir=/Users/isaacs/.homebrew/etc --with-erlang=/Users/isaacs/.homebrew/lib/erlang/usr/include
./configure --prefix=/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0 --localstatedir=/Users/isaacs/.homebrew/var --sysconfdir=/Users/isaacs/.homebrew/etc --with-erlang=/Users/isaacs/.homebrew/lib/erlang/usr/include
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/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 for style of include used by make... GNU
checking for gcc... /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
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 /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 accepts -g... yes
checking for /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 option to accept ISO C89... none needed
checking dependency style of /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2... gcc3
checking how to run the C preprocessor... /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -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 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 gcc... (cached) /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 accepts -g... (cached) yes
checking for /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 option to accept ISO C89... (cached) none needed
checking dependency style of /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2... (cached) gcc3
checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2... /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
checking if the linker (/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2) 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 whether ln -s works... yes
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 for /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 object... ok
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 dlfcn.h... yes
checking for objdir... .libs
checking if /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 supports -fno-rtti -fno-exceptions... yes
checking for /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 option to produce PIC... -fno-common -DPIC
checking if /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 PIC flag -fno-common -DPIC works... yes
checking if /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 static flag -static works... no
checking if /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 supports -c -o file.o... yes
checking if /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 linker (/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.0.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... no
checking whether ln -s works... yes
checking for pthread_create in -lpthread... yes
checking for JS_NewContext in -lmozjs... yes
checking jsapi.h usability... no
checking jsapi.h presence... no
checking for jsapi.h... no
checking js/jsapi.h usability... yes
checking js/jsapi.h presence... yes
checking for js/jsapi.h... yes
checking for icu-config... /Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/bin/icu-config
checking for ICU >= 3... yes
checking ICU_CFLAGS... -O4 -march=core2 -mmmx -msse4.1 -w -pipe -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
checking ICU_CXXFLAGS... -O4 -march=core2 -mmmx -msse4.1 -w -pipe -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long
checking ICU_LIBS... -L/Users/isaacs/.homebrew/lib -lpthread -lm -L/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/lib -licui18n -licuuc -licudata -lpthread -lm
checking for curl-config... /usr/bin/curl-config
checking for curl >= 7.15.5... yes
checking CURL_CFLAGS...
checking CURL_LIBS... -lcurl -lssl -lcrypto -Wl,-weak-lldap -dynamic -Os -pipe -g0 -Wno-system-headers -Wl,-search_paths_first -Wl,-weak-lgssapi_krb5 -Wl,-weak-lkrb5 -Wl,-weak-lk5crypto -Wl,-weak-lcom_err -Wl,-weak-lresolv -lssl -lcrypto -lz -lz
checking for erl... /Users/isaacs/.homebrew/bin/erl
checking for erlc... /Users/isaacs/.homebrew/bin/erlc
checking erl_driver.h usability... yes
checking erl_driver.h presence... yes
checking for erl_driver.h... yes
checking for help2man... no
configure: WARNING: You will be unable to regenerate any man pages.
checking location of init directory... not found
checking location of launchd directory... ${prefix}/Library/LaunchDaemons
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/couchjs.tpl
config.status: creating bin/couchdb.tpl
config.status: creating bin/couchdb.bat.tpl
config.status: creating bin/Makefile
config.status: creating etc/couchdb/Makefile
config.status: creating etc/couchdb/default.ini.tpl
config.status: creating etc/default/Makefile
config.status: creating etc/init/couchdb.tpl
config.status: creating etc/init/Makefile
config.status: creating etc/launchd/org.apache.couchdb.plist.tpl
config.status: creating etc/launchd/Makefile
config.status: creating etc/logrotate.d/couchdb.tpl
config.status: creating etc/logrotate.d/Makefile
config.status: creating etc/Makefile
config.status: creating share/Makefile
config.status: creating src/Makefile
config.status: creating src/couchdb/couch.app.tpl
config.status: creating src/couchdb/Makefile
config.status: creating src/couchdb/priv/Makefile
config.status: creating src/erlang-oauth/Makefile
config.status: creating src/etap/Makefile
config.status: creating src/ibrowse/Makefile
config.status: creating src/mochiweb/Makefile
config.status: creating test/Makefile
config.status: creating utils/Makefile
config.status: creating var/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
You have configured Apache CouchDB, time to relax.
Run `make && sudo make install' to install.
==> make
make
make all-recursive
Making all in bin
sed -e "s|%ERL%|/Users/isaacs/.homebrew/bin/erl|g" \
-e "s|%ICU_CONFIG%|/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/bin/icu-config|g" \
-e "s|%bindir%|/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0/bin|g" \
-e "s|%localerlanglibdir%|/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0/lib/couchdb/erlang/lib|g" \
-e "s|%couchdbebindir%|couch-0.10.0/ebin|g" \
-e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \
-e "s|%ibrowseebindir%|ibrowse-1.5.2/ebin|g" \
-e "s|%oauthebindir%|erlang-oauth/ebin|g" \
-e "s|%defaultini%|default.ini|g" \
-e "s|%localini%|local.ini|g" \
-e "s|%localconfdir%|/Users/isaacs/.homebrew/etc/couchdb|g" \
-e "s|%localstatelogdir%|/Users/isaacs/.homebrew/var/log/couchdb|g" \
-e "s|%localstatelibdir%|/Users/isaacs/.homebrew/var/lib/couchdb|g" \
-e "s|%localstatedir%|/Users/isaacs/.homebrew/var|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|[email protected]|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.10.0|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
couchdb < couchdb.tpl
sed -e "s|%locallibbindir%|/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0/lib/couchdb/bin|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|[email protected]|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.10.0|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \
couchjs < couchjs.tpl
chmod +x couchjs
chmod +x couchdb
sed -e "s|%locallibbindir%|/private/tmp/homebrew-couchdb-0.10.0-9Kww/apache-couchdb-0.10.0/src/couchdb|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|[email protected]|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|0.10.0|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \
couchjs_dev < couchjs.tpl
chmod +x couchjs_dev
Making all in etc
Making all in couchdb
sed -e "s|%bindir%|/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0/bin|g" \
-e "s|%localconfdir%|/Users/isaacs/.homebrew/etc/couchdb|g" \
-e "s|%localdatadir%|/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0/share/couchdb|g" \
-e "s|%localstatelibdir%|/Users/isaacs/.homebrew/var/lib/couchdb|g" \
-e "s|%localstatelogdir%|/Users/isaacs/.homebrew/var/log/couchdb|g" \
-e "s|%couchprivlibdir%|/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0/lib/couchdb/erlang/lib/couch-0.10.0/priv/lib|g" \
-e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" \
< default.ini.tpl > default.ini
sed -e "s|%bindir%|/private/tmp/homebrew-couchdb-0.10.0-9Kww/apache-couchdb-0.10.0/bin|g" \
-e "s|%localconfdir%|/private/tmp/homebrew-couchdb-0.10.0-9Kww/apache-couchdb-0.10.0/etc/couchdb|g" \
-e "s|%localdatadir%|/private/tmp/homebrew-couchdb-0.10.0-9Kww/apache-couchdb-0.10.0/share|g" \
-e "s|%localstatelibdir%|/private/tmp/homebrew-couchdb-0.10.0-9Kww/apache-couchdb-0.10.0/tmp/lib|g" \
-e "s|%localstatelogdir%|/private/tmp/homebrew-couchdb-0.10.0-9Kww/apache-couchdb-0.10.0/tmp/log|g" \
-e "s|%couchprivlibdir%|/private/tmp/homebrew-couchdb-0.10.0-9Kww/apache-couchdb-0.10.0/src/couchdb/.libs|g" \
-e "s|%couchjs_command_name%|`echo couchjs_dev | sed 's,x,x,'`|g" \
< default.ini.tpl > default_dev.ini
if test ! -f "local_dev.ini"; then \
cp local.ini local_dev.ini; \
fi
Making all in default
make[3]: Nothing to be done for `all'.
Making all in init
make[3]: Nothing to be done for `all'.
Making all in launchd
make[3]: Nothing to be done for `all'.
Making all in logrotate.d
make[3]: Nothing to be done for `all'.
if test "../build-aux/install-sh -c -d"; then \
../build-aux/install-sh -c -d launchd; \
else \
if test ! -d launchd; then \
mkdir launchd; \
fi \
fi
sed -e "s|%localstatelogdir%|/Users/isaacs/.homebrew/var/log/couchdb|g" < logrotate.d/couchdb.tpl > logrotate.d/couchdb
sed -e "s|%configure_input%|launchd/org.apache.couchdb.plist. Generated from launchd/org.apache.couchdb.plist.tpl by configure.|" \
-e "s|%bindir%|/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0/bin|" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|" \
< launchd/org.apache.couchdb.plist.tpl > launchd/org.apache.couchdb.plist
Making all in src
Making all in couchdb
Making all in priv
cp couchspawnkillable.sh couchspawnkillable
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -L/usr/local/lib -L/opt/local/lib -I/Users/isaacs/.homebrew/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -I/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/include -isystem /Users/isaacs/.homebrew/include -I/js -I/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/include -L/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/lib -O4 -march=core2 -mmmx -msse4.1 -w -pipe -MT couch_erl_driver_la-couch_erl_driver.lo -MD -MP -MF .deps/couch_erl_driver_la-couch_erl_driver.Tpo -c -o couch_erl_driver_la-couch_erl_driver.lo `test -f 'couch_erl_driver.c' || echo './'`couch_erl_driver.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -L/usr/local/lib -L/opt/local/lib -I/Users/isaacs/.homebrew/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -I/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/include -isystem /Users/isaacs/.homebrew/include -I/js -O4 -march=core2 -mmmx -msse4.1 -w -pipe -MT couchjs-couch_js.o -MD -MP -MF .deps/couchjs-couch_js.Tpo -c -o couchjs-couch_js.o `test -f 'couch_js.c' || echo './'`couch_js.c
couch_js.c:20:19: error: jsapi.h: No such file or directory
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -L/usr/local/lib -L/opt/local/lib -I/Users/isaacs/.homebrew/lib/erlang/usr/include -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include -I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js -DXP_UNIX -I/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/include -isystem /Users/isaacs/.homebrew/include -I/js -I/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/include -L/Users/isaacs/.homebrew/Cellar/icu4c/4.3.1/lib -O4 -march=core2 -mmmx -msse4.1 -w -pipe -MT couch_erl_driver_la-couch_erl_driver.lo -MD -MP -MF .deps/couch_erl_driver_la-couch_erl_driver.Tpo -c couch_erl_driver.c -fno-common -DPIC -o .libs/couch_erl_driver_la-couch_erl_driver.o
couch_js.c:32: error: expected ‘)’ before ‘*’ token
couch_js.c:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘EncodeString’
couch_js.c:114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘DecodeChar’
couch_js.c:139: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘DecodeString’
couch_js.c:198: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘EvalInContext’
couch_js.c:254: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GC’
couch_js.c:260: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Print’
couch_js.c:291: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Quit’
couch_js.c:297: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ReadLine’
couch_js.c:372: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Seal’
couch_js.c:384: error: expected ‘)’ before ‘*’ token
couch_js.c:407: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gBranchCount’
couch_js.c:420: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BranchCallback’
couch_js.c:429: error: expected ‘)’ before ‘*’ token
couch_js.c:434: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ThrowError’
couch_js.c:501: error: expected ‘)’ before ‘*’ token
couch_js.c:524: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘BufferToJSVal’
couch_js.c:549: error: expected ‘)’ before ‘*’ token
couch_js.c:615: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GetHttp’
couch_js.c:699: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HeadHttp’
couch_js.c:787: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PostHttp’
couch_js.c:870: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PutHttp’
couch_js.c:982: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘DelHttp’
couch_js.c:1063: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CopyHttp’
couch_js.c:1144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MoveHttp’
couch_js.c: In function ‘main’:
couch_js.c:1226: error: ‘JSRuntime’ undeclared (first use in this function)
couch_js.c:1226: error: (Each undeclared identifier is reported only once
couch_js.c:1226: error: for each function it appears in.)
couch_js.c:1226: error: ‘runtime’ undeclared (first use in this function)
couch_js.c:1227: error: ‘JSContext’ undeclared (first use in this function)
couch_js.c:1227: error: ‘context’ undeclared (first use in this function)
couch_js.c:1228: error: ‘JSObject’ undeclared (first use in this function)
couch_js.c:1228: error: ‘global’ undeclared (first use in this function)
couch_js.c:1237: error: ‘PrintError’ undeclared (first use in this function)
couch_js.c:1243: error: ‘BranchCallback’ undeclared (first use in this function)
couch_js.c:1244: error: ‘JSOPTION_NATIVE_BRANCH_CALLBACK’ undeclared (first use in this function)
couch_js.c:1246: error: ‘JSOPTION_XML’ undeclared (first use in this function)
couch_js.c:1253: error: ‘EvalInContext’ undeclared (first use in this function)
couch_js.c:1254: error: ‘GC’ undeclared (first use in this function)
couch_js.c:1255: error: ‘Print’ undeclared (first use in this function)
couch_js.c:1256: error: ‘Quit’ undeclared (first use in this function)
couch_js.c:1257: error: ‘ReadLine’ undeclared (first use in this function)
couch_js.c:1258: error: ‘Seal’ undeclared (first use in this function)
couch_js.c:1259: error: ‘GetHttp’ undeclared (first use in this function)
couch_js.c:1260: error: ‘HeadHttp’ undeclared (first use in this function)
couch_js.c:1261: error: ‘PostHttp’ undeclared (first use in this function)
couch_js.c:1262: error: ‘PutHttp’ undeclared (first use in this function)
couch_js.c:1263: error: ‘DelHttp’ undeclared (first use in this function)
couch_js.c:1264: error: ‘MoveHttp’ undeclared (first use in this function)
couch_js.c:1265: error: ‘CopyHttp’ undeclared (first use in this function)
make[4]: *** [couchjs-couch_js.o] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/couch_erl_driver_la-couch_erl_driver.Tpo .deps/couch_erl_driver_la-couch_erl_driver.Plo
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: #<BuildError: Failure while executing: make >
/Users/isaacs/.homebrew/Library/Homebrew/formula.rb:326:in `system'
/Users/isaacs/.homebrew/Library/Formula/couchdb.rb:17:in `install'
/Users/isaacs/.homebrew/Library/Homebrew/install.rb:89:in `install'
/Users/isaacs/.homebrew/Library/Homebrew/formula.rb:213:in `brew'
/Users/isaacs/.homebrew/Library/Homebrew/formula.rb:374:in `stage'
/Users/isaacs/.homebrew/Library/Homebrew/formula.rb:341:in `mktemp'
/Users/isaacs/.homebrew/Library/Homebrew/formula.rb:372:in `stage'
/Users/isaacs/.homebrew/Library/Homebrew/formula.rb:208:in `brew'
/Users/isaacs/.homebrew/Library/Homebrew/install.rb:76:in `install'
/Users/isaacs/.homebrew/Library/Homebrew/install.rb:39
/Users/isaacs/.homebrew/Library/Formula/couchdb.rb:12
==> Rescuing build...
When you exit this shell Homebrew will attempt to finalise the installation.
If nothing is installed or the shell exits with a non-zero error code,
Homebrew will abort. The installation prefix is:
/Users/isaacs/.homebrew/Cellar/couchdb/0.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment