Skip to content

Instantly share code, notes, and snippets.

@natevw
Created October 24, 2013 15:28
Show Gist options
  • Save natevw/27ebaa8400218957220d to your computer and use it in GitHub Desktop.
Save natevw/27ebaa8400218957220d to your computer and use it in GitHub Desktop.
build-couchdb clean fail on Mavericks
postel:build-couchdb natevw$ rake
Build CouchDB commit: 8ddd81c22179667c77146b2ec96d543fb95c8043
mkdir -p /Users/natevw/build-couchdb/build/bin
/Users/natevw/build-couchdb/dependencies/autoconf-2.59/configure --prefix=/Users/natevw/build-couchdb/build --program-suffix=2.59 --datadir=/Users/natevw/build-couchdb/build/share/autoconf-2.59
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for expr... /bin/expr
checking for gm4... /usr/bin/gm4
checking whether m4 supports frozen files... yes
checking for perl... /usr/bin/perl
checking for emacs... emacs
checking whether emacs is sufficiently recent... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating config/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/autoconf
config.status: creating tests/autoheader
config.status: creating tests/autom4te
config.status: creating tests/autoreconf
config.status: creating tests/autoscan
config.status: creating tests/autoupdate
config.status: creating tests/ifnames
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
== Output of config.log ==
cat 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 GNU Autoconf configure 2.59, which was
generated by GNU Autoconf 2.58a. Invocation command line was
$ /Users/natevw/build-couchdb/dependencies/autoconf-2.59/configure --prefix=/Users/natevw/build-couchdb/build --program-suffix=2.59 --datadir=/Users/natevw/build-couchdb/build/share/autoconf-2.59
## --------- ##
## Platform. ##
## --------- ##
hostname = postel
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/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: 2.00 gigabytes
Default processor set: 160 tasks, 822 threads, 2 processors
Load average: 2.62, Mach factor: 0.68
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/natevw/build-couchdb/build/bin
PATH: /Users/natevw/.rvm/gems/ruby-1.9.2-p320/bin
PATH: /Users/natevw/.rvm/gems/ruby-1.9.2-p320@global/bin
PATH: /Users/natevw/.rvm/rubies/ruby-1.9.2-p320/bin
PATH: /Users/natevw/.rvm/bin
PATH: /Users/natevw/Development/Pebble/arm-cs-tools/bin
PATH: /usr/local/share/npm/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin
PATH: /usr/local/MacGPG2/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1303: checking for a BSD-compatible install
configure:1358: result: /usr/bin/install -c
configure:1369: checking whether build environment is sane
configure:1412: result: yes
configure:1444: checking for gawk
configure:1473: result: no
configure:1444: checking for mawk
configure:1473: result: no
configure:1444: checking for nawk
configure:1473: result: no
configure:1444: checking for awk
configure:1460: found /usr/bin/awk
configure:1470: result: awk
configure:1480: checking whether make sets $(MAKE)
configure:1500: result: yes
configure:1687: checking for expr
configure:1705: found /bin/expr
configure:1717: result: /bin/expr
configure:1738: checking for gm4
configure:1756: found /usr/bin/gm4
configure:1768: result: /usr/bin/gm4
configure:1779: checking whether m4 supports frozen files
configure:1791: result: yes
configure:1817: checking for perl
configure:1835: found /usr/bin/perl
configure:1848: result: /usr/bin/perl
configure:1879: checking for emacs
configure:1895: found /usr/bin/emacs
configure:1905: result: emacs
configure:1922: checking whether emacs is sufficiently recent
configure:1932: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2
In broken-mode:
conftest.el:2:35:Warning: assignment to free variable `broken-defaults'
Wrote /private/var/folders/h_/3sh02t4d2558cy33c86d833h0000gn/T/autoconf-2.59_build20131024-82598-1h4qmzd/conftest.elc
configure:1935: $? = 0
configure:1944: result: yes
configure:1960: checking for emacs
configure:1986: result: emacs
configure:2013: checking where .elc files should go
configure:2026: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "
")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
configure:2029: $? = 0
configure:2042: result: ${datadir}/emacs/site-lisp
configure:2184: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GNU Autoconf config.status 2.59, which was
generated by GNU Autoconf 2.58a. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on postel
config.status:682: creating config/Makefile
config.status:682: creating tests/Makefile
config.status:682: creating tests/atlocal
config.status:682: creating tests/autoconf
config.status:682: creating tests/autoheader
config.status:682: creating tests/autom4te
config.status:682: creating tests/autoreconf
config.status:682: creating tests/autoscan
config.status:682: creating tests/autoupdate
config.status:682: creating tests/ifnames
config.status:682: creating man/Makefile
config.status:682: creating lib/emacs/Makefile
config.status:682: creating Makefile
config.status:682: creating doc/Makefile
config.status:682: creating lib/Makefile
config.status:682: creating lib/Autom4te/Makefile
config.status:682: creating lib/autoscan/Makefile
config.status:682: creating lib/m4sugar/Makefile
config.status:682: creating lib/autoconf/Makefile
config.status:682: creating lib/autotest/Makefile
config.status:682: creating bin/Makefile
config.status:868: executing tests/atconfig commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_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_path_EXPR=/bin/expr
ac_cv_path_M4=/usr/bin/gm4
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_EMACS=emacs
ac_cv_prog_TEST_EMACS=emacs
ac_cv_prog_emacs_ok=yes
ac_cv_prog_gnu_m4=yes
ac_cv_prog_make_make_set=yes
am_cv_lispdir='${datadir}/emacs/site-lisp'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/missing --run aclocal-1.7a'
AMTAR='${SHELL} /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/missing --run tar'
AUTOCONF='${SHELL} /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/missing --run automake-1.7a'
AWK='awk'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.59\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.59\" -DPACKAGE_BUGREPORT=\"bug-autoconf@gnu.org\" -DPACKAGE=\"autoconf\" -DVERSION=\"2.59\" '
ECHO_C='ECHO_N=''
ECHO_T=''
EMACS='emacs'
EMACSLOADPATH=''
EXPR='/bin/expr'
HELP2MAN='${SHELL} /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/missing --run help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
M4='/usr/bin/gm4'
make
MAKEINFO='${SHELL} /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/missing --run makeinfo'
PACKAGE='autoconf'
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
PACKAGE_NAME='GNU Autoconf'
PACKAGE_STRING='GNU Autoconf 2.59'
PACKAGE_TARNAME='autoconf'
PACKAGE_VERSION='2.59'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TEST_EMACS='emacs'
VERSION='2.59'
ac_ct_STRIP=''
am__leading_dot='.'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='/Users/natevw/build-couchdb/build/share/autoconf-2.59'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/Users/natevw/build-couchdb/build'
program_transform_name='s,$$,2.59,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "autoconf"
#define PACKAGE_BUGREPORT "bug-autoconf@gnu.org"
#define PACKAGE_NAME "GNU Autoconf"
#define PACKAGE_STRING "GNU Autoconf 2.59"
#define PACKAGE_TARNAME "autoconf"
#define PACKAGE_VERSION "2.59"
#define VERSION "2.59"
configure: exit 0
== End of config.log ==
Making all in bin
rm -f autom4te autom4te.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autom4te.in; do not edit by hand.,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autom4te.in >autom4te.tmp
chmod +x autom4te.tmp
chmod -w autom4te.tmp
mv -f autom4te.tmp autom4te
rm -f autoconf autoconf.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoconf.in; do not edit by hand.,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoconf.in >autoconf.tmp
chmod +x autoconf.tmp
chmod -w autoconf.tmp
mv -f autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoheader.in; do not edit by hand.,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoheader.in >autoheader.tmp
chmod +x autoheader.tmp
chmod -w autoheader.tmp
mv -f autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoreconf.in; do not edit by hand.,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoreconf.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod -w autoreconf.tmp
mv -f autoreconf.tmp autoreconf
rm -f ifnames ifnames.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/ifnames.in; do not edit by hand.,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/ifnames.in >ifnames.tmp
chmod +x ifnames.tmp
chmod -w ifnames.tmp
mv -f ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoscan.in; do not edit by hand.,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoscan.in >autoscan.tmp
chmod +x autoscan.tmp
chmod -w autoscan.tmp
mv -f autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoupdate.in; do not edit by hand.,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/bin/autoupdate.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod -w autoupdate.tmp
mv -f autoupdate.tmp autoupdate
Making all in tests
make[1]: Nothing to be done for `all'.
Making all in .
make[1]: Nothing to be done for `all-am'.
Making all in lib
Making all in Autom4te
make[2]: Nothing to be done for `all'.
Making all in m4sugar
{ \
echo '# This file is part of -*- Autoconf -*-.'; \
echo '# Version of Autoconf.'; \
echo '# Copyright (C) 1999, 2000, 2001, 2002'; \
echo '# Free Software Foundation, Inc.'; \
echo ;\
echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])'; \
echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])'; \
echo 'm4_define([m4_PACKAGE_VERSION], [2.59])'; \
echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.59])'; \
echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])'; \
} >version.m4
cd ../../lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make autom4te.cfg
rm -f autom4te.cfg autom4te.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 's,@bindir\@,/Users/natevw/build-couchdb/build/bin,g' -e 's,@datadir\@,/Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf,g' -e 's,@prefix\@,/Users/natevw/build-couchdb/build,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,$,2.59,'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed 's,$,2.59,'`',g' -e 's,@autom4te-name\@,'`echo autom4te | sed 's,$,2.59,'`',g' -e 's,@M4\@,/usr/bin/gm4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 's,@PACKAGE_NAME\@,GNU Autoconf,g' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autom4te.in >autom4te.tmp
chmod -w autom4te.tmp
mv autom4te.tmp autom4te.cfg
../../tests/autom4te \
--language=m4sugar \
--freeze \
--output=m4sugar.m4f
../../tests/autom4te \
--language=m4sh \
--freeze \
--output=m4sh.m4f
Making all in autoconf
../../tests/autom4te \
--language=autoconf \
--freeze \
--output=autoconf.m4f
Making all in autotest
../../tests/autom4te \
--language=autotest \
--freeze \
--output=autotest.m4f
Making all in autoscan
echo '# Automatically Generated: do not edit this file' >autoscan.list
sed '/^[#]/!q' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoscan/autoscan.pre >>autoscan.list
( \
sed -n '/^[^#]/p' /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoscan/autoscan.pre; \
../../tests/autom4te --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2 $3' \
) | LC_ALL=C sort >>autoscan.list
Making all in emacs
WARNING: Warnings can be ignored. :-)
if test emacs != no; then \
set x; \
list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
if test -f "$p"; then d=; else d="/Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/emacs/"; fi; \
set x "$@" "$d$p"; shift; \
done; \
shift; \
EMACS=emacs /bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/elisp-comp "$@" || exit 1; \
else : ; fi
Wrote /private/var/folders/h_/3sh02t4d2558cy33c86d833h0000gn/T/autoconf-2.59_build20131024-82598-1h4qmzd/lib/emacs/elc.84378/autoconf-mode.elc
Wrote /private/var/folders/h_/3sh02t4d2558cy33c86d833h0000gn/T/autoconf-2.59_build20131024-82598-1h4qmzd/lib/emacs/elc.84378/autotest-mode.elc
touch elc-stamp
make[2]: Nothing to be done for `all-am'.
Making all in config
make[1]: Nothing to be done for `all'.
Making all in man
make[1]: Nothing to be done for `all'.
Making all in doc
make[1]: Nothing to be done for `all'.
make install
Making install in bin
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/bin
/usr/bin/install -c autom4te /Users/natevw/build-couchdb/build/bin/autom4te2.59
/usr/bin/install -c autoconf /Users/natevw/build-couchdb/build/bin/autoconf2.59
/usr/bin/install -c autoheader /Users/natevw/build-couchdb/build/bin/autoheader2.59
/usr/bin/install -c autoreconf /Users/natevw/build-couchdb/build/bin/autoreconf2.59
/usr/bin/install -c ifnames /Users/natevw/build-couchdb/build/bin/ifnames2.59
/usr/bin/install -c autoscan /Users/natevw/build-couchdb/build/bin/autoscan2.59
/usr/bin/install -c autoupdate /Users/natevw/build-couchdb/build/bin/autoupdate2.59
make[2]: Nothing to be done for `install-data-am'.
Making install in tests
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in .
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf
mkdir -p -- /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/INSTALL /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/INSTALL
Making install in lib
Making install in Autom4te
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te
mkdir -p -- /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/C4che.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/C4che.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/ChannelDefs.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/ChannelDefs.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/Channels.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/Channels.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/Configure_ac.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/Configure_ac.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/FileUtils.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/FileUtils.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/General.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/General.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/Request.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/Request.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/Struct.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/Struct.pm
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/Autom4te/XFile.pm /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/Autom4te/XFile.pm
Making install in m4sugar
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar
mkdir -p -- /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/m4sugar/m4sugar.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar/m4sugar.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/m4sugar/m4sh.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar/m4sh.m4
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar
/usr/bin/install -c -m 644 version.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar/version.m4
/usr/bin/install -c -m 644 m4sugar.m4f /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar/m4sugar.m4f
/usr/bin/install -c -m 644 m4sh.m4f /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/m4sugar/m4sh.m4f
Making install in autoconf
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf
mkdir -p -- /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/autoconf.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/autoconf.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/general.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/general.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/status.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/status.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/oldnames.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/oldnames.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/specific.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/specific.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/autoheader.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/autoheader.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/autoupdate.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/autoupdate.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/autotest.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/autotest.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/autoscan.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/autoscan.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/lang.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/lang.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/c.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/c.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/fortran.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/fortran.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/functions.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/functions.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/headers.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/headers.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/types.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/types.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/libs.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/libs.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autoconf/programs.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/programs.m4
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf
/usr/bin/install -c -m 644 autoconf.m4f /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoconf/autoconf.m4f
Making install in autotest
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autotest
mkdir -p -- /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autotest
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autotest/autotest.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autotest/autotest.m4
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/autotest/general.m4 /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autotest/general.m4
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autotest
/usr/bin/install -c -m 644 autotest.m4f /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autotest/autotest.m4f
Making install in autoscan
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoscan
mkdir -p -- /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoscan
/usr/bin/install -c -m 644 autoscan.list /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autoscan/autoscan.list
Making install in emacs
make[3]: Nothing to be done for `install-exec-am'.
mkdir -p -- /Users/natevw/build-couchdb/build/share/autoconf-2.59/emacs/site-lisp
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/emacs/autoconf-mode.el /Users/natevw/build-couchdb/build/share/autoconf-2.59/emacs/site-lisp/autoconf-mode.el
/usr/bin/install -c -m 644 autoconf-mode.elc /Users/natevw/build-couchdb/build/share/autoconf-2.59/emacs/site-lisp/autoconf-mode.elc
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/lib/emacs/autotest-mode.el /Users/natevw/build-couchdb/build/share/autoconf-2.59/emacs/site-lisp/autotest-mode.el
/usr/bin/install -c -m 644 autotest-mode.elc /Users/natevw/build-couchdb/build/share/autoconf-2.59/emacs/site-lisp/autotest-mode.elc
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf
/usr/bin/install -c -m 644 autom4te.cfg /Users/natevw/build-couchdb/build/share/autoconf-2.59/autoconf/autom4te.cfg
Making install in config
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in man
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/man/man1
mkdir -p -- /Users/natevw/build-couchdb/build/man/man1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/autoconf.1 /Users/natevw/build-couchdb/build/man/man1/autoconf2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/autoreconf.1 /Users/natevw/build-couchdb/build/man/man1/autoreconf2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/autoheader.1 /Users/natevw/build-couchdb/build/man/man1/autoheader2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/autoupdate.1 /Users/natevw/build-couchdb/build/man/man1/autoupdate2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/ifnames.1 /Users/natevw/build-couchdb/build/man/man1/ifnames2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/autoscan.1 /Users/natevw/build-couchdb/build/man/man1/autoscan2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/autom4te.1 /Users/natevw/build-couchdb/build/man/man1/autom4te2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/config.guess.1 /Users/natevw/build-couchdb/build/man/man1/config.guess2.59.1
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/man/config.sub.1 /Users/natevw/build-couchdb/build/man/man1/config.sub2.59.1
Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/natevw/build-couchdb/dependencies/autoconf-2.59/config/mkinstalldirs /Users/natevw/build-couchdb/build/info
mkdir -p -- /Users/natevw/build-couchdb/build/info
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/doc/autoconf.info /Users/natevw/build-couchdb/build/info/autoconf.info
/usr/bin/install -c -m 644 /Users/natevw/build-couchdb/dependencies/autoconf-2.59/doc/standards.info /Users/natevw/build-couchdb/build/info/standards.info
install-info --info-dir=/Users/natevw/build-couchdb/build/info /Users/natevw/build-couchdb/build/info/autoconf.info
install-info --info-dir=/Users/natevw/build-couchdb/build/info /Users/natevw/build-couchdb/build/info/standards.info
git checkout HEAD .
rm -rf autom4te.cache
/Users/natevw/build-couchdb/build/bin/autoconf2.59 => /Users/natevw/build-couchdb/build/bin/autoconf
/Users/natevw/build-couchdb/build/bin/autoreconf2.59 => /Users/natevw/build-couchdb/build/bin/autoreconf
/Users/natevw/build-couchdb/build/bin/autoheader2.59 => /Users/natevw/build-couchdb/build/bin/autoheader
/Users/natevw/build-couchdb/build/bin/autom4te2.59 => /Users/natevw/build-couchdb/build/bin/autom4te
./otp_build autoconf
=== running autoconf in lib
=== running autoconf in lib/common_test
=== running autoconf in lib/erl_interface
=== running autoheader in lib/erl_interface
=== running autoconf in lib/gs
=== running autoconf in lib/megaco
=== running autoconf in lib/odbc
=== running autoconf in lib/snmp
=== running autoconf in lib/wx
=== running autoconf in lib/test_server/src
sed: RE error: illegal byte sequence
=== running autoconf in erts
=== running autoheader in erts
=== running autoconf in .
CFLAGS='-g -O2 -fno-strict-aliasing' LDFLAGS='' ./configure --prefix=/Users/natevw/build-couchdb/build --without-javac --enable-shared-zlib --enable-smp-support --enable-hybrid-heap --enable-threads --disable-hipe --enable-kernel-poll --disable-sctp --with-ssl --enable-dynamic-ssl-lib --without-termcap --enable-darwin-64bit --enable-m64-build
Ignoring the --cache-file argument since it can cause the system to be erroneously configured
Disabling caching
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
rm: conftest.dSYM: is a directory
checking for ld... ld
checking for GNU make... yes (make)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking ERTS version... 5.10.2
checking OTP release... R16B01
configure: creating ./config.status
config.status: creating Makefile
config.status: creating make/output.mk
config.status: creating make/emd2exml
configure: configuring in lib
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib
configure: creating ./config.status
configure: configuring in snmp/.
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/snmp/./configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' '--cache-file=/dev/null' '--srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib/snmp/.
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for perl... perl
configure: creating ./config.status
config.status: creating mibs/Makefile
configure: configuring in common_test/.
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/common_test/./configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' '--cache-file=/dev/null' '--srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib/common_test/.
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
configure: creating ./config.status
config.status: creating priv/x86_64-apple-darwin13.0.0/Makefile
configure: configuring in erl_interface/.
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/./configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' '--cache-file=/dev/null' '--srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/.
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ld.sh... no
checking for ld... ld
checking for egrep... grep -E
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for void *... yes
checking size of void *... 8
checking for long long... yes
checking size of long long... 8
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking how to create a directory including parents... /usr/bin/install -c -d
checking for gethostbyname in -lnsl... no
checking for getpeername in -lsocket... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
rm: conftest.dSYM: is a directory
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for socklen_t usability... yes
checking for working alloca.h... yes
checking for alloca... yes
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for dup2... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostbyaddr_r... no
checking for gethostbyname_r... no
checking for gethostname... yes
checking for writev... yes
checking for gethrtime... no
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for uname... yes
checking for res_gethostbyname... no
checking for res_gethostbyname in -lresolv... no
checking for clock_gettime... no
checking for clock_gettime in -lrt... no
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating src/x86_64-apple-darwin13.0.0/eidefs.mk
config.status: creating src/x86_64-apple-darwin13.0.0/config.h
configure: configuring in gs/.
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/gs/./configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' '--cache-file=/dev/null' '--srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib/gs/.
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for prebuilt tcl/tk in tcl/binaries/x86_64_darwin13.tar.gz... not found
configure: creating ./config.status
config.status: creating tcl/x86_64-apple-darwin13.0.0/Makefile
config.status: creating tcl/win32/Makefile
configure: configuring in megaco/.
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/megaco/./configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' '--cache-file=/dev/null' '--srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib/megaco/.
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for flex... flex
checking for yywrap in -lfl... no
checking for yywrap in -ll... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for reentrant capable flex... yes
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
checking for usable Dynamic Erlang Driver configuration... yes
checking for perl... perl
configure: creating ./config.status
config.status: creating examples/meas/Makefile
configure: creating ./config.status
config.status: creating examples/meas/Makefile
config.status: creating src/flex/x86_64-apple-darwin13.0.0/Makefile
configure: configuring in odbc/.
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/odbc/./configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' '--cache-file=/dev/null' '--srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib/odbc/.
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking whether make sets $(MAKE)... yes
checking for ld.sh... no
checking for ld... ld
checking for connect... yes
checking for gethostbyname... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for struct sockaddr_in6.sin6_addr... yes
checking for memset... yes
checking for socket... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
/Users/natevw/build-couchdb/dependencies/otp/lib/odbc/./configure: line 5283: -L/usr/lib: No such file or directory
checking for SQLAllocHandle in -liodbc... yes
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating c_src/x86_64-apple-darwin13.0.0/Makefile
configure: configuring in wx/.
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/wx/./configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' '--cache-file=/dev/null' '--srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib/wx/.
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
rm: conftest.dSYM: is a directory
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
configure: Building for darwin13.0.0
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for egrep... grep -E
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for void *... yes
checking size of void *... 8
checking if compiler accepts -ObjC... yes
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking OpenGL/gl.h usability... yes
checking OpenGL/gl.h presence... yes
checking for OpenGL/gl.h... yes
checking GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
checking OpenGL/glu.h usability... yes
checking OpenGL/glu.h presence... yes
checking for OpenGL/glu.h... yes
/Users/natevw/build-couchdb/dependencies/otp/lib/wx/./configure: line 5199: wx-config: command not found
checking for debug build of wxWidgets... checking for wx-config... no
checking for standard build of wxWidgets... checking for wx-config... (cached) no
configure: WARNING:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 2.8.4 or above.
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes
configure: creating x86_64-apple-darwin13.0.0/config.status
config.status: creating config.mk
config.status: creating c_src/Makefile
configure: configuring in erts
configure: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/erts/configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/erts
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for getconf... getconf
checking for large file support CFLAGS... failed
configure: WARNING: Check for large file support flags failed; getconf failed
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for void *... yes
checking size of void *... 8
checking whether compilation mode forces ARCH adjustment... no
configure: Adjusting LDFLAGS to cope with 64bit Darwin
checking if VM has to be linked with Carbon framework... yes
checking if we are building a halfword emulator (32bit heap on 64bit machine)... no
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for bison... bison -y
checking for perl5... no
checking for perl... /usr/bin/perl
checking whether ln -s works... yes
checking for ar... ar
checking for rm... /bin/rm
checking for mkdir... /bin/mkdir
checking for xsltproc... xsltproc
checking for fop... no
configure: WARNING: No 'fop' command found: going to generate placeholder PDF files
checking for xmllint... xmllint
checking for a BSD-compatible install... /usr/bin/install -c
checking how to create a directory including parents... /usr/bin/install -c -d
checking for extra flags needed to export symbols... none
none
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
checking for main in -linet... no
checking for openpty in -lutil... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking for kstat_open in -lkstat... no
checking for pthread.h... (cached) yes
checking for pthread/mit/pthread.h... (cached) no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for pthread_spin_lock... no
checking for sched_yield... yes
checking whether sched_yield() returns an int... yes
checking for pthread_yield... no
checking for pthread_rwlock_init... yes
checking for pthread_rwlockattr_setkind_np... no
checking for pthread_attr_setguardsize... yes
checking for Linux futexes... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for __int128_t... yes
checking size of __int128_t... 16
checking for 32-bit __sync_val_compare_and_swap()... yes
checking for 32-bit __sync_add_and_fetch()... yes
checking for 32-bit __sync_fetch_and_and()... yes
checking for 32-bit __sync_fetch_and_or()... yes
checking for 64-bit __sync_val_compare_and_swap()... yes
checking for 64-bit __sync_add_and_fetch()... yes
checking for 64-bit __sync_fetch_and_and()... yes
checking for 64-bit __sync_fetch_and_or()... yes
checking for 128-bit __sync_val_compare_and_swap()... yes
checking for a usable libatomic_ops implementation... no
checking whether default stack size should be modified... no
checking for void *... (cached) yes
checking size of void *... (cached) 8
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 8
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for __int64... no
checking size of __int64... 0
checking for __int128_t... (cached) yes
checking size of __int128_t... (cached) 16
checking whether byte ordering is bigendian... no
checking whether double word ordering is middle-endian... no
checking for gcc double word cmpxchg asm support... no
checking whether an emulator with smp support should be built... yes; enabled by user
checking for posix_fadvise... no
checking linux/falloc.h usability... no
checking linux/falloc.h presence... no
checking for linux/falloc.h... no
checking whether fallocate() works... no
checking whether posix_fallocate() works... no
checking whether the emulator should use threads... yes; thread support required and therefore forced
checking whether lock checking should be enabled... no
checking whether lock counters should be enabled... no
checking whether the child waiter thread should be enabled... yes on SMP build, but not on non-SMP build
checking for kstat_open in -lkstat... (cached) no
checking for wcwidth... yes
checking for adler32_combine in -lz... yes
checking for connect... yes
checking for gethostbyname... yes
checking for gethostbyname_r... no
checking for working posix_openpt implementation... yes
rm: conftest.dSYM: is a directory
checking if netdb.h requires netinet/in.h to be previously included... yes
checking for socklen_t... yes
checking for h_errno declaration in netdb.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for sys/types.h... (cached) yes
checking sys/stropts.h usability... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/socketio.h usability... no
checking sys/socketio.h presence... no
checking for sys/socketio.h... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking libdlpi.h usability... no
checking libdlpi.h presence... no
checking for libdlpi.h... no
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sdkddkver.h usability... no
checking sdkddkver.h presence... no
checking for sdkddkver.h... no
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_enaddr... no
checking for dlpi_open in -ldlpi... no
configure: Extending the search to include /lib
checking for dlpi_open in -ldlpi... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether RLIMIT_STACK is declared... yes
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for SO_BSDCOMPAT declaration... no
checking for INADDR_LOOPBACK in netinet/in.h... yes
checking for sys_errlist declaration in stdio.h or errno.h... yes
checking if windows.h includes winsock2.h... no
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether struct sockaddr has sa_len field... yes
checking for struct exception (and matherr function)... yes
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 8
checking for void *... (cached) yes
checking size of void *... (cached) 8
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for size_t... (cached) yes
checking size of size_t... 8
checking for off_t... (cached) yes
checking size of off_t... 8
checking for time_t... yes
checking size of time_t... 8
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... no
checking for broken gcc-4.3.0 compiler... no
checking whether byte ordering is bigendian... (cached) no
checking whether double word ordering is middle-endian... (cached) no
checking for fdatasync... yes
checking for library containing fdatasync... none required
checking for sendfile... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for ws2tcpip.h... no
checking for getaddrinfo... yes
checking whether getaddrinfo accepts enough flags... yes
checking for getnameinfo... yes
checking for getipnodebyname... yes
checking for getipnodebyaddr... yes
checking for gethostbyname2... yes
checking for ieee_handler... no
checking for fpsetmask... no
checking for finite... yes
checking for isnan... yes
checking for isinf... yes
checking for res_gethostbyname... no
checking for dlopen... yes
checking for pread... yes
checking for pwrite... yes
checking for memmove... yes
checking for strerror... yes
checking for strerror_r... yes
checking for strncasecmp... yes
checking for gethrtime... no
checking for localtime_r... yes
checking for gmtime_r... yes
checking for inet_pton... yes
checking for mmap... yes
checking for mremap... no
checking for memcpy... yes
checking for mallopt... no
checking for sbrk... yes
checking for _sbrk... no
checking for __sbrk... no
checking for brk... yes
checking for _brk... no
checking for __brk... no
checking for flockfile... yes
checking for fstat... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for setsid... yes
checking for posix2time... yes
checking for time2posix... yes
checking for setlocale... yes
checking for nl_langinfo... yes
checking for poll... yes
checking for writev... yes
checking whether posix2time is declared... yes
checking whether time2posix is declared... yes
checking if vfork is known to hang multithreaded applications... no
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for conflicting declaration of fread... yes
checking for putc_unlocked... yes
checking for fwrite_unlocked... no
checking for openpty... yes
checking net/if_dl.h usability... yes
checking net/if_dl.h presence... yes
checking for net/if_dl.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking netpacket/packet.h usability... no
checking netpacket/packet.h presence... no
checking for netpacket/packet.h... no
checking for getifaddrs... yes
checking whether in6addr_any is declared... yes
checking whether in6addr_loopback is declared... yes
checking whether IN6ADDR_ANY_INIT is declared... yes
checking whether IN6ADDR_LOOPBACK_INIT is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking for sched_getaffinity/sched_setaffinity... no
checking for pset functionality... no
checking for processor_bind functionality... no
checking for cpuset_getaffinity/cpuset_setaffinity... no
checking for 'end' symbol... no
checking for '_end' symbol... no
checking if __after_morecore_hook can track malloc()s core memory use... no
checking types of sbrk()s return value and argument... void *,int
checking types of brk()s return value and argument... void *,const void *
checking if sbrk()/brk() wrappers can track malloc()s core memory use... no
checking for IP version 6 support... yes
rm: conftest.dSYM: is a directory
checking for multicast support... yes
checking how to correct for time adjustments... none
checking if gethrvtime works and how to use it... not working
checking if clock_gettime can be used to get process CPU time... no
checking for m4... m4
checking For modern (leopard) style mcontext_t... yes
configure: Floating point exceptions disabled by default on MacOS X
checking whether to redefine FD_SETSIZE... no
checking for working poll()... no; non-existing, broken, or based on select()
checking whether kqueue() fd can be select()ed on... yes
checking whether kernel poll support should be enabled... yes; kqueue
checking whether putenv() stores a copy of the key-value pair... no
checking for ld... gcc
checking for compiler flags for loadable drivers... -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common
checking for linker for loadable drivers... gcc
checking for linker flags for loadable drivers... -m64 -bundle -flat_namespace -undefined suppress
checking for 'runtime library path' linker flag... not found
checking for a compiler that handles jumptables... gcc
checking for static ZLib to be used by SSL in standard locations... no
checking for OpenSSL >= 0.9.7 in standard locations... no
configure: WARNING: No (usable) OpenSSL found, skipping ssl, ssh and crypto applications
checking for kstat_open in -lkstat... (cached) no
checking for c++... c++
configure: creating ./config.status
config.status: creating emulator/x86_64-apple-darwin13.0.0/Makefile
config.status: creating epmd/src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating etc/common/x86_64-apple-darwin13.0.0/Makefile
config.status: creating include/internal/x86_64-apple-darwin13.0.0/ethread.mk
config.status: creating include/internal/x86_64-apple-darwin13.0.0/erts_internal.mk
config.status: creating lib_src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating Makefile
config.status: creating ../make/x86_64-apple-darwin13.0.0/otp.mk
config.status: creating ../make/x86_64-apple-darwin13.0.0/otp_ded.mk
config.status: creating ../lib/ic/c_src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating ../lib/os_mon/c_src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating ../lib/crypto/c_src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating ../lib/orber/c_src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating ../lib/runtime_tools/c_src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating ../lib/tools/c_src/x86_64-apple-darwin13.0.0/Makefile
config.status: creating x86_64-apple-darwin13.0.0/config.h
config.status: creating include/internal/x86_64-apple-darwin13.0.0/ethread_header_config.h
config.status: creating include/x86_64-apple-darwin13.0.0/erl_int_sizes_config.h
*********************************************************************
********************** APPLICATIONS DISABLED **********************
*********************************************************************
appmon : Not needed by CouchDB
common_test : Not needed by CouchDB
cosEvent : Not needed by CouchDB
cosEventDomain : Not needed by CouchDB
cosFileTransfer: Not needed by CouchDB
cosNotification: Not needed by CouchDB
cosProperty : Not needed by CouchDB
cosTime : Not needed by CouchDB
cosTransactions: Not needed by CouchDB
crypto : No usable OpenSSL found
debugger : Not needed by CouchDB
dialyzer : Not needed by CouchDB
diameter : Not needed by CouchDB
edoc : Not needed by CouchDB
erl_docgen : Not needed by CouchDB
et : Not needed by CouchDB
gs : Not needed by CouchDB
hipe : Not needed by CouchDB
jinterface : Java compiler disabled by user
megaco : Not needed by CouchDB
mnesia : Not needed by CouchDB
observer : Not needed by CouchDB
percept : Not needed by CouchDB
pman : Not needed by CouchDB
reltool : Not needed by CouchDB
runtime_tools : Not needed by CouchDB
ssh : No usable OpenSSL found
ssl : No usable OpenSSL found
test_server : Not needed by CouchDB
toolbar : Not needed by CouchDB
tools : Not needed by CouchDB
tv : Not needed by CouchDB
typer : Not needed by CouchDB
webtool : Not needed by CouchDB
wx : Not needed by CouchDB
*********************************************************************
*********************************************************************
********************** APPLICATIONS INFORMATION *******************
*********************************************************************
wx : wxWidgets not found, wx will NOT be usable
*********************************************************************
*********************************************************************
********************** DOCUMENTATION INFORMATION ******************
*********************************************************************
documentation :
fop is missing.
Using fakefop to generate placeholder PDF files.
*********************************************************************
== Output of config.log ==
cat 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 configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/Users/natevw/build-couchdb/build --without-javac --enable-shared-zlib --enable-smp-support --enable-hybrid-heap --enable-threads --disable-hipe --enable-kernel-poll --disable-sctp --with-ssl --enable-dynamic-ssl-lib --without-termcap --enable-darwin-64bit --enable-m64-build
## --------- ##
## Platform. ##
## --------- ##
hostname = postel
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/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: 2.00 gigabytes
Default processor set: 161 tasks, 710 threads, 2 processors
Load average: 2.52, Mach factor: 0.14
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
make
PATH: /Users/natevw/build-couchdb/build/bin
PATH: /Users/natevw/.rvm/gems/ruby-1.9.2-p320/bin
PATH: /Users/natevw/.rvm/gems/ruby-1.9.2-p320@global/bin
PATH: /Users/natevw/.rvm/rubies/ruby-1.9.2-p320/bin
PATH: /Users/natevw/.rvm/bin
PATH: /Users/natevw/Development/Pebble/arm-cs-tools/bin
PATH: /usr/local/share/npm/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin
PATH: /usr/local/MacGPG2/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1650: checking build system type
configure:1668: result: x86_64-apple-darwin13.0.0
configure:1676: checking host system type
configure:1690: result: x86_64-apple-darwin13.0.0
configure:1779: checking for gcc
configure:1795: found /usr/bin/gcc
configure:1805: result: gcc
configure:2049: checking for C compiler version
configure:2052: gcc --version </dev/null >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2055: $? = 0
configure:2057: gcc -v </dev/null >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2060: $? = 0
configure:2062: gcc -V </dev/null >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2065: $? = 1
configure:2088: checking for C compiler default output file name
configure:2091: gcc -g -O2 -fno-strict-aliasing conftest.c >&5
configure:2094: $? = 0
configure:2140: result: a.out
configure:2145: checking whether the C compiler works
configure:2151: ./a.out
configure:2154: $? = 0
configure:2171: result: yes
configure:2178: checking whether we are cross compiling
configure:2180: result: no
configure:2183: checking for suffix of executables
configure:2185: gcc -o conftest -g -O2 -fno-strict-aliasing conftest.c >&5
configure:2188: $? = 0
configure:2213: result:
configure:2219: checking for suffix of object files
configure:2240: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5
configure:2243: $? = 0
configure:2265: result: o
configure:2269: checking whether we are using the GNU C compiler
configure:2293: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5
configure:2299: $? = 0
configure:2303: test -z
|| test ! -s conftest.err
configure:2306: $? = 0
configure:2309: test -s conftest.o
configure:2312: $? = 0
configure:2325: result: yes
configure:2331: checking whether gcc accepts -g
configure:2352: gcc -c -g conftest.c >&5
configure:2358: $? = 0
configure:2362: test -z
|| test ! -s conftest.err
configure:2365: $? = 0
configure:2368: test -s conftest.o
configure:2371: $? = 0
configure:2382: result: yes
configure:2399: checking for gcc option to accept ANSI C
configure:2469: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5
configure:2475: $? = 0
configure:2479: test -z
|| test ! -s conftest.err
configure:2482: $? = 0
configure:2485: test -s conftest.o
configure:2488: $? = 0
configure:2506: result: none needed
configure:2524: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2530: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2715: checking for g++
configure:2731: found /usr/bin/g++
configure:2741: result: g++
configure:2757: checking for C++ compiler version
configure:2760: g++ --version </dev/null >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2763: $? = 0
configure:2765: g++ -v </dev/null >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2768: $? = 0
configure:2770: g++ -V </dev/null >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2773: $? = 1
configure:2776: checking whether we are using the GNU C++ compiler
configure:2800: g++ -c conftest.cc >&5
configure:2806: $? = 0
configure:2810: test -z
|| test ! -s conftest.err
configure:2813: $? = 0
configure:2816: test -s conftest.o
configure:2819: $? = 0
configure:2832: result: yes
configure:2838: checking whether g++ accepts -g
configure:2859: g++ -c -g conftest.cc >&5
configure:2865: $? = 0
configure:2869: test -z
|| test ! -s conftest.err
configure:2872: $? = 0
configure:2875: test -s conftest.o
configure:2878: $? = 0
configure:2889: result: yes
configure:2931: g++ -c -g -O2 conftest.cc >&5
configure:2937: $? = 0
configure:2941: test -z
|| test ! -s conftest.err
configure:2944: $? = 0
configure:2947: test -s conftest.o
configure:2950: $? = 0
configure:2976: g++ -c -g -O2 conftest.cc >&5
conftest.cc:13:1: error: use of undeclared identifier 'exit'
exit (42);
^
1 error generated.
configure:2982: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2931: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
conftest.cc:9:49: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
2 errors generated.
configure:2937: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2931: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
conftest.cc:9:40: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
2 errors generated.
configure:2937: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2931: g++ -c -g -O2 conftest.cc >&5
configure:2937: $? = 0
configure:2941: test -z
|| test ! -s conftest.err
configure:2944: $? = 0
configure:2947: test -s conftest.o
configure:2950: $? = 0
configure:2976: g++ -c -g -O2 conftest.cc >&5
configure:2982: $? = 0
configure:2986: test -z
|| test ! -s conftest.err
configure:2989: $? = 0
configure:2992: test -s conftest.o
configure:2995: $? = 0
configure:3059: checking for ld
configure:3075: found /usr/bin/ld
configure:3085: result: ld
configure:3101: checking for GNU make
configure:3139: result: yes (make)
configure:3158: checking for a BSD-compatible install
configure:3213: result: /usr/bin/install -c
configure:3231: checking whether ln -s works
configure:3235: result: yes
configure:3283: checking for ranlib
configure:3299: found /usr/bin/ranlib
configure:3310: result: ranlib
configure:3326: checking ERTS version
configure:3329: result: 5.10.2
configure:3333: checking OTP release
configure:3336: result: R16B01
configure:3712: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on postel
config.status:695: creating Makefile
config.status:695: creating make/output.mk
config.status:695: creating make/emd2exml
configure:4607: configuring in lib
configure:4724: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/lib/configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/lib
configure:4607: configuring in erts
configure:4724: running /bin/sh '/Users/natevw/build-couchdb/dependencies/otp/erts/configure' --prefix=/Users/natevw/build-couchdb/build '--prefix=/Users/natevw/build-couchdb/build' '--without-javac' '--enable-shared-zlib' '--enable-smp-support' '--enable-hybrid-heap' '--enable-threads' '--disable-hipe' '--enable-kernel-poll' '--disable-sctp' '--with-ssl' '--enable-dynamic-ssl-lib' '--without-termcap' '--enable-darwin-64bit' '--enable-m64-build' 'CFLAGS=-g -O2 -fno-strict-aliasing' 'LDFLAGS=' --cache-file=/dev/null --srcdir=/Users/natevw/build-couchdb/dependencies/otp/erts
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.0.0
ac_cv_build_alias=x86_64-apple-darwin13.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -fno-strict-aliasing'
ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_set=
ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DED_LDFLAGS_set=
ac_cv_env_DED_LDFLAGS_value=
ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_set=
ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_value=
ac_cv_env_DED_LD_set=
ac_cv_env_DED_LD_value=
ac_cv_env_ERL_TOP_set=
ac_cv_env_ERL_TOP_value=
ac_cv_env_GETCONF_set=
ac_cv_env_GETCONF_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LFS_CFLAGS_set=
ac_cv_env_LFS_CFLAGS_value=
ac_cv_env_LFS_LDFLAGS_set=
ac_cv_env_LFS_LDFLAGS_value=
ac_cv_env_LFS_LIBS_set=
ac_cv_env_LFS_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_STATIC_CFLAGS_set=
ac_cv_env_STATIC_CFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_erl_xcomp_after_morecore_hook_set=
ac_cv_env_erl_xcomp_after_morecore_hook_value=
ac_cv_env_erl_xcomp_bigendian_set=
ac_cv_env_erl_xcomp_bigendian_value=
ac_cv_env_erl_xcomp_clock_gettime_cpu_time_set=
ac_cv_env_erl_xcomp_clock_gettime_cpu_time_value=
ac_cv_env_erl_xcomp_dlsym_brk_wrappers_set=
ac_cv_env_erl_xcomp_dlsym_brk_wrappers_value=
ac_cv_env_erl_xcomp_double_middle_endian_set=
ac_cv_env_erl_xcomp_double_middle_endian_value=
ac_cv_env_erl_xcomp_getaddrinfo_set=
ac_cv_env_erl_xcomp_getaddrinfo_value=
ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_set=
ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_value=
ac_cv_env_erl_xcomp_isysroot_set=
ac_cv_env_erl_xcomp_isysroot_value=
ac_cv_env_erl_xcomp_kqueue_set=
ac_cv_env_erl_xcomp_kqueue_value=
ac_cv_env_erl_xcomp_linux_clock_gettime_correction_set=
ac_cv_env_erl_xcomp_linux_clock_gettime_correction_value=
ac_cv_env_erl_xcomp_linux_nptl_set=
ac_cv_env_erl_xcomp_linux_nptl_value=
ac_cv_env_erl_xcomp_linux_usable_sigaltstack_set=
ac_cv_env_erl_xcomp_linux_usable_sigaltstack_value=
ac_cv_env_erl_xcomp_linux_usable_sigusrx_set=
ac_cv_env_erl_xcomp_linux_usable_sigusrx_value=
ac_cv_env_erl_xcomp_poll_set=
ac_cv_env_erl_xcomp_poll_value=
ac_cv_env_erl_xcomp_putenv_copy_set=
ac_cv_env_erl_xcomp_putenv_copy_value=
ac_cv_env_erl_xcomp_reliable_fpe_set=
ac_cv_env_erl_xcomp_reliable_fpe_value=
ac_cv_env_erl_xcomp_sysroot_set=
ac_cv_env_erl_xcomp_sysroot_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_exeext=
ac_cv_host=x86_64-apple-darwin13.0.0
ac_cv_host_alias=x86_64-apple-darwin13.0.0
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_LD=ld
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR=''
BOOTSTRAP_ONLY='no'
CC='gcc'
CFLAGS='-m64 -m64 -g -O2 -fno-strict-aliasing'
CFLAG_RUNTIME_LIBRARY_PATH=''
CPP=''
CPPFLAGS=''
CROSS_COMPILING='no'
CXX='g++'
CXXFLAGS='-g -O2'
DED_LD=''
DED_LDFLAGS=''
DED_LD_FLAG_RUNTIME_LIBRARY_PATH=''
DEFAULT_VERBOSITY='1'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
ECHO_C='ECHO_N=''
ECHO_T=''
ERL_TOP='/Users/natevw/build-couchdb/dependencies/otp'
ERTS_VSN='5.10.2'
EXEEXT=''
GETCONF=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS='-m64 -m64 '
LFS_CFLAGS=''
LFS_LDFLAGS=''
LFS_LIBS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE_PROG='make'
NATIVE_LIBS_ENABLED=''
OBJEXT='o'
OTP_REL='R16B01'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
STATIC_CFLAGS=''
TARGET='x86_64-apple-darwin13.0.0'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_LD='ld'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.0.0'
build_vendor='apple'
datadir='${prefix}/share'
erl_xcomp_after_morecore_hook=''
erl_xcomp_bigendian=''
erl_xcomp_clock_gettime_cpu_time=''
erl_xcomp_dlsym_brk_wrappers=''
erl_xcomp_double_middle_endian=''
erl_xcomp_getaddrinfo=''
erl_xcomp_gethrvtime_procfs_ioctl=''
erl_xcomp_isysroot=''
erl_xcomp_kqueue=''
erl_xcomp_linux_clock_gettime_correction=''
erl_xcomp_linux_nptl=''
erl_xcomp_linux_usable_sigaltstack=''
erl_xcomp_linux_usable_sigusrx=''
erl_xcomp_poll=''
erl_xcomp_putenv_copy=''
erl_xcomp_reliable_fpe=''
erl_xcomp_sysroot=''
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.0.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/Users/natevw/build-couchdb/build'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' lib erts'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 0
== End of config.log ==
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/emulator && ERL_TOP=/Users/natevw/build-couchdb/dependencies/otp make generate)
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile generate
if utils/gen_git_version x86_64-apple-darwin13.0.0/gen_git_version.mk; then touch beam/erl_bif_info.c; fi
LANG=C /usr/bin/perl utils/beam_makeops \
-wordsize 64 \
-outdir x86_64-apple-darwin13.0.0/opt/plain \
-DUSE_VM_PROBES=0 \
-emulator /Users/natevw/build-couchdb/dependencies/otp/lib/compiler/src/genop.tab beam/ops.tab && echo /Users/natevw/build-couchdb/dependencies/otp/lib/compiler/src/genop.tab beam/ops.tab utils/beam_makeops >x86_64-apple-darwin13.0.0/opt/plain/OPCODES-GENERATED
LANG=C /usr/bin/perl utils/make_tables -src x86_64-apple-darwin13.0.0 -include x86_64-apple-darwin13.0.0\
beam/atom.names beam/bif.tab && echo beam/atom.names beam/bif.tab utils/make_tables >x86_64-apple-darwin13.0.0/TABLES-GENERATED
LANG=C /usr/bin/perl utils/make_alloc_types -src beam/erl_alloc.types -dst x86_64-apple-darwin13.0.0/opt/plain/erl_alloc_types.h threads nofrag unix
LANG=C /usr/bin/perl utils/make_version -o x86_64-apple-darwin13.0.0/erl_version.h R16B01 5.10.2 x86_64-apple-darwin13.0.0
LANG=C /usr/bin/perl utils/make_driver_tab -o x86_64-apple-darwin13.0.0/opt/plain/driver_tab.c obj/x86_64-apple-darwin13.0.0/opt/plain/efile_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/inet_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/zlib_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/ram_file_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/ttsl_drv.o
echo x86_64-apple-darwin13.0.0/opt/plain/OPCODES-GENERATED x86_64-apple-darwin13.0.0/TABLES-GENERATED x86_64-apple-darwin13.0.0/opt/plain/erl_alloc_types.h x86_64-apple-darwin13.0.0/erl_version.h x86_64-apple-darwin13.0.0/opt/plain/driver_tab.c >x86_64-apple-darwin13.0.0/opt/plain/GENERATED
LANG=C /usr/bin/perl utils/make_preload -old /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/otp_ring0.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/init.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/prim_eval.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/prim_inet.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/prim_file.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/zlib.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/prim_zip.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/erl_prim_loader.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/erlang.beam /Users/natevw/build-couchdb/dependencies/otp/erts/preloaded/ebin/erts_internal.beam > x86_64-apple-darwin13.0.0/preload.c
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/emulator && ERL_TOP=/Users/natevw/build-couchdb/dependencies/otp make depend)
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile depend
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix beam/atom.c beam/beam_bif_load.c beam/beam_bp.c beam/beam_catches.c beam/beam_debug.c beam/beam_emu.c beam/beam_load.c beam/beam_ranges.c beam/benchmark.c beam/bif.c beam/big.c beam/binary.c beam/break.c beam/code_ix.c beam/copy.c beam/dist.c beam/elib_memmove.c beam/erl_afit_alloc.c beam/erl_alloc.c beam/erl_alloc_util.c beam/erl_ao_firstfit_alloc.c beam/erl_arith.c beam/erl_async.c beam/erl_bestfit_alloc.c beam/erl_bif_binary.c beam/erl_bif_chksum.c beam/erl_bif_ddll.c beam/erl_bif_guard.c beam/erl_bif_info.c beam/erl_bif_lists.c beam/erl_bif_op.c beam/erl_bif_os.c beam/erl_bif_port.c beam/erl_bif_re.c beam/erl_bif_timer.c beam/erl_bif_trace.c beam/erl_bits.c beam/erl_cpu_topology.c beam/erl_db.c beam/erl_db_hash.c beam/erl_db_tree.c beam/erl_db_util.c beam/erl_debug.c beam/erl_drv_thread.c beam/erl_fun.c beam/erl_gc.c beam/erl_goodfit_alloc.c beam/erl_init.c beam/erl_instrument.c beam/erl_lock_check.c beam/erl_lock_count.c beam/erl_math.c beam/erl_md5.c beam/erl_message.c beam/erl_monitors.c beam/erl_mtrace.c beam/erl_nif.c beam/erl_node_tables.c beam/erl_port_task.c beam/erl_posix_str.c beam/erl_printf_term.c beam/erl_process.c beam/erl_process_dict.c beam/erl_process_dump.c beam/erl_process_lock.c beam/erl_ptab.c beam/erl_sched_spec_pre_alloc.c beam/erl_term.c beam/erl_thr_progress.c beam/erl_thr_queue.c beam/erl_time_sup.c beam/erl_trace.c beam/erl_unicode.c beam/erl_zlib.c beam/export.c beam/external.c beam/hash.c beam/index.c beam/io.c beam/module.c beam/packet_parser.c beam/register.c beam/safe_hash.c beam/time.c beam/utils.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/plain/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' > x86_64-apple-darwin13.0.0/opt/plain/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -DLIBSCTP= drivers/common/efile_drv.c drivers/common/gzio.c drivers/common/inet_drv.c drivers/common/ram_file_drv.c drivers/common/zlib_drv.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/plain/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/plain/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -I../etc/unix drivers/unix/bin_drv.c drivers/unix/multi_drv.c drivers/unix/sig_drv.c drivers/unix/ttsl_drv.c drivers/unix/unix_efile.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/plain/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/plain/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix sys/unix/erl_child_setup.c sys/unix/erl_main.c sys/unix/erl_unix_sys_ddll.c sys/unix/sys.c sys/unix/sys_float.c sys/unix/sys_time.c sys/common/erl_check_io.c sys/common/erl_mseg.c sys/common/erl_mtrace_sys_wrap.c sys/common/erl_poll.c sys/common/erl_sys_common_misc.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/plain/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/plain/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix x86_64-apple-darwin13.0.0/erl_atom_table.c x86_64-apple-darwin13.0.0/erl_bif_table.c x86_64-apple-darwin13.0.0/erl_bif_wrap.c x86_64-apple-darwin13.0.0/erl_pbifs.c x86_64-apple-darwin13.0.0/preload.c x86_64-apple-darwin13.0.0/opt/plain/beam_opcodes.c x86_64-apple-darwin13.0.0/opt/plain/driver_tab.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/plain/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/plain/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix zlib/adler32.c zlib/compress.c zlib/crc32.c zlib/uncompr.c zlib/deflate.c zlib/trees.c zlib/zutil.c zlib/inflate.c zlib/inftrees.c zlib/inffast.c \
| sed 's|^\([^:]*:\)|$(ZLIB_OBJDIR)/\1|g' >> x86_64-apple-darwin13.0.0/opt/plain/depend.mk
cd /Users/natevw/build-couchdb/dependencies/otp/erts/lib_src && /Applications/Xcode.app/Contents/Developer/usr/bin/make depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile depend
Generating dependency file obj/x86_64-apple-darwin13.0.0/opt/depend.mk...
gcc -MM -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix common/ethr_aux.c common/ethr_atomics.c common/ethr_mutex.c common/ethr_cbf.c pthread/ethread.c pthread/ethr_event.c \
| sed 's|^\([^:]*\)\.o:|$(r_OBJ_DIR)/\1.o:|g;s|x86_64-apple-darwin13.0.0/opt/|$(TT_DIR)/|g;s|x86_64-apple-darwin13.0.0/|$(TARGET)/|g' >> obj/x86_64-apple-darwin13.0.0/opt/depend.mk
gcc -MM -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix common/erl_printf_format.c common/erl_printf.c common/erl_misc_utils.c \
| sed 's|^\([^:]*\)\.o:|$(r_OBJ_DIR)/\1.o:|g;s|x86_64-apple-darwin13.0.0/opt/|$(TT_DIR)/|g;s|x86_64-apple-darwin13.0.0/|$(TARGET)/|g' >> obj/x86_64-apple-darwin13.0.0/opt/depend.mk
gcc -MM -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix common/erl_printf_format.c common/erl_printf.c common/erl_misc_utils.c \
| sed 's|^\([^:]*\)\.o:|$(OBJ_DIR)/\1.o:|g;s|x86_64-apple-darwin13.0.0/opt/|$(TT_DIR)/|g;s|x86_64-apple-darwin13.0.0/|$(TARGET)/|g' >> obj/x86_64-apple-darwin13.0.0/opt/depend.mk
gcc -MM -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix common/erl_memory_trace_parser.c \
| sed 's|^\([^:]*\)\.o:|$(r_OBJ_DIR)/\1.o:|g;s|x86_64-apple-darwin13.0.0/opt/|$(TT_DIR)/|g;s|x86_64-apple-darwin13.0.0/|$(TARGET)/|g' >> obj/x86_64-apple-darwin13.0.0/opt/depend.mk
gcc -MM -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix common/erl_memory_trace_parser.c \
| sed 's|^\([^:]*\)\.o:|$(OBJ_DIR)/\1.o:|g;s|x86_64-apple-darwin13.0.0/opt/|$(TT_DIR)/|g;s|x86_64-apple-darwin13.0.0/|$(TARGET)/|g' >> obj/x86_64-apple-darwin13.0.0/opt/depend.mk
make[4]: Nothing to be done for `depend'.
if utils/gen_git_version x86_64-apple-darwin13.0.0/gen_git_version.mk; then touch beam/erl_bif_info.c; fi
if utils/gen_git_version x86_64-apple-darwin13.0.0/gen_git_version.mk; then touch beam/erl_bif_info.c; fi
make[2]: Nothing to be done for `depend'.
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/lib_src && ERL_TOP=/Users/natevw/build-couchdb/dependencies/otp make depend)
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile depend
make[2]: Nothing to be done for `depend'.
cd erts && ERL_TOP=/Users/natevw/build-couchdb/dependencies/otp make NO_START_SCRIPTS=true FLAVOR=
( cd emulator && /Applications/Xcode.app/Contents/Developer/usr/bin/make opt FLAVOR=smp )
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
LANG=C /usr/bin/perl utils/beam_makeops \
-wordsize 64 \
-outdir x86_64-apple-darwin13.0.0/opt/smp \
-DUSE_VM_PROBES=0 \
-emulator /Users/natevw/build-couchdb/dependencies/otp/lib/compiler/src/genop.tab beam/ops.tab && echo /Users/natevw/build-couchdb/dependencies/otp/lib/compiler/src/genop.tab beam/ops.tab utils/beam_makeops >x86_64-apple-darwin13.0.0/opt/smp/OPCODES-GENERATED
LANG=C /usr/bin/perl utils/make_alloc_types -src beam/erl_alloc.types -dst x86_64-apple-darwin13.0.0/opt/smp/erl_alloc_types.h threads smp nofrag unix
LANG=C /usr/bin/perl utils/make_driver_tab -o x86_64-apple-darwin13.0.0/opt/smp/driver_tab.c obj/x86_64-apple-darwin13.0.0/opt/smp/efile_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/inet_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/zlib_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/ram_file_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/ttsl_drv.o
echo x86_64-apple-darwin13.0.0/opt/smp/OPCODES-GENERATED x86_64-apple-darwin13.0.0/TABLES-GENERATED x86_64-apple-darwin13.0.0/opt/smp/erl_alloc_types.h x86_64-apple-darwin13.0.0/erl_version.h x86_64-apple-darwin13.0.0/opt/smp/driver_tab.c >x86_64-apple-darwin13.0.0/opt/smp/GENERATED
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix beam/atom.c beam/beam_bif_load.c beam/beam_bp.c beam/beam_catches.c beam/beam_debug.c beam/beam_emu.c beam/beam_load.c beam/beam_ranges.c beam/benchmark.c beam/bif.c beam/big.c beam/binary.c beam/break.c beam/code_ix.c beam/copy.c beam/dist.c beam/elib_memmove.c beam/erl_afit_alloc.c beam/erl_alloc.c beam/erl_alloc_util.c beam/erl_ao_firstfit_alloc.c beam/erl_arith.c beam/erl_async.c beam/erl_bestfit_alloc.c beam/erl_bif_binary.c beam/erl_bif_chksum.c beam/erl_bif_ddll.c beam/erl_bif_guard.c beam/erl_bif_info.c beam/erl_bif_lists.c beam/erl_bif_op.c beam/erl_bif_os.c beam/erl_bif_port.c beam/erl_bif_re.c beam/erl_bif_timer.c beam/erl_bif_trace.c beam/erl_bits.c beam/erl_cpu_topology.c beam/erl_db.c beam/erl_db_hash.c beam/erl_db_tree.c beam/erl_db_util.c beam/erl_debug.c beam/erl_drv_thread.c beam/erl_fun.c beam/erl_gc.c beam/erl_goodfit_alloc.c beam/erl_init.c beam/erl_instrument.c beam/erl_lock_check.c beam/erl_lock_count.c beam/erl_math.c beam/erl_md5.c beam/erl_message.c beam/erl_monitors.c beam/erl_mtrace.c beam/erl_nif.c beam/erl_node_tables.c beam/erl_port_task.c beam/erl_posix_str.c beam/erl_printf_term.c beam/erl_process.c beam/erl_process_dict.c beam/erl_process_dump.c beam/erl_process_lock.c beam/erl_ptab.c beam/erl_sched_spec_pre_alloc.c beam/erl_term.c beam/erl_thr_progress.c beam/erl_thr_queue.c beam/erl_time_sup.c beam/erl_trace.c beam/erl_unicode.c beam/erl_zlib.c beam/export.c beam/external.c beam/hash.c beam/index.c beam/io.c beam/module.c beam/packet_parser.c beam/register.c beam/safe_hash.c beam/time.c beam/utils.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/smp/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' > x86_64-apple-darwin13.0.0/opt/smp/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -DLIBSCTP= drivers/common/efile_drv.c drivers/common/gzio.c drivers/common/inet_drv.c drivers/common/ram_file_drv.c drivers/common/zlib_drv.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/smp/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/smp/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -I../etc/unix drivers/unix/bin_drv.c drivers/unix/multi_drv.c drivers/unix/sig_drv.c drivers/unix/ttsl_drv.c drivers/unix/unix_efile.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/smp/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/smp/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix sys/unix/erl_child_setup.c sys/unix/erl_main.c sys/unix/erl_unix_sys_ddll.c sys/unix/sys.c sys/unix/sys_float.c sys/unix/sys_time.c sys/common/erl_check_io.c sys/common/erl_mseg.c sys/common/erl_mtrace_sys_wrap.c sys/common/erl_poll.c sys/common/erl_sys_common_misc.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/smp/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/smp/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix x86_64-apple-darwin13.0.0/erl_atom_table.c x86_64-apple-darwin13.0.0/erl_bif_table.c x86_64-apple-darwin13.0.0/erl_bif_wrap.c x86_64-apple-darwin13.0.0/erl_pbifs.c x86_64-apple-darwin13.0.0/preload.c x86_64-apple-darwin13.0.0/opt/smp/beam_opcodes.c x86_64-apple-darwin13.0.0/opt/smp/driver_tab.c \
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|x86_64-apple-darwin13.0.0/opt/smp/|$(TTF_DIR)/|g;s|\([ ]\)/Users/natevw/build-couchdb/dependencies/otp/|\1$(ERL_TOP)/|g;s|^/Users/natevw/build-couchdb/dependencies/otp/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.kp.o $(OBJDIR)/erl_poll.nkp.o|g;s|$(OBJDIR)/erl_check_io.o|$(OBJDIR)/erl_check_io.kp.o $(OBJDIR)/erl_check_io.nkp.o|g' >> x86_64-apple-darwin13.0.0/opt/smp/depend.mk
gcc -MM -MG -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix zlib/adler32.c zlib/compress.c zlib/crc32.c zlib/uncompr.c zlib/deflate.c zlib/trees.c zlib/zutil.c zlib/inflate.c zlib/inftrees.c zlib/inffast.c \
| sed 's|^\([^:]*:\)|$(ZLIB_OBJDIR)/\1|g' >> x86_64-apple-darwin13.0.0/opt/smp/depend.mk
cd /Users/natevw/build-couchdb/dependencies/otp/erts/lib_src && /Applications/Xcode.app/Contents/Developer/usr/bin/make depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile depend
make[5]: Nothing to be done for `depend'.
if utils/gen_git_version x86_64-apple-darwin13.0.0/gen_git_version.mk; then touch beam/erl_bif_info.c; fi
if utils/gen_git_version x86_64-apple-darwin13.0.0/gen_git_version.mk; then touch beam/erl_bif_info.c; fi
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/erl_main.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_main.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/preload.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/preload.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_pbifs.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_pbifs.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/benchmark.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/benchmark.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_mtrace.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mtrace.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_alloc_util.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_alloc_util.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -funroll-loops -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_goodfit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_goodfit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bestfit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bestfit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_afit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_afit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_instrument.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_instrument.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_init.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_init.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_atom_table.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_atom_table.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_bif_table.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_table.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_ddll.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_ddll.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_guard.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_guard.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_info.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_info.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_op.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_op.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_os.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_os.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_lists.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_lists.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_trace.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_trace.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_bif_wrap.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_wrap.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_trace.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_trace.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/copy.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/copy.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/utils.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/utils.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/bif.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/bif.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/io.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/io.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_printf_term.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_printf_term.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_debug.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_debug.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_md5.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_md5.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_message.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_message.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process_dict.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_dict.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process_lock.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_lock.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_port_task.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_port_task.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_arith.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_arith.o
beam/erl_arith.c:451:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:595:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:785:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:911:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1306:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1472:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1688:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1822:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
8 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/time.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/time.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_time_sup.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_time_sup.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/external.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/external.o
beam/external.c:2819:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR_THOROUGH(fpexnp, ff.fd, goto error);
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
1 warning generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/dist.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/dist.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/binary.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/binary.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db_util.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_util.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db_hash.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_hash.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db_tree.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_tree.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_thr_progress.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_thr_progress.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/big.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/big.o
beam/big.c:1594:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR(fpexnp, d, __ERTS_RESTORE_FP_EXCEPTION(fpexnp); return -1);
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/big.c:1598:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR(fpexnp,*resp,;);
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
2 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/hash.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/hash.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/index.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/index.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/atom.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/atom.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/module.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/module.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/export.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/export.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/register.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/register.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/break.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/break.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_async.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_async.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_lock_check.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_lock_check.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_gc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_gc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_lock_count.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_lock_count.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_posix_str.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_posix_str.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bits.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bits.o
beam/erl_bits.c:484:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, f32, return THE_NON_VALUE);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:487:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, f64, return THE_NON_VALUE);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1045:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,u.f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1057:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,u.f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1142:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1153:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
6 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_math.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_math.o
beam/erl_math.c:55:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, a1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_math.c:101:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, a1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
2 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_fun.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_fun.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_port.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_port.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_term.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_term.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_node_tables.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_node_tables.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_monitors.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_monitors.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process_dump.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_dump.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_timer.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_timer.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_cpu_topology.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_cpu_topology.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_drv_thread.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_drv_thread.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_chksum.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_chksum.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_re.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_re.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_unicode.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_unicode.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/packet_parser.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/packet_parser.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/safe_hash.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/safe_hash.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_zlib.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_zlib.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_nif.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_nif.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_binary.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_binary.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_ao_firstfit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_ao_firstfit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_thr_queue.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_thr_queue.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_sched_spec_pre_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_sched_spec_pre_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_ptab.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_ptab.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_emu.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_emu.o
beam/beam_emu.c:4718:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4727:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4736:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4745:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4754:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(1)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
5 warnings generated.
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c x86_64-apple-darwin13.0.0/opt/smp/beam_opcodes.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_opcodes.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_load.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_load.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_bif_load.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_bif_load.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_debug.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_debug.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_bp.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_bp.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_catches.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_catches.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/code_ix.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/code_ix.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_ranges.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_ranges.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/sys.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/sys.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c x86_64-apple-darwin13.0.0/opt/smp/driver_tab.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/driver_tab.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -I../etc/unix -c drivers/unix/unix_efile.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/unix_efile.o
drivers/unix/unix_efile.c:446:24: warning: implicit declaration of function 'fdatasync' is invalid in C99 [-Wimplicit-function-declaration]
return check_error(fdatasync(fd), errInfo);
^
1 warning generated.
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/gzio.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/gzio.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/elib_memmove.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/elib_memmove.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/sys_float.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/sys_float.o
sys/unix/sys_float.c:808:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR_THOROUGH(fpexnp, *fp, return -1);
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
sys/unix/sys_float.c:815:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR_THOROUGH(fpexnp, *fp, return -1);
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
2 warnings generated.
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/sys_time.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/sys_time.o
gcc -DERTS_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_poll.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_poll.kp.o
sys/common/erl_poll.c:2513:72: warning: for loop has empty body [-Wempty-body]
for (prev_ps = pollsets; ps != prev_ps->next; prev_ps = prev_ps->next);
^
sys/common/erl_poll.c:2513:72: note: put the semicolon on a separate line to silence this warning
1 warning generated.
gcc -DERTS_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_check_io.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_check_io.kp.o
gcc -DERTS_NO_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_poll.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_poll.nkp.o
sys/common/erl_poll.c:2513:72: warning: for loop has empty body [-Wempty-body]
for (prev_ps = pollsets; ps != prev_ps->next; prev_ps = prev_ps->next);
^
sys/common/erl_poll.c:2513:72: note: put the semicolon on a separate line to silence this warning
1 warning generated.
gcc -DERTS_NO_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_check_io.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_check_io.nkp.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_mseg.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mseg.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/erl_unix_sys_ddll.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_unix_sys_ddll.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_mtrace_sys_wrap.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mtrace_sys_wrap.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_sys_common_misc.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_sys_common_misc.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/efile_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/efile_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/inet_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/inet_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/zlib_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/zlib_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/ram_file_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/ram_file_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/smp -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -I../etc/unix -c drivers/unix/ttsl_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/smp/ttsl_drv.o
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_latin_1_table.o pcre/pcre_latin_1_table.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_compile.o pcre/pcre_compile.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_config.o pcre/pcre_config.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_dfa_exec.o pcre/pcre_dfa_exec.c
for x in `grep -n COST_CHK pcre/pcre_exec.c | grep -v 'COST_CHK(N)' | awk -F: '{print $1}'`; \
do \
N=`expr $x + 100`; \
echo "case $N: goto L_LOOP_COUNT_${x};"; \
done > /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/pcre_exec_loop_break_cases.inc
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_exec.o pcre/pcre_exec.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_fullinfo.o pcre/pcre_fullinfo.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_get.o pcre/pcre_get.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_globals.o pcre/pcre_globals.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_info.o pcre/pcre_info.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_maketables.o pcre/pcre_maketables.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_newline.o pcre/pcre_newline.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_ord2utf8.o pcre/pcre_ord2utf8.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_refcount.o pcre/pcre_refcount.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_study.o pcre/pcre_study.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_tables.o pcre/pcre_tables.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_try_flipped.o pcre/pcre_try_flipped.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_ucp_searchfuncs.o pcre/pcre_ucp_searchfuncs.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_valid_utf8.o pcre/pcre_valid_utf8.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_version.o pcre/pcre_version.c
gcc -c -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DERLANG_INTEGRATION -o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_xclass.o pcre/pcre_xclass.c
ar rc /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/libepcre.a /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_latin_1_table.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_compile.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_config.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_dfa_exec.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_exec.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_fullinfo.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_get.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_globals.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_info.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_maketables.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_newline.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_ord2utf8.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_refcount.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_study.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_tables.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_try_flipped.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_ucp_searchfuncs.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_valid_utf8.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_version.o /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_xclass.o
cd /Users/natevw/build-couchdb/dependencies/otp/erts/lib_src && /Applications/Xcode.app/Contents/Developer/usr/bin/make opt
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/ethr_aux.c -o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_aux.o
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/ethr_atomics.c -o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_atomics.o
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/ethr_mutex.c -o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_mutex.o
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/ethr_cbf.c -o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_cbf.o
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c pthread/ethread.c -o obj/x86_64-apple-darwin13.0.0/opt/r/ethread.o
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c pthread/ethr_event.c -o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_event.o
ar rcv ../lib/internal/x86_64-apple-darwin13.0.0/libethread.a obj/x86_64-apple-darwin13.0.0/opt/r/ethr_aux.o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_atomics.o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_mutex.o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_cbf.o obj/x86_64-apple-darwin13.0.0/opt/r/ethread.o obj/x86_64-apple-darwin13.0.0/opt/r/ethr_event.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/ethr_aux.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/ethr_atomics.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/ethr_mutex.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/ethr_cbf.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/ethread.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/ethr_event.o
ranlib ../lib/internal/x86_64-apple-darwin13.0.0/libethread.a
gcc -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_memory_trace_parser.c -o obj/x86_64-apple-darwin13.0.0/opt/erl_memory_trace_parser.o
ar rcv ../lib/x86_64-apple-darwin13.0.0/liberts.a obj/x86_64-apple-darwin13.0.0/opt/erl_memory_trace_parser.o
a - obj/x86_64-apple-darwin13.0.0/opt/erl_memory_trace_parser.o
ranlib ../lib/x86_64-apple-darwin13.0.0/liberts.a
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_memory_trace_parser.c -o obj/x86_64-apple-darwin13.0.0/opt/r/erl_memory_trace_parser.o
ar rcv ../lib/x86_64-apple-darwin13.0.0/liberts_r.a obj/x86_64-apple-darwin13.0.0/opt/r/erl_memory_trace_parser.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/erl_memory_trace_parser.o
ranlib ../lib/x86_64-apple-darwin13.0.0/liberts_r.a
gcc -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf_format.c -o obj/x86_64-apple-darwin13.0.0/opt/erl_printf_format.o
gcc -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf.c -o obj/x86_64-apple-darwin13.0.0/opt/erl_printf.o
gcc -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_misc_utils.c -o obj/x86_64-apple-darwin13.0.0/opt/erl_misc_utils.o
ar rcv ../lib/internal/x86_64-apple-darwin13.0.0/liberts_internal.a obj/x86_64-apple-darwin13.0.0/opt/erl_printf_format.o obj/x86_64-apple-darwin13.0.0/opt/erl_printf.o obj/x86_64-apple-darwin13.0.0/opt/erl_misc_utils.o
a - obj/x86_64-apple-darwin13.0.0/opt/erl_printf_format.o
a - obj/x86_64-apple-darwin13.0.0/opt/erl_printf.o
a - obj/x86_64-apple-darwin13.0.0/opt/erl_misc_utils.o
ranlib ../lib/internal/x86_64-apple-darwin13.0.0/liberts_internal.a
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf_format.c -o obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf_format.o
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_printf.c -o obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf.o
gcc -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Werror=return-type -m64 -g -O3 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DHAVE_CONFIG_H -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -I../emulator/beam -I../emulator/sys/unix -c common/erl_misc_utils.c -o obj/x86_64-apple-darwin13.0.0/opt/r/erl_misc_utils.o
ar rcv ../lib/internal/x86_64-apple-darwin13.0.0/liberts_internal_r.a obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf_format.o obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf.o obj/x86_64-apple-darwin13.0.0/opt/r/erl_misc_utils.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf_format.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf.o
a - obj/x86_64-apple-darwin13.0.0/opt/r/erl_misc_utils.o
ranlib ../lib/internal/x86_64-apple-darwin13.0.0/liberts_internal_r.a
echo ../lib/internal/x86_64-apple-darwin13.0.0/libethread.a ../lib/x86_64-apple-darwin13.0.0/liberts.a ../lib/x86_64-apple-darwin13.0.0/liberts_r.a ../lib/internal/x86_64-apple-darwin13.0.0/liberts_internal.a ../lib/internal/x86_64-apple-darwin13.0.0/liberts_internal_r.a > obj/x86_64-apple-darwin13.0.0/opt/MADE
gcc -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/beam.smp \
-m64 obj/x86_64-apple-darwin13.0.0/opt/smp/erl_main.o obj/x86_64-apple-darwin13.0.0/opt/smp/preload.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_pbifs.o obj/x86_64-apple-darwin13.0.0/opt/smp/benchmark.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_alloc.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mtrace.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_alloc_util.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_goodfit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bestfit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_afit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_instrument.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_init.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_atom_table.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_table.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_ddll.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_guard.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_info.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_op.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_os.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_lists.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_trace.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_wrap.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_trace.o obj/x86_64-apple-darwin13.0.0/opt/smp/copy.o obj/x86_64-apple-darwin13.0.0/opt/smp/utils.o obj/x86_64-apple-darwin13.0.0/opt/smp/bif.o obj/x86_64-apple-darwin13.0.0/opt/smp/io.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_printf_term.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_debug.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_md5.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_message.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_dict.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_lock.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_port_task.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_arith.o obj/x86_64-apple-darwin13.0.0/opt/smp/time.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_time_sup.o obj/x86_64-apple-darwin13.0.0/opt/smp/external.o obj/x86_64-apple-darwin13.0.0/opt/smp/dist.o obj/x86_64-apple-darwin13.0.0/opt/smp/binary.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_util.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_hash.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_tree.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_thr_progress.o obj/x86_64-apple-darwin13.0.0/opt/smp/big.o obj/x86_64-apple-darwin13.0.0/opt/smp/hash.o obj/x86_64-apple-darwin13.0.0/opt/smp/index.o obj/x86_64-apple-darwin13.0.0/opt/smp/atom.o obj/x86_64-apple-darwin13.0.0/opt/smp/module.o obj/x86_64-apple-darwin13.0.0/opt/smp/export.o obj/x86_64-apple-darwin13.0.0/opt/smp/register.o obj/x86_64-apple-darwin13.0.0/opt/smp/break.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_async.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_lock_check.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_gc.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_lock_count.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_posix_str.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bits.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_math.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_fun.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_port.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_term.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_node_tables.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_monitors.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_dump.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_timer.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_cpu_topology.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_drv_thread.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_chksum.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_re.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_unicode.o obj/x86_64-apple-darwin13.0.0/opt/smp/packet_parser.o obj/x86_64-apple-darwin13.0.0/opt/smp/safe_hash.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_zlib.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_nif.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_binary.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_ao_firstfit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_thr_queue.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_sched_spec_pre_alloc.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_ptab.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_emu.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_opcodes.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_load.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_bif_load.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_debug.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_bp.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_catches.o obj/x86_64-apple-darwin13.0.0/opt/smp/code_ix.o obj/x86_64-apple-darwin13.0.0/opt/smp/beam_ranges.o obj/x86_64-apple-darwin13.0.0/opt/smp/sys.o obj/x86_64-apple-darwin13.0.0/opt/smp/driver_tab.o obj/x86_64-apple-darwin13.0.0/opt/smp/unix_efile.o obj/x86_64-apple-darwin13.0.0/opt/smp/gzio.o obj/x86_64-apple-darwin13.0.0/opt/smp/elib_memmove.o obj/x86_64-apple-darwin13.0.0/opt/smp/sys_float.o obj/x86_64-apple-darwin13.0.0/opt/smp/sys_time.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_poll.kp.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_check_io.kp.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_poll.nkp.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_check_io.nkp.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mseg.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_unix_sys_ddll.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mtrace_sys_wrap.o obj/x86_64-apple-darwin13.0.0/opt/smp/erl_sys_common_misc.o obj/x86_64-apple-darwin13.0.0/opt/smp/efile_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/inet_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/zlib_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/ram_file_drv.o obj/x86_64-apple-darwin13.0.0/opt/smp/ttsl_drv.o -lutil -ldl -lm -L../lib/internal/x86_64-apple-darwin13.0.0 -lz /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/libepcre.a -lethread -lerts_internal_r -lpthread -framework Carbon -framework Cocoa
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/child_setup \
-Werror=return-type -m64 -g -O3 -fomit-frame-pointer -funroll-loops -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 sys/unix/erl_child_setup.c -L../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal
for d in emulator etc epmd lib_src; do \
if test -d $d; then \
( cd $d && /Applications/Xcode.app/Contents/Developer/usr/bin/make opt FLAVOR= ) || exit $? ; \
fi ; \
done
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
if utils/gen_git_version x86_64-apple-darwin13.0.0/gen_git_version.mk; then touch beam/erl_bif_info.c; fi
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/erl_main.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_main.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/preload.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/preload.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_pbifs.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_pbifs.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/benchmark.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/benchmark.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_mtrace.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mtrace.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_alloc_util.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_alloc_util.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -funroll-loops -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_goodfit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_goodfit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bestfit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bestfit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_afit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_afit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_instrument.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_instrument.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_init.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_init.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_atom_table.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_atom_table.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_bif_table.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_table.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_ddll.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_ddll.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_guard.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_guard.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_info.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_info.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_op.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_op.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_os.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_os.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_lists.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_lists.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_trace.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_trace.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -c x86_64-apple-darwin13.0.0/erl_bif_wrap.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_wrap.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_trace.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_trace.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/copy.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/copy.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/utils.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/utils.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/bif.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/bif.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/io.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/io.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_printf_term.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_printf_term.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_debug.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_debug.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_md5.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_md5.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_message.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_message.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process_dict.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_dict.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process_lock.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_lock.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_port_task.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_port_task.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_arith.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_arith.o
beam/erl_arith.c:451:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:595:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:785:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:911:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1306:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1472:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1688:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_arith.c:1822:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(p, f1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
8 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/time.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/time.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_time_sup.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_time_sup.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/external.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/external.o
beam/external.c:2819:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR_THOROUGH(fpexnp, ff.fd, goto error);
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
1 warning generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/dist.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/dist.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/binary.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/binary.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db_util.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_util.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db_hash.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_hash.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_db_tree.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_tree.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_thr_progress.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_thr_progress.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/big.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/big.o
beam/big.c:1594:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR(fpexnp, d, __ERTS_RESTORE_FP_EXCEPTION(fpexnp); return -1);
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/big.c:1598:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR(fpexnp,*resp,;);
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
2 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/hash.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/hash.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/index.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/index.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/atom.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/atom.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/module.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/module.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/export.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/export.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/register.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/register.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/break.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/break.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_async.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_async.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_lock_check.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_lock_check.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_gc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_gc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_lock_count.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_lock_count.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_posix_str.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_posix_str.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bits.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bits.o
beam/erl_bits.c:484:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, f32, return THE_NON_VALUE);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:487:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, f64, return THE_NON_VALUE);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1045:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,u.f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1057:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,u.f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1142:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_bits.c:1153:3: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR(c_p,f32,;);
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
6 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_math.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_math.o
beam/erl_math.c:55:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, a1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/erl_math.c:101:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_FP_ERROR_THOROUGH(p, a1.fd, goto badarith);
^
sys/unix/erl_unix_sys.h:311:41: note: expanded from macro 'ERTS_FP_ERROR_THOROUGH'
#define ERTS_FP_ERROR_THOROUGH(p, f, A) __ERTS_FP_ERROR_THOROUGH(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
2 warnings generated.
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_fun.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_fun.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_port.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_port.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_term.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_term.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_node_tables.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_node_tables.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_monitors.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_monitors.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_process_dump.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_dump.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_timer.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_timer.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_cpu_topology.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_cpu_topology.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_drv_thread.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_drv_thread.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_chksum.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_chksum.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_re.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_re.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_unicode.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_unicode.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/packet_parser.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/packet_parser.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/safe_hash.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/safe_hash.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_zlib.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_zlib.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_nif.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_nif.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_bif_binary.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_binary.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_ao_firstfit_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_ao_firstfit_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_thr_queue.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_thr_queue.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_sched_spec_pre_alloc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_sched_spec_pre_alloc.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/erl_ptab.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_ptab.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_emu.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_emu.o
beam/beam_emu.c:4718:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4727:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4736:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4745:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(2)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
beam/beam_emu.c:4754:6: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
ERTS_NO_FPE_ERROR(c_p, fb(Arg(1)), goto fbadarith);
^
beam/beam_emu.c:4689:29: note: expanded from macro 'ERTS_NO_FPE_ERROR'
# define ERTS_NO_FPE_ERROR ERTS_FP_ERROR
^
sys/unix/erl_unix_sys.h:310:33: note: expanded from macro 'ERTS_FP_ERROR'
#define ERTS_FP_ERROR(p, f, A) __ERTS_FP_ERROR(&(p)->fp_exception, f, A)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
5 warnings generated.
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c x86_64-apple-darwin13.0.0/opt/plain/beam_opcodes.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_opcodes.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_load.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_load.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_bif_load.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_bif_load.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_debug.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_debug.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_bp.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_bp.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_catches.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_catches.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/code_ix.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/code_ix.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/beam_ranges.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_ranges.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/sys.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/sys.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c x86_64-apple-darwin13.0.0/opt/plain/driver_tab.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/driver_tab.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -I../etc/unix -c drivers/unix/unix_efile.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/unix_efile.o
drivers/unix/unix_efile.c:446:24: warning: implicit declaration of function 'fdatasync' is invalid in C99 [-Wimplicit-function-declaration]
return check_error(fdatasync(fd), errInfo);
^
1 warning generated.
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/gzio.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/gzio.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c beam/elib_memmove.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/elib_memmove.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/sys_float.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/sys_float.o
sys/unix/sys_float.c:808:5: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR_THOROUGH(fpexnp, *fp, return -1);
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
sys/unix/sys_float.c:815:2: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
__ERTS_FP_ERROR_THOROUGH(fpexnp, *fp, return -1);
^
sys/unix/erl_unix_sys.h:236:55: note: expanded from macro '__ERTS_FP_ERROR_THOROUGH'
# define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) __ERTS_FP_ERROR(fpexnp, f, Action)
^
sys/unix/erl_unix_sys.h:235:51: note: expanded from macro '__ERTS_FP_ERROR'
# define __ERTS_FP_ERROR(fpexnp, f, Action) if (!finite(f)) { Action; } else {}
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/math.h:718:12: note: 'finite' declared here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
^
2 warnings generated.
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/sys_time.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/sys_time.o
gcc -DERTS_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_poll.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_poll.kp.o
sys/common/erl_poll.c:2513:72: warning: for loop has empty body [-Wempty-body]
for (prev_ps = pollsets; ps != prev_ps->next; prev_ps = prev_ps->next);
^
sys/common/erl_poll.c:2513:72: note: put the semicolon on a separate line to silence this warning
1 warning generated.
gcc -DERTS_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_check_io.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_check_io.kp.o
gcc -DERTS_NO_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_poll.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_poll.nkp.o
sys/common/erl_poll.c:2513:72: warning: for loop has empty body [-Wempty-body]
for (prev_ps = pollsets; ps != prev_ps->next; prev_ps = prev_ps->next);
^
sys/common/erl_poll.c:2513:72: note: put the semicolon on a separate line to silence this warning
1 warning generated.
gcc -DERTS_NO_KERNEL_POLL_VERSION -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_check_io.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_check_io.nkp.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_mseg.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mseg.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/unix/erl_unix_sys_ddll.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_unix_sys_ddll.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_mtrace_sys_wrap.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mtrace_sys_wrap.o
gcc -Werror=return-type -m64 -g -O3 -fomit-frame-pointer -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -c sys/common/erl_sys_common_misc.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_sys_common_misc.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/efile_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/efile_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/inet_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/inet_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/zlib_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/zlib_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DLIBSCTP= -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -c drivers/common/ram_file_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/ram_file_drv.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -Ix86_64-apple-darwin13.0.0/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-apple-darwin13.0.0 -Ipcre -Ihipe -I../include -I../include/x86_64-apple-darwin13.0.0 -I../include/internal -I../include/internal/x86_64-apple-darwin13.0.0 -Idrivers/common -Idrivers/unix -I../etc/unix -c drivers/unix/ttsl_drv.c -o obj/x86_64-apple-darwin13.0.0/opt/plain/ttsl_drv.o
gcc -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/beam \
-m64 obj/x86_64-apple-darwin13.0.0/opt/plain/erl_main.o obj/x86_64-apple-darwin13.0.0/opt/plain/preload.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_pbifs.o obj/x86_64-apple-darwin13.0.0/opt/plain/benchmark.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_alloc.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mtrace.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_alloc_util.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_goodfit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bestfit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_afit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_instrument.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_init.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_atom_table.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_table.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_ddll.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_guard.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_info.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_op.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_os.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_lists.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_trace.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_wrap.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_trace.o obj/x86_64-apple-darwin13.0.0/opt/plain/copy.o obj/x86_64-apple-darwin13.0.0/opt/plain/utils.o obj/x86_64-apple-darwin13.0.0/opt/plain/bif.o obj/x86_64-apple-darwin13.0.0/opt/plain/io.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_printf_term.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_debug.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_md5.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_message.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_dict.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_lock.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_port_task.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_arith.o obj/x86_64-apple-darwin13.0.0/opt/plain/time.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_time_sup.o obj/x86_64-apple-darwin13.0.0/opt/plain/external.o obj/x86_64-apple-darwin13.0.0/opt/plain/dist.o obj/x86_64-apple-darwin13.0.0/opt/plain/binary.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_util.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_hash.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_tree.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_thr_progress.o obj/x86_64-apple-darwin13.0.0/opt/plain/big.o obj/x86_64-apple-darwin13.0.0/opt/plain/hash.o obj/x86_64-apple-darwin13.0.0/opt/plain/index.o obj/x86_64-apple-darwin13.0.0/opt/plain/atom.o obj/x86_64-apple-darwin13.0.0/opt/plain/module.o obj/x86_64-apple-darwin13.0.0/opt/plain/export.o obj/x86_64-apple-darwin13.0.0/opt/plain/register.o obj/x86_64-apple-darwin13.0.0/opt/plain/break.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_async.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_lock_check.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_gc.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_lock_count.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_posix_str.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bits.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_math.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_fun.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_port.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_term.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_node_tables.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_monitors.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_dump.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_timer.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_cpu_topology.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_drv_thread.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_chksum.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_re.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_unicode.o obj/x86_64-apple-darwin13.0.0/opt/plain/packet_parser.o obj/x86_64-apple-darwin13.0.0/opt/plain/safe_hash.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_zlib.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_nif.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_binary.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_ao_firstfit_alloc.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_thr_queue.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_sched_spec_pre_alloc.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_ptab.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_emu.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_opcodes.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_load.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_bif_load.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_debug.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_bp.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_catches.o obj/x86_64-apple-darwin13.0.0/opt/plain/code_ix.o obj/x86_64-apple-darwin13.0.0/opt/plain/beam_ranges.o obj/x86_64-apple-darwin13.0.0/opt/plain/sys.o obj/x86_64-apple-darwin13.0.0/opt/plain/driver_tab.o obj/x86_64-apple-darwin13.0.0/opt/plain/unix_efile.o obj/x86_64-apple-darwin13.0.0/opt/plain/gzio.o obj/x86_64-apple-darwin13.0.0/opt/plain/elib_memmove.o obj/x86_64-apple-darwin13.0.0/opt/plain/sys_float.o obj/x86_64-apple-darwin13.0.0/opt/plain/sys_time.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_poll.kp.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_check_io.kp.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_poll.nkp.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_check_io.nkp.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mseg.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_unix_sys_ddll.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mtrace_sys_wrap.o obj/x86_64-apple-darwin13.0.0/opt/plain/erl_sys_common_misc.o obj/x86_64-apple-darwin13.0.0/opt/plain/efile_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/inet_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/zlib_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/ram_file_drv.o obj/x86_64-apple-darwin13.0.0/opt/plain/ttsl_drv.o -lutil -ldl -lm -L../lib/internal/x86_64-apple-darwin13.0.0 -lz /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/libepcre.a -lethread -lerts_internal_r -lpthread -framework Carbon -framework Cocoa
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/inet_gethost.o -c inet_gethost.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/inet_gethost /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/inet_gethost.o -lutil -ldl -lm -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/heart.o -c heart.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/heart /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/heart.o \
gcc -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/erlexec.o -c ./erlexec.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/erlexec /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/erlexec.o -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/typer.o -c typer.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/typer /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/typer.o -L/Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0 -lutil -ldl -lm -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/dialyzer.o -c dialyzer.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/dialyzer /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/dialyzer.o -L/Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0 -lutil -ldl -lm -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/erlc.o -c erlc.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/erlc /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/erlc.o -L/Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0 -lutil -ldl -lm -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/escript.o -c escript.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/escript /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/escript.o -L/Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0 -lutil -ldl -lm -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/ct_run.o -c ct_run.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/ct_run /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/ct_run.o -L/Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0 -lutil -ldl -lm -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/safe_string.o -c ../unix/safe_string.c
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/run_erl.o -c ../unix/run_erl.c
../unix/run_erl.c:44:9: warning: '_XOPEN_SOURCE' macro redefined
#define _XOPEN_SOURCE 600
^
<command line>:1:9: note: previous definition is here
#define _XOPEN_SOURCE 1
^
../unix/run_erl.c:1160:2: warning: implicit declaration of function 'vsyslog' is invalid in C99 [-Wimplicit-function-declaration]
vsyslog(priority,format,args);
^
2 warnings generated.
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/run_erl /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/safe_string.o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/run_erl.o -lutil -ldl -lm
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/to_erl.o -c ../unix/to_erl.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/to_erl /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/safe_string.o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/to_erl.o
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DOTP_SYSTEM_VERSION=\"R16B01\" -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/dyn_erl.o -c ../unix/dyn_erl.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/dyn_erl /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/safe_string.o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/dyn_erl.o
sed -e 's;%I_VSN%;5.10.2;' \
-e 's;%EMULATOR%;beam;' \
-e 's;%EMULATOR_NUMBER%;;' \
-e 's;%I_SYSTEM_VSN%;R16B01;' \
../unix/Install.src > Install
sed -e 's;%EMULATOR%;beam;' \
-e 's;%EMULATOR_NUMBER%;;' \
-e 's;%VSN%;5.10.2;' \
../unix/erl.src.src > erl.src
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DEPMD_PORT_NO=4369 -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/epmd.o -c epmd.c
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DEPMD_PORT_NO=4369 -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/epmd_cli.o -c epmd_cli.c
gcc -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -DEPMD_PORT_NO=4369 -o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/epmd_srv.o -c epmd_srv.c
gcc -m64 -o /Users/natevw/build-couchdb/dependencies/otp/bin/x86_64-apple-darwin13.0.0/epmd /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/epmd.o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/epmd_cli.o /Users/natevw/build-couchdb/dependencies/otp/erts/obj/x86_64-apple-darwin13.0.0/epmd_srv.o -lutil -ldl -lm -L../../lib/internal/x86_64-apple-darwin13.0.0 -lerts_internal -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
make[3]: Nothing to be done for `all'.
cd lib && \
ERL_TOP=/Users/natevw/build-couchdb/dependencies/otp PATH=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/bin:"${PATH}" \
make opt SECONDARY_BOOTSTRAP=true
=== Skipping subdir hipe, reason:
Not needed by CouchDB
===
=== Entering application parsetools
erlc -W +debug_info +warn_obsolete_guard -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib/include -Werror -o../ebin leex.erl
erlc -W +debug_info +warn_obsolete_guard -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib/include -Werror -o../ebin yecc.erl
erlc -W +debug_info +warn_obsolete_guard -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib/include -Werror -o../ebin yeccparser.erl
erlc -W +debug_info +warn_obsolete_guard -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib/include -Werror -o../ebin yeccscan.erl
sed -e 's;%VSN%;2.0.9;' parsetools.app.src > ../ebin/parsetools.app
sed -e 's;%VSN%;2.0.9;' parsetools.appup.src > ../ebin/parsetools.appup
make[3]: Nothing to be done for `opt'.
=== Leaving application parsetools
erlc -W -bbeam -o../ebin +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -Dvsn=\"2.0.2\" asn1ct.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_check.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1_db.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_pretty_format.erl
erlc -W -o../ebin +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -I../rt_templates asn1ct_func.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_gen.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_gen_per.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_gen_per_rt2ct.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_name.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_constructed_per.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_constructed_ber_bin_v2.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_gen_ber_bin_v2.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_imm.erl
erlc -W prepare_templates.erl
erlc -W +debug_info asn1rtt_check.erl
erlc -W +debug_info asn1rtt_ext.erl
erlc -W +debug_info asn1rtt_per_common.erl
erlc -W +debug_info asn1rtt_real_common.erl
erlc -W +debug_info asn1rtt_ber.erl
erlc -W +debug_info asn1rtt_per.erl
erlc -W +debug_info asn1rtt_uper.erl
erl -noshell -noinput -run prepare_templates gen_asn1ct_rtt \
asn1rtt_check.beam asn1rtt_ext.beam asn1rtt_per_common.beam asn1rtt_real_common.beam asn1rtt_ber.beam asn1rtt_per.beam asn1rtt_uper.beam >asn1ct_rtt.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_rtt.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_value.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_tok.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_parser2.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_table.erl
erl -pa ../ebin -noshell -noinput \
-run prepare_templates gen_asn1ct_eval asn1ct_eval_ext.funcs >asn1ct_eval_ext.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_eval_ext.erl
erl -pa ../ebin -noshell -noinput \
-run prepare_templates gen_asn1ct_eval asn1ct_eval_per.funcs >asn1ct_eval_per.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_eval_per.erl
erl -pa ../ebin -noshell -noinput \
-run prepare_templates gen_asn1ct_eval asn1ct_eval_uper.funcs >asn1ct_eval_uper.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1ct_eval_uper.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1rt.erl
erlc -W +debug_info -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Werror -o../ebin asn1rt_nif.erl
sed -e 's;%VSN%;2.0.2;' asn1.app.src > ../ebin/asn1.app
sed -e 's;%VSN%;2.0.2;' asn1.appup.src > ../ebin/asn1.appup
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/hipe ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/hipe ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/hipe/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/hipe/ebin ; fi
for x in lib/hipe/ebin/*.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/hipe/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
cp: lib/hipe/ebin/*.beam: No such file or directory
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools/ebin ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools/include ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/orber ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/orber ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/orber/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/orber/include ; fi
for x in lib/parsetools/ebin/*.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/parsetools/include/*.hrl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/parsetools/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1 ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1 ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1/ebin ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1/src ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1/src ; fi
for x in lib/asn1/ebin/*.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/asn1/src/*.[eh]rl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/asn1/src/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/orber/include/*.hrl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/orber/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/xmerl ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/xmerl ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/xmerl/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/xmerl/include ; fi
for x in lib/xmerl/include/*.hrl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/xmerl/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
cd lib && \
ERL_TOP=/Users/natevw/build-couchdb/dependencies/otp PATH=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/bin:"${PATH}" \
make opt TERTIARY_BOOTSTRAP=true
=== Entering application snmp
erlc -W -o . -o. snmpc_mib_gram.yrl
erlc -W +debug_info -I../../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o../../ebin snmpc_mib_gram.erl
erlc -W +debug_info -I../../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o../../ebin snmpc.erl
erlc -W +debug_info -I../../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o../../ebin snmpc_lib.erl
erlc -W +debug_info -I../../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o../../ebin snmpc_mib_to_hrl.erl
erlc -W +debug_info -I../../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o../../ebin snmpc_misc.erl
erlc -W +debug_info -I../../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o../../ebin snmpc_tok.erl
/usr/bin/perl -p -e 's?%VSN%?4.24? ' < snmpc.src > ../../bin/snmpc
chmod 755 ../../bin/snmpc
perl -p -e 's?%PERL%?perl? ' < /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1.src > /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1
chmod 755 /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs RFC1213-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
[RFC1213-MIB.mib:639][WAR]: Index columns must be first for the default functions to work properly. atPhysAddress is no index column.
[RFC1213-MIB.mib:1406][WAR]: Index columns must be first for the default functions to work properly. ipNetToMediaPhysAddress is no index column.
[RFC1213-MIB.mib:1963][WAR]: Index columns must be first for the default functions to work properly. tcpConnState is no index column.
[RFC1213-MIB.mib:2271][WAR]: Index columns must be first for the default functions to work properly. egpNeighState is no index column.
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ifTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table atTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ipAddrTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ipRouteTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ipNetToMediaTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table tcpConnTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table udpTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table egpNeighTable => The default functions won't work properly
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs STANDARD-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMPv2-TM.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMPv2-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-FRAMEWORK-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-MPD-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-TARGET-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-NOTIFICATION-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-COMMUNITY-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-USER-BASED-SM-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-VIEW-BASED-ACM-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs SNMP-USM-AES-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs INET-ADDRESS-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs TRANSPORT-ADDRESS-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs /Users/natevw/build-couchdb/dependencies/otp/lib/otp_mibs/mibs/OTP-REG.mib
version: snmp-4.24 [2013-10-24 15:13:21]
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -pa ../ebin +version -o ../priv/mibs OTP-SNMPEA-MIB.mib
version: snmp-4.24 [2013-10-24 15:13:21]
[OTP-SNMPEA-MIB.mib:110][WAR]: Unexpected SEQUENCE 'IntCommunityEntry' => ignoring
[OTP-SNMPEA-MIB.mib:210][WAR]: Unexpected SEQUENCE 'IntAddressEntry' => ignoring
[OTP-SNMPEA-MIB.mib:274][WAR]: Unexpected SEQUENCE 'IntTrapDestEntry' => ignoring
[OTP-SNMPEA-MIB.mib:379][WAR]: Unexpected SEQUENCE 'IntViewEntry' => ignoring
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/RFC1213-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/STANDARD-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMPv2-TM.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMPv2-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-FRAMEWORK-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-MPD-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-TARGET-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-NOTIFICATION-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-COMMUNITY-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-USER-BASED-SM-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-VIEW-BASED-ACM-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/SNMP-USM-AES-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/INET-ADDRESS-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/TRANSPORT-ADDRESS-MIB.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/OTP-SNMPEA-MIB.bin
/Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1 -o v1/OTP-SNMPEA-MIB.mib.v1 OTP-SNMPEA-MIB.mib
Use of assignment to $[ is deprecated at /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
make[4]: Nothing to be done for `opt'.
erlc -W +debug_info -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp.erl
erlc -W +debug_info -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_app.erl
erlc -W +debug_info -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_app_sup.erl
sed -e 's;%VSN%;4.24;' snmp.app.src > ../../ebin/snmp.app
sed -e 's;%VSN%;4.24;' snmp.appup.src > ../../ebin/snmp.appup
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_conf.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_config.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_log.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_mini_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_misc.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_note_store.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_pdus.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_usm.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../compile -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_verbosity.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_authentication_service.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_discovery_handler.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_error_report.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib_storage.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib_data.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_network_interface.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_network_interface_filter.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_notification_delivery_info_receiver.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_notification_filter.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_set_mechanism.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_acm.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_agent.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_agent_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_app.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_conf.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_discovery_handler_default.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_error.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_error_io.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_error_logger.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_local_db.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib_storage_ets.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib_storage_dets.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib_storage_mnesia.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib_data_tttn.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mib_lib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_misc_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_mpd.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_net_if.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_net_if_filter.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_set.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_set_lib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_supervisor.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_svbl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_symbolic_store.erl
snmpa_symbolic_store.erl:645: Warning: function stop_backup_server/1 is unused
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_target_cache.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_trap.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_usm.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpa_vacm.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_community_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_framework_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_generic.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_generic_mnesia.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_index.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_notification_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_shadow_table.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_standard_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_target_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_user_based_sm_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmp_view_based_acm_mib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_user.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_user_old.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_network_interface.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_network_interface_filter.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_conf.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_config.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_mpd.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_misc_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_net_if.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_net_if_mt.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_net_if_filter.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_server.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_server_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_supervisor.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_user_default.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../../include -I../misc -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -Ddefault_verbosity=silence -o../../ebin snmpm_usm.erl
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs EX1-MIB.mib
erlc -W +debug_info -I../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o./ ex1.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o./ snmp_ex2_manager.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I../include -Dversion=\"4.24\" +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"snmp-4.24"}' -I/Users/natevw/build-couchdb/dependencies/otp/lib/stdlib -o./ snmp_ex2_simple_standard_test.erl
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application snmp
=== Entering application sasl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin alarm_handler.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin sasl.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin sasl_report.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin sasl_report_file_h.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin sasl_report_tty_h.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin format_lib_supp.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin misc_supp.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin overload.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin rb.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin rb_format_supp.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin release_handler.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin release_handler_1.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin si.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin si_sasl_supp.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin systools.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin systools_make.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin systools_rc.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin systools_relup.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin systools_lib.erl
erlc -W +debug_info -I../../stdlib/include -Werror -o../ebin erlsrv.erl
sed -e 's;%VSN%;2.3.2;' sasl.app.src > ../ebin/sasl.app
sed -e 's;%VSN%;2.3.2;' sasl.appup.src > ../ebin/sasl.appup
make[3]: Nothing to be done for `opt'.
erlc -W +debug_info +warn_unused_vars -o../ebin target_system.erl
=== Leaving application sasl
=== Skipping subdir jinterface, reason:
Java compiler disabled by user
===
=== Entering application ic
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_erlbe.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_cbe.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin icscan.erl
erlc -W -Iicyeccpre.hrl -o. icparse.yrl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' +nowarn_unused_vars +nowarn_unused_function -o../ebin +pj icparse.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin iceval.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ictype.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ictk.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin icstruct.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin icenum.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin icpreproc.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin icunion.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_pp.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_pragma.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_noc.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_plainbe.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_cclient.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_cserver.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_fetch.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_code.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_codegen.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_error.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_file.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_forms.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_genobj.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_options.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_symtab.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_util.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_jbe.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_struct_java.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_union_java.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_enum_java.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_constant_java.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_sequence_java.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_array_java.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_attribute_java.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_java_type.erl
erlc -W +debug_info -pa ../../ic/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"ic_4.3.2"}' -D'COMPILERVSN="4.3.2"' -o../ebin ic_erl_template.erl
sed -e 's;%VSN%;4.3.2;' ic.app.src > ../ebin/ic.app
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/ic.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src ic.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/ic_tmo.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src ic_tmo.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_version.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_version.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_long.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_long.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulong.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_ulong.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_double.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_double.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_char.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_char.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_string.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_string.c
oe_ei_encode_string.c:26:3: warning: expression result unused [-Wunused-value]
(int) ei_encode_string(0,&size,p);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_atom.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_atom.c
oe_ei_encode_atom.c:26:3: warning: expression result unused [-Wunused-value]
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_pid.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_pid.c
(int) ei_encode_atom(0,&size,p);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
oe_ei_encode_pid.c:26:3: warning: expression result unused [-Wunused-value]
(int) ei_encode_pid(NULL, &size, p);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_port.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_port.c
oe_ei_encode_port.c:26:3: warning: expression result unused [-Wunused-value]
(int) ei_encode_port(NULL, &size, p);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ref.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_ref.c
oe_ei_encode_ref.c:26:3: warning: expression result unused [-Wunused-value]
(int) ei_encode_ref(NULL, &size, p);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_term.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_term.c
oe_ei_encode_term.c:26:3: warning: expression result unused [-Wunused-value]
(int) ei_encode_term(NULL, &size, t);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_tuple_header.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_tuple_header.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_list_header.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_list_header.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_longlong.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_longlong.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulonglong.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_ulonglong.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wchar.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_wchar.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wstring.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_encode_wstring.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_longlong.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_decode_longlong.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_ulonglong.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_decode_ulonglong.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wchar.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_decode_wchar.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wstring.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_decode_wstring.c
gcc -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -c -o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_code_erlang_binary.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H -I../include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/src oe_ei_code_erlang_binary.c
oe_ei_code_erlang_binary.c:27:3: warning: expression result unused [-Wunused-value]
(int) ei_encode_binary(0, &size, binary->_buffer, binary->_length);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
ar rcv ../priv/lib/x86_64-apple-darwin13.0.0/libic.a ../priv/obj/x86_64-apple-darwin13.0.0/ic.o ../priv/obj/x86_64-apple-darwin13.0.0/ic_tmo.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_version.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_long.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulong.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_double.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_char.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_string.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_atom.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_pid.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_port.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ref.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_term.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_tuple_header.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_list_header.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_longlong.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulonglong.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wchar.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wstring.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_longlong.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_ulonglong.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wchar.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wstring.o ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_code_erlang_binary.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/ic.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/ic_tmo.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_version.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_long.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulong.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_double.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_char.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_string.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_atom.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_pid.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_port.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ref.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_term.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_tuple_header.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_list_header.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_longlong.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulonglong.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wchar.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wstring.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_longlong.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_ulonglong.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wchar.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wstring.o
a - ../priv/obj/x86_64-apple-darwin13.0.0/oe_ei_code_erlang_binary.o
ranlib ../priv/lib/x86_64-apple-darwin13.0.0/libic.a
=== Skipping subdir java_src, reason:
Java compiler disabled by user
===
make[3]: Nothing to be done for `opt'.
erlc -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin +'{precond,{tracer,pre}}' \
+'{{postcond,"m::i::f"},{tracer,post}}' ex.idl
Erlang IDL compiler version 4.3.2
>IDL-GENERATED
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o./ oe_ex.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o./ m_i.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o./ m_NotAnInteger.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o./ m_i_impl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o./ tracer.erl
=== Leaving application ic
=== Entering application syntax_tools
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin erl_syntax.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin erl_prettypr.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin erl_syntax_lib.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin erl_comment_scan.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin erl_recomment.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin erl_tidy.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin epp_dodger.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin prettypr.erl
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -Werror -o../ebin igor.erl
sed -e 's;%VSN%;1.6.11;' syntax_tools.app.src > ../ebin/syntax_tools.app
sed -e 's;%VSN%;1.6.11;' syntax_tools.appup.src > ../ebin/syntax_tools.appup
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application syntax_tools
=== Skipping subdir wx, reason:
Not needed by CouchDB
===
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/snmp ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/snmp ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/snmp/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/snmp/ebin ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/snmp/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/snmp/include ; fi
for x in lib/snmp/ebin/*.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/snmp/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/sasl ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/sasl ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/sasl/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/sasl/ebin ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/sasl/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/sasl/include ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic/ebin ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic/include ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx/ebin ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx/include ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/test_server ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/test_server ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/test_server/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/test_server/include ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/common_test ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/common_test ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/common_test/include ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/common_test/include ; fi
for x in lib/ic/ebin/*.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/ic/include/*.idl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/ic/include/*.h; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/ic/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/sasl/ebin/*.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/sasl/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/syntax_tools ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/syntax_tools ; fi
if test ! -d /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/syntax_tools/ebin ; then mkdir /Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/syntax_tools/ebin ; fi
for x in lib/syntax_tools/ebin/*.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/syntax_tools/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/wx/include/*.hrl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/wx/ebin/wx_object.beam; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/wx/ebin/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
cp: lib/wx/ebin/wx_object.beam: No such file or directory
for x in lib/test_server/include/*.hrl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/test_server/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
for x in lib/common_test/include/*.hrl; do \
BN=`basename $x`; \
TF=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/lib/common_test/include/$BN; \
test -f $TF && \
test '!' -z "`find $x -newer $TF -print`" && \
cp $x $TF; \
test '!' -f $TF && \
cp $x $TF; \
true; \
done
cd lib && \
ERL_TOP=/Users/natevw/build-couchdb/dependencies/otp PATH=/Users/natevw/build-couchdb/dependencies/otp/bootstrap/bin:"${PATH}" \
make opt BUILD_ALL=true
=== Entering application stdlib
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin array.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin base64.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin beam_lib.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin binary.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin c.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin calendar.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin dets.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin dets_server.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin dets_sup.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin dets_utils.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin dets_v8.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin dets_v9.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin dict.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin digraph.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin digraph_utils.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin edlin.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin edlin_expand.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin epp.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_bits.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_compile.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_eval.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_expand_records.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_internal.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_lint.erl
erlc -W -o. erl_parse.yrl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_parse.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_posix_msg.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_pp.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_scan.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin erl_tar.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin error_logger_file_h.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin error_logger_tty_h.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin escript.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin ets.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin eval_bits.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin file_sorter.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin filelib.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin filename.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin gb_trees.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin gb_sets.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin gen.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin gen_event.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin gen_fsm.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin gen_server.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin io.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin io_lib.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin io_lib_format.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin io_lib_fread.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin io_lib_pretty.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin lib.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin lists.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin log_mf_h.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin math.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin ms_transform.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin otp_internal.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin orddict.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin ordsets.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin pg.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin re.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin pool.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin proc_lib.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin proplists.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin qlc.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin qlc_pt.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin queue.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin random.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin sets.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin shell.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin shell_default.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin slave.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin sofs.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin string.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin supervisor.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin supervisor_bridge.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin sys.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin timer.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin unicode.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin win32reg.erl
erlc -W +debug_info -I../include -I../../kernel/include -Werror -o../ebin zip.erl
sed -e 's;%VSN%;1.19.2;' stdlib.app.src > ../ebin/stdlib.app
sed -e 's;%VSN%;1.19.2;' stdlib.appup.src > ../ebin/stdlib.appup
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application stdlib
=== Entering application sasl
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application sasl
=== Entering application kernel
erlc -W +debug_info -I../include -Werror -o../ebin application.erl
erlc -W +debug_info -I../include -Werror -o../ebin application_controller.erl
erlc -W +debug_info -I../include -Werror -o../ebin application_master.erl
erlc -W +debug_info -I../include -Werror -o../ebin application_starter.erl
erlc -W +debug_info -I../include -Werror -o../ebin auth.erl
erlc -W +debug_info -I../include -Werror -o../ebin code.erl
erlc -W +debug_info -I../include -Werror -o../ebin code_server.erl
erlc -W +debug_info -I../include -Werror -o../ebin disk_log.erl
erlc -W +debug_info -I../include -Werror -o../ebin disk_log_1.erl
erlc -W +debug_info -I../include -Werror -o../ebin disk_log_server.erl
erlc -W +debug_info -I../include -Werror -o../ebin disk_log_sup.erl
erlc -W +debug_info -I../include -Werror -o../ebin dist_ac.erl
erlc -W +debug_info -I../include -Werror -o../ebin dist_util.erl
erlc -W +debug_info -I../include -Werror -o../ebin erl_boot_server.erl
erlc -W +debug_info -I../include -Werror -o../ebin erl_ddll.erl
erlc -W +debug_info -I../include -Werror -o../ebin erl_distribution.erl
erlc -W +debug_info -I../include -Werror -Depmd_port_no=4369 -Depmd_node_type=110 -Depmd_dist_low=5 -Depmd_dist_high=5 -Derlang_daemon_port=4369 -o../ebin erl_epmd.erl
erlc -W +debug_info -I../include -Werror -o../ebin erl_reply.erl
erlc -W +debug_info -I../include -Werror -o../ebin erts_debug.erl
erlc -W +debug_info -I../include -Werror -o../ebin error_handler.erl
erlc -W +debug_info -I../include -Werror -o../ebin error_logger.erl
erlc -W +debug_info -I../include -Werror -o../ebin file.erl
erlc -W +debug_info -I../include -Werror -o../ebin file_io_server.erl
erlc -W +debug_info -I../include -Werror -o../ebin file_server.erl
erlc -W +debug_info -I../include -Werror -o../ebin gen_tcp.erl
erlc -W +debug_info -I../include -Werror -o../ebin gen_udp.erl
erlc -W +debug_info -I../include -Werror -o../ebin gen_sctp.erl
erlc -W +debug_info -I../include -Werror -o../ebin global.erl
erlc -W +debug_info -I../include -Werror -o../ebin global_group.erl
erlc -W +debug_info -I../include -Werror -o../ebin global_search.erl
erlc -W +debug_info -I../include -Werror -o../ebin group.erl
erlc -W +debug_info -I../include -Werror -o../ebin heart.erl
sed -e "s;%VSN%;3.10.2;" ../../hipe/main/hipe.hrl.src > ../../hipe/main/hipe.hrl
erlc -W +debug_info -I../include -Werror -o../ebin hipe_unified_loader.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet6_tcp.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet6_tcp_dist.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet6_udp.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet6_sctp.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_config.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_db.erl
LANG=C /usr/bin/perl inet_dns_record_adts.pl > inet_dns_record_adts.hrl
erlc -W +debug_info -I../include -Werror -o../ebin inet_dns.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_gethost_native.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_hosts.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_parse.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_res.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_tcp.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_tcp_dist.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_udp.erl
erlc -W +debug_info -I../include -Werror -o../ebin inet_sctp.erl
erlc -W +debug_info -I../include -Werror -o../ebin kernel.erl
erlc -W +debug_info -I../include -Werror -o../ebin kernel_config.erl
erlc -W +debug_info -I../include -Werror -o../ebin net.erl
erlc -W +debug_info -I../include -Werror -o../ebin net_adm.erl
erlc -W +debug_info -I../include -Werror -o../ebin net_kernel.erl
erlc -W +debug_info -I../include -Werror -o../ebin os.erl
erlc -W +debug_info -I../include -Werror -o../ebin pg2.erl
erlc -W +debug_info -I../include -Werror -o../ebin ram_file.erl
erlc -W +debug_info -I../include -Werror -o../ebin rpc.erl
erlc -W +debug_info -I../include -Werror -o../ebin seq_trace.erl
erlc -W +debug_info -I../include -Werror -o../ebin standard_error.erl
erlc -W +debug_info -I../include -Werror -o../ebin user.erl
erlc -W +debug_info -I../include -Werror -o../ebin user_drv.erl
erlc -W +debug_info -I../include -Werror -o../ebin user_sup.erl
erlc -W +debug_info -I../include -Werror -o../ebin wrap_log_reader.erl
sed -e 's;%VSN%;2.16.2;' kernel.app.src > ../ebin/kernel.app
sed -e 's;%VSN%;2.16.2;' kernel.appup.src > ../ebin/kernel.appup
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application kernel
=== Entering application compiler
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_a.erl
/usr/bin/perl /Users/natevw/build-couchdb/dependencies/otp/erts/emulator/utils/beam_makeops -compiler -outdir . genop.tab
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -DCOMPILER_VSN='"4.9.2"' -o../ebin beam_asm.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_block.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_bool.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_bsm.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_clean.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_dead.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_dict.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_disasm.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_except.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_flatten.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_jump.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_listing.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_opcodes.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_peep.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_receive.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_split.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_trim.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_type.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_utils.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_validator.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin beam_z.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin cerl.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin cerl_clauses.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W +nowarn_shadow_vars -o../ebin cerl_inline.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin cerl_trees.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin compile.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin core_lib.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin core_lint.erl
erlc -W -o. core_parse.yrl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin core_parse.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin core_pp.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin core_scan.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin erl_bifs.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin rec_env.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin sys_core_dsetel.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin sys_core_fold.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin sys_core_inline.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin sys_pre_attributes.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin sys_pre_expand.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin v3_codegen.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin v3_core.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin v3_kernel.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin v3_kernel_pp.erl
erlc -W +debug_info +inline +warn_unused_import -Werror -I../../stdlib/include -I. -W -o../ebin v3_life.erl
sed -e 's;%VSN%;4.9.2;' compiler.app.src > ../ebin/compiler.app
sed -e 's;%VSN%;4.9.2;' compiler.appup.src > ../ebin/compiler.appup
make[3]: Nothing to be done for `opt'.
=== Leaving application compiler
=== Skipping subdir tools, reason:
Not needed by CouchDB
===
=== Skipping subdir test_server, reason:
Not needed by CouchDB
===
=== Skipping subdir common_test, reason:
Not needed by CouchDB
===
=== Skipping subdir runtime_tools, reason:
Not needed by CouchDB
===
=== Entering application inets
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -o../../ebin inets.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -o../../ebin inets_service.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -o../../ebin inets_app.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -o../../ebin inets_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -o../../ebin inets_regexp.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -o../../ebin inets_trace.erl
sed -e 's;%VSN%;5.9.5;' inets.app.src > ../../ebin/inets.app
sed -e 's;%VSN%;5.9.5;' inets.appup.src > ../../ebin/inets.appup
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin http_chunk.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin http_transport.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin http_util.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin http_request.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin http_response.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin http_uri.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_cookie.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_handler.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_manager.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_handler_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_profile_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_response.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -I../http_lib -o../../ebin httpc_request.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_acceptor.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_acceptor_sup.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_cgi.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_conf.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_example.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_esi.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_file.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_instance_sup.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_log.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_manager.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_misc_sup.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_request.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_request_handler.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_response.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_script_env.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_socket.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_sup.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin httpd_util.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_actions.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_alias.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_auth.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_auth_plain.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_auth_dets.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_auth_mnesia.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_auth_server.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_browser.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_cgi.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_dir.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_disk_log.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_esi.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_get.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_head.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_htaccess.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_include.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_log.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_range.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_responsecontrol.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_trace.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_security.erl
erlc -W +debug_info -D'SERVER_SOFTWARE="inets/5.9.5"' -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../inets_app -I../http_lib -o../../ebin mod_security_server.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin ftp.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin ftp_progress.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin ftp_response.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin ftp_sup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin tftp.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin tftp_binary.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin tftp_engine.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin tftp_file.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin tftp_lib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin tftp_logger.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -I../inets_app -o../../ebin tftp_sup.erl
make[4]: Nothing to be done for `opt'.
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -o. hdlt.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -o. hdlt_ctrl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -o. hdlt_client.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -o. hdlt_logger.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -o. hdlt_random_html.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -o. hdlt_server.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/inets/ebin +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"inets-5.9.5"}' -I../../include -o. hdlt_slave.erl
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application inets
=== Entering application xmerl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_scan.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xs.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_eventp.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xpath.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xsd.erl
erlc -W -o . xmerl_b64Bin.yrl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_b64Bin.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_b64Bin_scan.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_html.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_lib.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_otpsgml.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_regexp.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sgml.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_simple.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_text.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_ucs.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_uri.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_validate.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xlate.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xml.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xpath_lib.erl
erlc -W -o . xmerl_xpath_parse.yrl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xpath_parse.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xpath_pred.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xpath_scan.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_xsd_type.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_parser.erl
cat xmerl_sax_parser_list.erlsrc xmerl_sax_parser_base.erlsrc >xmerl_sax_parser_list.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_parser_list.erl
cat xmerl_sax_parser_latin1.erlsrc xmerl_sax_parser_base.erlsrc >xmerl_sax_parser_latin1.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_parser_latin1.erl
cat xmerl_sax_parser_utf8.erlsrc xmerl_sax_parser_base.erlsrc >xmerl_sax_parser_utf8.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_parser_utf8.erl
cat xmerl_sax_parser_utf16be.erlsrc xmerl_sax_parser_base.erlsrc >xmerl_sax_parser_utf16be.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_parser_utf16be.erl
cat xmerl_sax_parser_utf16le.erlsrc xmerl_sax_parser_base.erlsrc >xmerl_sax_parser_utf16le.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_parser_utf16le.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_simple_dom.erl
erlc -W +debug_info -I ../include +warn_unused_vars -o../ebin xmerl_sax_old_dom.erl
sed -e 's;%VSN%;1.3.3;' xmerl.app.src > ../ebin/xmerl.app
sed -e 's;%VSN%;1.3.3;' xmerl.appup.src > ../ebin/xmerl.appup
make[3]: Nothing to be done for `opt'.
=== Leaving application xmerl
=== Skipping subdir edoc, reason:
Not needed by CouchDB
===
=== Skipping subdir erl_docgen, reason:
Not needed by CouchDB
===
=== Entering application snmp
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[4]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application snmp
=== Entering application otp_mibs
erlc -W +debug_info -I../include +warn_obsolete_guard -o../ebin otp_mib.erl
sed -e 's;%VSN%;1.0.8;' otp_mibs.app.src > ../ebin/otp_mibs.app
sed -e 's;%VSN%;1.0.8;' otp_mibs.appup.src > ../ebin/otp_mibs.appup
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -I ../priv/mibs -o ../priv/mibs OTP-REG.mib
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -I ../priv/mibs -o ../priv/mibs OTP-TC.mib
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -I ../priv/mibs -o ../priv/mibs OTP-MIB.mib
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/OTP-REG.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/OTP-TC.bin
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/OTP-MIB.bin
/Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1 -o v1/OTP-REG.mib.v1 OTP-REG.mib
Use of assignment to $[ is deprecated at /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
/Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1 -o v1/OTP-TC.mib.v1 OTP-TC.mib
Use of assignment to $[ is deprecated at /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
/Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1 -o v1/OTP-MIB.mib.v1 OTP-MIB.mib
Use of assignment to $[ is deprecated at /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
make[3]: Nothing to be done for `opt'.
=== Leaving application otp_mibs
=== Skipping subdir appmon, reason:
Not needed by CouchDB
===
=== Entering application erl_interface
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c connect/ei_connect.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_connect.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c connect/ei_resolve.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_resolve.o
connect/ei_resolve.c:229:11: warning: incompatible pointer types assigning to 'char *' from 'char **'; dereference with * [-Wincompatible-pointer-types]
*pptr = src_aliases;
^ ~~~~~~~~~~~
*
connect/ei_resolve.c:302:24: warning: unused function 'my_gethostbyname_r' [-Wunused-function]
static struct hostent *my_gethostbyname_r(const char *name,
^
connect/ei_resolve.c:360:24: warning: unused function 'my_gethostbyaddr_r' [-Wunused-function]
static struct hostent *my_gethostbyaddr_r(const char *addr,
^
3 warnings generated.
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c connect/eirecv.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eirecv.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c connect/send.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c connect/send_exit.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_exit.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c connect/send_reg.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_reg.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_atom.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_atom.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_big.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_big.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_bignum.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_bignum.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_binary.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_binary.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_boolean.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_boolean.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_char.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_char.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_double.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_double.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_fun.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_fun.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_intlist.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_intlist.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_list_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_list_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_long.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_long.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_pid.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_pid.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_port.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_port.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_ref.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ref.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_skip.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_skip.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_string.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_string.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_trace.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_trace.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_tuple_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_tuple_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_ulong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_version.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_version.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_longlong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_longlong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c decode/decode_ulonglong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulonglong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_atom.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_atom.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_big.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_big.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_bignum.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_bignum.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_binary.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_binary.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_boolean.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_boolean.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_char.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_char.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_double.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_double.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_fun.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_fun.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_list_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_list_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_long.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_long.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_pid.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_pid.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_port.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_port.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_ref.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ref.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_string.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_string.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_trace.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_trace.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_tuple_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_tuple_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_ulong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_version.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_version.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_longlong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_longlong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c encode/encode_ulonglong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulonglong.o
encode/encode_ulonglong.c:55:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
if ((p < 256) && (p >= 0)) {
~ ^ ~
1 warning generated.
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c epmd/epmd_port.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_port.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c epmd/epmd_publish.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_publish.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c epmd/epmd_unpublish.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_unpublish.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_decode_term.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_decode_term.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_format.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_format.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_locking.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_locking.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_malloc.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_malloc.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_portio.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_portio.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_printterm.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_printterm.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_pthreads.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_pthreads.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_trace.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_trace.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_x_encode.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_x_encode.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/eimd5.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eimd5.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/get_type.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/get_type.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/show_msg.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/show_msg.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c misc/ei_compat.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_compat.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_dohash.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_dohash.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_foreach.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_foreach.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_freetab.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_freetab.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_insert.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_insert.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_isprime.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_isprime.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_lookup.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_lookup.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_newtab.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_newtab.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_remove.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_remove.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_resize.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_resize.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/hash_rlookup.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_rlookup.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_close.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_close.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_delete.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_delete.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_dirty.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dirty.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_dump.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dump.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_free.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_free.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_get.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_get.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_getf.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getf.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_geti.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_geti.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_getp.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getp.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_gets.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_gets.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_make.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_make.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_open.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_open.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_purge.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_purge.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_resize.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_resize.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_restore.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_restore.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_set.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_set.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_setf.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setf.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_seti.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_seti.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_setp.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setp.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_sets.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_sets.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_stat.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_stat.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c registry/reg_tabstat.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_tabstat.o
rm -f /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a
ar rcv /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_connect.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_resolve.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eirecv.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_exit.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_reg.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_atom.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_big.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_bignum.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_binary.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_boolean.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_char.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_double.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_fun.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_intlist.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_list_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_long.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_pid.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_port.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ref.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_skip.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_string.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_trace.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_tuple_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_version.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_longlong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulonglong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_atom.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_big.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_bignum.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_binary.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_boolean.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_char.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_double.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_fun.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_list_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_long.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_pid.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_port.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ref.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_string.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_trace.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_tuple_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_version.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_longlong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulonglong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_port.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_publish.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_unpublish.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_decode_term.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_format.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_locking.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_malloc.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_portio.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_printterm.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_pthreads.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_trace.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_x_encode.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eimd5.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/get_type.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/show_msg.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_compat.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_dohash.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_foreach.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_freetab.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_insert.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_isprime.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_lookup.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_newtab.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_remove.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_resize.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_rlookup.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_close.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_delete.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dirty.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dump.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_free.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_get.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getf.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_geti.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getp.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_gets.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_make.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_open.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_purge.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_resize.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_restore.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_set.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setf.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_seti.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setp.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_sets.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_stat.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_tabstat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(decode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(decode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(decode_ulong.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(encode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(encode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(encode_ulong.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(ei_locking.o) has no symbols
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_connect.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_resolve.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eirecv.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_exit.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_reg.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_atom.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_big.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_bignum.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_binary.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_boolean.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_char.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_double.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_fun.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_intlist.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_list_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_long.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_pid.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_port.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ref.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_skip.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_string.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_trace.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_tuple_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_version.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_longlong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulonglong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_atom.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_big.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_bignum.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_binary.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_boolean.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_char.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_double.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_fun.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_list_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_long.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_pid.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_port.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ref.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_string.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_trace.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_tuple_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_version.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_longlong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulonglong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_port.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_publish.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_unpublish.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_decode_term.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_format.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_locking.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_malloc.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_portio.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_printterm.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_pthreads.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_trace.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_x_encode.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eimd5.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/get_type.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/show_msg.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_compat.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_dohash.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_foreach.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_freetab.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_insert.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_isprime.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_lookup.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_newtab.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_remove.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_resize.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_rlookup.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_close.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_delete.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dirty.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dump.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_free.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_get.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getf.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_geti.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getp.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_gets.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_make.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_open.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_purge.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_resize.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_restore.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_set.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setf.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_seti.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setp.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_sets.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_stat.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_tabstat.o
ranlib /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(decode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(decode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(decode_ulong.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(encode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(encode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(encode_ulong.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a(ei_locking.o) has no symbols
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/decode_term.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_term.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/encode_term.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_term.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_connect.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_connect.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_error.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_error.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_eterm.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_eterm.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_fix_alloc.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_fix_alloc.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_format.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_format.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_malloc.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_malloc.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_marshal.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_marshal.o
legacy/erl_marshal.c:293:24: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
if ((ul < 256) && (ul >= 0)) {
~~ ^ ~
1 warning generated.
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_resolve.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_resolve.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/erl_timeout.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_timeout.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/global_names.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_names.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/global_register.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_register.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/global_unregister.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_unregister.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -c legacy/global_whereis.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_whereis.o
rm -f /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface_st.a
ar rcv /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface_st.a /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_term.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_term.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_connect.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_error.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_eterm.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_fix_alloc.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_format.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_malloc.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_marshal.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_resolve.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_timeout.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_names.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_register.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_unregister.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_whereis.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_term.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_term.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_connect.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_error.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_eterm.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_fix_alloc.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_format.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_malloc.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_marshal.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_resolve.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_timeout.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_names.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_register.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_unregister.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_whereis.o
ranlib /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface_st.a
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c connect/ei_connect.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_connect.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c connect/ei_resolve.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_resolve.o
connect/ei_resolve.c:229:11: warning: incompatible pointer types assigning to 'char *' from 'char **'; dereference with * [-Wincompatible-pointer-types]
*pptr = src_aliases;
^ ~~~~~~~~~~~
*
connect/ei_resolve.c:360:24: warning: unused function 'my_gethostbyaddr_r' [-Wunused-function]
static struct hostent *my_gethostbyaddr_r(const char *addr,
^
2 warnings generated.
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c connect/eirecv.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eirecv.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c connect/send.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c connect/send_exit.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_exit.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c connect/send_reg.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_reg.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_atom.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_atom.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_big.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_big.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_bignum.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_bignum.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_binary.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_binary.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_boolean.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_boolean.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_char.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_char.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_double.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_double.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_fun.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_fun.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_intlist.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_intlist.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_list_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_list_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_long.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_long.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_pid.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_pid.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_port.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_port.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_ref.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ref.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_skip.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_skip.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_string.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_string.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_trace.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_trace.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_tuple_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_tuple_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_ulong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_version.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_version.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_longlong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_longlong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c decode/decode_ulonglong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulonglong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_atom.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_atom.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_big.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_big.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_bignum.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_bignum.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_binary.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_binary.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_boolean.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_boolean.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_char.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_char.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_double.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_double.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_fun.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_fun.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_list_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_list_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_long.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_long.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_pid.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_pid.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_port.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_port.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_ref.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ref.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_string.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_string.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_trace.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_trace.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_tuple_header.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_tuple_header.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_ulong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_version.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_version.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_longlong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_longlong.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c encode/encode_ulonglong.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulonglong.o
encode/encode_ulonglong.c:55:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
if ((p < 256) && (p >= 0)) {
~ ^ ~
1 warning generated.
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c epmd/epmd_port.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_port.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c epmd/epmd_publish.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_publish.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c epmd/epmd_unpublish.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_unpublish.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_decode_term.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_decode_term.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_format.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_format.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_locking.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_locking.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_malloc.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_malloc.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_portio.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_portio.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_printterm.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_printterm.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_pthreads.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_pthreads.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_trace.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_trace.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_x_encode.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_x_encode.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/eimd5.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eimd5.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/get_type.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/get_type.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/show_msg.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/show_msg.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c misc/ei_compat.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_compat.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_dohash.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_dohash.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_foreach.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_foreach.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_freetab.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_freetab.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_insert.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_insert.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_isprime.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_isprime.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_lookup.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_lookup.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_newtab.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_newtab.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_remove.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_remove.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_resize.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_resize.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/hash_rlookup.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_rlookup.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_close.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_close.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_delete.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_delete.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_dirty.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dirty.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_dump.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dump.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_free.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_free.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_get.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_get.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_getf.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getf.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_geti.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_geti.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_getp.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getp.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_gets.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_gets.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_make.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_make.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_open.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_open.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_purge.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_purge.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_resize.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_resize.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_restore.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_restore.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_set.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_set.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_setf.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setf.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_seti.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_seti.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_setp.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setp.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_sets.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_sets.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_stat.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_stat.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c registry/reg_tabstat.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_tabstat.o
rm -f /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a
ar rcv /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_connect.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_resolve.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eirecv.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_exit.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_reg.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_atom.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_big.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_bignum.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_binary.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_boolean.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_char.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_double.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_fun.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_intlist.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_list_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_long.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_pid.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_port.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ref.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_skip.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_string.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_trace.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_tuple_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_version.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_longlong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulonglong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_atom.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_big.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_bignum.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_binary.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_boolean.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_char.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_double.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_fun.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_list_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_long.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_pid.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_port.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ref.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_string.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_trace.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_tuple_header.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_version.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_longlong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulonglong.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_port.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_publish.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_unpublish.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_decode_term.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_format.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_locking.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_malloc.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_portio.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_printterm.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_pthreads.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_trace.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_x_encode.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eimd5.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/get_type.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/show_msg.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_compat.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_dohash.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_foreach.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_freetab.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_insert.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_isprime.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_lookup.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_newtab.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_remove.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_resize.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_rlookup.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_close.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_delete.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dirty.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dump.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_free.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_get.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getf.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_geti.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getp.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_gets.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_make.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_open.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_purge.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_resize.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_restore.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_set.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setf.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_seti.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setp.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_sets.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_stat.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_tabstat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(decode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(decode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(decode_ulong.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(encode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(encode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(encode_ulong.o) has no symbols
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_connect.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_resolve.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eirecv.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_exit.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_reg.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_atom.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_big.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_bignum.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_binary.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_boolean.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_char.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_double.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_fun.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_intlist.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_list_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_long.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_pid.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_port.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ref.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_skip.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_string.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_trace.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_tuple_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_version.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_longlong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulonglong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_atom.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_big.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_bignum.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_binary.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_boolean.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_char.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_double.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_fun.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_list_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_long.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_pid.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_port.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ref.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_string.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_trace.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_tuple_header.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_version.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_longlong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulonglong.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_port.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_publish.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_unpublish.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_decode_term.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_format.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_locking.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_malloc.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_portio.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_printterm.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_pthreads.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_trace.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_x_encode.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eimd5.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/get_type.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/show_msg.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_compat.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_dohash.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_foreach.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_freetab.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_insert.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_isprime.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_lookup.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_newtab.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_remove.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_resize.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_rlookup.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_close.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_delete.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dirty.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dump.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_free.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_get.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getf.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_geti.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getp.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_gets.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_make.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_open.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_purge.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_resize.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_restore.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_set.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setf.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_seti.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setp.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_sets.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_stat.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_tabstat.o
ranlib /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(decode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(decode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(decode_ulong.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(encode_bignum.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(encode_long.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a(encode_ulong.o) has no symbols
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/decode_term.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_term.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/encode_term.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_term.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_connect.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_connect.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_error.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_error.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_eterm.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_eterm.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_fix_alloc.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_fix_alloc.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_format.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_format.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_malloc.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_malloc.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_marshal.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_marshal.o
legacy/erl_marshal.c:293:24: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
if ((ul < 256) && (ul >= 0)) {
~~ ^ ~
1 warning generated.
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_resolve.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_resolve.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/erl_timeout.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_timeout.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/global_names.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_names.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/global_register.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_register.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/global_unregister.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_unregister.o
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -c legacy/global_whereis.c -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_whereis.o
rm -f /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface.a
ar rcv /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface.a /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_term.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_term.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_connect.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_error.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_eterm.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_fix_alloc.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_format.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_malloc.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_marshal.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_resolve.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_timeout.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_names.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_register.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_unregister.o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_whereis.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_term.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_term.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_connect.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_error.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_eterm.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_fix_alloc.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_format.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_malloc.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_marshal.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_resolve.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_timeout.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_names.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_register.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_unregister.o
a - /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_whereis.o
ranlib /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface.a
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -DEI_64BIT -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -fno-strict-aliasing -I. -I../include -Iconnect -Iencode -Idecode -Imisc -Iepmd -Iregistry -Ix86_64-apple-darwin13.0.0 -Ilegacy -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -o /Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/bin/x86_64-apple-darwin13.0.0/erl_call prog/erl_call.c prog/erl_start.c \
-L/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/obj/x86_64-apple-darwin13.0.0 -lei -lpthread
make[3]: Nothing to be done for `opt'.
=== Leaving application erl_interface
=== Entering application asn1
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
gcc -c -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/beam -I/Users/natevw/build-couchdb/dependencies/otp/erts/include -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal -I/Users/natevw/build-couchdb/dependencies/otp/erts/include/internal/x86_64-apple-darwin13.0.0 -I/Users/natevw/build-couchdb/dependencies/otp/erts/emulator/sys/unix -Werror=return-type -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -fPIC -fno-common -O3 -o ../priv/obj/x86_64-apple-darwin13.0.0/asn1_erl_nif.o asn1_erl_nif.c
gcc -m64 -bundle -flat_namespace -undefined suppress -o ../priv/lib/x86_64-apple-darwin13.0.0/asn1_erl_nif.so ../priv/obj/x86_64-apple-darwin13.0.0/asn1_erl_nif.o -lc -lutil -ldl -lm
=== Leaving application asn1
=== Skipping subdir jinterface, reason:
Java compiler disabled by user
===
=== Skipping subdir wx, reason:
Not needed by CouchDB
===
=== Skipping subdir debugger, reason:
Not needed by CouchDB
===
=== Skipping subdir reltool, reason:
Not needed by CouchDB
===
=== Skipping subdir gs, reason:
Not needed by CouchDB
===
=== Entering application ic
make[3]: Nothing to be done for `opt'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
make[4]: Nothing to be done for `debug'.
=== Skipping subdir java_src, reason:
Java compiler disabled by user
===
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application ic
=== Skipping subdir mnesia, reason:
Not needed by CouchDB
===
=== Skipping subdir crypto, reason:
No usable OpenSSL found
===
=== Entering application orber
erlc -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin +'{this,"CosNaming::NamingContext"}' \
+'{this,"CosNaming::NamingContextExt"}' cos_naming_ext.idl
Erlang IDL compiler version 4.3.2
erlc -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin +'{this,"CosNaming::NamingContext"}' cos_naming.idl
Erlang IDL compiler version 4.3.2
>IDL-GENERATED
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin oe_cos_naming_ext.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContextExt.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContextExt_InvalidAddress.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin oe_cos_naming.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_Name.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContext.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_BindingIterator.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NameComponent.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_Binding.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_BindingList.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContext_NotFound.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContext_AlreadyBound.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContext_CannotProceed.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContext_InvalidName.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContext_NotEmpty.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_NamingContextExt_impl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin CosNaming_BindingIterator_impl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin lname.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin lname_component.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -o../../ebin orber_cosnaming_utils.erl
erlc -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin /Users/natevw/build-couchdb/dependencies/otp/lib/ic/include/erlang.idl
Erlang IDL compiler version 4.3.2
erlc -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin CORBA.idl
Erlang IDL compiler version 4.3.2
erlc -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin +'{this,"Orber::IFR"}' OrberIFR.idl
Erlang IDL compiler version 4.3.2
>IDL-GENERATED
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin oe_erlang.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin erlang_pid.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin erlang_port.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin erlang_ref.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin erlang_binary.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin oe_CORBA.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin oe_OrberIFR.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin OrberApp_IFR.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin corba.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin corba_boa.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin corba_object.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin any.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin iop_ior.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_tc.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_typedefs.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_request_number.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_objectkeys.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_initial_references.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin cdrlib.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin cdr_encode.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin cdr_decode.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_net.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_net_accept.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_insup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_inproxy.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_inrequest.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_pm.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_outsup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_outproxy.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_socketsup.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_socket.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_aliasdef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_arraydef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_attributedef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_constantdef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_contained.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_container.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_enumdef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_exceptiondef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_idltype.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_interfacedef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_irobject.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_moduledef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_operationdef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_orb.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_primitivedef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_repository.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_sequencedef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_stringdef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_wstringdef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_structdef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_typecode.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_typedef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_uniondef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_fixeddef.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_ifr_utils.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin OrberApp_IFR_impl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_pi.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_web.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_web_server.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_tracer.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_tracer_silent.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_iiop_tracer_stealth.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin fixed.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_exceptions.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_diagnostics.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_acl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_env.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber/include +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"orber_3.6.26.1"}' -D'ORBVSN="3.6.26.1"' -o../ebin orber_tb.erl
sed -e 's;%VSN%;3.6.26.1;' orber.app.src > ../ebin/orber.app
sed -e 's;%VSN%;3.6.26.1;' orber.appup.src > ../ebin/orber.appup
make[4]: Nothing to be done for `opt'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
mkdir -p ../priv/obj/x86_64-apple-darwin13.0.0
echo "Nothing to build"
Nothing to build
erlc -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin stack.idl
Erlang IDL compiler version 4.3.2
>IDL-GENERATED
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin oe_stack.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin StackModule_Stack.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin StackModule_StackFactory.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin StackModule_EmptyStack.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin StackModule_Stack_impl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin StackModule_StackFactory_impl.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin stack_factory.erl
erlc -W +debug_info -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/ic/ebin -pa /Users/natevw/build-couchdb/dependencies/otp/lib/orber -I/Users/natevw/build-couchdb/dependencies/otp/lib/orber -o../../ebin stack_client.erl
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application orber
=== Entering application os_mon
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin disksup.erl
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin memsup.erl
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin cpu_sup.erl
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin os_mon.erl
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin os_mon_mib.erl
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin os_sup.erl
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin os_mon_sysinfo.erl
erlc -W +debug_info +warn_obsolete_guard -I../include -Werror -o../ebin nteventlog.erl
sed -e 's;%VSN%;2.2.12;' os_mon.app.src > ../ebin/os_mon.app
sed -e 's;%VSN%;2.2.12;' os_mon.appup.src > ../ebin/os_mon.appup
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
gcc -c -o ../priv/obj/x86_64-apple-darwin13.0.0/memsup.o -Werror=return-type -m64 -g -O2 -fno-strict-aliasing -I/Users/natevw/build-couchdb/dependencies/otp/erts/x86_64-apple-darwin13.0.0 -D_XOPEN_SOURCE -DHAVE_CONFIG_H memsup.c
gcc -m64 -o ../priv/bin/x86_64-apple-darwin13.0.0/memsup ../priv/obj/x86_64-apple-darwin13.0.0/memsup.o
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -I ../priv/mibs -o ../priv/mibs /Users/natevw/build-couchdb/dependencies/otp/lib/otp_mibs/mibs/OTP-REG.mib
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -I ../priv/mibs -o ../priv/mibs /Users/natevw/build-couchdb/dependencies/otp/lib/otp_mibs/mibs/OTP-TC.mib
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -I ../priv/mibs -o ../priv/mibs /Users/natevw/build-couchdb/dependencies/otp/lib/otp_mibs/mibs/OTP-MIB.mib
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -I /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/priv/mibs -I ../priv/mibs -o ../priv/mibs OTP-OS-MON-MIB.mib
erlc -W -pa /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/ebin -o ../include ../priv/mibs/OTP-OS-MON-MIB.bin
/Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1 -o v1/OTP-OS-MON-MIB.mib.v1 OTP-OS-MON-MIB.mib
Use of assignment to $[ is deprecated at /Users/natevw/build-couchdb/dependencies/otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
make[3]: Nothing to be done for `opt'.
=== Leaving application os_mon
=== Entering application parsetools
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application parsetools
=== Entering application syntax_tools
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
make[3]: Nothing to be done for `opt'.
=== Leaving application syntax_tools
=== Skipping subdir pman, reason:
Not needed by CouchDB
===
=== Entering application public_key
erlc -bber +der +compact_bit_string +noobj +asn1config OTP-PUB-KEY.set.asn
Due to multiple occurrences of a definition name in multi-file compiled files:
NOTICE: The ASN.1 definition in module 'PKCS-1' with name 'Version' has been renamed in generated module. New name is 'VersionPKCS-1'.
NOTICE: The ASN.1 definition in module 'PKIX1Explicit88' with name 'Version' has been renamed in generated module. New name is 'VersionPKIX1Explicit88'.
NOTICE: The ASN.1 definition in module 'PKCS-1' with name 'DigestInfo' has been renamed in generated module. New name is 'DigestInfoPKCS-1'.
NOTICE: The ASN.1 definition in module 'PKCS-7' with name 'DigestInfo' has been renamed in generated module. New name is 'DigestInfoPKCS-7'.
asn1error:261:'OTP-PUB-KEY':'OTPOLDSubjectPublicKeyInfo'
{"missing expected simple table constraint",[]}
erlc -W +debug_info -o../ebin OTP-PUB-KEY.erl
erlc -bber +der +compact_bit_string +noobj +asn1config PKCS-FRAME.set.asn
Due to multiple occurrences of a definition name in multi-file compiled files:
NOTICE: The ASN.1 definition in module 'PKCS5v2-0' with name 'AlgorithmIdentifier' has been renamed in generated module. New name is 'AlgorithmIdentifierPKCS5v2-0'.
NOTICE: The ASN.1 definition in module 'PKCS-8' with name 'AlgorithmIdentifier' has been renamed in generated module. New name is 'AlgorithmIdentifierPKCS-8'.
erlc -W +debug_info -o../ebin PKCS-FRAME.erl
cp -p OTP-PUB-KEY.hrl ../include/OTP-PUB-KEY.hrl
cp -p PKCS-FRAME.hrl ../include/PKCS-FRAME.hrl
erlc -W +debug_info -I ../include -I ../asn1/ +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"public_key-0.19"}' -o../ebin public_key.erl
erlc -W +debug_info -I ../include -I ../asn1/ +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"public_key-0.19"}' -o../ebin pubkey_pem.erl
erlc -W +debug_info -I ../include -I ../asn1/ +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"public_key-0.19"}' -o../ebin pubkey_ssh.erl
erlc -W +debug_info -I ../include -I ../asn1/ +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"public_key-0.19"}' -o../ebin pubkey_pbe.erl
erlc -W +debug_info -I ../include -I ../asn1/ +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"public_key-0.19"}' -o../ebin pubkey_cert.erl
erlc -W +debug_info -I ../include -I ../asn1/ +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"public_key-0.19"}' -o../ebin pubkey_cert_records.erl
erlc -W +debug_info -I ../include -I ../asn1/ +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"public_key-0.19"}' -o../ebin pubkey_crl.erl
sed -e 's;%VSN%;0.19;' public_key.app.src > ../ebin/public_key.app
sed -e 's;%VSN%;0.19;' public_key.appup.src > ../ebin/public_key.appup
make[3]: Nothing to be done for `opt'.
=== Leaving application public_key
=== Skipping subdir ssl, reason:
No usable OpenSSL found
===
=== Skipping subdir toolbar, reason:
Not needed by CouchDB
===
=== Skipping subdir tv, reason:
Not needed by CouchDB
===
=== Skipping subdir observer, reason:
Not needed by CouchDB
===
=== Entering application odbc
erlc -W +debug_info -I../include -D'SERVER_SOFTWARE="odbc/2.10.16"' +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"odbc-2.10.16"}' -o../ebin odbc.erl
erlc -W +debug_info -I../include -D'SERVER_SOFTWARE="odbc/2.10.16"' +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"odbc-2.10.16"}' -o../ebin odbc_app.erl
erlc -W +debug_info -I../include -D'SERVER_SOFTWARE="odbc/2.10.16"' +'{parse_transform,sys_pre_attributes}' +'{attribute,insert,app_vsn,"odbc-2.10.16"}' -o../ebin odbc_sup.erl
sed -e 's;%VSN%;2.10.16;' odbc.app.src > ../ebin/odbc.app
sed -e 's;%VSN%;2.10.16;' odbc.appup.src > ../ebin/odbc.appup
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin13.0.0/Makefile TYPE=opt
gcc -Werror=return-type -g -O2 -fno-strict-aliasing -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRUCT_SOCKADDR_IN6_SIN6_ADDR=1 -DHAVE_MEMSET=1 -DHAVE_SOCKET=1 -DHAVE_PTHREAD_H=1 -I. -I/usr/lib/include -I/Users/natevw/build-couchdb/dependencies/otp/lib/erl_interface/include -DUNIX -o ../priv/obj/x86_64-apple-darwin13.0.0/odbcserver.o -c odbcserver.c
odbcserver.c:118:10: fatal error: 'sql.h' file not found
#include "sql.h"
^
1 error generated.
make[4]: *** [../priv/obj/x86_64-apple-darwin13.0.0/odbcserver.o] Error 1
make[3]: *** [opt] Error 2
make[2]: *** [opt] Error 2
make[1]: *** [opt] Error 2
make: *** [libs] Error 2
git reset --hard && git clean -fd
HEAD is now at 8cece79 Prepare release
Removing lib/gs/tcl/win32/
git ls-files --others -i --exclude-standard | xargs rm -v -f || true
Makefile
a.out.dSYM/Contents/Info.plist
a.out.dSYM/Contents/Resources/DWARF/a.out
autom4te.cache/output.0
autom4te.cache/requests
autom4te.cache/traces.0
bin/x86_64-apple-darwin13.0.0/beam
bin/x86_64-apple-darwin13.0.0/beam.smp
bin/x86_64-apple-darwin13.0.0/child_setup
bin/x86_64-apple-darwin13.0.0/child_setup.dSYM/Contents/Info.plist
bin/x86_64-apple-darwin13.0.0/child_setup.dSYM/Contents/Resources/DWARF/child_setup
bin/x86_64-apple-darwin13.0.0/ct_run
bin/x86_64-apple-darwin13.0.0/dialyzer
bin/x86_64-apple-darwin13.0.0/dyn_erl
bin/x86_64-apple-darwin13.0.0/epmd
bin/x86_64-apple-darwin13.0.0/erlc
bin/x86_64-apple-darwin13.0.0/erlexec
bin/x86_64-apple-darwin13.0.0/escript
bin/x86_64-apple-darwin13.0.0/heart
bin/x86_64-apple-darwin13.0.0/inet_gethost
bin/x86_64-apple-darwin13.0.0/run_erl
bin/x86_64-apple-darwin13.0.0/to_erl
bin/x86_64-apple-darwin13.0.0/typer
bootstrap/bin/erl
bootstrap/bin/erlc
bootstrap/bin/escript
bootstrap/lib/asn1/ebin/asn1_db.beam
bootstrap/lib/asn1/ebin/asn1ct.beam
bootstrap/lib/asn1/ebin/asn1ct_check.beam
bootstrap/lib/asn1/ebin/asn1ct_constructed_ber_bin_v2.beam
bootstrap/lib/asn1/ebin/asn1ct_constructed_per.beam
bootstrap/lib/asn1/ebin/asn1ct_eval_ext.beam
bootstrap/lib/asn1/ebin/asn1ct_eval_per.beam
bootstrap/lib/asn1/ebin/asn1ct_eval_uper.beam
bootstrap/lib/asn1/ebin/asn1ct_func.beam
bootstrap/lib/asn1/ebin/asn1ct_gen.beam
bootstrap/lib/asn1/ebin/asn1ct_gen_ber_bin_v2.beam
bootstrap/lib/asn1/ebin/asn1ct_gen_per.beam
bootstrap/lib/asn1/ebin/asn1ct_gen_per_rt2ct.beam
bootstrap/lib/asn1/ebin/asn1ct_imm.beam
bootstrap/lib/asn1/ebin/asn1ct_name.beam
bootstrap/lib/asn1/ebin/asn1ct_parser2.beam
bootstrap/lib/asn1/ebin/asn1ct_pretty_format.beam
bootstrap/lib/asn1/ebin/asn1ct_rtt.beam
bootstrap/lib/asn1/ebin/asn1ct_table.beam
bootstrap/lib/asn1/ebin/asn1ct_tok.beam
bootstrap/lib/asn1/ebin/asn1ct_value.beam
bootstrap/lib/asn1/ebin/asn1rt.beam
bootstrap/lib/asn1/ebin/asn1rt_nif.beam
bootstrap/lib/asn1/src/asn1_app.erl
bootstrap/lib/asn1/src/asn1_db.erl
bootstrap/lib/asn1/src/asn1_records.hrl
bootstrap/lib/asn1/src/asn1ct.erl
bootstrap/lib/asn1/src/asn1ct_check.erl
bootstrap/lib/asn1/src/asn1ct_constructed_ber_bin_v2.erl
bootstrap/lib/asn1/src/asn1ct_constructed_per.erl
bootstrap/lib/asn1/src/asn1ct_eval_ext.erl
bootstrap/lib/asn1/src/asn1ct_eval_per.erl
bootstrap/lib/asn1/src/asn1ct_eval_uper.erl
bootstrap/lib/asn1/src/asn1ct_func.erl
bootstrap/lib/asn1/src/asn1ct_gen.erl
bootstrap/lib/asn1/src/asn1ct_gen_ber_bin_v2.erl
bootstrap/lib/asn1/src/asn1ct_gen_per.erl
bootstrap/lib/asn1/src/asn1ct_gen_per_rt2ct.erl
bootstrap/lib/asn1/src/asn1ct_imm.erl
bootstrap/lib/asn1/src/asn1ct_name.erl
bootstrap/lib/asn1/src/asn1ct_parser2.erl
bootstrap/lib/asn1/src/asn1ct_pretty_format.erl
bootstrap/lib/asn1/src/asn1ct_rtt.erl
bootstrap/lib/asn1/src/asn1ct_table.erl
bootstrap/lib/asn1/src/asn1ct_tok.erl
bootstrap/lib/asn1/src/asn1ct_value.erl
bootstrap/lib/asn1/src/asn1rt.erl
bootstrap/lib/asn1/src/asn1rt_nif.erl
bootstrap/lib/asn1/src/asn1rtt_ber.erl
bootstrap/lib/asn1/src/asn1rtt_check.erl
bootstrap/lib/asn1/src/asn1rtt_ext.erl
bootstrap/lib/asn1/src/asn1rtt_per.erl
bootstrap/lib/asn1/src/asn1rtt_per_common.erl
bootstrap/lib/asn1/src/asn1rtt_real_common.erl
bootstrap/lib/asn1/src/asn1rtt_uper.erl
bootstrap/lib/asn1/src/prepare_templates.erl
bootstrap/lib/common_test/include/ct.hrl
bootstrap/lib/common_test/include/ct_event.hrl
bootstrap/lib/ic/ebin/ic.beam
bootstrap/lib/ic/ebin/ic_array_java.beam
bootstrap/lib/ic/ebin/ic_attribute_java.beam
bootstrap/lib/ic/ebin/ic_cbe.beam
bootstrap/lib/ic/ebin/ic_cclient.beam
bootstrap/lib/ic/ebin/ic_code.beam
bootstrap/lib/ic/ebin/ic_codegen.beam
bootstrap/lib/ic/ebin/ic_constant_java.beam
bootstrap/lib/ic/ebin/ic_cserver.beam
bootstrap/lib/ic/ebin/ic_enum_java.beam
bootstrap/lib/ic/ebin/ic_erl_template.beam
bootstrap/lib/ic/ebin/ic_erlbe.beam
bootstrap/lib/ic/ebin/ic_error.beam
bootstrap/lib/ic/ebin/ic_fetch.beam
bootstrap/lib/ic/ebin/ic_file.beam
bootstrap/lib/ic/ebin/ic_forms.beam
bootstrap/lib/ic/ebin/ic_genobj.beam
bootstrap/lib/ic/ebin/ic_java_type.beam
bootstrap/lib/ic/ebin/ic_jbe.beam
bootstrap/lib/ic/ebin/ic_noc.beam
bootstrap/lib/ic/ebin/ic_options.beam
bootstrap/lib/ic/ebin/ic_plainbe.beam
bootstrap/lib/ic/ebin/ic_pp.beam
bootstrap/lib/ic/ebin/ic_pragma.beam
bootstrap/lib/ic/ebin/ic_sequence_java.beam
bootstrap/lib/ic/ebin/ic_struct_java.beam
bootstrap/lib/ic/ebin/ic_symtab.beam
bootstrap/lib/ic/ebin/ic_union_java.beam
bootstrap/lib/ic/ebin/ic_util.beam
bootstrap/lib/ic/ebin/icenum.beam
bootstrap/lib/ic/ebin/iceval.beam
bootstrap/lib/ic/ebin/icparse.beam
bootstrap/lib/ic/ebin/icpreproc.beam
bootstrap/lib/ic/ebin/icscan.beam
bootstrap/lib/ic/ebin/icstruct.beam
bootstrap/lib/ic/ebin/ictk.beam
bootstrap/lib/ic/ebin/ictype.beam
bootstrap/lib/ic/ebin/icunion.beam
bootstrap/lib/ic/include/erlang.idl
bootstrap/lib/ic/include/ic.h
bootstrap/lib/orber/include/corba.hrl
bootstrap/lib/orber/include/ifr_types.hrl
bootstrap/lib/orber/include/orber_pi.hrl
bootstrap/lib/parsetools/ebin/leex.beam
bootstrap/lib/parsetools/ebin/yecc.beam
bootstrap/lib/parsetools/ebin/yeccparser.beam
bootstrap/lib/parsetools/ebin/yeccscan.beam
bootstrap/lib/parsetools/include/leexinc.hrl
bootstrap/lib/parsetools/include/yeccpre.hrl
bootstrap/lib/sasl/ebin/alarm_handler.beam
bootstrap/lib/sasl/ebin/erlsrv.beam
bootstrap/lib/sasl/ebin/format_lib_supp.beam
bootstrap/lib/sasl/ebin/misc_supp.beam
bootstrap/lib/sasl/ebin/overload.beam
bootstrap/lib/sasl/ebin/rb.beam
bootstrap/lib/sasl/ebin/rb_format_supp.beam
bootstrap/lib/sasl/ebin/release_handler.beam
bootstrap/lib/sasl/ebin/release_handler_1.beam
bootstrap/lib/sasl/ebin/sasl.beam
bootstrap/lib/sasl/ebin/sasl_report.beam
bootstrap/lib/sasl/ebin/sasl_report_file_h.beam
bootstrap/lib/sasl/ebin/sasl_report_tty_h.beam
bootstrap/lib/sasl/ebin/si.beam
bootstrap/lib/sasl/ebin/si_sasl_supp.beam
bootstrap/lib/sasl/ebin/systools.beam
bootstrap/lib/sasl/ebin/systools_lib.beam
bootstrap/lib/sasl/ebin/systools_make.beam
bootstrap/lib/sasl/ebin/systools_rc.beam
bootstrap/lib/sasl/ebin/systools_relup.beam
bootstrap/lib/snmp/ebin/snmp.beam
bootstrap/lib/snmp/ebin/snmp_app.beam
bootstrap/lib/snmp/ebin/snmp_app_sup.beam
bootstrap/lib/snmp/ebin/snmp_community_mib.beam
bootstrap/lib/snmp/ebin/snmp_conf.beam
bootstrap/lib/snmp/ebin/snmp_config.beam
bootstrap/lib/snmp/ebin/snmp_framework_mib.beam
bootstrap/lib/snmp/ebin/snmp_generic.beam
bootstrap/lib/snmp/ebin/snmp_generic_mnesia.beam
bootstrap/lib/snmp/ebin/snmp_index.beam
bootstrap/lib/snmp/ebin/snmp_log.beam
bootstrap/lib/snmp/ebin/snmp_mini_mib.beam
bootstrap/lib/snmp/ebin/snmp_misc.beam
bootstrap/lib/snmp/ebin/snmp_note_store.beam
bootstrap/lib/snmp/ebin/snmp_notification_mib.beam
bootstrap/lib/snmp/ebin/snmp_pdus.beam
bootstrap/lib/snmp/ebin/snmp_shadow_table.beam
bootstrap/lib/snmp/ebin/snmp_standard_mib.beam
bootstrap/lib/snmp/ebin/snmp_target_mib.beam
bootstrap/lib/snmp/ebin/snmp_user_based_sm_mib.beam
bootstrap/lib/snmp/ebin/snmp_usm.beam
bootstrap/lib/snmp/ebin/snmp_verbosity.beam
bootstrap/lib/snmp/ebin/snmp_view_based_acm_mib.beam
bootstrap/lib/snmp/ebin/snmpa.beam
bootstrap/lib/snmp/ebin/snmpa_acm.beam
bootstrap/lib/snmp/ebin/snmpa_agent.beam
bootstrap/lib/snmp/ebin/snmpa_agent_sup.beam
bootstrap/lib/snmp/ebin/snmpa_app.beam
bootstrap/lib/snmp/ebin/snmpa_authentication_service.beam
bootstrap/lib/snmp/ebin/snmpa_conf.beam
bootstrap/lib/snmp/ebin/snmpa_discovery_handler.beam
bootstrap/lib/snmp/ebin/snmpa_discovery_handler_default.beam
bootstrap/lib/snmp/ebin/snmpa_error.beam
bootstrap/lib/snmp/ebin/snmpa_error_io.beam
bootstrap/lib/snmp/ebin/snmpa_error_logger.beam
bootstrap/lib/snmp/ebin/snmpa_error_report.beam
bootstrap/lib/snmp/ebin/snmpa_local_db.beam
bootstrap/lib/snmp/ebin/snmpa_mib.beam
bootstrap/lib/snmp/ebin/snmpa_mib_data.beam
bootstrap/lib/snmp/ebin/snmpa_mib_data_tttn.beam
bootstrap/lib/snmp/ebin/snmpa_mib_lib.beam
bootstrap/lib/snmp/ebin/snmpa_mib_storage.beam
bootstrap/lib/snmp/ebin/snmpa_mib_storage_dets.beam
bootstrap/lib/snmp/ebin/snmpa_mib_storage_ets.beam
bootstrap/lib/snmp/ebin/snmpa_mib_storage_mnesia.beam
bootstrap/lib/snmp/ebin/snmpa_misc_sup.beam
bootstrap/lib/snmp/ebin/snmpa_mpd.beam
bootstrap/lib/snmp/ebin/snmpa_net_if.beam
bootstrap/lib/snmp/ebin/snmpa_net_if_filter.beam
bootstrap/lib/snmp/ebin/snmpa_network_interface.beam
bootstrap/lib/snmp/ebin/snmpa_network_interface_filter.beam
bootstrap/lib/snmp/ebin/snmpa_notification_delivery_info_receiver.beam
bootstrap/lib/snmp/ebin/snmpa_notification_filter.beam
bootstrap/lib/snmp/ebin/snmpa_set.beam
bootstrap/lib/snmp/ebin/snmpa_set_lib.beam
bootstrap/lib/snmp/ebin/snmpa_set_mechanism.beam
bootstrap/lib/snmp/ebin/snmpa_supervisor.beam
bootstrap/lib/snmp/ebin/snmpa_svbl.beam
bootstrap/lib/snmp/ebin/snmpa_symbolic_store.beam
bootstrap/lib/snmp/ebin/snmpa_target_cache.beam
bootstrap/lib/snmp/ebin/snmpa_trap.beam
bootstrap/lib/snmp/ebin/snmpa_usm.beam
bootstrap/lib/snmp/ebin/snmpa_vacm.beam
bootstrap/lib/snmp/ebin/snmpc.beam
bootstrap/lib/snmp/ebin/snmpc_lib.beam
bootstrap/lib/snmp/ebin/snmpc_mib_gram.beam
bootstrap/lib/snmp/ebin/snmpc_mib_to_hrl.beam
bootstrap/lib/snmp/ebin/snmpc_misc.beam
bootstrap/lib/snmp/ebin/snmpc_tok.beam
bootstrap/lib/snmp/ebin/snmpm.beam
bootstrap/lib/snmp/ebin/snmpm_conf.beam
bootstrap/lib/snmp/ebin/snmpm_config.beam
bootstrap/lib/snmp/ebin/snmpm_misc_sup.beam
bootstrap/lib/snmp/ebin/snmpm_mpd.beam
bootstrap/lib/snmp/ebin/snmpm_net_if.beam
bootstrap/lib/snmp/ebin/snmpm_net_if_filter.beam
bootstrap/lib/snmp/ebin/snmpm_net_if_mt.beam
bootstrap/lib/snmp/ebin/snmpm_network_interface.beam
bootstrap/lib/snmp/ebin/snmpm_network_interface_filter.beam
bootstrap/lib/snmp/ebin/snmpm_server.beam
bootstrap/lib/snmp/ebin/snmpm_server_sup.beam
bootstrap/lib/snmp/ebin/snmpm_supervisor.beam
bootstrap/lib/snmp/ebin/snmpm_user.beam
bootstrap/lib/snmp/ebin/snmpm_user_default.beam
bootstrap/lib/snmp/ebin/snmpm_user_old.beam
bootstrap/lib/snmp/ebin/snmpm_usm.beam
bootstrap/lib/syntax_tools/ebin/epp_dodger.beam
bootstrap/lib/syntax_tools/ebin/erl_comment_scan.beam
bootstrap/lib/syntax_tools/ebin/erl_prettypr.beam
bootstrap/lib/syntax_tools/ebin/erl_recomment.beam
bootstrap/lib/syntax_tools/ebin/erl_syntax.beam
bootstrap/lib/syntax_tools/ebin/erl_syntax_lib.beam
bootstrap/lib/syntax_tools/ebin/erl_tidy.beam
bootstrap/lib/syntax_tools/ebin/igor.beam
bootstrap/lib/syntax_tools/ebin/prettypr.beam
bootstrap/lib/test_server/include/test_server.hrl
bootstrap/lib/test_server/include/test_server_line.hrl
bootstrap/lib/wx/include/gl.hrl
bootstrap/lib/wx/include/glu.hrl
bootstrap/lib/wx/include/wx.hrl
bootstrap/lib/xmerl/include/xmerl.hrl
bootstrap/lib/xmerl/include/xmerl_xpath.hrl
bootstrap/lib/xmerl/include/xmerl_xsd.hrl
bootstrap/target
config.log
config.status
configure
erts/Makefile
erts/a.out.dSYM/Contents/Info.plist
erts/a.out.dSYM/Contents/Resources/DWARF/a.out
erts/autom4te.cache/output.0
erts/autom4te.cache/requests
erts/autom4te.cache/traces.0
erts/config.h.in
erts/config.log
erts/config.status
erts/configure
erts/doc/CONF_INFO
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/atom.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_bif_load.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_bp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_catches.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_debug.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_emu.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_load.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_opcodes.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/beam_ranges.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/benchmark.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/bif.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/big.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/binary.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/break.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/code_ix.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/copy.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/dist.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/driver_tab.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/efile_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/elib_memmove.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_afit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_alloc_util.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_ao_firstfit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_arith.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_async.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_atom_table.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bestfit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_binary.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_chksum.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_ddll.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_guard.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_info.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_lists.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_op.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_os.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_port.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_re.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_table.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_timer.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_trace.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bif_wrap.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_bits.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_check_io.kp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_check_io.nkp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_cpu_topology.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_hash.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_tree.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_db_util.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_debug.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_drv_thread.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_fun.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_gc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_goodfit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_init.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_instrument.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_lock_check.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_lock_count.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_main.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_math.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_md5.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_message.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_monitors.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mseg.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mtrace.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_mtrace_sys_wrap.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_nif.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_node_tables.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_pbifs.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_poll.kp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_poll.nkp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_port_task.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_posix_str.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_printf_term.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_dict.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_dump.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_process_lock.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_ptab.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_sched_spec_pre_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_sys_common_misc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_term.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_thr_progress.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_thr_queue.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_time_sup.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_trace.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_unicode.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_unix_sys_ddll.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/erl_zlib.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/export.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/external.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/gzio.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/hash.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/index.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/inet_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/io.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/module.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/packet_parser.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/preload.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/ram_file_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/register.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/safe_hash.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/sys.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/sys_float.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/sys_time.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/time.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/ttsl_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/unix_efile.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/utils.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/plain/zlib_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/atom.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_bif_load.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_bp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_catches.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_debug.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_emu.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_load.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_opcodes.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/beam_ranges.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/benchmark.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/bif.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/big.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/binary.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/break.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/code_ix.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/copy.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/dist.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/driver_tab.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/efile_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/elib_memmove.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_afit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_alloc_util.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_ao_firstfit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_arith.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_async.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_atom_table.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bestfit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_binary.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_chksum.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_ddll.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_guard.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_info.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_lists.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_op.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_os.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_port.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_re.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_table.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_timer.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_trace.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bif_wrap.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_bits.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_check_io.kp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_check_io.nkp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_cpu_topology.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_hash.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_tree.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_db_util.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_debug.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_drv_thread.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_fun.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_gc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_goodfit_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_init.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_instrument.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_lock_check.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_lock_count.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_main.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_math.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_md5.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_message.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_monitors.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mseg.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mtrace.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_mtrace_sys_wrap.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_nif.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_node_tables.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_pbifs.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_poll.kp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_poll.nkp.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_port_task.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_posix_str.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_printf_term.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_dict.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_dump.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_process_lock.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_ptab.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_sched_spec_pre_alloc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_sys_common_misc.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_term.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_thr_progress.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_thr_queue.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_time_sup.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_trace.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_unicode.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_unix_sys_ddll.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/erl_zlib.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/export.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/external.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/gzio.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/hash.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/index.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/inet_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/io.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/module.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/packet_parser.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/preload.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/ram_file_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/register.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/safe_hash.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/sys.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/sys_float.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/sys_time.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/time.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/ttsl_drv.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/unix_efile.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/utils.o
erts/emulator/obj/x86_64-apple-darwin13.0.0/opt/smp/zlib_drv.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/libepcre.a
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_compile.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_config.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_dfa_exec.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_exec.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_fullinfo.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_get.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_globals.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_info.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_latin_1_table.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_maketables.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_newline.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_ord2utf8.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_refcount.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_study.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_tables.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_try_flipped.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_ucp_searchfuncs.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_valid_utf8.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_version.o
erts/emulator/pcre/obj/x86_64-apple-darwin13.0.0/opt/pcre_xclass.o
erts/emulator/pcre/pcre_exec_loop_break_cases.inc
erts/emulator/x86_64-apple-darwin13.0.0/Makefile
erts/emulator/x86_64-apple-darwin13.0.0/TABLES-GENERATED
erts/emulator/x86_64-apple-darwin13.0.0/erl_atom_table.c
erts/emulator/x86_64-apple-darwin13.0.0/erl_atom_table.h
erts/emulator/x86_64-apple-darwin13.0.0/erl_bif_list.h
erts/emulator/x86_64-apple-darwin13.0.0/erl_bif_table.c
erts/emulator/x86_64-apple-darwin13.0.0/erl_bif_table.h
erts/emulator/x86_64-apple-darwin13.0.0/erl_bif_wrap.c
erts/emulator/x86_64-apple-darwin13.0.0/erl_pbifs.c
erts/emulator/x86_64-apple-darwin13.0.0/erl_version.h
erts/emulator/x86_64-apple-darwin13.0.0/gen_git_version.mk
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/GENERATED
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/OPCODES-GENERATED
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/beam_cold.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/beam_hot.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/beam_opcodes.c
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/beam_opcodes.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/beam_pred_funcs.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/beam_tr_funcs.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/depend.mk
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/driver_tab.c
erts/emulator/x86_64-apple-darwin13.0.0/opt/plain/erl_alloc_types.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/GENERATED
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/OPCODES-GENERATED
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/beam_cold.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/beam_hot.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/beam_opcodes.c
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/beam_opcodes.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/beam_pred_funcs.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/beam_tr_funcs.h
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/depend.mk
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/driver_tab.c
erts/emulator/x86_64-apple-darwin13.0.0/opt/smp/erl_alloc_types.h
erts/emulator/x86_64-apple-darwin13.0.0/preload.c
erts/epmd/src/x86_64-apple-darwin13.0.0/Makefile
erts/etc/common/Install
erts/etc/common/erl.src
erts/etc/common/x86_64-apple-darwin13.0.0/Makefile
erts/include/internal/x86_64-apple-darwin13.0.0/erts_internal.mk
erts/include/internal/x86_64-apple-darwin13.0.0/ethread.mk
erts/include/internal/x86_64-apple-darwin13.0.0/ethread_header_config.h
erts/include/x86_64-apple-darwin13.0.0/erl_int_sizes_config.h
erts/lib/internal/x86_64-apple-darwin13.0.0/liberts_internal.a
erts/lib/internal/x86_64-apple-darwin13.0.0/liberts_internal_r.a
erts/lib/internal/x86_64-apple-darwin13.0.0/libethread.a
erts/lib/x86_64-apple-darwin13.0.0/liberts.a
erts/lib/x86_64-apple-darwin13.0.0/liberts_r.a
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/MADE
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/depend.mk
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/erl_memory_trace_parser.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/erl_misc_utils.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/erl_printf.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/erl_printf_format.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/erl_memory_trace_parser.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/erl_misc_utils.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/erl_printf_format.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/ethr_atomics.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/ethr_aux.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/ethr_cbf.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/ethr_event.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/ethr_mutex.o
erts/lib_src/obj/x86_64-apple-darwin13.0.0/opt/r/ethread.o
erts/lib_src/x86_64-apple-darwin13.0.0/Makefile
erts/obj/x86_64-apple-darwin13.0.0/ct_run.o
erts/obj/x86_64-apple-darwin13.0.0/dialyzer.o
erts/obj/x86_64-apple-darwin13.0.0/dyn_erl.o
erts/obj/x86_64-apple-darwin13.0.0/epmd.o
erts/obj/x86_64-apple-darwin13.0.0/epmd_cli.o
erts/obj/x86_64-apple-darwin13.0.0/epmd_srv.o
erts/obj/x86_64-apple-darwin13.0.0/erlc.o
erts/obj/x86_64-apple-darwin13.0.0/erlexec.o
erts/obj/x86_64-apple-darwin13.0.0/escript.o
erts/obj/x86_64-apple-darwin13.0.0/heart.o
erts/obj/x86_64-apple-darwin13.0.0/inet_gethost.o
erts/obj/x86_64-apple-darwin13.0.0/run_erl.o
erts/obj/x86_64-apple-darwin13.0.0/safe_string.o
erts/obj/x86_64-apple-darwin13.0.0/to_erl.o
erts/obj/x86_64-apple-darwin13.0.0/typer.o
erts/x86_64-apple-darwin13.0.0/config.h
lib/appmon/SKIP
lib/asn1/ebin/asn1.app
lib/asn1/ebin/asn1.appup
lib/asn1/ebin/asn1_db.beam
lib/asn1/ebin/asn1ct.beam
lib/asn1/ebin/asn1ct_check.beam
lib/asn1/ebin/asn1ct_constructed_ber_bin_v2.beam
lib/asn1/ebin/asn1ct_constructed_per.beam
lib/asn1/ebin/asn1ct_eval_ext.beam
lib/asn1/ebin/asn1ct_eval_per.beam
lib/asn1/ebin/asn1ct_eval_uper.beam
lib/asn1/ebin/asn1ct_func.beam
lib/asn1/ebin/asn1ct_gen.beam
lib/asn1/ebin/asn1ct_gen_ber_bin_v2.beam
lib/asn1/ebin/asn1ct_gen_per.beam
lib/asn1/ebin/asn1ct_gen_per_rt2ct.beam
lib/asn1/ebin/asn1ct_imm.beam
lib/asn1/ebin/asn1ct_name.beam
lib/asn1/ebin/asn1ct_parser2.beam
lib/asn1/ebin/asn1ct_pretty_format.beam
lib/asn1/ebin/asn1ct_rtt.beam
lib/asn1/ebin/asn1ct_table.beam
lib/asn1/ebin/asn1ct_tok.beam
lib/asn1/ebin/asn1ct_value.beam
lib/asn1/ebin/asn1rt.beam
lib/asn1/ebin/asn1rt_nif.beam
lib/asn1/priv/lib/x86_64-apple-darwin13.0.0/asn1_erl_nif.so
lib/asn1/priv/obj/x86_64-apple-darwin13.0.0/asn1_erl_nif.o
lib/asn1/src/asn1ct_eval_ext.erl
lib/asn1/src/asn1ct_eval_per.erl
lib/asn1/src/asn1ct_eval_uper.erl
lib/asn1/src/asn1ct_rtt.erl
lib/asn1/src/asn1rtt_ber.beam
lib/asn1/src/asn1rtt_check.beam
lib/asn1/src/asn1rtt_ext.beam
lib/asn1/src/asn1rtt_per.beam
lib/asn1/src/asn1rtt_per_common.beam
lib/asn1/src/asn1rtt_real_common.beam
lib/asn1/src/asn1rtt_uper.beam
lib/asn1/src/prepare_templates.beam
lib/autom4te.cache/output.0
lib/autom4te.cache/requests
lib/autom4te.cache/traces.0
lib/common_test/SKIP
lib/common_test/autom4te.cache/output.0
lib/common_test/autom4te.cache/requests
lib/common_test/autom4te.cache/traces.0
lib/common_test/config.log
lib/common_test/config.status
lib/common_test/configure
lib/common_test/priv/x86_64-apple-darwin13.0.0/Makefile
lib/compiler/ebin/beam_a.beam
lib/compiler/ebin/beam_asm.beam
lib/compiler/ebin/beam_block.beam
lib/compiler/ebin/beam_bool.beam
lib/compiler/ebin/beam_bsm.beam
lib/compiler/ebin/beam_clean.beam
lib/compiler/ebin/beam_dead.beam
lib/compiler/ebin/beam_dict.beam
lib/compiler/ebin/beam_disasm.beam
lib/compiler/ebin/beam_except.beam
lib/compiler/ebin/beam_flatten.beam
lib/compiler/ebin/beam_jump.beam
lib/compiler/ebin/beam_listing.beam
lib/compiler/ebin/beam_opcodes.beam
lib/compiler/ebin/beam_peep.beam
lib/compiler/ebin/beam_receive.beam
lib/compiler/ebin/beam_split.beam
lib/compiler/ebin/beam_trim.beam
lib/compiler/ebin/beam_type.beam
lib/compiler/ebin/beam_utils.beam
lib/compiler/ebin/beam_validator.beam
lib/compiler/ebin/beam_z.beam
lib/compiler/ebin/cerl.beam
lib/compiler/ebin/cerl_clauses.beam
lib/compiler/ebin/cerl_inline.beam
lib/compiler/ebin/cerl_trees.beam
lib/compiler/ebin/compile.beam
lib/compiler/ebin/compiler.app
lib/compiler/ebin/compiler.appup
lib/compiler/ebin/core_lib.beam
lib/compiler/ebin/core_lint.beam
lib/compiler/ebin/core_parse.beam
lib/compiler/ebin/core_pp.beam
lib/compiler/ebin/core_scan.beam
lib/compiler/ebin/erl_bifs.beam
lib/compiler/ebin/rec_env.beam
lib/compiler/ebin/sys_core_dsetel.beam
lib/compiler/ebin/sys_core_fold.beam
lib/compiler/ebin/sys_core_inline.beam
lib/compiler/ebin/sys_pre_attributes.beam
lib/compiler/ebin/sys_pre_expand.beam
lib/compiler/ebin/v3_codegen.beam
lib/compiler/ebin/v3_core.beam
lib/compiler/ebin/v3_kernel.beam
lib/compiler/ebin/v3_kernel_pp.beam
lib/compiler/ebin/v3_life.beam
lib/compiler/src/beam_opcodes.erl
lib/compiler/src/beam_opcodes.hrl
lib/compiler/src/core_parse.erl
lib/config.log
lib/config.status
lib/configure
lib/configure.in
lib/cosEvent/SKIP
lib/cosEventDomain/SKIP
lib/cosFileTransfer/SKIP
lib/cosNotification/SKIP
lib/cosProperty/SKIP
lib/cosTime/SKIP
lib/cosTransactions/SKIP
lib/crypto/SKIP
lib/crypto/c_src/x86_64-apple-darwin13.0.0/Makefile
lib/debugger/SKIP
lib/dialyzer/SKIP
lib/diameter/SKIP
lib/edoc/SKIP
lib/erl_docgen/SKIP
lib/erl_interface/a.out.dSYM/Contents/Info.plist
lib/erl_interface/a.out.dSYM/Contents/Resources/DWARF/a.out
lib/erl_interface/autom4te.cache/output.0
lib/erl_interface/autom4te.cache/requests
lib/erl_interface/autom4te.cache/traces.0
lib/erl_interface/bin/x86_64-apple-darwin13.0.0/erl_call
lib/erl_interface/bin/x86_64-apple-darwin13.0.0/erl_call.dSYM/Contents/Info.plist
lib/erl_interface/bin/x86_64-apple-darwin13.0.0/erl_call.dSYM/Contents/Resources/DWARF/erl_call
lib/erl_interface/config.h.in
lib/erl_interface/config.log
lib/erl_interface/config.status
lib/erl_interface/configure
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_atom.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_big.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_bignum.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_binary.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_boolean.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_char.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_double.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_fun.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_intlist.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_list_header.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_long.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_longlong.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_pid.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_port.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ref.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_skip.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_string.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_term.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_trace.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_tuple_header.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulong.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_ulonglong.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/decode_version.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_compat.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_connect.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_decode_term.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_format.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_locking.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_malloc.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_portio.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_printterm.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_pthreads.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_resolve.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_trace.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/ei_x_encode.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eimd5.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/eirecv.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_atom.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_big.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_bignum.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_binary.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_boolean.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_char.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_double.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_fun.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_list_header.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_long.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_longlong.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_pid.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_port.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ref.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_string.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_term.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_trace.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_tuple_header.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulong.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_ulonglong.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/encode_version.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_port.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_publish.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/epmd_unpublish.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_connect.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_error.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_eterm.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_fix_alloc.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_format.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_malloc.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_marshal.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_resolve.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/erl_timeout.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/get_type.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_names.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_register.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_unregister.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/global_whereis.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_dohash.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_foreach.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_freetab.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_insert.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_isprime.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_lookup.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_newtab.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_remove.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_resize.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/hash_rlookup.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_close.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_delete.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dirty.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_dump.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_free.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_get.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getf.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_geti.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_getp.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_gets.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_make.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_open.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_purge.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_resize.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_restore.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_set.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setf.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_seti.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_setp.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_sets.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_stat.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/reg_tabstat.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_exit.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/send_reg.o
lib/erl_interface/obj.mt/x86_64-apple-darwin13.0.0/show_msg.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_atom.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_big.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_bignum.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_binary.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_boolean.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_char.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_double.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_fun.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_intlist.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_list_header.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_long.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_longlong.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_pid.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_port.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ref.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_skip.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_string.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_term.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_trace.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_tuple_header.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulong.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_ulonglong.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/decode_version.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_compat.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_connect.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_decode_term.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_format.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_locking.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_malloc.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_portio.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_printterm.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_pthreads.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_resolve.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_trace.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/ei_x_encode.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eimd5.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/eirecv.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_atom.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_big.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_bignum.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_binary.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_boolean.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_char.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_double.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_fun.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_list_header.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_long.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_longlong.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_pid.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_port.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ref.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_string.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_term.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_trace.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_tuple_header.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulong.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_ulonglong.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/encode_version.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_port.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_publish.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/epmd_unpublish.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_connect.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_error.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_eterm.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_fix_alloc.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_format.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_malloc.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_marshal.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_resolve.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/erl_timeout.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/get_type.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_names.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_register.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_unregister.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/global_whereis.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_dohash.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_foreach.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_freetab.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_insert.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_isprime.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_lookup.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_newtab.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_remove.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_resize.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/hash_rlookup.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_close.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_delete.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dirty.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_dump.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_free.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_get.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getf.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_geti.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_getp.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_gets.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_make.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_open.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_purge.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_resize.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_restore.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_set.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setf.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_seti.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_setp.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_sets.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_stat.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/reg_tabstat.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_exit.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/send_reg.o
lib/erl_interface/obj.st/x86_64-apple-darwin13.0.0/show_msg.o
lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei.a
lib/erl_interface/obj/x86_64-apple-darwin13.0.0/libei_st.a
lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface.a
lib/erl_interface/obj/x86_64-apple-darwin13.0.0/liberl_interface_st.a
lib/erl_interface/src/x86_64-apple-darwin13.0.0/Makefile
lib/erl_interface/src/x86_64-apple-darwin13.0.0/config.h
lib/erl_interface/src/x86_64-apple-darwin13.0.0/eidefs.mk
lib/et/SKIP
lib/gs/SKIP
lib/gs/autom4te.cache/output.0
lib/gs/autom4te.cache/requests
lib/gs/autom4te.cache/traces.0
lib/gs/config.log
lib/gs/config.status
lib/gs/configure
lib/gs/tcl/x86_64-apple-darwin13.0.0/Makefile
lib/hipe/SKIP
lib/hipe/main/hipe.hrl
lib/ic/c_src/x86_64-apple-darwin13.0.0/Makefile
lib/ic/ebin/ic.app
lib/ic/ebin/ic.beam
lib/ic/ebin/ic_array_java.beam
lib/ic/ebin/ic_attribute_java.beam
lib/ic/ebin/ic_cbe.beam
lib/ic/ebin/ic_cclient.beam
lib/ic/ebin/ic_code.beam
lib/ic/ebin/ic_codegen.beam
lib/ic/ebin/ic_constant_java.beam
lib/ic/ebin/ic_cserver.beam
lib/ic/ebin/ic_enum_java.beam
lib/ic/ebin/ic_erl_template.beam
lib/ic/ebin/ic_erlbe.beam
lib/ic/ebin/ic_error.beam
lib/ic/ebin/ic_fetch.beam
lib/ic/ebin/ic_file.beam
lib/ic/ebin/ic_forms.beam
lib/ic/ebin/ic_genobj.beam
lib/ic/ebin/ic_java_type.beam
lib/ic/ebin/ic_jbe.beam
lib/ic/ebin/ic_noc.beam
lib/ic/ebin/ic_options.beam
lib/ic/ebin/ic_plainbe.beam
lib/ic/ebin/ic_pp.beam
lib/ic/ebin/ic_pragma.beam
lib/ic/ebin/ic_sequence_java.beam
lib/ic/ebin/ic_struct_java.beam
lib/ic/ebin/ic_symtab.beam
lib/ic/ebin/ic_union_java.beam
lib/ic/ebin/ic_util.beam
lib/ic/ebin/icenum.beam
lib/ic/ebin/iceval.beam
lib/ic/ebin/icparse.beam
lib/ic/ebin/icpreproc.beam
lib/ic/ebin/icscan.beam
lib/ic/ebin/icstruct.beam
lib/ic/ebin/ictk.beam
lib/ic/ebin/ictype.beam
lib/ic/ebin/icunion.beam
lib/ic/examples/pre_post_condition/IDL-GENERATED
lib/ic/examples/pre_post_condition/m.hrl
lib/ic/examples/pre_post_condition/m_NotAnInteger.beam
lib/ic/examples/pre_post_condition/m_NotAnInteger.erl
lib/ic/examples/pre_post_condition/m_i.beam
lib/ic/examples/pre_post_condition/m_i.erl
lib/ic/examples/pre_post_condition/m_i.hrl
lib/ic/examples/pre_post_condition/m_i_impl.beam
lib/ic/examples/pre_post_condition/oe_ex.beam
lib/ic/examples/pre_post_condition/oe_ex.erl
lib/ic/examples/pre_post_condition/oe_ex.hrl
lib/ic/examples/pre_post_condition/tracer.beam
lib/ic/java_src/SKIP
lib/ic/priv/lib/x86_64-apple-darwin13.0.0/libic.a
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/ic.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/ic_tmo.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_code_erlang_binary.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_longlong.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_ulonglong.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wchar.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_decode_wstring.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_atom.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_char.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_double.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_list_header.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_long.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_longlong.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_pid.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_port.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ref.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_string.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_term.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_tuple_header.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulong.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_ulonglong.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_version.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wchar.o
lib/ic/priv/obj/x86_64-apple-darwin13.0.0/oe_ei_encode_wstring.o
lib/ic/src/icparse.erl
lib/inets/ebin/ftp.beam
lib/inets/ebin/ftp_progress.beam
lib/inets/ebin/ftp_response.beam
lib/inets/ebin/ftp_sup.beam
lib/inets/ebin/http_chunk.beam
lib/inets/ebin/http_request.beam
lib/inets/ebin/http_response.beam
lib/inets/ebin/http_transport.beam
lib/inets/ebin/http_uri.beam
lib/inets/ebin/http_util.beam
lib/inets/ebin/httpc.beam
lib/inets/ebin/httpc_cookie.beam
lib/inets/ebin/httpc_handler.beam
lib/inets/ebin/httpc_handler_sup.beam
lib/inets/ebin/httpc_manager.beam
lib/inets/ebin/httpc_profile_sup.beam
lib/inets/ebin/httpc_request.beam
lib/inets/ebin/httpc_response.beam
lib/inets/ebin/httpc_sup.beam
lib/inets/ebin/httpd.beam
lib/inets/ebin/httpd_acceptor.beam
lib/inets/ebin/httpd_acceptor_sup.beam
lib/inets/ebin/httpd_cgi.beam
lib/inets/ebin/httpd_conf.beam
lib/inets/ebin/httpd_esi.beam
lib/inets/ebin/httpd_example.beam
lib/inets/ebin/httpd_file.beam
lib/inets/ebin/httpd_instance_sup.beam
lib/inets/ebin/httpd_log.beam
lib/inets/ebin/httpd_manager.beam
lib/inets/ebin/httpd_misc_sup.beam
lib/inets/ebin/httpd_request.beam
lib/inets/ebin/httpd_request_handler.beam
lib/inets/ebin/httpd_response.beam
lib/inets/ebin/httpd_script_env.beam
lib/inets/ebin/httpd_socket.beam
lib/inets/ebin/httpd_sup.beam
lib/inets/ebin/httpd_util.beam
lib/inets/ebin/inets.app
lib/inets/ebin/inets.appup
lib/inets/ebin/inets.beam
lib/inets/ebin/inets_app.beam
lib/inets/ebin/inets_regexp.beam
lib/inets/ebin/inets_service.beam
lib/inets/ebin/inets_sup.beam
lib/inets/ebin/inets_trace.beam
lib/inets/ebin/mod_actions.beam
lib/inets/ebin/mod_alias.beam
lib/inets/ebin/mod_auth.beam
lib/inets/ebin/mod_auth_dets.beam
lib/inets/ebin/mod_auth_mnesia.beam
lib/inets/ebin/mod_auth_plain.beam
lib/inets/ebin/mod_auth_server.beam
lib/inets/ebin/mod_browser.beam
lib/inets/ebin/mod_cgi.beam
lib/inets/ebin/mod_dir.beam
lib/inets/ebin/mod_disk_log.beam
lib/inets/ebin/mod_esi.beam
lib/inets/ebin/mod_get.beam
lib/inets/ebin/mod_head.beam
lib/inets/ebin/mod_htaccess.beam
lib/inets/ebin/mod_include.beam
lib/inets/ebin/mod_log.beam
lib/inets/ebin/mod_range.beam
lib/inets/ebin/mod_responsecontrol.beam
lib/inets/ebin/mod_security.beam
lib/inets/ebin/mod_security_server.beam
lib/inets/ebin/mod_trace.beam
lib/inets/ebin/tftp.beam
lib/inets/ebin/tftp_binary.beam
lib/inets/ebin/tftp_engine.beam
lib/inets/ebin/tftp_file.beam
lib/inets/ebin/tftp_lib.beam
lib/inets/ebin/tftp_logger.beam
lib/inets/ebin/tftp_sup.beam
lib/inets/examples/httpd_load_test/hdlt.beam
lib/inets/examples/httpd_load_test/hdlt_client.beam
lib/inets/examples/httpd_load_test/hdlt_ctrl.beam
lib/inets/examples/httpd_load_test/hdlt_logger.beam
lib/inets/examples/httpd_load_test/hdlt_random_html.beam
lib/inets/examples/httpd_load_test/hdlt_server.beam
lib/inets/examples/httpd_load_test/hdlt_slave.beam
lib/jinterface/SKIP
lib/kernel/ebin/application.beam
lib/kernel/ebin/application_controller.beam
lib/kernel/ebin/application_master.beam
lib/kernel/ebin/application_starter.beam
lib/kernel/ebin/auth.beam
lib/kernel/ebin/code.beam
lib/kernel/ebin/code_server.beam
lib/kernel/ebin/disk_log.beam
lib/kernel/ebin/disk_log_1.beam
lib/kernel/ebin/disk_log_server.beam
lib/kernel/ebin/disk_log_sup.beam
lib/kernel/ebin/dist_ac.beam
lib/kernel/ebin/dist_util.beam
lib/kernel/ebin/erl_boot_server.beam
lib/kernel/ebin/erl_ddll.beam
lib/kernel/ebin/erl_distribution.beam
lib/kernel/ebin/erl_epmd.beam
lib/kernel/ebin/erl_reply.beam
lib/kernel/ebin/error_handler.beam
lib/kernel/ebin/error_logger.beam
lib/kernel/ebin/erts_debug.beam
lib/kernel/ebin/file.beam
lib/kernel/ebin/file_io_server.beam
lib/kernel/ebin/file_server.beam
lib/kernel/ebin/gen_sctp.beam
lib/kernel/ebin/gen_tcp.beam
lib/kernel/ebin/gen_udp.beam
lib/kernel/ebin/global.beam
lib/kernel/ebin/global_group.beam
lib/kernel/ebin/global_search.beam
lib/kernel/ebin/group.beam
lib/kernel/ebin/heart.beam
lib/kernel/ebin/hipe_unified_loader.beam
lib/kernel/ebin/inet.beam
lib/kernel/ebin/inet6_sctp.beam
lib/kernel/ebin/inet6_tcp.beam
lib/kernel/ebin/inet6_tcp_dist.beam
lib/kernel/ebin/inet6_udp.beam
lib/kernel/ebin/inet_config.beam
lib/kernel/ebin/inet_db.beam
lib/kernel/ebin/inet_dns.beam
lib/kernel/ebin/inet_gethost_native.beam
lib/kernel/ebin/inet_hosts.beam
lib/kernel/ebin/inet_parse.beam
lib/kernel/ebin/inet_res.beam
lib/kernel/ebin/inet_sctp.beam
lib/kernel/ebin/inet_tcp.beam
lib/kernel/ebin/inet_tcp_dist.beam
lib/kernel/ebin/inet_udp.beam
lib/kernel/ebin/kernel.app
lib/kernel/ebin/kernel.appup
lib/kernel/ebin/kernel.beam
lib/kernel/ebin/kernel_config.beam
lib/kernel/ebin/net.beam
lib/kernel/ebin/net_adm.beam
lib/kernel/ebin/net_kernel.beam
lib/kernel/ebin/os.beam
lib/kernel/ebin/pg2.beam
lib/kernel/ebin/ram_file.beam
lib/kernel/ebin/rpc.beam
lib/kernel/ebin/seq_trace.beam
lib/kernel/ebin/standard_error.beam
lib/kernel/ebin/user.beam
lib/kernel/ebin/user_drv.beam
lib/kernel/ebin/user_sup.beam
lib/kernel/ebin/wrap_log_reader.beam
lib/kernel/src/inet_dns_record_adts.hrl
lib/megaco/SKIP
lib/megaco/a.out.dSYM/Contents/Info.plist
lib/megaco/a.out.dSYM/Contents/Resources/DWARF/a.out
lib/megaco/autom4te.cache/output.0
lib/megaco/autom4te.cache/requests
lib/megaco/autom4te.cache/traces.0
lib/megaco/config.log
lib/megaco/config.status
lib/megaco/configure
lib/megaco/examples/meas/Makefile
lib/megaco/src/flex/x86_64-apple-darwin13.0.0/Makefile
lib/mnesia/SKIP
lib/observer/SKIP
lib/odbc/a.out.dSYM/Contents/Info.plist
lib/odbc/a.out.dSYM/Contents/Resources/DWARF/a.out
lib/odbc/autom4te.cache/output.0
lib/odbc/autom4te.cache/requests
lib/odbc/autom4te.cache/traces.0
lib/odbc/c_src/x86_64-apple-darwin13.0.0/Makefile
lib/odbc/config.log
lib/odbc/config.status
lib/odbc/configure
lib/odbc/ebin/odbc.app
lib/odbc/ebin/odbc.appup
lib/odbc/ebin/odbc.beam
lib/odbc/ebin/odbc_app.beam
lib/odbc/ebin/odbc_sup.beam
lib/orber/COSS/CosNaming/CosNaming.hrl
lib/orber/COSS/CosNaming/CosNaming_Binding.erl
lib/orber/COSS/CosNaming/CosNaming_BindingIterator.erl
lib/orber/COSS/CosNaming/CosNaming_BindingIterator.hrl
lib/orber/COSS/CosNaming/CosNaming_BindingList.erl
lib/orber/COSS/CosNaming/CosNaming_Name.erl
lib/orber/COSS/CosNaming/CosNaming_NameComponent.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContext.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContext.hrl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt.hrl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt_AlreadyBound.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt_CannotProceed.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt_InvalidAddress.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt_InvalidName.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt_NotEmpty.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContextExt_NotFound.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContext_AlreadyBound.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContext_CannotProceed.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContext_InvalidName.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContext_NotEmpty.erl
lib/orber/COSS/CosNaming/CosNaming_NamingContext_NotFound.erl
lib/orber/COSS/CosNaming/IDL-GENERATED
lib/orber/COSS/CosNaming/oe_cos_naming.erl
lib/orber/COSS/CosNaming/oe_cos_naming.hrl
lib/orber/COSS/CosNaming/oe_cos_naming_ext.erl
lib/orber/COSS/CosNaming/oe_cos_naming_ext.hrl
lib/orber/c_src/x86_64-apple-darwin13.0.0/Makefile
lib/orber/ebin/CosNaming_Binding.beam
lib/orber/ebin/CosNaming_BindingIterator.beam
lib/orber/ebin/CosNaming_BindingIterator_impl.beam
lib/orber/ebin/CosNaming_BindingList.beam
lib/orber/ebin/CosNaming_Name.beam
lib/orber/ebin/CosNaming_NameComponent.beam
lib/orber/ebin/CosNaming_NamingContext.beam
lib/orber/ebin/CosNaming_NamingContextExt.beam
lib/orber/ebin/CosNaming_NamingContextExt_InvalidAddress.beam
lib/orber/ebin/CosNaming_NamingContextExt_impl.beam
lib/orber/ebin/CosNaming_NamingContext_AlreadyBound.beam
lib/orber/ebin/CosNaming_NamingContext_CannotProceed.beam
lib/orber/ebin/CosNaming_NamingContext_InvalidName.beam
lib/orber/ebin/CosNaming_NamingContext_NotEmpty.beam
lib/orber/ebin/CosNaming_NamingContext_NotFound.beam
lib/orber/ebin/OrberApp_IFR.beam
lib/orber/ebin/OrberApp_IFR_impl.beam
lib/orber/ebin/StackModule_EmptyStack.beam
lib/orber/ebin/StackModule_Stack.beam
lib/orber/ebin/StackModule_StackFactory.beam
lib/orber/ebin/StackModule_StackFactory_impl.beam
lib/orber/ebin/StackModule_Stack_impl.beam
lib/orber/ebin/any.beam
lib/orber/ebin/cdr_decode.beam
lib/orber/ebin/cdr_encode.beam
lib/orber/ebin/cdrlib.beam
lib/orber/ebin/corba.beam
lib/orber/ebin/corba_boa.beam
lib/orber/ebin/corba_object.beam
lib/orber/ebin/erlang_binary.beam
lib/orber/ebin/erlang_pid.beam
lib/orber/ebin/erlang_port.beam
lib/orber/ebin/erlang_ref.beam
lib/orber/ebin/fixed.beam
lib/orber/ebin/iop_ior.beam
lib/orber/ebin/lname.beam
lib/orber/ebin/lname_component.beam
lib/orber/ebin/oe_CORBA.beam
lib/orber/ebin/oe_OrberIFR.beam
lib/orber/ebin/oe_cos_naming.beam
lib/orber/ebin/oe_cos_naming_ext.beam
lib/orber/ebin/oe_erlang.beam
lib/orber/ebin/oe_stack.beam
lib/orber/ebin/orber.app
lib/orber/ebin/orber.appup
lib/orber/ebin/orber.beam
lib/orber/ebin/orber_acl.beam
lib/orber/ebin/orber_cosnaming_utils.beam
lib/orber/ebin/orber_diagnostics.beam
lib/orber/ebin/orber_env.beam
lib/orber/ebin/orber_exceptions.beam
lib/orber/ebin/orber_ifr.beam
lib/orber/ebin/orber_ifr_aliasdef.beam
lib/orber/ebin/orber_ifr_arraydef.beam
lib/orber/ebin/orber_ifr_attributedef.beam
lib/orber/ebin/orber_ifr_constantdef.beam
lib/orber/ebin/orber_ifr_contained.beam
lib/orber/ebin/orber_ifr_container.beam
lib/orber/ebin/orber_ifr_enumdef.beam
lib/orber/ebin/orber_ifr_exceptiondef.beam
lib/orber/ebin/orber_ifr_fixeddef.beam
lib/orber/ebin/orber_ifr_idltype.beam
lib/orber/ebin/orber_ifr_interfacedef.beam
lib/orber/ebin/orber_ifr_irobject.beam
lib/orber/ebin/orber_ifr_moduledef.beam
lib/orber/ebin/orber_ifr_operationdef.beam
lib/orber/ebin/orber_ifr_orb.beam
lib/orber/ebin/orber_ifr_primitivedef.beam
lib/orber/ebin/orber_ifr_repository.beam
lib/orber/ebin/orber_ifr_sequencedef.beam
lib/orber/ebin/orber_ifr_stringdef.beam
lib/orber/ebin/orber_ifr_structdef.beam
lib/orber/ebin/orber_ifr_typecode.beam
lib/orber/ebin/orber_ifr_typedef.beam
lib/orber/ebin/orber_ifr_uniondef.beam
lib/orber/ebin/orber_ifr_utils.beam
lib/orber/ebin/orber_ifr_wstringdef.beam
lib/orber/ebin/orber_iiop.beam
lib/orber/ebin/orber_iiop_inproxy.beam
lib/orber/ebin/orber_iiop_inrequest.beam
lib/orber/ebin/orber_iiop_insup.beam
lib/orber/ebin/orber_iiop_net.beam
lib/orber/ebin/orber_iiop_net_accept.beam
lib/orber/ebin/orber_iiop_outproxy.beam
lib/orber/ebin/orber_iiop_outsup.beam
lib/orber/ebin/orber_iiop_pm.beam
lib/orber/ebin/orber_iiop_socketsup.beam
lib/orber/ebin/orber_iiop_tracer.beam
lib/orber/ebin/orber_iiop_tracer_silent.beam
lib/orber/ebin/orber_iiop_tracer_stealth.beam
lib/orber/ebin/orber_initial_references.beam
lib/orber/ebin/orber_objectkeys.beam
lib/orber/ebin/orber_pi.beam
lib/orber/ebin/orber_request_number.beam
lib/orber/ebin/orber_socket.beam
lib/orber/ebin/orber_tb.beam
lib/orber/ebin/orber_tc.beam
lib/orber/ebin/orber_typedefs.beam
lib/orber/ebin/orber_web.beam
lib/orber/ebin/orber_web_server.beam
lib/orber/ebin/stack_client.beam
lib/orber/ebin/stack_factory.beam
lib/orber/examples/Stack/IDL-GENERATED
lib/orber/examples/Stack/StackModule.hrl
lib/orber/examples/Stack/StackModule_EmptyStack.erl
lib/orber/examples/Stack/StackModule_Stack.erl
lib/orber/examples/Stack/StackModule_Stack.hrl
lib/orber/examples/Stack/StackModule_StackFactory.erl
lib/orber/examples/Stack/StackModule_StackFactory.hrl
lib/orber/examples/Stack/oe_stack.erl
lib/orber/examples/Stack/oe_stack.hrl
lib/orber/src/CORBA.hrl
lib/orber/src/IDL-GENERATED
lib/orber/src/OrberApp.hrl
lib/orber/src/OrberApp_IFR.erl
lib/orber/src/OrberApp_IFR.hrl
lib/orber/src/erlang.hrl
lib/orber/src/erlang_binary.erl
lib/orber/src/erlang_pid.erl
lib/orber/src/erlang_port.erl
lib/orber/src/erlang_ref.erl
lib/orber/src/oe_CORBA.erl
lib/orber/src/oe_CORBA.hrl
lib/orber/src/oe_OrberIFR.erl
lib/orber/src/oe_OrberIFR.hrl
lib/orber/src/oe_erlang.erl
lib/orber/src/oe_erlang.hrl
lib/os_mon/c_src/x86_64-apple-darwin13.0.0/Makefile
lib/os_mon/ebin/cpu_sup.beam
lib/os_mon/ebin/disksup.beam
lib/os_mon/ebin/memsup.beam
lib/os_mon/ebin/nteventlog.beam
lib/os_mon/ebin/os_mon.app
lib/os_mon/ebin/os_mon.appup
lib/os_mon/ebin/os_mon.beam
lib/os_mon/ebin/os_mon_mib.beam
lib/os_mon/ebin/os_mon_sysinfo.beam
lib/os_mon/ebin/os_sup.beam
lib/os_mon/include/OTP-OS-MON-MIB.hrl
lib/os_mon/mibs/v1/OTP-OS-MON-MIB.mib.v1
lib/os_mon/priv/bin/x86_64-apple-darwin13.0.0/memsup
lib/os_mon/priv/mibs/OTP-MIB.bin
lib/os_mon/priv/mibs/OTP-OS-MON-MIB.bin
lib/os_mon/priv/mibs/OTP-REG.bin
lib/os_mon/priv/mibs/OTP-TC.bin
lib/os_mon/priv/obj/x86_64-apple-darwin13.0.0/memsup.o
lib/otp_mibs/ebin/otp_mib.beam
lib/otp_mibs/ebin/otp_mibs.app
lib/otp_mibs/ebin/otp_mibs.appup
lib/otp_mibs/include/OTP-MIB.hrl
lib/otp_mibs/include/OTP-REG.hrl
lib/otp_mibs/include/OTP-TC.hrl
lib/otp_mibs/mibs/v1/OTP-MIB.mib.v1
lib/otp_mibs/mibs/v1/OTP-REG.mib.v1
lib/otp_mibs/mibs/v1/OTP-TC.mib.v1
lib/otp_mibs/priv/mibs/OTP-MIB.bin
lib/otp_mibs/priv/mibs/OTP-REG.bin
lib/otp_mibs/priv/mibs/OTP-TC.bin
lib/parsetools/ebin/leex.beam
lib/parsetools/ebin/parsetools.app
lib/parsetools/ebin/parsetools.appup
lib/parsetools/ebin/yecc.beam
lib/parsetools/ebin/yeccparser.beam
lib/parsetools/ebin/yeccscan.beam
lib/percept/SKIP
lib/pman/SKIP
lib/public_key/asn1/InformationFramework.asn1db
lib/public_key/asn1/OTP-PUB-KEY.asn1db
lib/public_key/asn1/OTP-PUB-KEY.erl
lib/public_key/asn1/OTP-PUB-KEY.hrl
lib/public_key/asn1/PKCS-FRAME.asn1db
lib/public_key/asn1/PKCS-FRAME.erl
lib/public_key/asn1/PKCS-FRAME.hrl
lib/public_key/asn1/UsefulDefinitions.asn1db
lib/public_key/ebin/OTP-PUB-KEY.beam
lib/public_key/ebin/PKCS-FRAME.beam
lib/public_key/ebin/pubkey_cert.beam
lib/public_key/ebin/pubkey_cert_records.beam
lib/public_key/ebin/pubkey_crl.beam
lib/public_key/ebin/pubkey_pbe.beam
lib/public_key/ebin/pubkey_pem.beam
lib/public_key/ebin/pubkey_ssh.beam
lib/public_key/ebin/public_key.app
lib/public_key/ebin/public_key.appup
lib/public_key/ebin/public_key.beam
lib/public_key/include/OTP-PUB-KEY.hrl
lib/public_key/include/PKCS-FRAME.hrl
lib/reltool/SKIP
lib/runtime_tools/SKIP
lib/runtime_tools/c_src/x86_64-apple-darwin13.0.0/Makefile
lib/sasl/ebin/alarm_handler.beam
lib/sasl/ebin/erlsrv.beam
lib/sasl/ebin/format_lib_supp.beam
lib/sasl/ebin/misc_supp.beam
lib/sasl/ebin/overload.beam
lib/sasl/ebin/rb.beam
lib/sasl/ebin/rb_format_supp.beam
lib/sasl/ebin/release_handler.beam
lib/sasl/ebin/release_handler_1.beam
lib/sasl/ebin/sasl.app
lib/sasl/ebin/sasl.appup
lib/sasl/ebin/sasl.beam
lib/sasl/ebin/sasl_report.beam
lib/sasl/ebin/sasl_report_file_h.beam
lib/sasl/ebin/sasl_report_tty_h.beam
lib/sasl/ebin/si.beam
lib/sasl/ebin/si_sasl_supp.beam
lib/sasl/ebin/systools.beam
lib/sasl/ebin/systools_lib.beam
lib/sasl/ebin/systools_make.beam
lib/sasl/ebin/systools_rc.beam
lib/sasl/ebin/systools_relup.beam
lib/sasl/examples/ebin/target_system.beam
lib/snmp/autom4te.cache/output.0
lib/snmp/autom4te.cache/requests
lib/snmp/autom4te.cache/traces.0
lib/snmp/bin/snmp-v2tov1
lib/snmp/bin/snmpc
lib/snmp/config.log
lib/snmp/config.status
lib/snmp/configure
lib/snmp/ebin/snmp.app
lib/snmp/ebin/snmp.appup
lib/snmp/ebin/snmp.beam
lib/snmp/ebin/snmp_app.beam
lib/snmp/ebin/snmp_app_sup.beam
lib/snmp/ebin/snmp_community_mib.beam
lib/snmp/ebin/snmp_conf.beam
lib/snmp/ebin/snmp_config.beam
lib/snmp/ebin/snmp_framework_mib.beam
lib/snmp/ebin/snmp_generic.beam
lib/snmp/ebin/snmp_generic_mnesia.beam
lib/snmp/ebin/snmp_index.beam
lib/snmp/ebin/snmp_log.beam
lib/snmp/ebin/snmp_mini_mib.beam
lib/snmp/ebin/snmp_misc.beam
lib/snmp/ebin/snmp_note_store.beam
lib/snmp/ebin/snmp_notification_mib.beam
lib/snmp/ebin/snmp_pdus.beam
lib/snmp/ebin/snmp_shadow_table.beam
lib/snmp/ebin/snmp_standard_mib.beam
lib/snmp/ebin/snmp_target_mib.beam
lib/snmp/ebin/snmp_user_based_sm_mib.beam
lib/snmp/ebin/snmp_usm.beam
lib/snmp/ebin/snmp_verbosity.beam
lib/snmp/ebin/snmp_view_based_acm_mib.beam
lib/snmp/ebin/snmpa.beam
lib/snmp/ebin/snmpa_acm.beam
lib/snmp/ebin/snmpa_agent.beam
lib/snmp/ebin/snmpa_agent_sup.beam
lib/snmp/ebin/snmpa_app.beam
lib/snmp/ebin/snmpa_authentication_service.beam
lib/snmp/ebin/snmpa_conf.beam
lib/snmp/ebin/snmpa_discovery_handler.beam
lib/snmp/ebin/snmpa_discovery_handler_default.beam
lib/snmp/ebin/snmpa_error.beam
lib/snmp/ebin/snmpa_error_io.beam
lib/snmp/ebin/snmpa_error_logger.beam
lib/snmp/ebin/snmpa_error_report.beam
lib/snmp/ebin/snmpa_local_db.beam
lib/snmp/ebin/snmpa_mib.beam
lib/snmp/ebin/snmpa_mib_data.beam
lib/snmp/ebin/snmpa_mib_data_tttn.beam
lib/snmp/ebin/snmpa_mib_lib.beam
lib/snmp/ebin/snmpa_mib_storage.beam
lib/snmp/ebin/snmpa_mib_storage_dets.beam
lib/snmp/ebin/snmpa_mib_storage_ets.beam
lib/snmp/ebin/snmpa_mib_storage_mnesia.beam
lib/snmp/ebin/snmpa_misc_sup.beam
lib/snmp/ebin/snmpa_mpd.beam
lib/snmp/ebin/snmpa_net_if.beam
lib/snmp/ebin/snmpa_net_if_filter.beam
lib/snmp/ebin/snmpa_network_interface.beam
lib/snmp/ebin/snmpa_network_interface_filter.beam
lib/snmp/ebin/snmpa_notification_delivery_info_receiver.beam
lib/snmp/ebin/snmpa_notification_filter.beam
lib/snmp/ebin/snmpa_set.beam
lib/snmp/ebin/snmpa_set_lib.beam
lib/snmp/ebin/snmpa_set_mechanism.beam
lib/snmp/ebin/snmpa_supervisor.beam
lib/snmp/ebin/snmpa_svbl.beam
lib/snmp/ebin/snmpa_symbolic_store.beam
lib/snmp/ebin/snmpa_target_cache.beam
lib/snmp/ebin/snmpa_trap.beam
lib/snmp/ebin/snmpa_usm.beam
lib/snmp/ebin/snmpa_vacm.beam
lib/snmp/ebin/snmpc.beam
lib/snmp/ebin/snmpc_lib.beam
lib/snmp/ebin/snmpc_mib_gram.beam
lib/snmp/ebin/snmpc_mib_to_hrl.beam
lib/snmp/ebin/snmpc_misc.beam
lib/snmp/ebin/snmpc_tok.beam
lib/snmp/ebin/snmpm.beam
lib/snmp/ebin/snmpm_conf.beam
lib/snmp/ebin/snmpm_config.beam
lib/snmp/ebin/snmpm_misc_sup.beam
lib/snmp/ebin/snmpm_mpd.beam
lib/snmp/ebin/snmpm_net_if.beam
lib/snmp/ebin/snmpm_net_if_filter.beam
lib/snmp/ebin/snmpm_net_if_mt.beam
lib/snmp/ebin/snmpm_network_interface.beam
lib/snmp/ebin/snmpm_network_interface_filter.beam
lib/snmp/ebin/snmpm_server.beam
lib/snmp/ebin/snmpm_server_sup.beam
lib/snmp/ebin/snmpm_supervisor.beam
lib/snmp/ebin/snmpm_user.beam
lib/snmp/ebin/snmpm_user_default.beam
lib/snmp/ebin/snmpm_user_old.beam
lib/snmp/ebin/snmpm_usm.beam
lib/snmp/examples/ex1/EX1-MIB.bin
lib/snmp/examples/ex1/ex1.beam
lib/snmp/examples/ex2/snmp_ex2_manager.beam
lib/snmp/examples/ex2/snmp_ex2_simple_standard_test.beam
lib/snmp/include/INET-ADDRESS-MIB.hrl
lib/snmp/include/OTP-SNMPEA-MIB.hrl
lib/snmp/include/RFC1213-MIB.hrl
lib/snmp/include/SNMP-COMMUNITY-MIB.hrl
lib/snmp/include/SNMP-FRAMEWORK-MIB.hrl
lib/snmp/include/SNMP-MPD-MIB.hrl
lib/snmp/include/SNMP-NOTIFICATION-MIB.hrl
lib/snmp/include/SNMP-TARGET-MIB.hrl
lib/snmp/include/SNMP-USER-BASED-SM-MIB.hrl
lib/snmp/include/SNMP-USM-AES-MIB.hrl
lib/snmp/include/SNMP-VIEW-BASED-ACM-MIB.hrl
lib/snmp/include/SNMPv2-MIB.hrl
lib/snmp/include/SNMPv2-TM.hrl
lib/snmp/include/STANDARD-MIB.hrl
lib/snmp/include/TRANSPORT-ADDRESS-MIB.hrl
lib/snmp/mibs/Makefile
lib/snmp/mibs/v1/OTP-SNMPEA-MIB.mib.v1
lib/snmp/priv/mibs/INET-ADDRESS-MIB.bin
lib/snmp/priv/mibs/OTP-REG.bin
lib/snmp/priv/mibs/OTP-SNMPEA-MIB.bin
lib/snmp/priv/mibs/RFC1213-MIB.bin
lib/snmp/priv/mibs/SNMP-COMMUNITY-MIB.bin
lib/snmp/priv/mibs/SNMP-FRAMEWORK-MIB.bin
lib/snmp/priv/mibs/SNMP-MPD-MIB.bin
lib/snmp/priv/mibs/SNMP-NOTIFICATION-MIB.bin
lib/snmp/priv/mibs/SNMP-TARGET-MIB.bin
lib/snmp/priv/mibs/SNMP-USER-BASED-SM-MIB.bin
lib/snmp/priv/mibs/SNMP-USM-AES-MIB.bin
lib/snmp/priv/mibs/SNMP-VIEW-BASED-ACM-MIB.bin
lib/snmp/priv/mibs/SNMPv2-MIB.bin
lib/snmp/priv/mibs/SNMPv2-TM.bin
lib/snmp/priv/mibs/STANDARD-MIB.bin
lib/snmp/priv/mibs/TRANSPORT-ADDRESS-MIB.bin
lib/snmp/src/compile/snmpc_mib_gram.erl
lib/ssh/SKIP
lib/ssl/SKIP
lib/stdlib/ebin/array.beam
lib/stdlib/ebin/base64.beam
lib/stdlib/ebin/beam_lib.beam
lib/stdlib/ebin/binary.beam
lib/stdlib/ebin/c.beam
lib/stdlib/ebin/calendar.beam
lib/stdlib/ebin/dets.beam
lib/stdlib/ebin/dets_server.beam
lib/stdlib/ebin/dets_sup.beam
lib/stdlib/ebin/dets_utils.beam
lib/stdlib/ebin/dets_v8.beam
lib/stdlib/ebin/dets_v9.beam
lib/stdlib/ebin/dict.beam
lib/stdlib/ebin/digraph.beam
lib/stdlib/ebin/digraph_utils.beam
lib/stdlib/ebin/edlin.beam
lib/stdlib/ebin/edlin_expand.beam
lib/stdlib/ebin/epp.beam
lib/stdlib/ebin/erl_bits.beam
lib/stdlib/ebin/erl_compile.beam
lib/stdlib/ebin/erl_eval.beam
lib/stdlib/ebin/erl_expand_records.beam
lib/stdlib/ebin/erl_internal.beam
lib/stdlib/ebin/erl_lint.beam
lib/stdlib/ebin/erl_parse.beam
lib/stdlib/ebin/erl_posix_msg.beam
lib/stdlib/ebin/erl_pp.beam
lib/stdlib/ebin/erl_scan.beam
lib/stdlib/ebin/erl_tar.beam
lib/stdlib/ebin/error_logger_file_h.beam
lib/stdlib/ebin/error_logger_tty_h.beam
lib/stdlib/ebin/escript.beam
lib/stdlib/ebin/ets.beam
lib/stdlib/ebin/eval_bits.beam
lib/stdlib/ebin/file_sorter.beam
lib/stdlib/ebin/filelib.beam
lib/stdlib/ebin/filename.beam
lib/stdlib/ebin/gb_sets.beam
lib/stdlib/ebin/gb_trees.beam
lib/stdlib/ebin/gen.beam
lib/stdlib/ebin/gen_event.beam
lib/stdlib/ebin/gen_fsm.beam
lib/stdlib/ebin/gen_server.beam
lib/stdlib/ebin/io.beam
lib/stdlib/ebin/io_lib.beam
lib/stdlib/ebin/io_lib_format.beam
lib/stdlib/ebin/io_lib_fread.beam
lib/stdlib/ebin/io_lib_pretty.beam
lib/stdlib/ebin/lib.beam
lib/stdlib/ebin/lists.beam
lib/stdlib/ebin/log_mf_h.beam
lib/stdlib/ebin/math.beam
lib/stdlib/ebin/ms_transform.beam
lib/stdlib/ebin/orddict.beam
lib/stdlib/ebin/ordsets.beam
lib/stdlib/ebin/otp_internal.beam
lib/stdlib/ebin/pg.beam
lib/stdlib/ebin/pool.beam
lib/stdlib/ebin/proc_lib.beam
lib/stdlib/ebin/proplists.beam
lib/stdlib/ebin/qlc.beam
lib/stdlib/ebin/qlc_pt.beam
lib/stdlib/ebin/queue.beam
lib/stdlib/ebin/random.beam
lib/stdlib/ebin/re.beam
lib/stdlib/ebin/sets.beam
lib/stdlib/ebin/shell.beam
lib/stdlib/ebin/shell_default.beam
lib/stdlib/ebin/slave.beam
lib/stdlib/ebin/sofs.beam
lib/stdlib/ebin/stdlib.app
lib/stdlib/ebin/stdlib.appup
lib/stdlib/ebin/string.beam
lib/stdlib/ebin/supervisor.beam
lib/stdlib/ebin/supervisor_bridge.beam
lib/stdlib/ebin/sys.beam
lib/stdlib/ebin/timer.beam
lib/stdlib/ebin/unicode.beam
lib/stdlib/ebin/win32reg.beam
lib/stdlib/ebin/zip.beam
lib/stdlib/src/erl_parse.erl
lib/syntax_tools/ebin/epp_dodger.beam
lib/syntax_tools/ebin/erl_comment_scan.beam
lib/syntax_tools/ebin/erl_prettypr.beam
lib/syntax_tools/ebin/erl_recomment.beam
lib/syntax_tools/ebin/erl_syntax.beam
lib/syntax_tools/ebin/erl_syntax_lib.beam
lib/syntax_tools/ebin/erl_tidy.beam
lib/syntax_tools/ebin/igor.beam
lib/syntax_tools/ebin/prettypr.beam
lib/syntax_tools/ebin/syntax_tools.app
lib/syntax_tools/ebin/syntax_tools.appup
lib/test_server/SKIP
lib/test_server/src/autom4te.cache/output.0
lib/test_server/src/autom4te.cache/requests
lib/test_server/src/autom4te.cache/traces.0
lib/test_server/src/configure
lib/toolbar/SKIP
lib/tools/SKIP
lib/tools/c_src/x86_64-apple-darwin13.0.0/Makefile
lib/tv/SKIP
lib/typer/SKIP
lib/webtool/SKIP
lib/wx/CONF_INFO
lib/wx/SKIP
lib/wx/a.out.dSYM/Contents/Info.plist
lib/wx/a.out.dSYM/Contents/Resources/DWARF/a.out
lib/wx/autom4te.cache/output.0
lib/wx/autom4te.cache/requests
lib/wx/autom4te.cache/traces.0
lib/wx/c_src/Makefile
lib/wx/config.log
lib/wx/config.mk
lib/wx/configure
lib/wx/x86_64-apple-darwin13.0.0/config.status
lib/xmerl/ebin/xmerl.app
lib/xmerl/ebin/xmerl.appup
lib/xmerl/ebin/xmerl.beam
lib/xmerl/ebin/xmerl_b64Bin.beam
lib/xmerl/ebin/xmerl_b64Bin_scan.beam
lib/xmerl/ebin/xmerl_eventp.beam
lib/xmerl/ebin/xmerl_html.beam
lib/xmerl/ebin/xmerl_lib.beam
lib/xmerl/ebin/xmerl_otpsgml.beam
lib/xmerl/ebin/xmerl_regexp.beam
lib/xmerl/ebin/xmerl_sax_old_dom.beam
lib/xmerl/ebin/xmerl_sax_parser.beam
lib/xmerl/ebin/xmerl_sax_parser_latin1.beam
lib/xmerl/ebin/xmerl_sax_parser_list.beam
lib/xmerl/ebin/xmerl_sax_parser_utf16be.beam
lib/xmerl/ebin/xmerl_sax_parser_utf16le.beam
lib/xmerl/ebin/xmerl_sax_parser_utf8.beam
lib/xmerl/ebin/xmerl_sax_simple_dom.beam
lib/xmerl/ebin/xmerl_scan.beam
lib/xmerl/ebin/xmerl_sgml.beam
lib/xmerl/ebin/xmerl_simple.beam
lib/xmerl/ebin/xmerl_text.beam
lib/xmerl/ebin/xmerl_ucs.beam
lib/xmerl/ebin/xmerl_uri.beam
lib/xmerl/ebin/xmerl_validate.beam
lib/xmerl/ebin/xmerl_xlate.beam
lib/xmerl/ebin/xmerl_xml.beam
lib/xmerl/ebin/xmerl_xpath.beam
lib/xmerl/ebin/xmerl_xpath_lib.beam
lib/xmerl/ebin/xmerl_xpath_parse.beam
lib/xmerl/ebin/xmerl_xpath_pred.beam
lib/xmerl/ebin/xmerl_xpath_scan.beam
lib/xmerl/ebin/xmerl_xs.beam
lib/xmerl/ebin/xmerl_xsd.beam
lib/xmerl/ebin/xmerl_xsd_type.beam
lib/xmerl/src/xmerl_b64Bin.erl
lib/xmerl/src/xmerl_sax_parser_latin1.erl
lib/xmerl/src/xmerl_sax_parser_list.erl
lib/xmerl/src/xmerl_sax_parser_utf16be.erl
lib/xmerl/src/xmerl_sax_parser_utf16le.erl
lib/xmerl/src/xmerl_sax_parser_utf8.erl
lib/xmerl/src/xmerl_xpath_parse.erl
make/emd2exml
make/output.mk
make/x86_64-apple-darwin13.0.0/otp.mk
make/x86_64-apple-darwin13.0.0/otp_ded.mk
rake aborted!
Command failed with status (2): [make ...]
Tasks: TOP => default => couchdb:build => couchdb:couchdb => erlang:build => /Users/natevw/build-couchdb/build/bin/erl
(See full trace by running task with --trace)
rm_f /Users/natevw/build-couchdb/build/bin/autoconf
rm_f /Users/natevw/build-couchdb/build/bin/autoreconf
rm_f /Users/natevw/build-couchdb/build/bin/autoheader
rm_f /Users/natevw/build-couchdb/build/bin/autom4te
postel:build-couchdb natevw$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment