Skip to content

Instantly share code, notes, and snippets.

@nonrational
Created May 18, 2015 21:02
Show Gist options
  • Save nonrational/c53f505850d1dadad7a3 to your computer and use it in GitHub Desktop.
Save nonrational/c53f505850d1dadad7a3 to your computer and use it in GitHub Desktop.
2015-05-18 16:53:42 -0400
python
setup.py
install
--prefix=/private/tmp/osquery20150518-23111-cgyt8i/third-party/python/
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib.macosx-10.10-intel-2.7
creating build/lib.macosx-10.10-intel-2.7/markupsafe
copying markupsafe/__init__.py -> build/lib.macosx-10.10-intel-2.7/markupsafe
copying markupsafe/_compat.py -> build/lib.macosx-10.10-intel-2.7/markupsafe
copying markupsafe/_constants.py -> build/lib.macosx-10.10-intel-2.7/markupsafe
copying markupsafe/_native.py -> build/lib.macosx-10.10-intel-2.7/markupsafe
copying markupsafe/tests.py -> build/lib.macosx-10.10-intel-2.7/markupsafe
running egg_info
writing MarkupSafe.egg-info/PKG-INFO
writing top-level names to MarkupSafe.egg-info/top_level.txt
writing dependency_links to MarkupSafe.egg-info/dependency_links.txt
reading manifest file 'MarkupSafe.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'MarkupSafe.egg-info/SOURCES.txt'
copying markupsafe/_speedups.c -> build/lib.macosx-10.10-intel-2.7/markupsafe
running build_ext
building 'markupsafe._speedups' extension
creating build/temp.macosx-10.10-intel-2.7
creating build/temp.macosx-10.10-intel-2.7/markupsafe
clang -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c markupsafe/_speedups.c -o build/temp.macosx-10.10-intel-2.7/markupsafe/_speedups.o
clang -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.10-intel-2.7/markupsafe/_speedups.o -o build/lib.macosx-10.10-intel-2.7/markupsafe/_speedups.so
running install_lib
creating /private/tmp/osquery20150518-23111-cgyt8i/third-party/python/lib/python2.7/site-packages/markupsafe
copying build/lib.macosx-10.10-intel-2.7/markupsafe/__init__.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe
copying build/lib.macosx-10.10-intel-2.7/markupsafe/_compat.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe
copying build/lib.macosx-10.10-intel-2.7/markupsafe/_constants.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe
copying build/lib.macosx-10.10-intel-2.7/markupsafe/_native.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe
copying build/lib.macosx-10.10-intel-2.7/markupsafe/_speedups.c -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe
copying build/lib.macosx-10.10-intel-2.7/markupsafe/_speedups.so -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe
copying build/lib.macosx-10.10-intel-2.7/markupsafe/tests.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe/__init__.py to __init__.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe/_compat.py to _compat.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe/_constants.py to _constants.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe/_native.py to _native.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/markupsafe/tests.py to tests.pyc
running install_egg_info
Copying MarkupSafe.egg-info to /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/MarkupSafe-0.23-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c markupsafe/_speedups.c -o build/temp.macosx-10.10-intel-2.7/markupsafe/_speedups.o
superenv removed: -arch x86_64 -arch i386 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch x86_64 -arch i386
superenv added: -w -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c markupsafe/_speedups.c -o build/temp.macosx-10.10-intel-2.7/markupsafe/_speedups.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.10-intel-2.7/markupsafe/_speedups.o -o build/lib.macosx-10.10-intel-2.7/markupsafe/_speedups.so
superenv removed: -arch x86_64 -arch i386
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.10-intel-2.7/markupsafe/_speedups.o -o build/lib.macosx-10.10-intel-2.7/markupsafe/_speedups.so -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-05-18 16:53:42 -0400
python
setup.py
install
--prefix=/private/tmp/osquery20150518-23111-cgyt8i/third-party/python/
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/jinja2
copying jinja2/__init__.py -> build/lib/jinja2
copying jinja2/_compat.py -> build/lib/jinja2
copying jinja2/_stringdefs.py -> build/lib/jinja2
copying jinja2/bccache.py -> build/lib/jinja2
copying jinja2/compiler.py -> build/lib/jinja2
copying jinja2/constants.py -> build/lib/jinja2
copying jinja2/debug.py -> build/lib/jinja2
copying jinja2/defaults.py -> build/lib/jinja2
copying jinja2/environment.py -> build/lib/jinja2
copying jinja2/exceptions.py -> build/lib/jinja2
copying jinja2/ext.py -> build/lib/jinja2
copying jinja2/filters.py -> build/lib/jinja2
copying jinja2/lexer.py -> build/lib/jinja2
copying jinja2/loaders.py -> build/lib/jinja2
copying jinja2/meta.py -> build/lib/jinja2
copying jinja2/nodes.py -> build/lib/jinja2
copying jinja2/optimizer.py -> build/lib/jinja2
copying jinja2/parser.py -> build/lib/jinja2
copying jinja2/runtime.py -> build/lib/jinja2
copying jinja2/sandbox.py -> build/lib/jinja2
copying jinja2/tests.py -> build/lib/jinja2
copying jinja2/utils.py -> build/lib/jinja2
copying jinja2/visitor.py -> build/lib/jinja2
creating build/lib/jinja2/testsuite
copying jinja2/testsuite/__init__.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/api.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/bytecode_cache.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/core_tags.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/debug.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/doctests.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/ext.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/filters.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/imports.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/inheritance.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/lexnparse.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/loader.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/regression.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/security.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/tests.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/utils.py -> build/lib/jinja2/testsuite
creating build/lib/jinja2/testsuite/res
copying jinja2/testsuite/res/__init__.py -> build/lib/jinja2/testsuite/res
running egg_info
writing requirements to Jinja2.egg-info/requires.txt
writing Jinja2.egg-info/PKG-INFO
writing top-level names to Jinja2.egg-info/top_level.txt
writing dependency_links to Jinja2.egg-info/dependency_links.txt
writing entry points to Jinja2.egg-info/entry_points.txt
reading manifest file 'Jinja2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
writing manifest file 'Jinja2.egg-info/SOURCES.txt'
creating build/lib/jinja2/testsuite/res/templates
copying jinja2/testsuite/res/templates/broken.html -> build/lib/jinja2/testsuite/res/templates
copying jinja2/testsuite/res/templates/syntaxerror.html -> build/lib/jinja2/testsuite/res/templates
copying jinja2/testsuite/res/templates/test.html -> build/lib/jinja2/testsuite/res/templates
creating build/lib/jinja2/testsuite/res/templates/foo
copying jinja2/testsuite/res/templates/foo/test.html -> build/lib/jinja2/testsuite/res/templates/foo
running install_lib
creating /private/tmp/osquery20150518-23111-cgyt8i/third-party/python/lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/__init__.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/_compat.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/_stringdefs.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/bccache.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/compiler.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/constants.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/debug.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/defaults.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/environment.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/exceptions.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/ext.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/filters.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/lexer.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/loaders.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/meta.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/nodes.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/optimizer.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/parser.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/runtime.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/sandbox.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/tests.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
creating /private/tmp/osquery20150518-23111-cgyt8i/third-party/python/lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/__init__.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/api.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/bytecode_cache.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/core_tags.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/debug.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/doctests.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/ext.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/filters.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/imports.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/inheritance.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/lexnparse.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/loader.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/regression.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
creating /private/tmp/osquery20150518-23111-cgyt8i/third-party/python/lib/python2.7/site-packages/jinja2/testsuite/res
copying build/lib/jinja2/testsuite/res/__init__.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/res
creating /private/tmp/osquery20150518-23111-cgyt8i/third-party/python/lib/python2.7/site-packages/jinja2/testsuite/res/templates
copying build/lib/jinja2/testsuite/res/templates/broken.html -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/res/templates
creating /private/tmp/osquery20150518-23111-cgyt8i/third-party/python/lib/python2.7/site-packages/jinja2/testsuite/res/templates/foo
copying build/lib/jinja2/testsuite/res/templates/foo/test.html -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/res/templates/foo
copying build/lib/jinja2/testsuite/res/templates/syntaxerror.html -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/res/templates
copying build/lib/jinja2/testsuite/res/templates/test.html -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/res/templates
copying build/lib/jinja2/testsuite/security.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/tests.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/testsuite/utils.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite
copying build/lib/jinja2/utils.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
copying build/lib/jinja2/visitor.py -> /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/__init__.py to __init__.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/_compat.py to _compat.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/_stringdefs.py to _stringdefs.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/bccache.py to bccache.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/compiler.py to compiler.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/constants.py to constants.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/debug.py to debug.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/defaults.py to defaults.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/environment.py to environment.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/exceptions.py to exceptions.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/ext.py to ext.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/filters.py to filters.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/lexer.py to lexer.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/loaders.py to loaders.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/meta.py to meta.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/nodes.py to nodes.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/optimizer.py to optimizer.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/parser.py to parser.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/runtime.py to runtime.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/sandbox.py to sandbox.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/tests.py to tests.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/__init__.py to __init__.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/api.py to api.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/bytecode_cache.py to bytecode_cache.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/core_tags.py to core_tags.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/debug.py to debug.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/doctests.py to doctests.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/ext.py to ext.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/filters.py to filters.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/imports.py to imports.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/inheritance.py to inheritance.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/lexnparse.py to lexnparse.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/loader.py to loader.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/regression.py to regression.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/res/__init__.py to __init__.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/security.py to security.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/tests.py to tests.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/testsuite/utils.py to utils.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/utils.py to utils.pyc
byte-compiling /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/jinja2/visitor.py to visitor.pyc
running install_egg_info
Copying Jinja2.egg-info to /private/tmp/osquery20150518-23111-cgyt8i/third-party/python//lib/python2.7/site-packages/Jinja2-2.7.3-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
2015-05-18 16:53:43 -0400
cmake
.
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/opt/boxen/homebrew/Cellar/osquery/1.4.5
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 6.0.0.6000056
-- The CXX compiler identification is AppleClang 6.0.0.6000056
-- Check for working C compiler: /opt/boxen/homebrew/Library/ENV/4.3/clang
-- Check for working C compiler: /opt/boxen/homebrew/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /opt/boxen/homebrew/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /opt/boxen/homebrew/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning at CMakeLists.txt:129 (message):
Requested dependencies may have changed, run: make deps
-- Building for OS X
-- Found OpenSSL: /opt/boxen/homebrew/opt/openssl/lib/libssl.dylib;/opt/boxen/homebrew/opt/openssl/lib/libcrypto.dylib (found version "1.0.2a")
-- Found libcrypto: /opt/boxen/homebrew/opt/openssl/lib/libcrypto.dylib
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6")
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found
-- Found components for DL
-- Found readline library
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- unit_test_framework
-- system
-- regex
-- date_time
-- thread
-- filesystem
-- program_options
-- chrono
-- atomic
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Found GFLAGS: /opt/boxen/homebrew/include
-- Found PythonInterp: /opt/boxen/homebrew/bin/python (found version "2.7.9")
-- Found ROCKSDB: /opt/boxen/homebrew/lib/librocksdb.dylib
-- Found RocksDB
-- /bin/sh: THRIFT_COMPILER-NOTFOUND: command not found
-- Found library dependency /opt/boxen/homebrew/lib/libboost_thread-mt.a
-- Found library dependency /opt/boxen/homebrew/lib/liblz4.a
-- Found library dependency /opt/boxen/homebrew/lib/libboost_system.a
-- Found library dependency /opt/boxen/homebrew/lib/libboost_filesystem.a
-- Found library dependency /opt/boxen/homebrew/lib/libboost_regex.a
-- Found library dependency /opt/boxen/homebrew/lib/libyara.a
-- Found Doxygen: /opt/boxen/homebrew/bin/doxygen (found version "1.8.9.1")
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/osquery20150518-23111-cgyt8i
clang called with: CMakeCCompilerId.c
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTryCompileExec302039101.dir/testCCompiler.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec302039101.dir/testCCompiler.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec302039101.dir/testCCompiler.c.o -o cmTryCompileExec302039101
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec302039101.dir/testCCompiler.c.o -o cmTryCompileExec302039101 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTryCompileExec2795161710.dir/CMakeCCompilerABI.c.o -c /opt/boxen/homebrew/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2795161710.dir/CMakeCCompilerABI.c.o -c /opt/boxen/homebrew/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCCompilerABI.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec2795161710.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2795161710
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec2795161710.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2795161710 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c11 -o CMakeFiles/cmTryCompileExec1973559598.dir/feature_tests.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTryCompileExec1973559598.dir/feature_tests.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1973559598.dir/feature_tests.c.o -o cmTryCompileExec1973559598
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1973559598.dir/feature_tests.c.o -o cmTryCompileExec1973559598 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c99 -o CMakeFiles/cmTryCompileExec3075944416.dir/feature_tests.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTryCompileExec3075944416.dir/feature_tests.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3075944416.dir/feature_tests.c.o -o cmTryCompileExec3075944416
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3075944416.dir/feature_tests.c.o -o cmTryCompileExec3075944416 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c90 -o CMakeFiles/cmTryCompileExec3597319946.dir/feature_tests.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTryCompileExec3597319946.dir/feature_tests.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3597319946.dir/feature_tests.c.o -o cmTryCompileExec3597319946
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3597319946.dir/feature_tests.c.o -o cmTryCompileExec3597319946 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTryCompileExec3868361966.dir/testCXXCompiler.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3868361966.dir/testCXXCompiler.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3868361966.dir/testCXXCompiler.cxx.o -o cmTryCompileExec3868361966
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3868361966.dir/testCXXCompiler.cxx.o -o cmTryCompileExec3868361966 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTryCompileExec81603379.dir/CMakeCXXCompilerABI.cpp.o -c /opt/boxen/homebrew/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec81603379.dir/CMakeCXXCompilerABI.cpp.o -c /opt/boxen/homebrew/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec81603379.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec81603379
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec81603379.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec81603379 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++1y -o CMakeFiles/cmTryCompileExec201584894.dir/feature_tests.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTryCompileExec201584894.dir/feature_tests.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.cxx -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec201584894.dir/feature_tests.cxx.o -o cmTryCompileExec201584894
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec201584894.dir/feature_tests.cxx.o -o cmTryCompileExec201584894 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++11 -o CMakeFiles/cmTryCompileExec4115667550.dir/feature_tests.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTryCompileExec4115667550.dir/feature_tests.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.cxx -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4115667550.dir/feature_tests.cxx.o -o cmTryCompileExec4115667550
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4115667550.dir/feature_tests.cxx.o -o cmTryCompileExec4115667550 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++98 -o CMakeFiles/cmTryCompileExec58753021.dir/feature_tests.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTryCompileExec58753021.dir/feature_tests.cxx.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/feature_tests.cxx -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec58753021.dir/feature_tests.cxx.o -o cmTryCompileExec58753021
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec58753021.dir/feature_tests.cxx.o -o cmTryCompileExec58753021 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -o CMakeFiles/cmTryCompileExec1774602640.dir/CheckFunctionExists.c.o -c /opt/boxen/homebrew/Cellar/cmake/3.2.2/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -o CMakeFiles/cmTryCompileExec1774602640.dir/CheckFunctionExists.c.o -c /opt/boxen/homebrew/Cellar/cmake/3.2.2/share/cmake/Modules/CheckFunctionExists.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1774602640.dir/CheckFunctionExists.c.o -o cmTryCompileExec1774602640 /usr/lib/libbz2.dylib
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1774602640.dir/CheckFunctionExists.c.o -o cmTryCompileExec1774602640 /usr/lib/libbz2.dylib -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTryCompileExec1885269630.dir/CheckIncludeFiles.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1885269630.dir/CheckIncludeFiles.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1885269630.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1885269630
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1885269630.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1885269630 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTryCompileExec2085482882.dir/CheckSymbolExists.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2085482882.dir/CheckSymbolExists.c.o -c /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2085482882.dir/CheckSymbolExists.c.o -o cmTryCompileExec2085482882
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2085482882.dir/CheckSymbolExists.c.o -o cmTryCompileExec2085482882 -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-05-18 16:53:46 -0400
make
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -H/tmp/osquery20150518-23111-cgyt8i -B/tmp/osquery20150518-23111-cgyt8i --check-build-system CMakeFiles/Makefile.cmake 0
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_start /tmp/osquery20150518-23111-cgyt8i/CMakeFiles /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libglog.dir/build.make CMakeFiles/libglog.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/build.make third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/build.make third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-uri.dir/build.make third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-uri.dir/depend
cd /tmp/osquery20150518-23111-cgyt8i && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/libglog.dir/DependInfo.cmake --color=
cd /tmp/osquery20150518-23111-cgyt8i && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/DependInfo.cmake --color=
cd /tmp/osquery20150518-23111-cgyt8i && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/DependInfo.cmake --color=
cd /tmp/osquery20150518-23111-cgyt8i && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-uri.dir/DependInfo.cmake --color=
Scanning dependencies of target libglog
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/libglog.dir/build.make CMakeFiles/libglog.dir/build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 0%] Creating directories for 'libglog'
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E make_directory /tmp/osquery20150518-23111-cgyt8i/third-party/glog
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E make_directory /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E make_directory /tmp/osquery20150518-23111-cgyt8i/third-party/glog
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E make_directory /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/tmp
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E make_directory /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E make_directory /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-mkdir
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 6
[ 1%] No download step for 'libglog'
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E echo_append
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-download
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 1%] No patch step for 'libglog'
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E echo_append
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-patch
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 1%] No update step for 'libglog'
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E echo_append
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-update
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 7
[ 2%] Performing configure step for 'libglog'
cd /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-build && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-configure.cmake
Scanning dependencies of target cppnetlib-client-connections
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/build.make third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 2%] Building CXX object third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Library/ENV/4.3/clang++ -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/client.cpp
Scanning dependencies of target cppnetlib-server-parsers
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/build.make third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/build
Scanning dependencies of target cppnetlib-uri
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-uri.dir/build.make third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-uri.dir/build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 1
[ 2%] [ 3%] Building CXX object third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Library/ENV/4.3/clang++ -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/server_request_parsers_impl.cpp
Building CXX object third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Library/ENV/4.3/clang++ -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/uri/uri.cpp
Linking CXX static library libcppnetlib-client-connections.a
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/cppnetlib-client-connections.dir/cmake_clean_target.cmake
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/cppnetlib-client-connections.dir/link.txt --verbose=1
/usr/bin/ar cq libcppnetlib-client-connections.a CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o
/usr/bin/ranlib libcppnetlib-client-connections.a
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 3%] Built target cppnetlib-client-connections
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 3%] Building CXX object third-party/cpp-netlib/libs/network/src/CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Library/ENV/4.3/clang++ -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/uri/schemes.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/gtest-1.7.0/CMakeFiles/gtest.dir/build.make third-party/gtest-1.7.0/CMakeFiles/gtest.dir/depend
cd /tmp/osquery20150518-23111-cgyt8i && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/CMakeFiles/gtest.dir/DependInfo.cmake --color=
Scanning dependencies of target gtest
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/gtest-1.7.0/CMakeFiles/gtest.dir/build.make third-party/gtest-1.7.0/CMakeFiles/gtest.dir/build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 4
[ 4%] Building CXX object third-party/gtest-1.7.0/CMakeFiles/gtest.dir/src/gtest-all.cc.o
cd /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 && /opt/boxen/homebrew/Library/ENV/4.3/clang++ -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 -DGTEST_HAS_PTHREAD=1 -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/src/gtest-all.cc
Linking CXX static library libcppnetlib-server-parsers.a
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/cppnetlib-server-parsers.dir/cmake_clean_target.cmake
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/cppnetlib-server-parsers.dir/link.txt --verbose=1
/usr/bin/ar cq libcppnetlib-server-parsers.a CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o
/usr/bin/ranlib libcppnetlib-server-parsers.a
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 4%] Built target cppnetlib-server-parsers
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/sqlite3/CMakeFiles/osquery_sqlite.dir/build.make third-party/sqlite3/CMakeFiles/osquery_sqlite.dir/depend
cd /tmp/osquery20150518-23111-cgyt8i && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3 /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3 /tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3/CMakeFiles/osquery_sqlite.dir/DependInfo.cmake --color=
Scanning dependencies of target osquery_sqlite
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/sqlite3/CMakeFiles/osquery_sqlite.dir/build.make third-party/sqlite3/CMakeFiles/osquery_sqlite.dir/build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 63
[ 5%] Building C object third-party/sqlite3/CMakeFiles/osquery_sqlite.dir/sqlite3.c.o
cd /tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3 && /opt/boxen/homebrew/Library/ENV/4.3/clang -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3 -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/osquery_sqlite.dir/sqlite3.c.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3/sqlite3.c
Linking CXX static library libgtest.a
cd /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1
/usr/bin/ar cq libgtest.a CMakeFiles/gtest.dir/src/gtest-all.cc.o
/usr/bin/ranlib libgtest.a
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 4
[ 5%] Built target gtest
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/gtest-1.7.0/CMakeFiles/gtest_main.dir/build.make third-party/gtest-1.7.0/CMakeFiles/gtest_main.dir/depend
cd /tmp/osquery20150518-23111-cgyt8i && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 /tmp/osquery20150518-23111-cgyt8i /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=
Scanning dependencies of target gtest_main
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f third-party/gtest-1.7.0/CMakeFiles/gtest_main.dir/build.make third-party/gtest-1.7.0/CMakeFiles/gtest_main.dir/build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 5%] Building CXX object third-party/gtest-1.7.0/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
cd /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 && /opt/boxen/homebrew/Library/ENV/4.3/clang++ -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 -DGTEST_HAS_PTHREAD=1 -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/src/gtest_main.cc
Linking CXX static library libgtest_main.a
cd /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
cd /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=1
/usr/bin/ar cq libgtest_main.a CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/usr/bin/ranlib libgtest_main.a
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 5%] Built target gtest_main
Linking CXX static library libcppnetlib-uri.a
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/cppnetlib-uri.dir/cmake_clean_target.cmake
cd /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/cppnetlib-uri.dir/link.txt --verbose=1
/usr/bin/ar cq libcppnetlib-uri.a CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o
/usr/bin/ranlib libcppnetlib-uri.a
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 1
[ 5%] Built target cppnetlib-uri
-- libglog configure command succeeded. See also /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-configure-*.log
cd /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-build && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-configure
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 5%] Performing build step for 'libglog'
cd /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-build && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-build.cmake
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 63
[ 5%] Built target osquery_sqlite
-- libglog build command succeeded. See also /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-build-*.log
cd /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-build && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-build
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 5
[ 6%] Performing install step for 'libglog'
cd /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-build && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -P /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-install.cmake
-- libglog install command succeeded. See also /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-install-*.log
cd /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-build && /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-install
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
[ 6%] Completed 'libglog'
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E make_directory /tmp/osquery20150518-23111-cgyt8i/CMakeFiles
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/CMakeFiles/libglog-complete
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E touch /tmp/osquery20150518-23111-cgyt8i/libglog-prefix/src/libglog-stamp/libglog-done
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 5 6 7
[ 6%] Built target libglog
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f osquery/extensions/CMakeFiles/osquery_extensions.dir/build.make osquery/extensions/CMakeFiles/osquery_extensions.dir/depend
/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/osquery20150518-23111-cgyt8i/CMakeFiles 56
[ 7%] Generating ../../generated/gen-cpp/Extension.cpp, ../../generated/gen-cpp/Extension.h, ../../generated/gen-cpp/ExtensionManager.cpp, ../../generated/gen-cpp/ExtensionManager.h, ../../generated/gen-cpp/osquery_types.cpp, ../../generated/gen-cpp/osquery_types.h
cd /tmp/osquery20150518-23111-cgyt8i/generated && THRIFT_COMPILER-NOTFOUND --gen cpp:dense --gen py:dense /tmp/osquery20150518-23111-cgyt8i/osquery.thrift
/bin/sh: THRIFT_COMPILER-NOTFOUND: command not found
make[2]: *** [generated/gen-cpp/Extension.cpp] Error 127
make[1]: *** [osquery/extensions/CMakeFiles/osquery_extensions.dir/all] Error 2
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 6f815cc180167b2380984d4b942183bc9777aa7b
Last commit: 3 hours ago
HOMEBREW_PREFIX: /opt/boxen/homebrew
HOMEBREW_CELLAR: /opt/boxen/homebrew/Cellar
CPU: quad-core 64-bit haswell
OS X: 10.10.2-x86_64
Xcode: 6.1.1
CLT: 6.1.1.0.1.1416017670
GCC-4.2: build 0
Clang: 6.0 build 600
X11: 2.7.5 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.7.0_71
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /opt/boxen/homebrew/opt/openssl:/opt/boxen/homebrew
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /opt/boxen/homebrew/opt/thrift/lib/pkgconfig:/opt/boxen/homebrew/opt/yara/lib/pkgconfig:/opt/boxen/homebrew/opt/openssl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/boxen/homebrew/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /opt/boxen/homebrew/share/aclocal
PATH: /opt/boxen/homebrew/Library/ENV/4.3:/opt/boxen/homebrew/opt/cmake/bin:/opt/boxen/homebrew/opt/doxygen/bin:/opt/boxen/homebrew/opt/gflags/bin:/opt/boxen/homebrew/opt/thrift/bin:/opt/boxen/homebrew/opt/yara/bin:/opt/boxen/homebrew/opt/openssl/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang++ called with: -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/client.cpp
superenv removed: -Wall -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -O2
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -fstack-protector-all -fPIE -o CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/client.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/server_request_parsers_impl.cpp
superenv removed: -Wall -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -O2
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -fstack-protector-all -fPIE -o CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/server_request_parsers_impl.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/uri/uri.cpp
superenv removed: -Wall -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -O2
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -fstack-protector-all -fPIE -o CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/uri/uri.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -E conftest.c
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -E conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -E conftest.c
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -E conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -E conftest.c
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -E conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -E conftest.c
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -E conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/uri/schemes.cpp
superenv removed: -Wall -I/opt/boxen/homebrew/include -Wall -Wextra -Wstrict-aliasing -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -O2
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DBOOST_NETWORK_ENABLE_HTTPS -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/opt/boxen/homebrew/opt/openssl/include -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -fstack-protector-all -fPIE -o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/uri/schemes.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp conftstm.o
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp conftstm.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 -DGTEST_HAS_PTHREAD=1 -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/src/gtest-all.cc
superenv removed: -Wall -Wextra -Wstrict-aliasing -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -O2
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 -DGTEST_HAS_PTHREAD=1 -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -fstack-protector-all -fPIE -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/src/gtest-all.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -Wl,-exported_symbols_list,conftest.sym conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -Wl,-exported_symbols_list,conftest.sym conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -o conftest -g -O2 -static conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3 -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/osquery_sqlite.dir/sqlite3.c.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3/sqlite3.c
superenv removed: -Wall -Wextra -Wstrict-aliasing -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -O2
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3 -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -fstack-protector-all -fPIE -o CMakeFiles/osquery_sqlite.dir/sqlite3.c.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/sqlite3/sqlite3.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -fno-common -DPIC -DPIC conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -fno-common -DPIC -DPIC conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -static conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -static conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -o out/conftest2.o conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -o out/conftest2.o conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 -DGTEST_HAS_PTHREAD=1 -Wall -Wextra -Wstrict-aliasing -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -fstack-protector-all -fPIE -O2 -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/src/gtest_main.cc
superenv removed: -Wall -Wextra -Wstrict-aliasing -Wnon-virtual-dtor -Wchar-subscripts -Wpointer-arith -Woverloaded-virtual -Wformat -Wformat-security -Werror=format-security -O2
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DDARWIN -DDARWIN_10_10 -DNDEBUG -DOSQUERY_BUILD_DISTRO=10.10 -DOSQUERY_BUILD_PLATFORM=darwin -DOSQUERY_BUILD_SDK_VERSION=1.4.5 -DOSQUERY_BUILD_VERSION=1.4.5 -I/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/include -I/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0 -DGTEST_HAS_PTHREAD=1 -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -fstack-protector-all -fPIE -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0/src/gtest_main.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang called with: -o conftest -g -O2 conftest.c -lpthreads
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthreads -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -D_THREAD_SAFE conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -D_THREAD_SAFE conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lpthread
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lgflags -lpthread
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lgtest -lpthread
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lgtest -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lunwind -lpthread
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -lunwind -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -E conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp
superenv added: -pipe -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -Os -march=native -c -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error conftest.cpp -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging.cc -o libglog_la-logging.o
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging.cc -o libglog_la-logging.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/raw_logging.cc -o libglog_la-raw_logging.o
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/raw_logging.cc -o libglog_la-raw_logging.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/vlog_is_on.cc -o libglog_la-vlog_is_on.o
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/vlog_is_on.cc -o libglog_la-vlog_is_on.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/utilities.cc -o libglog_la-utilities.o
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/utilities.cc -o libglog_la-utilities.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/demangle.cc -o libglog_la-demangle.o
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/demangle.cc -o libglog_la-demangle.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/symbolize.cc -o libglog_la-symbolize.o
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/symbolize.cc -o libglog_la-symbolize.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/signalhandler.cc -o libglog_la-signalhandler.o
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -Wno-sign-compare -fno-omit-frame-pointer -DNDEBUG -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/signalhandler.cc -o libglog_la-signalhandler.o -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_unittest-logging_unittest.o -MD -MP -MF .deps/logging_unittest-logging_unittest.Tpo -c -o logging_unittest-logging_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_unittest.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_unittest-logging_unittest.o -MD -MP -MF .deps/logging_unittest-logging_unittest.Tpo -c -o logging_unittest-logging_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_unittest.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT demangle_unittest-demangle_unittest.o -MD -MP -MF .deps/demangle_unittest-demangle_unittest.Tpo -c -o demangle_unittest-demangle_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/demangle_unittest.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT demangle_unittest-demangle_unittest.o -MD -MP -MF .deps/demangle_unittest-demangle_unittest.Tpo -c -o demangle_unittest-demangle_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/demangle_unittest.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT stacktrace_unittest-stacktrace_unittest.o -MD -MP -MF .deps/stacktrace_unittest-stacktrace_unittest.Tpo -c -o stacktrace_unittest-stacktrace_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/stacktrace_unittest.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT stacktrace_unittest-stacktrace_unittest.o -MD -MP -MF .deps/stacktrace_unittest-stacktrace_unittest.Tpo -c -o stacktrace_unittest-stacktrace_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/stacktrace_unittest.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT symbolize_unittest-symbolize_unittest.o -MD -MP -MF .deps/symbolize_unittest-symbolize_unittest.Tpo -c -o symbolize_unittest-symbolize_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/symbolize_unittest.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT symbolize_unittest-symbolize_unittest.o -MD -MP -MF .deps/symbolize_unittest-symbolize_unittest.Tpo -c -o symbolize_unittest-symbolize_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/symbolize_unittest.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT stl_logging_unittest-stl_logging_unittest.o -MD -MP -MF .deps/stl_logging_unittest-stl_logging_unittest.Tpo -c -o stl_logging_unittest-stl_logging_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/stl_logging_unittest.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT stl_logging_unittest-stl_logging_unittest.o -MD -MP -MF .deps/stl_logging_unittest-stl_logging_unittest.Tpo -c -o stl_logging_unittest-stl_logging_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/stl_logging_unittest.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT utilities_unittest-utilities_unittest.o -MD -MP -MF .deps/utilities_unittest-utilities_unittest.Tpo -c -o utilities_unittest-utilities_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/utilities_unittest.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT utilities_unittest-utilities_unittest.o -MD -MP -MF .deps/utilities_unittest-utilities_unittest.Tpo -c -o utilities_unittest-utilities_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/utilities_unittest.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_striptest0-logging_striptest_main.o -MD -MP -MF .deps/logging_striptest0-logging_striptest_main.Tpo -c -o logging_striptest0-logging_striptest_main.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_striptest_main.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_striptest0-logging_striptest_main.o -MD -MP -MF .deps/logging_striptest0-logging_striptest_main.Tpo -c -o logging_striptest0-logging_striptest_main.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_striptest_main.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_striptest2-logging_striptest2.o -MD -MP -MF .deps/logging_striptest2-logging_striptest2.Tpo -c -o logging_striptest2-logging_striptest2.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_striptest2.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_striptest2-logging_striptest2.o -MD -MP -MF .deps/logging_striptest2-logging_striptest2.Tpo -c -o logging_striptest2-logging_striptest2.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_striptest2.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_striptest10-logging_striptest10.o -MD -MP -MF .deps/logging_striptest10-logging_striptest10.Tpo -c -o logging_striptest10-logging_striptest10.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_striptest10.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT logging_striptest10-logging_striptest10.o -MD -MP -MF .deps/logging_striptest10-logging_striptest10.Tpo -c -o logging_striptest10-logging_striptest10.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/logging_striptest10.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT signalhandler_unittest-signalhandler_unittest.o -MD -MP -MF .deps/signalhandler_unittest-signalhandler_unittest.Tpo -c -o signalhandler_unittest-signalhandler_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/signalhandler_unittest.cc
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog -I./src -I/tmp/osquery20150518-23111-cgyt8i/third-party/glog/src -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -MT signalhandler_unittest-signalhandler_unittest.o -MD -MP -MF .deps/signalhandler_unittest-signalhandler_unittest.Tpo -c -o signalhandler_unittest-signalhandler_unittest.o /tmp/osquery20150518-23111-cgyt8i/third-party/glog/src/signalhandler_unittest.cc -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_unittest logging_unittest-logging_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_unittest logging_unittest-logging_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o demangle_unittest demangle_unittest-demangle_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o demangle_unittest demangle_unittest-demangle_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o symbolize_unittest symbolize_unittest-symbolize_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o symbolize_unittest symbolize_unittest-symbolize_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o utilities_unittest utilities_unittest-utilities_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o utilities_unittest utilities_unittest-utilities_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o stl_logging_unittest stl_logging_unittest-stl_logging_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o stl_logging_unittest stl_logging_unittest-stl_logging_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_striptest0 logging_striptest0-logging_striptest_main.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_striptest0 logging_striptest0-logging_striptest_main.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_striptest2 logging_striptest2-logging_striptest2.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_striptest2 logging_striptest2-logging_striptest2.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_striptest10 logging_striptest10-logging_striptest10.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o logging_striptest10 logging_striptest10-logging_striptest10.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o signalhandler_unittest signalhandler_unittest-signalhandler_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread
superenv removed: -Wall -Wwrite-strings -Woverloaded-virtual
superenv added: -pipe -w -Os -march=native -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -D_THREAD_SAFE -Wno-sign-compare -fno-omit-frame-pointer -Wno-deprecated-register -Wno-unnamed-type-template-args -Wno-deprecated -Wno-error -D_THREAD_SAFE -o signalhandler_unittest signalhandler_unittest-signalhandler_unittest.o -Wl,-bind_at_load ./.libs/libglog.a -lgflags -lpthread -isystem/opt/boxen/homebrew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/openssl/include -L/opt/boxen/homebrew/opt/openssl/lib -L/opt/boxen/homebrew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
# This is the CMakeCache file.
# For build in directory: /tmp/osquery20150518-23111-cgyt8i
# It was generated by CMake: /opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Build shared libraries (DLLs).
BUILD_SHARED_LIBS:BOOL=OFF
//Path to a file.
BZIP2_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
BZIP2_LIBRARY_RELEASE:FILEPATH=/usr/lib/libbz2.dylib
//Boost atomic library (debug)
Boost_ATOMIC_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_atomic-mt.a
//Boost atomic library (release)
Boost_ATOMIC_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_atomic-mt.a
//Boost chrono library (debug)
Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_chrono-mt.a
//Boost chrono library (release)
Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_chrono-mt.a
//Boost date_time library (debug)
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_date_time-mt.a
//Boost date_time library (release)
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_date_time-mt.a
//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND
//Boost filesystem library (debug)
Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_filesystem-mt.a
//Boost filesystem library (release)
Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_filesystem-mt.a
//Path to a file.
Boost_INCLUDE_DIR:PATH=/opt/boxen/homebrew/include
//Boost library directory
Boost_LIBRARY_DIR:PATH=/opt/boxen/homebrew/lib
//Boost program_options library (debug)
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_program_options-mt.a
//Boost program_options library (release)
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_program_options-mt.a
//Boost regex library (debug)
Boost_REGEX_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_regex-mt.a
//Boost regex library (release)
Boost_REGEX_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_regex-mt.a
//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_system-mt.a
//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_system-mt.a
//Boost thread library (debug)
Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_thread-mt.a
//Boost thread library (release)
Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_thread-mt.a
//Boost unit_test_framework library (debug)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG:FILEPATH=/opt/boxen/homebrew/lib/libboost_unit_test_framework-mt.a
//Boost unit_test_framework library (release)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE:FILEPATH=/opt/boxen/homebrew/lib/libboost_unit_test_framework-mt.a
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Release
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=
//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=
//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//No help, variable specified on the command line.
CMAKE_FIND_FRAMEWORK:UNINITIALIZED=LAST
//user executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin
//read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=
//read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share
//documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=
//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include
//info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=
//object code libraries (lib)
CMAKE_INSTALL_LIBDIR:PATH=lib
//program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
//locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=
//modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
//man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=
//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/opt/boxen/homebrew/Cellar/osquery/1.4.5
//system admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin
//modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
//read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
//Path to a program.
CMAKE_LINKER:FILEPATH=/opt/boxen/homebrew/Library/ENV/4.3/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/opt/boxen/homebrew/Library/ENV/4.3/gmake
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND
//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=
//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:STRING=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=OSQUERY
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=ON
//Value Computed by CMake
CPP-NETLIB_BINARY_DIR:STATIC=/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib
//Build the cpp-netlib project examples.
CPP-NETLIB_BUILD_EXAMPLES:BOOL=OFF
//Build cpp-netlib as shared libraries.
CPP-NETLIB_BUILD_SHARED_LIBS:BOOL=OFF
//Build the cpp-netlib project tests.
CPP-NETLIB_BUILD_TESTS:BOOL=OFF
//Value Computed by CMake
CPP-NETLIB_SOURCE_DIR:STATIC=/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib
//Path to a file.
CRYPTO_INCLUDE_DIR:PATH=/opt/boxen/homebrew/opt/openssl/include
//Path to a library.
CRYPTO_LIBRARIES:FILEPATH=/opt/boxen/homebrew/opt/openssl/lib/libcrypto.dylib
//Path to a file.
DL_INCLUDES:PATH=/usr/include
//Path to a library.
DL_LIBRARIES:FILEPATH=/usr/lib/libdl.dylib
//Graphviz Dot tool for using Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND
//Doxygen documentation generation tool (http://www.doxygen.org)
DOXYGEN_EXECUTABLE:FILEPATH=/opt/boxen/homebrew/bin/doxygen
//Path to a file.
GFLAGS_INCLUDE_DIR:PATH=/opt/boxen/homebrew/include
//Path to a library.
GFLAGS_LIBRARY:FILEPATH=/opt/boxen/homebrew/lib/libgflags.a
//Folder contains Gflags
GFLAGS_ROOT_DIR:PATH=
//Installation directory for CMake files
INSTALL_CMAKE_DIR:PATH=lib/cmake/cppnetlib
//Path to a library.
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/opt/boxen/homebrew/opt/openssl/lib/libcrypto.dylib
//Path to a file.
OPENSSL_INCLUDE_DIR:PATH=/opt/boxen/homebrew/opt/openssl/include
//Path to a library.
OPENSSL_SSL_LIBRARY:FILEPATH=/opt/boxen/homebrew/opt/openssl/lib/libssl.dylib
//Value Computed by CMake
OSQUERY_BINARY_DIR:STATIC=/tmp/osquery20150518-23111-cgyt8i
//Value Computed by CMake
OSQUERY_SOURCE_DIR:STATIC=/tmp/osquery20150518-23111-cgyt8i
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/boxen/homebrew/bin/pkg-config
//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/opt/boxen/homebrew/bin/python
//Path to a file.
READLINE_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
READLINE_ncurses_LIBRARY:FILEPATH=/usr/lib/libncurses.dylib
//Path to a library.
READLINE_readline_LIBRARY:FILEPATH=/usr/lib/libreadline.dylib
//Path to a file.
ROCKSDB_INCLUDE_DIR:PATH=/opt/boxen/homebrew/include
//Path to a library.
ROCKSDB_LIBRARIES:FILEPATH=/opt/boxen/homebrew/lib/librocksdb.dylib
//Path to a library.
ROCKSDB_SNAPPY_LIBRARY:FILEPATH=/opt/boxen/homebrew/lib/libsnappy.a
//Path to a library.
ROCKSDB_STATIC_LIBRARIES:FILEPATH=/opt/boxen/homebrew/lib/librocksdb.a
//Path to a program.
THRIFT_COMPILER:FILEPATH=THRIFT_COMPILER-NOTFOUND
//Path to a file.
THRIFT_CONTRIB_DIR:PATH=THRIFT_CONTRIB_DIR-NOTFOUND
//Path to a file.
THRIFT_INCLUDE_DIR:PATH=/opt/boxen/homebrew/include
//Path to a library.
THRIFT_LIB:FILEPATH=/opt/boxen/homebrew/lib/libthrift.a
//Path to a file.
THRIFT_STATIC_LIB_PATH:PATH=THRIFT_STATIC_LIB_PATH-NOTFOUND
//Path to a library.
boost_filesystem_library:FILEPATH=/opt/boxen/homebrew/lib/libboost_filesystem.a
//Path to a library.
boost_regex_library:FILEPATH=/opt/boxen/homebrew/lib/libboost_regex.a
//Path to a library.
boost_system_library:FILEPATH=/opt/boxen/homebrew/lib/libboost_system.a
//Path to a library.
boost_thread-mt_library:FILEPATH=/opt/boxen/homebrew/lib/libboost_thread-mt.a
//Dependencies for the target
cppnetlib-client-connections_LIB_DEPENDS:STATIC=general;/opt/boxen/homebrew/opt/openssl/lib/libssl.dylib;general;/opt/boxen/homebrew/opt/openssl/lib/libcrypto.dylib;
//Dependencies for target
cppnetlib-server-parsers_LIB_DEPENDS:STATIC=
//Dependencies for target
cppnetlib-uri_LIB_DEPENDS:STATIC=
//Value Computed by CMake
gtest_BINARY_DIR:STATIC=/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0
//Dependencies for target
gtest_LIB_DEPENDS:STATIC=
//Value Computed by CMake
gtest_SOURCE_DIR:STATIC=/tmp/osquery20150518-23111-cgyt8i/third-party/gtest-1.7.0
//Build gtest's sample programs.
gtest_build_samples:BOOL=OFF
//Build all of gtest's own tests.
gtest_build_tests:BOOL=OFF
//Disable uses of pthreads in gtest.
gtest_disable_pthreads:BOOL=OFF
//Use shared (DLL) run-time lib even when Google Test is built
// as static lib.
gtest_force_shared_crt:BOOL=OFF
//Dependencies for the target
gtest_main_LIB_DEPENDS:STATIC=general;gtest;
//Dependencies for the target
libosquery_LIB_DEPENDS:STATIC=general;/opt/boxen/homebrew/lib/libthrift.a;general;/opt/boxen/homebrew/lib/librocksdb.a;general;-lpthread;general;-lz;general;/opt/boxen/homebrew/lib/libsnappy.a;general;/opt/boxen/homebrew/lib/libsnappy.a;general;/tmp/osquery20150518-23111-cgyt8i/third-party/glog/lib/libglog.a;general;/opt/boxen/homebrew/lib/libgflags.a;general;/opt/boxen/homebrew/opt/openssl/lib/libcrypto.dylib;general;/opt/boxen/homebrew/opt/openssl/lib/libssl.dylib;general;/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/libcppnetlib-uri.a;general;/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/libcppnetlib-client-connections.a;general;/tmp/osquery20150518-23111-cgyt8i/third-party/cpp-netlib/libs/network/src/libcppnetlib-server-parsers.a;general;readline;general;pthread;general;dl;general;bz2;general;z;general;-rdynamic;general;-mmacosx-version-min=10.9;general;/opt/boxen/homebrew/lib/libboost_thread-mt.a;general;/opt/boxen/homebrew/lib/liblz4.a;general;/opt/boxen/homebrew/lib/libboost_system.a;general;/opt/boxen/homebrew/lib/libboost_filesystem.a;general;/opt/boxen/homebrew/lib/libboost_regex.a;general;/opt/boxen/homebrew/lib/libyara.a;general;-framework Foundation;
//Dependencies for the target
libosquery_additional_LIB_DEPENDS:STATIC=general;-framework CoreServices;general;-framework SystemConfiguration;general;-framework IOKit;general;-framework CoreFoundation;general;-framework Security;general;-framework OpenDirectory;general;-framework DiskArbitration;
//Dependencies for target
libosquery_testing_LIB_DEPENDS:STATIC=
//Path to a library.
lz4_library:FILEPATH=/opt/boxen/homebrew/lib/liblz4.a
//Dependencies for the target
modexample_LIB_DEPENDS:STATIC=general;dl;general;-undefined dynamic_lookup;
//Path to a file.
snappy_INCLUDE_DIRS:PATH=/opt/boxen/homebrew/include
//Path to a library.
snappy_LIBRARIES:FILEPATH=/opt/boxen/homebrew/lib/libsnappy.a
//Path to a library.
yara_library:FILEPATH=/opt/boxen/homebrew/lib/libyara.a
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: BZIP2_INCLUDE_DIR
BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG
BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE
BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Have library /usr/lib/libbz2.dylib
BZIP2_NEED_PREFIX:INTERNAL=1
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_DEBUG
Boost_ATOMIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_RELEASE
Boost_ATOMIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_DEBUG
Boost_CHRONO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_RELEASE
Boost_CHRONO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG
Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE
Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DIR
Boost_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG
Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE
Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR
Boost_LIBRARY_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_DEBUG
Boost_REGEX_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_RELEASE
Boost_REGEX_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG
Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE
Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/osquery20150518-23111-cgyt8i
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/boxen/homebrew/Cellar/cmake/3.2.2/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/osquery20150518-23111-cgyt8i
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=22
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/boxen/homebrew/Cellar/cmake/3.2.2/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CRYPTO_INCLUDE_DIR
CRYPTO_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CRYPTO_LIBRARIES
CRYPTO_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DL_INCLUDES
DL_INCLUDES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DL_LIBRARIES
DL_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Details about finding BZip2
FIND_PACKAGE_MESSAGE_DETAILS_BZip2:INTERNAL=[/usr/lib/libbz2.dylib][/usr/include][v1.0.6()]
//Details about finding Doxygen
FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/opt/boxen/homebrew/bin/doxygen][v1.8.9.1()]
//Details about finding GFLAGS
FIND_PACKAGE_MESSAGE_DETAILS_GFLAGS:INTERNAL=[/opt/boxen/homebrew/include][/opt/boxen/homebrew/lib/libgflags.a][v()]
//Details about finding OpenSSL
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/opt/boxen/homebrew/opt/openssl/lib/libssl.dylib;/opt/boxen/homebrew/opt/openssl/lib/libcrypto.dylib][/opt/boxen/homebrew/opt/openssl/include][v1.0.2a()]
//Details about finding PythonInterp
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/opt/boxen/homebrew/bin/python][v2.7.9()]
//Details about finding ROCKSDB
FIND_PACKAGE_MESSAGE_DETAILS_ROCKSDB:INTERNAL=[/opt/boxen/homebrew/lib/librocksdb.dylib][/opt/boxen/homebrew/lib/librocksdb.a;-lpthread;-lz;/opt/boxen/homebrew/lib/libsnappy.a][/opt/boxen/homebrew/include][v()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_SSL_LIBRARY
OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: READLINE_INCLUDE_DIR
READLINE_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: READLINE_ncurses_LIBRARY
READLINE_ncurses_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: READLINE_readline_LIBRARY
READLINE_readline_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: THRIFT_COMPILER
THRIFT_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: THRIFT_INCLUDE_DIR
THRIFT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: THRIFT_LIB
THRIFT_LIB-ADVANCED:INTERNAL=1
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=atomic;chrono;date_time;filesystem;program_options;regex;system;thread;unit_test_framework
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=/opt/boxen/homebrew/include
//Last used Boost_LIBRARY_DIR value.
_Boost_LIBRARY_DIR_LAST:INTERNAL=/opt/boxen/homebrew/lib
//Last used Boost_NAMESPACE value.
_Boost_NAMESPACE_LAST:INTERNAL=boost
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
//Last used Boost_USE_STATIC_LIBS value.
_Boost_USE_STATIC_LIBS_LAST:INTERNAL=ON
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/opt/boxen/homebrew/Cellar/osquery/1.4.5
_OPENSSL_CFLAGS:INTERNAL=-I/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/include
_OPENSSL_CFLAGS_I:INTERNAL=
_OPENSSL_CFLAGS_OTHER:INTERNAL=
_OPENSSL_FOUND:INTERNAL=1
_OPENSSL_INCLUDEDIR:INTERNAL=/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/include
_OPENSSL_INCLUDE_DIRS:INTERNAL=/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/include
_OPENSSL_LDFLAGS:INTERNAL=-L/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/lib;-lssl;-lcrypto
_OPENSSL_LDFLAGS_OTHER:INTERNAL=
_OPENSSL_LIBDIR:INTERNAL=/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/lib
_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
_OPENSSL_LIBRARY_DIRS:INTERNAL=/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/lib
_OPENSSL_LIBS:INTERNAL=
_OPENSSL_LIBS_L:INTERNAL=
_OPENSSL_LIBS_OTHER:INTERNAL=
_OPENSSL_LIBS_PATHS:INTERNAL=
_OPENSSL_PREFIX:INTERNAL=/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1
_OPENSSL_STATIC_CFLAGS:INTERNAL=-I/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/include
_OPENSSL_STATIC_CFLAGS_I:INTERNAL=
_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/include
_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/lib;-lssl;-lcrypto
_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=
_OPENSSL_STATIC_LIBDIR:INTERNAL=
_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto
_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/opt/boxen/homebrew/Cellar/openssl/1.0.2a-1/lib
_OPENSSL_STATIC_LIBS:INTERNAL=
_OPENSSL_STATIC_LIBS_L:INTERNAL=
_OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
_OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
_OPENSSL_VERSION:INTERNAL=1.0.2a
_OPENSSL_openssl_INCLUDEDIR:INTERNAL=
_OPENSSL_openssl_LIBDIR:INTERNAL=
_OPENSSL_openssl_PREFIX:INTERNAL=
_OPENSSL_openssl_VERSION:INTERNAL=
__pkg_config_checked__OPENSSL:INTERNAL=1
//ADVANCED property for variable: snappy_INCLUDE_DIRS
snappy_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: snappy_LIBRARIES
snappy_LIBRARIES-ADVANCED:INTERNAL=1
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 6f815cc180167b2380984d4b942183bc9777aa7b
Last commit: 3 hours ago
HOMEBREW_PREFIX: /opt/boxen/homebrew
HOMEBREW_CELLAR: /opt/boxen/homebrew/Cellar
CPU: quad-core 64-bit haswell
OS X: 10.10.2-x86_64
Xcode: 6.1.1
CLT: 6.1.1.0.1.1416017670
Clang: 6.0 build 600
X11: 2.7.5 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /opt/boxen/pyenv/shims/python => /opt/boxen/homebrew/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /opt/boxen/rbenv/shims/ruby => /opt/rubies/2.1.2/bin/ruby
Java: 1.7.0_71
Warning: A newer Command Line Tools release is available.
Update them from Software Update in the App Store.
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/opt/boxen/phpenv/shims/php-config
/opt/boxen/pyenv/shims/python-config
/opt/boxen/pyenv/shims/python2-config
/opt/boxen/pyenv/shims/python2.7-config
/opt/boxen/pyenv/shims/python3-config
/opt/boxen/pyenv/shims/python3.4-config
/opt/boxen/pyenv/shims/python3.4m-config
Warning: Your XQuartz (2.7.5) is outdated
Please install XQuartz 2.7.7:
https://xquartz.macosforge.org
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/pqStubs.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse-ext2.pc
/usr/local/lib/pkgconfig/tcl.pc
/usr/local/lib/pkgconfig/tk.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
bisonphp26
freetypephp
ossp-uuid
zlibphp
Warning: You have uncommitted modifications to Homebrew
If this a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /opt/boxen/homebrew/Library && git stash && git clean -d -f
Warning: Your Homebrew is not installed to /usr/local
You can install Homebrew anywhere you want, but some brews may only build
correctly if you install in /usr/local. Sorry!
Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
/Users/norton/.local/bin/
Warning: Your Xcode (6.1.1) is outdated
Please update to Xcode 6.3.1.
Xcode can be updated from the App Store.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment