Skip to content

Instantly share code, notes, and snippets.

@hkjels
Created March 5, 2013 13:09
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 hkjels/5090203 to your computer and use it in GitHub Desktop.
Save hkjels/5090203 to your computer and use it in GitHub Desktop.
Verbose homebrew output
==> Downloading http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.2.1/apache-couchdb-1.2.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/couchdb-1.2.1.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/couchdb-1.2.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/couchdb/1.2.1 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --with-erlang=/usr/local/lib/erlang/usr/include --with-js-include=/usr/local/include/js --with-js-lib=/usr/local/lib
./configure --prefix=/usr/local/Cellar/couchdb/1.2.1 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --with-erlang=/usr/local/lib/erlang/usr/include --with-js-include=/usr/local/include/js --with-js-lib=/usr/local/lib
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... 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... gcc3
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... 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) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/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 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 /usr/bin/ld 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 cc 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 cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.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 pkg-config... no
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fno-common -DPIC
checking if c++ PIC flag -fno-common -DPIC works... yes
checking if c++ static flag -static works... no
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether byte ordering is bigendian... no
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for mmap... yes
checking if the compiler supports __builtin_expect... yes
checking if the compiler supports __builtin_ctzll... yes
checking for pthread_create in -lpthread... no
checking for erl... /usr/local/opt/erlang/bin/erl
checking jsapi.h usability... yes
checking jsapi.h presence... yes
checking for jsapi.h... yes
checking for JS_NewObject in -lmozjs... no
checking for JS_NewObject in -ljs... no
checking for JS_NewObject in -ljs3250... no
checking for JS_NewObject in -ljs32... no
checking for JS_NewObject in -lmozjs185-1.0... no
checking for JS_NewObject in -lmozjs185... yes
checking for JS_NewCompartmentAndGlobalObject in -lmozjs185... yes
checking whether JSOPTION_ANONFUNFIX is declared... yes
checking for JS_ThrowStopIteration in -lmozjs185... yes
checking for JS_GetStringCharsAndLength in -lmozjs185... yes
checking for JSScript*... no
checking for icu-config... /usr/local/opt/icu4c/bin/icu-config
checking for ICU >= 3.4.1... yes
checking ICU_CFLAGS... -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings
checking ICU_CXXFLAGS... -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11
checking ICU_LIBS... -headerpad_max_install_names -lpthread -lm -L/usr/local/Cellar/icu4c/50.1/lib -licui18n -licuuc -licudata -lpthread -lm
checking for curl-config... /usr/bin/curl-config
checking for curl >= 7.18.0... yes
checking CURL_CFLAGS...
checking CURL_LIBS... -lcurl
checking for erlc... /usr/local/opt/erlang/bin/erlc
checking erl_driver.h usability... yes
checking erl_driver.h presence... yes
checking for erl_driver.h... yes
checking for help2man... /usr/local/opt/help2man/bin/help2man
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/couch-config.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/windows/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 src/snappy/Makefile
config.status: creating src/snappy/google-snappy/snappy-stubs-public.h
config.status: creating src/ejson/Makefile
config.status: creating test/Makefile
config.status: creating test/bench/Makefile
config.status: creating test/etap/Makefile
config.status: creating test/etap/test_util.erl
config.status: creating test/javascript/Makefile
config.status: creating test/view_server/Makefile
config.status: creating utils/Makefile
config.status: creating var/Makefile
config.status: creating config.h
config.status: creating src/snappy/google-snappy/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
/usr/bin/make all-recursive
Making all in bin
sed -e "s|%ERL%|/usr/local/opt/erlang/bin/erl|g" \
-e "s|%ICU_CONFIG%|/usr/local/opt/icu4c/bin/icu-config|g" \
-e "s|%bindir%|/usr/local/Cellar/couchdb/1.2.1/bin|g" \
-e "s|%localerlanglibdir%|/usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib|g" \
-e "s|%defaultini%|default.ini|g" \
-e "s|%localini%|local.ini|g" \
-e "s|%localconfdir%|/usr/local/etc/couchdb|g" \
-e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" \
-e "s|%localstatelibdir%|/usr/local/var/lib/couchdb|g" \
-e "s|%localstatedir%|/usr/local/var|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.2.1|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
couchdb < couchdb.tpl
chmod +x couchdb
sed -e "s|%ERL%|/usr/local/opt/erlang/bin/erl|g" \
-e "s|%bindir%|/usr/local/Cellar/couchdb/1.2.1/bin|g" \
-e "s|%localerlanglibdir%|/usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib|g" \
-e "s|%localconfdir%|/usr/local/etc/couchdb|g" \
-e "s|%localdatadir%|/usr/local/Cellar/couchdb/1.2.1/share/couchdb|g" \
-e "s|%localbuilddatadir%|/usr/local/Cellar/couchdb/1.2.1/share/couchdb|g" \
-e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" \
-e "s|%localstatelibdir%|/usr/local/var/lib/couchdb|g" \
-e "s|%localstatedir%|/usr/local/var|g" \
-e "s|%localstaterundir%|/usr/local/var/run/couchdb|g" \
-e "s|%couchlibdir%|/usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/couch-%version%|g"\
-e "s|%couchincludedir%|/usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/include|g"\
-e "s|%couchebindir%|/usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/ebin|g"\
-e "s|%couchprivlibdir%|/usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/couch-%version%/priv/lib|g"\
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.2.1|g" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \
couch-config < couch-config.tpl
chmod +x couch-config
ln -s -f "/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/src/couchdb/priv/couchjs" "couchjs_dev"
sed -e "s|%ERL%|/usr/local/opt/erlang/bin/erl|g" \
-e "s|%bindir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/bin|g" \
-e "s|%localerlanglibdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1\/src\/couchdb|g" \
-e "s|%couchlibdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1\/src\/couchdb|g"\
-e "s|%couchincludedir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1\/src\/couchdb|g"\
-e "s|%couchebindir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1\/src\/couchdb|g"\
-e "s|%couchprivlibdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/src/couchdb/priv/.libs|g"\
-e "s|%localdatadir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/share|g" \
-e "s|%localbuilddatadir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/share|g" \
-e "s|%localstatelibdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/tmp/lib|g" \
-e "s|%localstatelogdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/tmp/log|g" \
-e "s|%localstatedir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/tmp|g" \
-e "s|%localstaterundir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/tmp/run|g" \
-e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \
-e "s|%package_author_address%|dev@couchdb.apache.org|g" \
-e "s|%package_author_name%|The Apache Software Foundation|g" \
-e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.2.1|g" \
-e "s|%couchdb_command_name%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/utils/run|g" > \
couch-config_dev < couch-config.tpl
chmod +x couch-config_dev
touch couchdb.1
if test -x "/usr/local/opt/help2man/bin/help2man"; then \
/usr/bin/make -f Makefile couchdb; \
/usr/local/opt/help2man/bin/help2man --no-info --help-option="-h" --version-option="-V" \
--name="Apache CouchDB database server" ./couchdb --output couchdb.1; \
fi
make[3]: `couchdb' is up to date.
Making all in etc
Making all in couchdb
sed -e "s|%bindir%|/usr/local/Cellar/couchdb/1.2.1/bin|g" \
-e "s|%localconfdir%|/usr/local/etc/couchdb|g" \
-e "s|%localdatadir%|/usr/local/Cellar/couchdb/1.2.1/share/couchdb|g" \
-e "s|%localbuilddatadir%|/usr/local/Cellar/couchdb/1.2.1/share/couchdb|g" \
-e "s|%localstatelibdir%|/usr/local/var/lib/couchdb|g" \
-e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" \
-e "s|%localstaterundir%|/usr/local/var/run/couchdb|g" \
-e "s|%couchprivlibdir%|/usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/couch-1.2.1/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/couchdb-gB3y/apache-couchdb-1.2.1/bin|g" \
-e "s|%localconfdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/etc/couchdb|g" \
-e "s|%localdatadir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/share|g" \
-e "s|%localbuilddatadir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/share|g" \
-e "s|%localstatelibdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/tmp/lib|g" \
-e "s|%localstatelogdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/tmp/log|g" \
-e "s|%localstaterundir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/tmp/run|g" \
-e "s|%couchprivlibdir%|/private/tmp/couchdb-gB3y/apache-couchdb-1.2.1/src/couchdb/priv/.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'.
Making all in windows
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|%configure_input%|launchd/org.apache.couchdb.plist. Generated from launchd/org.apache.couchdb.plist.tpl by configure.|" \
-e "s|%bindir%|/usr/local/Cellar/couchdb/1.2.1/bin|" \
-e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|" \
< launchd/org.apache.couchdb.plist.tpl > launchd/org.apache.couchdb.plist
sed -e "s|%localstatelogdir%|/usr/local/var/log/couchdb|g" < logrotate.d/couchdb.tpl > logrotate.d/couchdb
Making all in src
Making all in couchdb
Making all in priv
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/usr/local/lib/erlang/usr/include -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couch_icu_driver_la-couch_icu_driver.lo -MD -MP -MF .deps/couch_icu_driver_la-couch_icu_driver.Tpo -c -o couch_icu_driver_la-couch_icu_driver.lo `test -f 'icu_driver/couch_icu_driver.c' || echo './'`icu_driver/couch_icu_driver.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/usr/local/lib/erlang/usr/include -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couch_icu_driver_la-couch_icu_driver.lo -MD -MP -MF .deps/couch_icu_driver_la-couch_icu_driver.Tpo -c icu_driver/couch_icu_driver.c -fno-common -DPIC -o .libs/couch_icu_driver_la-couch_icu_driver.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/couch_icu_driver_la-couch_icu_driver.Tpo .deps/couch_icu_driver_la-couch_icu_driver.Plo
/bin/sh ../../../libtool --tag=CC --mode=link cc -O2 -g -O2 -module -avoid-version -L/opt/local/lib -L/usr/local/lib -o couch_icu_driver.la -rpath /usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/couch-1.2.1/priv/lib couch_icu_driver_la-couch_icu_driver.lo -headerpad_max_install_names -lpthread -lm -L/usr/local/Cellar/icu4c/50.1/lib -licui18n -licuuc -licudata -lpthread -lm -L/opt/local/lib -L/usr/local/lib
libtool: link: cc -Wl,-undefined -Wl,dynamic_lookup -o .libs/couch_icu_driver.so -bundle .libs/couch_icu_driver_la-couch_icu_driver.o -L/opt/local/lib -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -licui18n -licuuc -licudata -lpthread -lm
brew: superenv removed: -L/opt/local/lib -L/usr/local/lib
libtool: link: dsymutil .libs/couch_icu_driver.so || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: ( cd ".libs" && rm -f "couch_icu_driver.la" && ln -s "../couch_icu_driver.la" "couch_icu_driver.la" )
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_BSD_SOURCE -I/usr/local/lib/erlang/usr/include -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couch_ejson_compare_la-couch_ejson_compare.lo -MD -MP -MF .deps/couch_ejson_compare_la-couch_ejson_compare.Tpo -c -o couch_ejson_compare_la-couch_ejson_compare.lo `test -f 'couch_ejson_compare/couch_ejson_compare.c' || echo './'`couch_ejson_compare/couch_ejson_compare.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_BSD_SOURCE -I/usr/local/lib/erlang/usr/include -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couch_ejson_compare_la-couch_ejson_compare.lo -MD -MP -MF .deps/couch_ejson_compare_la-couch_ejson_compare.Tpo -c couch_ejson_compare/couch_ejson_compare.c -fno-common -DPIC -o .libs/couch_ejson_compare_la-couch_ejson_compare.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/couch_ejson_compare_la-couch_ejson_compare.Tpo .deps/couch_ejson_compare_la-couch_ejson_compare.Plo
/bin/sh ../../../libtool --tag=CC --mode=link cc -O2 -g -O2 -module -avoid-version -L/opt/local/lib -L/usr/local/lib -o couch_ejson_compare.la -rpath /usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/couch-1.2.1/priv/lib couch_ejson_compare_la-couch_ejson_compare.lo -headerpad_max_install_names -lpthread -lm -L/usr/local/Cellar/icu4c/50.1/lib -licui18n -licuuc -licudata -lpthread -lm -L/opt/local/lib -L/usr/local/lib
libtool: link: cc -Wl,-undefined -Wl,dynamic_lookup -o .libs/couch_ejson_compare.so -bundle .libs/couch_ejson_compare_la-couch_ejson_compare.o -L/opt/local/lib -L/usr/local/lib -L/usr/local/Cellar/icu4c/50.1/lib -licui18n -licuuc -licudata -lpthread -lm
brew: superenv removed: -L/opt/local/lib -L/usr/local/lib
libtool: link: dsymutil .libs/couch_ejson_compare.so || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: ( cd ".libs" && rm -f "couch_ejson_compare.la" && ln -s "../couch_ejson_compare.la" "couch_ejson_compare.la" )
cp spawnkillable/couchspawnkillable.sh couchspawnkillable
chmod +x couchspawnkillable
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couchjs-http.o -MD -MP -MF .deps/couchjs-http.Tpo -c -o couchjs-http.o `test -f 'couch_js/http.c' || echo './'`couch_js/http.c
brew: superenv removed: -I/usr/local/include -g -Wall -Werror -I/usr/local/include -O2 -g -O2
mv -f .deps/couchjs-http.Tpo .deps/couchjs-http.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couchjs-main.o -MD -MP -MF .deps/couchjs-main.Tpo -c -o couchjs-main.o `test -f 'couch_js/main.c' || echo './'`couch_js/main.c
brew: superenv removed: -I/usr/local/include -g -Wall -Werror -I/usr/local/include -O2 -g -O2
mv -f .deps/couchjs-main.Tpo .deps/couchjs-main.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couchjs-utf8.o -MD -MP -MF .deps/couchjs-utf8.Tpo -c -o couchjs-utf8.o `test -f 'couch_js/utf8.c' || echo './'`couch_js/utf8.c
brew: superenv removed: -I/usr/local/include -g -Wall -Werror -I/usr/local/include -O2 -g -O2
mv -f .deps/couchjs-utf8.Tpo .deps/couchjs-utf8.Po
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -MT couchjs-util.o -MD -MP -MF .deps/couchjs-util.Tpo -c -o couchjs-util.o `test -f 'couch_js/util.c' || echo './'`couch_js/util.c
brew: superenv removed: -I/usr/local/include -g -Wall -Werror -I/usr/local/include -O2 -g -O2
mv -f .deps/couchjs-util.Tpo .deps/couchjs-util.Po
/bin/sh ../../../libtool --tag=CC --mode=link cc -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib -o couchjs couchjs-http.o couchjs-main.o couchjs-utf8.o couchjs-util.o -lcurl -lmozjs185 -lm -L/opt/local/lib -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib
libtool: link: cc -g -Wall -Werror -D_BSD_SOURCE -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -O2 -g -O2 -o couchjs couchjs-http.o couchjs-main.o couchjs-utf8.o couchjs-util.o -L/usr/local/lib -L/opt/local/lib -lcurl -lmozjs185 -lm
brew: superenv removed: -g -Wall -Werror -I/usr/local/include -O2 -g -O2 -L/usr/local/lib -L/opt/local/lib
touch couchjs.1
if test -x "/usr/local/opt/help2man/bin/help2man"; then \
/usr/local/opt/help2man/bin/help2man --no-info --help-option="-h" --version-option="-V" \
--name="Apache CouchDB JavaScript interpreter" ./couchjs --output couchjs.1; \
fi
cp stat_descriptions.cfg.in stat_descriptions.cfg
modules=`{ find . -name "*.erl" -exec basename {} .erl \; | tr '\n' ','; echo ''; } | sed "s/,$//"`; \
sed -e "s|%package_name%|Apache CouchDB|g" \
-e "s|%version%|1.2.1|g" \
-e "s|@modules@|$modules|g" \
-e "s|%localconfdir%|/usr/local/etc/couchdb|g" \
-e "s|@defaultini@|default.ini|g" \
-e "s|@localini@|local.ini|g" > \
couch.app < couch.app.tpl
chmod +x couch.app
/usr/local/opt/erlang/bin/erlc couch.erl;
/usr/local/opt/erlang/bin/erlc couch_api_wrap.erl;
/usr/local/opt/erlang/bin/erlc couch_api_wrap_httpc.erl;
/usr/local/opt/erlang/bin/erlc couch_app.erl;
/usr/local/opt/erlang/bin/erlc couch_auth_cache.erl;
/usr/local/opt/erlang/bin/erlc couch_btree.erl;
/usr/local/opt/erlang/bin/erlc couch_changes.erl;
/usr/local/opt/erlang/bin/erlc couch_compaction_daemon.erl;
/usr/local/opt/erlang/bin/erlc couch_compress.erl;
/usr/local/opt/erlang/bin/erlc couch_config.erl;
/usr/local/opt/erlang/bin/erlc couch_config_writer.erl;
/usr/local/opt/erlang/bin/erlc couch_db.erl;
/usr/local/opt/erlang/bin/erlc couch_db_update_notifier.erl;
/usr/local/opt/erlang/bin/erlc couch_db_update_notifier_sup.erl;
/usr/local/opt/erlang/bin/erlc couch_doc.erl;
/usr/local/opt/erlang/bin/erlc couch_drv.erl;
/usr/local/opt/erlang/bin/erlc couch_ejson_compare.erl;
/usr/local/opt/erlang/bin/erlc couch_event_sup.erl;
/usr/local/opt/erlang/bin/erlc couch_external_manager.erl;
/usr/local/opt/erlang/bin/erlc couch_external_server.erl;
/usr/local/opt/erlang/bin/erlc couch_file.erl;
/usr/local/opt/erlang/bin/erlc couch_httpc_pool.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_db.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_auth.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_oauth.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_proxy.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_external.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_show.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_view.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_misc_handlers.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_replicator.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_rewrite.erl;
couch_httpd_rewrite.erl:124: Warning: variable 'NRewrites' is unused
/usr/local/opt/erlang/bin/erlc couch_httpd_stats_handlers.erl;
/usr/local/opt/erlang/bin/erlc couch_httpd_vhost.erl;
/usr/local/opt/erlang/bin/erlc couch_key_tree.erl;
/usr/local/opt/erlang/bin/erlc couch_log.erl;
/usr/local/opt/erlang/bin/erlc couch_native_process.erl;
/usr/local/opt/erlang/bin/erlc couch_os_daemons.erl;
/usr/local/opt/erlang/bin/erlc couch_os_process.erl;
/usr/local/opt/erlang/bin/erlc couch_primary_sup.erl;
/usr/local/opt/erlang/bin/erlc couch_query_servers.erl;
/usr/local/opt/erlang/bin/erlc couch_ref_counter.erl;
/usr/local/opt/erlang/bin/erlc couch_rep_sup.erl;
/usr/local/opt/erlang/bin/erlc couch_replication_manager.erl;
/usr/local/opt/erlang/bin/erlc couch_replication_notifier.erl;
/usr/local/opt/erlang/bin/erlc couch_replicator.erl;
/usr/local/opt/erlang/bin/erlc couch_replicator_worker.erl;
/usr/local/opt/erlang/bin/erlc couch_replicator_utils.erl;
/usr/local/opt/erlang/bin/erlc couch_secondary_sup.erl;
/usr/local/opt/erlang/bin/erlc couch_server.erl;
/usr/local/opt/erlang/bin/erlc couch_server_sup.erl;
/usr/local/opt/erlang/bin/erlc couch_stats_aggregator.erl;
/usr/local/opt/erlang/bin/erlc couch_stats_collector.erl;
/usr/local/opt/erlang/bin/erlc couch_stream.erl;
/usr/local/opt/erlang/bin/erlc couch_task_status.erl;
/usr/local/opt/erlang/bin/erlc couch_users_db.erl;
/usr/local/opt/erlang/bin/erlc couch_util.erl;
/usr/local/opt/erlang/bin/erlc couch_uuids.erl;
/usr/local/opt/erlang/bin/erlc couch_view.erl;
/usr/local/opt/erlang/bin/erlc couch_view_compactor.erl;
/usr/local/opt/erlang/bin/erlc couch_view_updater.erl;
/usr/local/opt/erlang/bin/erlc couch_view_group.erl;
/usr/local/opt/erlang/bin/erlc couch_db_updater.erl;
/usr/local/opt/erlang/bin/erlc couch_work_queue.erl;
/usr/local/opt/erlang/bin/erlc json_stream_parse.erl;
Making all in ejson
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-ejson.lo -MD -MP -MF .deps/ejson_la-ejson.Tpo -c -o ejson_la-ejson.lo `test -f 'ejson.c' || echo './'`ejson.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-ejson.lo -MD -MP -MF .deps/ejson_la-ejson.Tpo -c ejson.c -fno-common -DPIC -o .libs/ejson_la-ejson.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-ejson.Tpo .deps/ejson_la-ejson.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-decode.lo -MD -MP -MF .deps/ejson_la-decode.Tpo -c -o ejson_la-decode.lo `test -f 'decode.c' || echo './'`decode.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-decode.lo -MD -MP -MF .deps/ejson_la-decode.Tpo -c decode.c -fno-common -DPIC -o .libs/ejson_la-decode.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-decode.Tpo .deps/ejson_la-decode.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-encode.lo -MD -MP -MF .deps/ejson_la-encode.Tpo -c -o ejson_la-encode.lo `test -f 'encode.c' || echo './'`encode.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-encode.lo -MD -MP -MF .deps/ejson_la-encode.Tpo -c encode.c -fno-common -DPIC -o .libs/ejson_la-encode.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-encode.Tpo .deps/ejson_la-encode.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_alloc.lo -MD -MP -MF .deps/ejson_la-yajl_alloc.Tpo -c -o ejson_la-yajl_alloc.lo `test -f 'yajl/yajl_alloc.c' || echo './'`yajl/yajl_alloc.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_alloc.lo -MD -MP -MF .deps/ejson_la-yajl_alloc.Tpo -c yajl/yajl_alloc.c -fno-common -DPIC -o .libs/ejson_la-yajl_alloc.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-yajl_alloc.Tpo .deps/ejson_la-yajl_alloc.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_buf.lo -MD -MP -MF .deps/ejson_la-yajl_buf.Tpo -c -o ejson_la-yajl_buf.lo `test -f 'yajl/yajl_buf.c' || echo './'`yajl/yajl_buf.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_buf.lo -MD -MP -MF .deps/ejson_la-yajl_buf.Tpo -c yajl/yajl_buf.c -fno-common -DPIC -o .libs/ejson_la-yajl_buf.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-yajl_buf.Tpo .deps/ejson_la-yajl_buf.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl.lo -MD -MP -MF .deps/ejson_la-yajl.Tpo -c -o ejson_la-yajl.lo `test -f 'yajl/yajl.c' || echo './'`yajl/yajl.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl.lo -MD -MP -MF .deps/ejson_la-yajl.Tpo -c yajl/yajl.c -fno-common -DPIC -o .libs/ejson_la-yajl.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-yajl.Tpo .deps/ejson_la-yajl.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_encode.lo -MD -MP -MF .deps/ejson_la-yajl_encode.Tpo -c -o ejson_la-yajl_encode.lo `test -f 'yajl/yajl_encode.c' || echo './'`yajl/yajl_encode.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_encode.lo -MD -MP -MF .deps/ejson_la-yajl_encode.Tpo -c yajl/yajl_encode.c -fno-common -DPIC -o .libs/ejson_la-yajl_encode.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-yajl_encode.Tpo .deps/ejson_la-yajl_encode.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_gen.lo -MD -MP -MF .deps/ejson_la-yajl_gen.Tpo -c -o ejson_la-yajl_gen.lo `test -f 'yajl/yajl_gen.c' || echo './'`yajl/yajl_gen.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_gen.lo -MD -MP -MF .deps/ejson_la-yajl_gen.Tpo -c yajl/yajl_gen.c -fno-common -DPIC -o .libs/ejson_la-yajl_gen.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-yajl_gen.Tpo .deps/ejson_la-yajl_gen.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_lex.lo -MD -MP -MF .deps/ejson_la-yajl_lex.Tpo -c -o ejson_la-yajl_lex.lo `test -f 'yajl/yajl_lex.c' || echo './'`yajl/yajl_lex.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_lex.lo -MD -MP -MF .deps/ejson_la-yajl_lex.Tpo -c yajl/yajl_lex.c -fno-common -DPIC -o .libs/ejson_la-yajl_lex.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-yajl_lex.Tpo .deps/ejson_la-yajl_lex.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_parser.lo -MD -MP -MF .deps/ejson_la-yajl_parser.Tpo -c -o ejson_la-yajl_parser.lo `test -f 'yajl/yajl_parser.c' || echo './'`yajl/yajl_parser.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -MT ejson_la-yajl_parser.lo -MD -MP -MF .deps/ejson_la-yajl_parser.Tpo -c yajl/yajl_parser.c -fno-common -DPIC -o .libs/ejson_la-yajl_parser.o
brew: superenv removed: -I/usr/local/include -O2 -g -O2
mv -f .deps/ejson_la-yajl_parser.Tpo .deps/ejson_la-yajl_parser.Plo
/bin/sh ../../libtool --tag=CC --mode=link cc -I/usr/local/lib/erlang/usr/include -O2 -g -O2 -module -avoid-version -L/opt/local/lib -L/usr/local/lib -o ejson.la -rpath /usr/local/Cellar/couchdb/1.2.1/lib/couchdb/erlang/lib/ejson-0.1.0/priv ejson_la-ejson.lo ejson_la-decode.lo ejson_la-encode.lo ejson_la-yajl_alloc.lo ejson_la-yajl_buf.lo ejson_la-yajl.lo ejson_la-yajl_encode.lo ejson_la-yajl_gen.lo ejson_la-yajl_lex.lo ejson_la-yajl_parser.lo -L/opt/local/lib -L/usr/local/lib
libtool: link: cc -Wl,-undefined -Wl,dynamic_lookup -o .libs/ejson.so -bundle .libs/ejson_la-ejson.o .libs/ejson_la-decode.o .libs/ejson_la-encode.o .libs/ejson_la-yajl_alloc.o .libs/ejson_la-yajl_buf.o .libs/ejson_la-yajl.o .libs/ejson_la-yajl_encode.o .libs/ejson_la-yajl_gen.o .libs/ejson_la-yajl_lex.o .libs/ejson_la-yajl_parser.o -L/opt/local/lib -L/usr/local/lib
brew: superenv removed: -L/opt/local/lib -L/usr/local/lib
libtool: link: dsymutil .libs/ejson.so || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: ( cd ".libs" && rm -f "ejson.la" && ln -s "../ejson.la" "ejson.la" )
cp ejson.app.in ejson.app
/usr/local/opt/erlang/bin/erlc ejson.erl
/usr/local/opt/erlang/bin/erlc mochijson2.erl
/usr/local/opt/erlang/bin/erlc mochinum.erl
cp .libs/ejson.so priv/ejson.so
Making all in erlang-oauth
cp oauth.app.in oauth.app
/usr/local/opt/erlang/bin/erlc oauth.erl
/usr/local/opt/erlang/bin/erlc oauth_hmac_sha1.erl
/usr/local/opt/erlang/bin/erlc oauth_http.erl
/usr/local/opt/erlang/bin/erlc oauth_plaintext.erl
/usr/local/opt/erlang/bin/erlc oauth_unix.erl
/usr/local/opt/erlang/bin/erlc oauth_uri.erl
Making all in etap
/usr/local/opt/erlang/bin/erlc etap.erl
/usr/local/opt/erlang/bin/erlc etap_application.erl
/usr/local/opt/erlang/bin/erlc etap_can.erl
/usr/local/opt/erlang/bin/erlc etap_exception.erl
/usr/local/opt/erlang/bin/erlc etap_process.erl
/usr/local/opt/erlang/bin/erlc etap_report.erl
/usr/local/opt/erlang/bin/erlc etap_request.erl
etap_request.erl:26: parameterized modules are no longer supported
etap_request.erl:49: variable 'OutBody' is unbound
etap_request.erl:56: variable 'Method' is unbound
etap_request.erl:59: variable 'Url' is unbound
etap_request.erl:62: variable 'Status' is unbound
etap_request.erl:66: variable 'Status' is unbound
etap_request.erl:71: variable 'Status' is unbound
etap_request.erl:75: variable 'OutHeaders' is unbound
etap_request.erl:79: variable 'OutHeaders' is unbound
etap_request.erl:83: variable 'OutHeaders' is unbound
etap_request.erl:89: variable 'OutBody' is unbound
make[3]: *** [etap_request.beam] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: b3f79c6eb4e0d69d223abe0fa6187cdb0d80c718
CPU: 8-core 64-bit sandybridge
OS X: 10.8.2-x86_64
Xcode: 4.6
CLT: 4.6.0.0.1.1358221012
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/icu4c:/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/icu4c/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/help2man/bin:/usr/local/opt/nspr/bin:/usr/local/opt/spidermonkey/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/erlang/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: couchdb did not build
Logs: /Users/henrik/Library/Logs/Homebrew/couchdb/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment