Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created March 8, 2016 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovezfs/1d0f2aa32c7bfff0d971 to your computer and use it in GitHub Desktop.
Save ilovezfs/1d0f2aa32c7bfff0d971 to your computer and use it in GitHub Desktop.
hyperscan default -march=native build success
bash-3.2$ git -C /usr/local diff
diff --git a/Library/Formula/hyperscan.rb b/Library/Formula/hyperscan.rb
index 8c3041e..724cd08 100644
--- a/Library/Formula/hyperscan.rb
+++ b/Library/Formula/hyperscan.rb
@@ -17,6 +17,7 @@ class Hyperscan < Formula
depends_on "cmake" => :build
def install
+ ENV.delete("HOMEBREW_OPTFLAGS") if ENV["HOMEBREW_OPTFLAGS"] == "-march=native"
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make", "install"
bash-3.2$ brew install -dv --build-from-source hyperscan
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/hyperscan.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/boost.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/ragel.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/cmake.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/sphinx-doc.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/icu4c.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Library/Formula/hyperscan.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/boost.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/ragel.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/cmake.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/sphinx-doc.rb
==> Downloading https://github.com/01org/hyperscan/archive/v4.1.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/hyperscan-4.1.0.tar.gz
==> Verifying hyperscan-4.1.0.tar.gz checksum
tar xvf /Library/Caches/Homebrew/hyperscan-4.1.0.tar.gz
x hyperscan-4.1.0/
x hyperscan-4.1.0/.clang-format
x hyperscan-4.1.0/.gitignore
x hyperscan-4.1.0/CHANGELOG.md
x hyperscan-4.1.0/CMakeLists.txt
x hyperscan-4.1.0/COPYING
x hyperscan-4.1.0/LICENSE
x hyperscan-4.1.0/README.md
x hyperscan-4.1.0/cmake/
x hyperscan-4.1.0/cmake/backtrace.cmake
x hyperscan-4.1.0/cmake/config.h.in
x hyperscan-4.1.0/cmake/platform.cmake
x hyperscan-4.1.0/cmake/ragel.cmake
x hyperscan-4.1.0/doc/
x hyperscan-4.1.0/doc/dev-reference/
x hyperscan-4.1.0/doc/dev-reference/CMakeLists.txt
x hyperscan-4.1.0/doc/dev-reference/_static/
x hyperscan-4.1.0/doc/dev-reference/_static/hyperscan.css
x hyperscan-4.1.0/doc/dev-reference/api_constants.rst
x hyperscan-4.1.0/doc/dev-reference/api_files.rst
x hyperscan-4.1.0/doc/dev-reference/compilation.rst
x hyperscan-4.1.0/doc/dev-reference/conf.py.in
x hyperscan-4.1.0/doc/dev-reference/copyright.rst
x hyperscan-4.1.0/doc/dev-reference/getting_started.rst
x hyperscan-4.1.0/doc/dev-reference/hyperscan.doxyfile.in
x hyperscan-4.1.0/doc/dev-reference/index.rst
x hyperscan-4.1.0/doc/dev-reference/intro.rst
x hyperscan-4.1.0/doc/dev-reference/performance.rst
x hyperscan-4.1.0/doc/dev-reference/preface.rst
x hyperscan-4.1.0/doc/dev-reference/runtime.rst
x hyperscan-4.1.0/examples/
x hyperscan-4.1.0/examples/CMakeLists.txt
x hyperscan-4.1.0/examples/README.md
x hyperscan-4.1.0/examples/patbench.cc
x hyperscan-4.1.0/examples/pcapscan.cc
x hyperscan-4.1.0/examples/simplegrep.c
x hyperscan-4.1.0/include/
x hyperscan-4.1.0/include/boost-patched/
x hyperscan-4.1.0/include/boost-patched/graph/
x hyperscan-4.1.0/include/boost-patched/graph/dominator_tree.hpp
x hyperscan-4.1.0/libhs.pc.in
x hyperscan-4.1.0/src/
x hyperscan-4.1.0/src/alloc.c
x hyperscan-4.1.0/src/allocator.h
x hyperscan-4.1.0/src/compiler/
x hyperscan-4.1.0/src/compiler/asserts.cpp
x hyperscan-4.1.0/src/compiler/asserts.h
x hyperscan-4.1.0/src/compiler/compiler.cpp
x hyperscan-4.1.0/src/compiler/compiler.h
x hyperscan-4.1.0/src/compiler/error.cpp
x hyperscan-4.1.0/src/compiler/error.h
x hyperscan-4.1.0/src/crc32.c
x hyperscan-4.1.0/src/crc32.h
x hyperscan-4.1.0/src/database.c
x hyperscan-4.1.0/src/database.h
x hyperscan-4.1.0/src/fdr/
x hyperscan-4.1.0/src/fdr/CMakeLists.txt
x hyperscan-4.1.0/src/fdr/arch.py
x hyperscan-4.1.0/src/fdr/autogen.py
x hyperscan-4.1.0/src/fdr/autogen_utils.py
x hyperscan-4.1.0/src/fdr/base_autogen.py
x hyperscan-4.1.0/src/fdr/engine_description.cpp
x hyperscan-4.1.0/src/fdr/engine_description.h
x hyperscan-4.1.0/src/fdr/fdr.c
x hyperscan-4.1.0/src/fdr/fdr.h
x hyperscan-4.1.0/src/fdr/fdr_autogen.py
x hyperscan-4.1.0/src/fdr/fdr_compile.cpp
x hyperscan-4.1.0/src/fdr/fdr_compile.h
x hyperscan-4.1.0/src/fdr/fdr_compile_internal.h
x hyperscan-4.1.0/src/fdr/fdr_compile_util.cpp
x hyperscan-4.1.0/src/fdr/fdr_confirm.h
x hyperscan-4.1.0/src/fdr/fdr_confirm_compile.cpp
x hyperscan-4.1.0/src/fdr/fdr_confirm_runtime.h
x hyperscan-4.1.0/src/fdr/fdr_dump.cpp
x hyperscan-4.1.0/src/fdr/fdr_dump.h
x hyperscan-4.1.0/src/fdr/fdr_engine_description.cpp
x hyperscan-4.1.0/src/fdr/fdr_engine_description.h
x hyperscan-4.1.0/src/fdr/fdr_internal.h
x hyperscan-4.1.0/src/fdr/fdr_loadval.h
x hyperscan-4.1.0/src/fdr/fdr_streaming_compile.cpp
x hyperscan-4.1.0/src/fdr/fdr_streaming_internal.h
x hyperscan-4.1.0/src/fdr/fdr_streaming_runtime.h
x hyperscan-4.1.0/src/fdr/flood_compile.cpp
x hyperscan-4.1.0/src/fdr/flood_runtime.h
x hyperscan-4.1.0/src/fdr/teddy.c
x hyperscan-4.1.0/src/fdr/teddy_autogen.py
x hyperscan-4.1.0/src/fdr/teddy_compile.cpp
x hyperscan-4.1.0/src/fdr/teddy_compile.h
x hyperscan-4.1.0/src/fdr/teddy_engine_description.cpp
x hyperscan-4.1.0/src/fdr/teddy_engine_description.h
x hyperscan-4.1.0/src/fdr/teddy_internal.h
x hyperscan-4.1.0/src/grey.cpp
x hyperscan-4.1.0/src/grey.h
x hyperscan-4.1.0/src/hs.cpp
x hyperscan-4.1.0/src/hs.h
x hyperscan-4.1.0/src/hs_common.h
x hyperscan-4.1.0/src/hs_compile.h
x hyperscan-4.1.0/src/hs_internal.h
x hyperscan-4.1.0/src/hs_runtime.h
x hyperscan-4.1.0/src/hs_version.c
x hyperscan-4.1.0/src/hs_version.h.in
x hyperscan-4.1.0/src/hwlm/
x hyperscan-4.1.0/src/hwlm/hwlm.c
x hyperscan-4.1.0/src/hwlm/hwlm.h
x hyperscan-4.1.0/src/hwlm/hwlm_build.cpp
x hyperscan-4.1.0/src/hwlm/hwlm_build.h
x hyperscan-4.1.0/src/hwlm/hwlm_dump.cpp
x hyperscan-4.1.0/src/hwlm/hwlm_dump.h
x hyperscan-4.1.0/src/hwlm/hwlm_internal.h
x hyperscan-4.1.0/src/hwlm/hwlm_literal.cpp
x hyperscan-4.1.0/src/hwlm/hwlm_literal.h
x hyperscan-4.1.0/src/hwlm/noodle_build.cpp
x hyperscan-4.1.0/src/hwlm/noodle_build.h
x hyperscan-4.1.0/src/hwlm/noodle_engine.c
x hyperscan-4.1.0/src/hwlm/noodle_engine.h
x hyperscan-4.1.0/src/hwlm/noodle_engine_avx2.c
x hyperscan-4.1.0/src/hwlm/noodle_engine_sse.c
x hyperscan-4.1.0/src/hwlm/noodle_internal.h
x hyperscan-4.1.0/src/nfa/
x hyperscan-4.1.0/src/nfa/accel.c
x hyperscan-4.1.0/src/nfa/accel.h
x hyperscan-4.1.0/src/nfa/accel_dump.cpp
x hyperscan-4.1.0/src/nfa/accel_dump.h
x hyperscan-4.1.0/src/nfa/accelcompile.cpp
x hyperscan-4.1.0/src/nfa/accelcompile.h
x hyperscan-4.1.0/src/nfa/callback.h
x hyperscan-4.1.0/src/nfa/castle.c
x hyperscan-4.1.0/src/nfa/castle.h
x hyperscan-4.1.0/src/nfa/castle_dump.cpp
x hyperscan-4.1.0/src/nfa/castle_dump.h
x hyperscan-4.1.0/src/nfa/castle_internal.h
x hyperscan-4.1.0/src/nfa/castlecompile.cpp
x hyperscan-4.1.0/src/nfa/castlecompile.h
x hyperscan-4.1.0/src/nfa/dfa_min.cpp
x hyperscan-4.1.0/src/nfa/dfa_min.h
x hyperscan-4.1.0/src/nfa/gough.c
x hyperscan-4.1.0/src/nfa/gough.h
x hyperscan-4.1.0/src/nfa/gough_internal.h
x hyperscan-4.1.0/src/nfa/goughcompile.cpp
x hyperscan-4.1.0/src/nfa/goughcompile.h
x hyperscan-4.1.0/src/nfa/goughcompile_accel.cpp
x hyperscan-4.1.0/src/nfa/goughcompile_dump.cpp
x hyperscan-4.1.0/src/nfa/goughcompile_dump.h
x hyperscan-4.1.0/src/nfa/goughcompile_internal.h
x hyperscan-4.1.0/src/nfa/goughcompile_reg.cpp
x hyperscan-4.1.0/src/nfa/goughdump.cpp
x hyperscan-4.1.0/src/nfa/goughdump.h
x hyperscan-4.1.0/src/nfa/lbr.c
x hyperscan-4.1.0/src/nfa/lbr.h
x hyperscan-4.1.0/src/nfa/lbr_common_impl.h
x hyperscan-4.1.0/src/nfa/lbr_dump.cpp
x hyperscan-4.1.0/src/nfa/lbr_dump.h
x hyperscan-4.1.0/src/nfa/lbr_internal.h
x hyperscan-4.1.0/src/nfa/limex.h
x hyperscan-4.1.0/src/nfa/limex_accel.c
x hyperscan-4.1.0/src/nfa/limex_accel.h
x hyperscan-4.1.0/src/nfa/limex_common_impl.h
x hyperscan-4.1.0/src/nfa/limex_compile.cpp
x hyperscan-4.1.0/src/nfa/limex_compile.h
x hyperscan-4.1.0/src/nfa/limex_context.h
x hyperscan-4.1.0/src/nfa/limex_dump.cpp
x hyperscan-4.1.0/src/nfa/limex_exceptional.h
x hyperscan-4.1.0/src/nfa/limex_internal.h
x hyperscan-4.1.0/src/nfa/limex_limits.h
x hyperscan-4.1.0/src/nfa/limex_native.c
x hyperscan-4.1.0/src/nfa/limex_ring.h
x hyperscan-4.1.0/src/nfa/limex_runtime.h
x hyperscan-4.1.0/src/nfa/limex_runtime_impl.h
x hyperscan-4.1.0/src/nfa/limex_simd128.c
x hyperscan-4.1.0/src/nfa/limex_simd256.c
x hyperscan-4.1.0/src/nfa/limex_simd384.c
x hyperscan-4.1.0/src/nfa/limex_simd512a.c
x hyperscan-4.1.0/src/nfa/limex_simd512b.c
x hyperscan-4.1.0/src/nfa/limex_simd512c.c
x hyperscan-4.1.0/src/nfa/limex_state_impl.h
x hyperscan-4.1.0/src/nfa/mcclellan.c
x hyperscan-4.1.0/src/nfa/mcclellan.h
x hyperscan-4.1.0/src/nfa/mcclellan_common_impl.h
x hyperscan-4.1.0/src/nfa/mcclellan_internal.h
x hyperscan-4.1.0/src/nfa/mcclellancompile.cpp
x hyperscan-4.1.0/src/nfa/mcclellancompile.h
x hyperscan-4.1.0/src/nfa/mcclellancompile_util.cpp
x hyperscan-4.1.0/src/nfa/mcclellancompile_util.h
x hyperscan-4.1.0/src/nfa/mcclellandump.cpp
x hyperscan-4.1.0/src/nfa/mcclellandump.h
x hyperscan-4.1.0/src/nfa/mpv.c
x hyperscan-4.1.0/src/nfa/mpv.h
x hyperscan-4.1.0/src/nfa/mpv_dump.cpp
x hyperscan-4.1.0/src/nfa/mpv_dump.h
x hyperscan-4.1.0/src/nfa/mpv_internal.h
x hyperscan-4.1.0/src/nfa/mpvcompile.cpp
x hyperscan-4.1.0/src/nfa/mpvcompile.h
x hyperscan-4.1.0/src/nfa/nfa_api.h
x hyperscan-4.1.0/src/nfa/nfa_api_dispatch.c
x hyperscan-4.1.0/src/nfa/nfa_api_queue.h
x hyperscan-4.1.0/src/nfa/nfa_api_util.h
x hyperscan-4.1.0/src/nfa/nfa_build_util.cpp
x hyperscan-4.1.0/src/nfa/nfa_build_util.h
x hyperscan-4.1.0/src/nfa/nfa_dump_api.h
x hyperscan-4.1.0/src/nfa/nfa_dump_dispatch.cpp
x hyperscan-4.1.0/src/nfa/nfa_dump_internal.cpp
x hyperscan-4.1.0/src/nfa/nfa_dump_internal.h
x hyperscan-4.1.0/src/nfa/nfa_internal.h
x hyperscan-4.1.0/src/nfa/nfa_kind.h
x hyperscan-4.1.0/src/nfa/nfa_rev_api.h
x hyperscan-4.1.0/src/nfa/rdfa.h
x hyperscan-4.1.0/src/nfa/rdfa_merge.cpp
x hyperscan-4.1.0/src/nfa/rdfa_merge.h
x hyperscan-4.1.0/src/nfa/repeat.c
x hyperscan-4.1.0/src/nfa/repeat.h
x hyperscan-4.1.0/src/nfa/repeat_internal.h
x hyperscan-4.1.0/src/nfa/repeatcompile.cpp
x hyperscan-4.1.0/src/nfa/repeatcompile.h
x hyperscan-4.1.0/src/nfa/shufti.c
x hyperscan-4.1.0/src/nfa/shufti.h
x hyperscan-4.1.0/src/nfa/shufticompile.cpp
x hyperscan-4.1.0/src/nfa/shufticompile.h
x hyperscan-4.1.0/src/nfa/truffle.c
x hyperscan-4.1.0/src/nfa/truffle.h
x hyperscan-4.1.0/src/nfa/trufflecompile.cpp
x hyperscan-4.1.0/src/nfa/trufflecompile.h
x hyperscan-4.1.0/src/nfa/vermicelli.h
x hyperscan-4.1.0/src/nfa/vermicelli_run.h
x hyperscan-4.1.0/src/nfa/vermicelli_sse.h
x hyperscan-4.1.0/src/nfagraph/
x hyperscan-4.1.0/src/nfagraph/ng.cpp
x hyperscan-4.1.0/src/nfagraph/ng.h
x hyperscan-4.1.0/src/nfagraph/ng_anchored_acyclic.cpp
x hyperscan-4.1.0/src/nfagraph/ng_anchored_acyclic.h
x hyperscan-4.1.0/src/nfagraph/ng_anchored_dots.cpp
x hyperscan-4.1.0/src/nfagraph/ng_anchored_dots.h
x hyperscan-4.1.0/src/nfagraph/ng_asserts.cpp
x hyperscan-4.1.0/src/nfagraph/ng_asserts.h
x hyperscan-4.1.0/src/nfagraph/ng_builder.cpp
x hyperscan-4.1.0/src/nfagraph/ng_builder.h
x hyperscan-4.1.0/src/nfagraph/ng_calc_components.cpp
x hyperscan-4.1.0/src/nfagraph/ng_calc_components.h
x hyperscan-4.1.0/src/nfagraph/ng_cyclic_redundancy.cpp
x hyperscan-4.1.0/src/nfagraph/ng_cyclic_redundancy.h
x hyperscan-4.1.0/src/nfagraph/ng_depth.cpp
x hyperscan-4.1.0/src/nfagraph/ng_depth.h
x hyperscan-4.1.0/src/nfagraph/ng_dominators.cpp
x hyperscan-4.1.0/src/nfagraph/ng_dominators.h
x hyperscan-4.1.0/src/nfagraph/ng_dump.cpp
x hyperscan-4.1.0/src/nfagraph/ng_dump.h
x hyperscan-4.1.0/src/nfagraph/ng_edge_redundancy.cpp
x hyperscan-4.1.0/src/nfagraph/ng_edge_redundancy.h
x hyperscan-4.1.0/src/nfagraph/ng_equivalence.cpp
x hyperscan-4.1.0/src/nfagraph/ng_equivalence.h
x hyperscan-4.1.0/src/nfagraph/ng_execute.cpp
x hyperscan-4.1.0/src/nfagraph/ng_execute.h
x hyperscan-4.1.0/src/nfagraph/ng_expr_info.cpp
x hyperscan-4.1.0/src/nfagraph/ng_expr_info.h
x hyperscan-4.1.0/src/nfagraph/ng_extparam.cpp
x hyperscan-4.1.0/src/nfagraph/ng_extparam.h
x hyperscan-4.1.0/src/nfagraph/ng_fixed_width.cpp
x hyperscan-4.1.0/src/nfagraph/ng_fixed_width.h
x hyperscan-4.1.0/src/nfagraph/ng_graph.h
x hyperscan-4.1.0/src/nfagraph/ng_haig.cpp
x hyperscan-4.1.0/src/nfagraph/ng_haig.h
x hyperscan-4.1.0/src/nfagraph/ng_holder.cpp
x hyperscan-4.1.0/src/nfagraph/ng_holder.h
x hyperscan-4.1.0/src/nfagraph/ng_is_equal.cpp
x hyperscan-4.1.0/src/nfagraph/ng_is_equal.h
x hyperscan-4.1.0/src/nfagraph/ng_lbr.cpp
x hyperscan-4.1.0/src/nfagraph/ng_lbr.h
x hyperscan-4.1.0/src/nfagraph/ng_limex.cpp
x hyperscan-4.1.0/src/nfagraph/ng_limex.h
x hyperscan-4.1.0/src/nfagraph/ng_limex_accel.cpp
x hyperscan-4.1.0/src/nfagraph/ng_limex_accel.h
x hyperscan-4.1.0/src/nfagraph/ng_literal_analysis.cpp
x hyperscan-4.1.0/src/nfagraph/ng_literal_analysis.h
x hyperscan-4.1.0/src/nfagraph/ng_literal_component.cpp
x hyperscan-4.1.0/src/nfagraph/ng_literal_component.h
x hyperscan-4.1.0/src/nfagraph/ng_literal_decorated.cpp
x hyperscan-4.1.0/src/nfagraph/ng_literal_decorated.h
x hyperscan-4.1.0/src/nfagraph/ng_mcclellan.cpp
x hyperscan-4.1.0/src/nfagraph/ng_mcclellan.h
x hyperscan-4.1.0/src/nfagraph/ng_mcclellan_internal.h
x hyperscan-4.1.0/src/nfagraph/ng_misc_opt.cpp
x hyperscan-4.1.0/src/nfagraph/ng_misc_opt.h
x hyperscan-4.1.0/src/nfagraph/ng_netflow.cpp
x hyperscan-4.1.0/src/nfagraph/ng_netflow.h
x hyperscan-4.1.0/src/nfagraph/ng_prefilter.cpp
x hyperscan-4.1.0/src/nfagraph/ng_prefilter.h
x hyperscan-4.1.0/src/nfagraph/ng_prune.cpp
x hyperscan-4.1.0/src/nfagraph/ng_prune.h
x hyperscan-4.1.0/src/nfagraph/ng_puff.cpp
x hyperscan-4.1.0/src/nfagraph/ng_puff.h
x hyperscan-4.1.0/src/nfagraph/ng_redundancy.cpp
x hyperscan-4.1.0/src/nfagraph/ng_redundancy.h
x hyperscan-4.1.0/src/nfagraph/ng_region.cpp
x hyperscan-4.1.0/src/nfagraph/ng_region.h
x hyperscan-4.1.0/src/nfagraph/ng_region_redundancy.cpp
x hyperscan-4.1.0/src/nfagraph/ng_region_redundancy.h
x hyperscan-4.1.0/src/nfagraph/ng_repeat.cpp
x hyperscan-4.1.0/src/nfagraph/ng_repeat.h
x hyperscan-4.1.0/src/nfagraph/ng_reports.cpp
x hyperscan-4.1.0/src/nfagraph/ng_reports.h
x hyperscan-4.1.0/src/nfagraph/ng_restructuring.cpp
x hyperscan-4.1.0/src/nfagraph/ng_restructuring.h
x hyperscan-4.1.0/src/nfagraph/ng_revacc.cpp
x hyperscan-4.1.0/src/nfagraph/ng_revacc.h
x hyperscan-4.1.0/src/nfagraph/ng_rose.cpp
x hyperscan-4.1.0/src/nfagraph/ng_rose.h
x hyperscan-4.1.0/src/nfagraph/ng_sep.cpp
x hyperscan-4.1.0/src/nfagraph/ng_sep.h
x hyperscan-4.1.0/src/nfagraph/ng_small_literal_set.cpp
x hyperscan-4.1.0/src/nfagraph/ng_small_literal_set.h
x hyperscan-4.1.0/src/nfagraph/ng_som.cpp
x hyperscan-4.1.0/src/nfagraph/ng_som.h
x hyperscan-4.1.0/src/nfagraph/ng_som_add_redundancy.cpp
x hyperscan-4.1.0/src/nfagraph/ng_som_add_redundancy.h
x hyperscan-4.1.0/src/nfagraph/ng_som_util.cpp
x hyperscan-4.1.0/src/nfagraph/ng_som_util.h
x hyperscan-4.1.0/src/nfagraph/ng_split.cpp
x hyperscan-4.1.0/src/nfagraph/ng_split.h
x hyperscan-4.1.0/src/nfagraph/ng_squash.cpp
x hyperscan-4.1.0/src/nfagraph/ng_squash.h
x hyperscan-4.1.0/src/nfagraph/ng_stop.cpp
x hyperscan-4.1.0/src/nfagraph/ng_stop.h
x hyperscan-4.1.0/src/nfagraph/ng_uncalc_components.cpp
x hyperscan-4.1.0/src/nfagraph/ng_uncalc_components.h
x hyperscan-4.1.0/src/nfagraph/ng_undirected.h
x hyperscan-4.1.0/src/nfagraph/ng_utf8.cpp
x hyperscan-4.1.0/src/nfagraph/ng_utf8.h
x hyperscan-4.1.0/src/nfagraph/ng_util.cpp
x hyperscan-4.1.0/src/nfagraph/ng_util.h
x hyperscan-4.1.0/src/nfagraph/ng_vacuous.cpp
x hyperscan-4.1.0/src/nfagraph/ng_vacuous.h
x hyperscan-4.1.0/src/nfagraph/ng_width.cpp
x hyperscan-4.1.0/src/nfagraph/ng_width.h
x hyperscan-4.1.0/src/parser/
x hyperscan-4.1.0/src/parser/AsciiComponentClass.cpp
x hyperscan-4.1.0/src/parser/AsciiComponentClass.h
x hyperscan-4.1.0/src/parser/Component.cpp
x hyperscan-4.1.0/src/parser/Component.h
x hyperscan-4.1.0/src/parser/ComponentAlternation.cpp
x hyperscan-4.1.0/src/parser/ComponentAlternation.h
x hyperscan-4.1.0/src/parser/ComponentAssertion.cpp
x hyperscan-4.1.0/src/parser/ComponentAssertion.h
x hyperscan-4.1.0/src/parser/ComponentAtomicGroup.cpp
x hyperscan-4.1.0/src/parser/ComponentAtomicGroup.h
x hyperscan-4.1.0/src/parser/ComponentBackReference.cpp
x hyperscan-4.1.0/src/parser/ComponentBackReference.h
x hyperscan-4.1.0/src/parser/ComponentBoundary.cpp
x hyperscan-4.1.0/src/parser/ComponentBoundary.h
x hyperscan-4.1.0/src/parser/ComponentByte.cpp
x hyperscan-4.1.0/src/parser/ComponentByte.h
x hyperscan-4.1.0/src/parser/ComponentClass.cpp
x hyperscan-4.1.0/src/parser/ComponentClass.h
x hyperscan-4.1.0/src/parser/ComponentCondReference.cpp
x hyperscan-4.1.0/src/parser/ComponentCondReference.h
x hyperscan-4.1.0/src/parser/ComponentEUS.cpp
x hyperscan-4.1.0/src/parser/ComponentEUS.h
x hyperscan-4.1.0/src/parser/ComponentEmpty.cpp
x hyperscan-4.1.0/src/parser/ComponentEmpty.h
x hyperscan-4.1.0/src/parser/ComponentRepeat.cpp
x hyperscan-4.1.0/src/parser/ComponentRepeat.h
x hyperscan-4.1.0/src/parser/ComponentSequence.cpp
x hyperscan-4.1.0/src/parser/ComponentSequence.h
x hyperscan-4.1.0/src/parser/ComponentVisitor.cpp
x hyperscan-4.1.0/src/parser/ComponentVisitor.h
x hyperscan-4.1.0/src/parser/ComponentWordBoundary.cpp
x hyperscan-4.1.0/src/parser/ComponentWordBoundary.h
x hyperscan-4.1.0/src/parser/ConstComponentVisitor.cpp
x hyperscan-4.1.0/src/parser/ConstComponentVisitor.h
x hyperscan-4.1.0/src/parser/Parser.h
x hyperscan-4.1.0/src/parser/Parser.rl
x hyperscan-4.1.0/src/parser/Utf8ComponentClass.cpp
x hyperscan-4.1.0/src/parser/Utf8ComponentClass.h
x hyperscan-4.1.0/src/parser/buildstate.cpp
x hyperscan-4.1.0/src/parser/buildstate.h
x hyperscan-4.1.0/src/parser/check_refs.cpp
x hyperscan-4.1.0/src/parser/check_refs.h
x hyperscan-4.1.0/src/parser/dump.cpp
x hyperscan-4.1.0/src/parser/dump.h
x hyperscan-4.1.0/src/parser/parse_error.cpp
x hyperscan-4.1.0/src/parser/parse_error.h
x hyperscan-4.1.0/src/parser/parser_util.cpp
x hyperscan-4.1.0/src/parser/position.h
x hyperscan-4.1.0/src/parser/position_dump.h
x hyperscan-4.1.0/src/parser/position_info.h
x hyperscan-4.1.0/src/parser/prefilter.cpp
x hyperscan-4.1.0/src/parser/prefilter.h
x hyperscan-4.1.0/src/parser/shortcut_literal.cpp
x hyperscan-4.1.0/src/parser/shortcut_literal.h
x hyperscan-4.1.0/src/parser/ucp_table.cpp
x hyperscan-4.1.0/src/parser/ucp_table.h
x hyperscan-4.1.0/src/parser/unsupported.cpp
x hyperscan-4.1.0/src/parser/unsupported.h
x hyperscan-4.1.0/src/parser/utf8_validate.cpp
x hyperscan-4.1.0/src/parser/utf8_validate.h
x hyperscan-4.1.0/src/rose/
x hyperscan-4.1.0/src/rose/block.c
x hyperscan-4.1.0/src/rose/catchup.c
x hyperscan-4.1.0/src/rose/catchup.h
x hyperscan-4.1.0/src/rose/counting_miracle.h
x hyperscan-4.1.0/src/rose/eod.c
x hyperscan-4.1.0/src/rose/infix.h
x hyperscan-4.1.0/src/rose/init.c
x hyperscan-4.1.0/src/rose/init.h
x hyperscan-4.1.0/src/rose/match.c
x hyperscan-4.1.0/src/rose/match.h
x hyperscan-4.1.0/src/rose/miracle.h
x hyperscan-4.1.0/src/rose/rose.h
x hyperscan-4.1.0/src/rose/rose_build.h
x hyperscan-4.1.0/src/rose/rose_build_add.cpp
x hyperscan-4.1.0/src/rose/rose_build_add_internal.h
x hyperscan-4.1.0/src/rose/rose_build_add_mask.cpp
x hyperscan-4.1.0/src/rose/rose_build_anchored.cpp
x hyperscan-4.1.0/src/rose/rose_build_anchored.h
x hyperscan-4.1.0/src/rose/rose_build_bytecode.cpp
x hyperscan-4.1.0/src/rose/rose_build_compile.cpp
x hyperscan-4.1.0/src/rose/rose_build_convert.cpp
x hyperscan-4.1.0/src/rose/rose_build_convert.h
x hyperscan-4.1.0/src/rose/rose_build_dump.cpp
x hyperscan-4.1.0/src/rose/rose_build_dump.h
x hyperscan-4.1.0/src/rose/rose_build_impl.h
x hyperscan-4.1.0/src/rose/rose_build_infix.cpp
x hyperscan-4.1.0/src/rose/rose_build_infix.h
x hyperscan-4.1.0/src/rose/rose_build_lookaround.cpp
x hyperscan-4.1.0/src/rose/rose_build_lookaround.h
x hyperscan-4.1.0/src/rose/rose_build_merge.cpp
x hyperscan-4.1.0/src/rose/rose_build_merge.h
x hyperscan-4.1.0/src/rose/rose_build_misc.cpp
x hyperscan-4.1.0/src/rose/rose_build_role_aliasing.cpp
x hyperscan-4.1.0/src/rose/rose_build_role_aliasing.h
x hyperscan-4.1.0/src/rose/rose_build_scatter.cpp
x hyperscan-4.1.0/src/rose/rose_build_scatter.h
x hyperscan-4.1.0/src/rose/rose_build_util.h
x hyperscan-4.1.0/src/rose/rose_build_width.cpp
x hyperscan-4.1.0/src/rose/rose_build_width.h
x hyperscan-4.1.0/src/rose/rose_common.h
x hyperscan-4.1.0/src/rose/rose_dump.cpp
x hyperscan-4.1.0/src/rose/rose_dump.h
x hyperscan-4.1.0/src/rose/rose_graph.h
x hyperscan-4.1.0/src/rose/rose_in_dump.cpp
x hyperscan-4.1.0/src/rose/rose_in_dump.h
x hyperscan-4.1.0/src/rose/rose_in_graph.h
x hyperscan-4.1.0/src/rose/rose_in_util.cpp
x hyperscan-4.1.0/src/rose/rose_in_util.h
x hyperscan-4.1.0/src/rose/rose_internal.h
x hyperscan-4.1.0/src/rose/rose_sidecar_runtime.h
x hyperscan-4.1.0/src/rose/rose_types.h
x hyperscan-4.1.0/src/rose/runtime.h
x hyperscan-4.1.0/src/rose/stream.c
x hyperscan-4.1.0/src/runtime.c
x hyperscan-4.1.0/src/scratch.c
x hyperscan-4.1.0/src/scratch.h
x hyperscan-4.1.0/src/scratch_dump.cpp
x hyperscan-4.1.0/src/scratch_dump.h
x hyperscan-4.1.0/src/sidecar/
x hyperscan-4.1.0/src/sidecar/sidecar.c
x hyperscan-4.1.0/src/sidecar/sidecar.h
x hyperscan-4.1.0/src/sidecar/sidecar_compile.cpp
x hyperscan-4.1.0/src/sidecar/sidecar_compile.h
x hyperscan-4.1.0/src/sidecar/sidecar_dump.cpp
x hyperscan-4.1.0/src/sidecar/sidecar_dump.h
x hyperscan-4.1.0/src/sidecar/sidecar_generic.h
x hyperscan-4.1.0/src/sidecar/sidecar_internal.h
x hyperscan-4.1.0/src/sidecar/sidecar_shufti.c
x hyperscan-4.1.0/src/sidecar/sidecar_shufti.h
x hyperscan-4.1.0/src/smallwrite/
x hyperscan-4.1.0/src/smallwrite/smallwrite_build.cpp
x hyperscan-4.1.0/src/smallwrite/smallwrite_build.h
x hyperscan-4.1.0/src/smallwrite/smallwrite_dump.cpp
x hyperscan-4.1.0/src/smallwrite/smallwrite_dump.h
x hyperscan-4.1.0/src/smallwrite/smallwrite_internal.h
x hyperscan-4.1.0/src/som/
x hyperscan-4.1.0/src/som/slot_manager.cpp
x hyperscan-4.1.0/src/som/slot_manager.h
x hyperscan-4.1.0/src/som/slot_manager_dump.cpp
x hyperscan-4.1.0/src/som/slot_manager_dump.h
x hyperscan-4.1.0/src/som/slot_manager_internal.h
x hyperscan-4.1.0/src/som/som.h
x hyperscan-4.1.0/src/som/som_runtime.c
x hyperscan-4.1.0/src/som/som_runtime.h
x hyperscan-4.1.0/src/som/som_stream.c
x hyperscan-4.1.0/src/som/som_stream.h
x hyperscan-4.1.0/src/state.h
x hyperscan-4.1.0/src/ue2common.h
x hyperscan-4.1.0/src/util/
x hyperscan-4.1.0/src/util/alloc.cpp
x hyperscan-4.1.0/src/util/alloc.h
x hyperscan-4.1.0/src/util/bitfield.h
x hyperscan-4.1.0/src/util/bitutils.h
x hyperscan-4.1.0/src/util/boundary_reports.h
x hyperscan-4.1.0/src/util/charreach.cpp
x hyperscan-4.1.0/src/util/charreach.h
x hyperscan-4.1.0/src/util/charreach_util.h
x hyperscan-4.1.0/src/util/compare.h
x hyperscan-4.1.0/src/util/compile_context.cpp
x hyperscan-4.1.0/src/util/compile_context.h
x hyperscan-4.1.0/src/util/compile_error.cpp
x hyperscan-4.1.0/src/util/compile_error.h
x hyperscan-4.1.0/src/util/container.h
x hyperscan-4.1.0/src/util/cpuid_flags.c
x hyperscan-4.1.0/src/util/cpuid_flags.h
x hyperscan-4.1.0/src/util/depth.cpp
x hyperscan-4.1.0/src/util/depth.h
x hyperscan-4.1.0/src/util/determinise.h
x hyperscan-4.1.0/src/util/dump_charclass.cpp
x hyperscan-4.1.0/src/util/dump_charclass.h
x hyperscan-4.1.0/src/util/dump_mask.cpp
x hyperscan-4.1.0/src/util/dump_mask.h
x hyperscan-4.1.0/src/util/exhaust.h
x hyperscan-4.1.0/src/util/fatbit.c
x hyperscan-4.1.0/src/util/fatbit.h
x hyperscan-4.1.0/src/util/graph.h
x hyperscan-4.1.0/src/util/graph_range.h
x hyperscan-4.1.0/src/util/internal_report.h
x hyperscan-4.1.0/src/util/join.h
x hyperscan-4.1.0/src/util/make_unique.h
x hyperscan-4.1.0/src/util/masked_move.c
x hyperscan-4.1.0/src/util/masked_move.h
x hyperscan-4.1.0/src/util/multibit.c
x hyperscan-4.1.0/src/util/multibit.h
x hyperscan-4.1.0/src/util/multibit_build.cpp
x hyperscan-4.1.0/src/util/multibit_build.h
x hyperscan-4.1.0/src/util/multibit_internal.h
x hyperscan-4.1.0/src/util/order_check.h
x hyperscan-4.1.0/src/util/pack_bits.h
x hyperscan-4.1.0/src/util/partial_store.h
x hyperscan-4.1.0/src/util/partitioned_set.h
x hyperscan-4.1.0/src/util/popcount.h
x hyperscan-4.1.0/src/util/pqueue.h
x hyperscan-4.1.0/src/util/queue_index_factory.h
x hyperscan-4.1.0/src/util/report.cpp
x hyperscan-4.1.0/src/util/report.h
x hyperscan-4.1.0/src/util/report_manager.cpp
x hyperscan-4.1.0/src/util/report_manager.h
x hyperscan-4.1.0/src/util/scatter.h
x hyperscan-4.1.0/src/util/scatter_runtime.h
x hyperscan-4.1.0/src/util/shuffle.h
x hyperscan-4.1.0/src/util/shuffle_ssse3.h
x hyperscan-4.1.0/src/util/simd_types.h
x hyperscan-4.1.0/src/util/simd_utils.h
x hyperscan-4.1.0/src/util/simd_utils_ssse3.h
x hyperscan-4.1.0/src/util/state_compress.c
x hyperscan-4.1.0/src/util/state_compress.h
x hyperscan-4.1.0/src/util/target_info.cpp
x hyperscan-4.1.0/src/util/target_info.h
x hyperscan-4.1.0/src/util/ue2_containers.h
x hyperscan-4.1.0/src/util/ue2string.cpp
x hyperscan-4.1.0/src/util/ue2string.h
x hyperscan-4.1.0/src/util/unaligned.h
x hyperscan-4.1.0/src/util/unicode_def.h
x hyperscan-4.1.0/src/util/unicode_set.h
x hyperscan-4.1.0/src/util/uniform_ops.h
x hyperscan-4.1.0/src/util/verify_types.h
x hyperscan-4.1.0/unit/
x hyperscan-4.1.0/unit/CMakeLists.txt
x hyperscan-4.1.0/unit/gtest/
x hyperscan-4.1.0/unit/gtest/gtest-all.cc
x hyperscan-4.1.0/unit/gtest/gtest.h
x hyperscan-4.1.0/unit/hyperscan/
x hyperscan-4.1.0/unit/hyperscan/allocators.cpp
x hyperscan-4.1.0/unit/hyperscan/arg_checks.cpp
x hyperscan-4.1.0/unit/hyperscan/bad_patterns.cpp
x hyperscan-4.1.0/unit/hyperscan/bad_patterns.txt
x hyperscan-4.1.0/unit/hyperscan/behaviour.cpp
x hyperscan-4.1.0/unit/hyperscan/expr_info.cpp
x hyperscan-4.1.0/unit/hyperscan/extparam.cpp
x hyperscan-4.1.0/unit/hyperscan/identical.cpp
x hyperscan-4.1.0/unit/hyperscan/main.cpp
x hyperscan-4.1.0/unit/hyperscan/multi.cpp
x hyperscan-4.1.0/unit/hyperscan/order.cpp
x hyperscan-4.1.0/unit/hyperscan/scratch_op.cpp
x hyperscan-4.1.0/unit/hyperscan/serialize.cpp
x hyperscan-4.1.0/unit/hyperscan/single.cpp
x hyperscan-4.1.0/unit/hyperscan/som.cpp
x hyperscan-4.1.0/unit/hyperscan/stream_op.cpp
x hyperscan-4.1.0/unit/hyperscan/test_util.cpp
x hyperscan-4.1.0/unit/hyperscan/test_util.h
x hyperscan-4.1.0/unit/internal/
x hyperscan-4.1.0/unit/internal/bitfield.cpp
x hyperscan-4.1.0/unit/internal/bitutils.cpp
x hyperscan-4.1.0/unit/internal/charreach.cpp
x hyperscan-4.1.0/unit/internal/compare.cpp
x hyperscan-4.1.0/unit/internal/database.cpp
x hyperscan-4.1.0/unit/internal/depth.cpp
x hyperscan-4.1.0/unit/internal/fdr.cpp
x hyperscan-4.1.0/unit/internal/fdr_flood.cpp
x hyperscan-4.1.0/unit/internal/fdr_loadval.cpp
x hyperscan-4.1.0/unit/internal/flat_map.cpp
x hyperscan-4.1.0/unit/internal/flat_set.cpp
x hyperscan-4.1.0/unit/internal/graph.cpp
x hyperscan-4.1.0/unit/internal/lbr.cpp
x hyperscan-4.1.0/unit/internal/limex_nfa.cpp
x hyperscan-4.1.0/unit/internal/main.cpp
x hyperscan-4.1.0/unit/internal/masked_move.cpp
x hyperscan-4.1.0/unit/internal/multi_bit.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_common.h
x hyperscan-4.1.0/unit/internal/nfagraph_comp.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_equivalence.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_find_matches.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_literal_analysis.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_redundancy.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_repeat.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_util.cpp
x hyperscan-4.1.0/unit/internal/nfagraph_width.cpp
x hyperscan-4.1.0/unit/internal/noodle.cpp
x hyperscan-4.1.0/unit/internal/pack_bits.cpp
x hyperscan-4.1.0/unit/internal/parser.cpp
x hyperscan-4.1.0/unit/internal/partial.cpp
x hyperscan-4.1.0/unit/internal/pqueue.cpp
x hyperscan-4.1.0/unit/internal/repeat.cpp
x hyperscan-4.1.0/unit/internal/rose_build_merge.cpp
x hyperscan-4.1.0/unit/internal/rvermicelli.cpp
x hyperscan-4.1.0/unit/internal/shuffle.cpp
x hyperscan-4.1.0/unit/internal/shufti.cpp
x hyperscan-4.1.0/unit/internal/sidecar.cpp
x hyperscan-4.1.0/unit/internal/simd_utils.cpp
x hyperscan-4.1.0/unit/internal/state_compress.cpp
x hyperscan-4.1.0/unit/internal/truffle.cpp
x hyperscan-4.1.0/unit/internal/unaligned.cpp
x hyperscan-4.1.0/unit/internal/unicode_set.cpp
x hyperscan-4.1.0/unit/internal/uniform_ops.cpp
x hyperscan-4.1.0/unit/internal/utf8_validate.cpp
x hyperscan-4.1.0/unit/internal/util_string.cpp
x hyperscan-4.1.0/unit/internal/vermicelli.cpp
x hyperscan-4.1.0/util/
x hyperscan-4.1.0/util/CMakeLists.txt
x hyperscan-4.1.0/util/ExpressionParser.h
x hyperscan-4.1.0/util/ExpressionParser.rl
x hyperscan-4.1.0/util/expressions.cpp
x hyperscan-4.1.0/util/expressions.h
x hyperscan-4.1.0/util/ng_corpus_editor.cpp
x hyperscan-4.1.0/util/ng_corpus_editor.h
x hyperscan-4.1.0/util/ng_corpus_generator.cpp
x hyperscan-4.1.0/util/ng_corpus_generator.h
x hyperscan-4.1.0/util/ng_corpus_properties.cpp
x hyperscan-4.1.0/util/ng_corpus_properties.h
x hyperscan-4.1.0/util/ng_find_matches.cpp
x hyperscan-4.1.0/util/ng_find_matches.h
x hyperscan-4.1.0/util/string_util.h
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hyperscan/4.1.0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev
-- The C compiler identification is AppleClang 7.0.2.7000181
-- The CXX compiler identification is AppleClang 7.0.2.7000181
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/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: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/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
-- Performing Test ARCH_64_BIT
-- Performing Test ARCH_64_BIT - Success
-- Performing Test ARCH_32_BIT
-- Performing Test ARCH_32_BIT - Failed
-- Build type RELEASE
-- Boost version: 1.60.0
-- Found PythonInterp: /usr/bin/python (found version "2.7.10")
-- Building for current host CPU
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file intrin.h
-- Looking for include file intrin.h - not found
-- Looking for C++ include intrin.h
-- Looking for C++ include intrin.h - not found
-- Looking for include file tmmintrin.h
-- Looking for include file tmmintrin.h - found
-- Looking for include file x86intrin.h
-- Looking for include file x86intrin.h - found
-- Looking for C++ include x86intrin.h
-- Looking for C++ include x86intrin.h - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Performing Test HAS_C_HIDDEN
-- Performing Test HAS_C_HIDDEN - Success
-- Performing Test HAS_CXX_HIDDEN
-- Performing Test HAS_CXX_HIDDEN - Success
-- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED
-- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED - Success
-- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED
-- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED - Success
-- Performing Test C_FLAG_Wvla
-- Performing Test C_FLAG_Wvla - Success
-- Performing Test C_FLAG_Wpointer_arith
-- Performing Test C_FLAG_Wpointer_arith - Success
-- Performing Test C_FLAG_Wstrict_prototypes
-- Performing Test C_FLAG_Wstrict_prototypes - Success
-- Performing Test C_FLAG_Wmissing_prototypes
-- Performing Test C_FLAG_Wmissing_prototypes - Success
-- Performing Test CXX_FLAG_Wvla
-- Performing Test CXX_FLAG_Wvla - Success
-- Performing Test CXX_FLAG_Wpointer_arith
-- Performing Test CXX_FLAG_Wpointer_arith - Success
-- Performing Test CC_SELF_ASSIGN
-- Performing Test CC_SELF_ASSIGN - Success
-- Performing Test CXX_SELF_ASSIGN
-- Performing Test CXX_SELF_ASSIGN - Success
-- Performing Test CC_PAREN_EQUALITY
-- Performing Test CC_PAREN_EQUALITY - Success
-- Performing Test CXX_UNUSED_CONST_VAR
-- Performing Test CXX_UNUSED_CONST_VAR - Success
-- Performing Test CXX_WEAK_VTABLES
-- Performing Test CXX_WEAK_VTABLES - Success
-- Performing Test CXX_MISSING_DECLARATIONS
-- Performing Test CXX_MISSING_DECLARATIONS - Success
-- Performing Test CXX_WUNUSED_VARIABLE
-- Performing Test CXX_WUNUSED_VARIABLE - Success
-- Doxygen not found, unable to generate API reference
-- Sphinx not found, unable to generate developer reference
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build
==> make install
/usr/local/Cellar/cmake/3.4.1/bin/cmake -H/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -B/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_progress_start /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/CMakeFiles /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_teddy_compiler.dir/build.make src/fdr/CMakeFiles/autogen_teddy_compiler.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_runtime.dir/build.make src/fdr/CMakeFiles/autogen_runtime.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_teddy_runtime.dir/build.make src/fdr/CMakeFiles/autogen_teddy_runtime.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ragel_Parser.dir/build.make CMakeFiles/ragel_Parser.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_compiler.dir/build.make src/fdr/CMakeFiles/autogen_compiler.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f util/CMakeFiles/corpusomatic.dir/build.make util/CMakeFiles/corpusomatic.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f util/CMakeFiles/ragel_ExpressionParser.dir/build.make util/CMakeFiles/ragel_ExpressionParser.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f unit/CMakeFiles/gtest.dir/build.make unit/CMakeFiles/gtest.dir/depend
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/CMakeFiles/autogen_teddy_compiler.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/CMakeFiles/autogen_runtime.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/CMakeFiles/autogen_teddy_runtime.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/CMakeFiles/ragel_Parser.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/CMakeFiles/autogen_compiler.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util/CMakeFiles/ragel_ExpressionParser.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util/CMakeFiles/corpusomatic.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit/CMakeFiles/gtest.dir/DependInfo.cmake --color=
Scanning dependencies of target autogen_teddy_runtime
Scanning dependencies of target ragel_Parser
Scanning dependencies of target autogen_compiler
Scanning dependencies of target autogen_teddy_compiler
Scanning dependencies of target ragel_ExpressionParser
Scanning dependencies of target autogen_runtime
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ragel_Parser.dir/build.make CMakeFiles/ragel_Parser.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f util/CMakeFiles/ragel_ExpressionParser.dir/build.make util/CMakeFiles/ragel_ExpressionParser.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_compiler.dir/build.make src/fdr/CMakeFiles/autogen_compiler.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_teddy_runtime.dir/build.make src/fdr/CMakeFiles/autogen_teddy_runtime.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_runtime.dir/build.make src/fdr/CMakeFiles/autogen_runtime.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f src/fdr/CMakeFiles/autogen_teddy_compiler.dir/build.make src/fdr/CMakeFiles/autogen_teddy_compiler.dir/build
[ 0%] AUTOGEN fdr_autogen.c
[ 0%] AUTOGEN teddy_autogen.c
[ 2%] AUTOGEN fdr_autogen_compiler.cpp
[ 2%] AUTOGEN teddy_autogen_compiler.cpp
[ 1%] Generating src/parser/Parser.cpp
[ 2%] Generating ExpressionParser.cpp
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr && /usr/bin/python /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/autogen.py runtime > /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/fdr_autogen.c
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr && /usr/bin/python /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/autogen.py teddy_runtime > /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/teddy_autogen.c
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr && /usr/bin/python /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/autogen.py compiler > /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/fdr_autogen_compiler.cpp
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr && /usr/bin/python /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/autogen.py teddy_compiler > /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr/teddy_autogen_compiler.cpp
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/parser
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E make_directory /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util/
Scanning dependencies of target gtest
/Library/Developer/CommandLineTools/usr/bin/make -f unit/CMakeFiles/gtest.dir/build.make unit/CMakeFiles/gtest.dir/build
/usr/local/bin/ragel /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/Parser.rl -o /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/parser/Parser.cpp
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/bin/ragel /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util/ExpressionParser.rl -o /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util//ExpressionParser.cpp
[ 3%] Building CXX object unit/CMakeFiles/gtest.dir/gtest/gtest-all.cc.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/gtest.dir/gtest/gtest-all.cc.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/gtest/gtest-all.cc
[ 3%] Built target ragel_ExpressionParser
/Library/Developer/CommandLineTools/usr/bin/make -f util/CMakeFiles/expressionutil.dir/build.make util/CMakeFiles/expressionutil.dir/depend
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util/CMakeFiles/expressionutil.dir/DependInfo.cmake --color=
[ 3%] Built target autogen_compiler
[ 3%] Built target autogen_teddy_compiler
[ 3%] Built target autogen_runtime
[ 3%] Built target autogen_teddy_runtime
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/hs_exec.dir/build.make CMakeFiles/hs_exec.dir/depend
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/CMakeFiles/hs_exec.dir/DependInfo.cmake --color=
[ 3%] Built target ragel_Parser
Scanning dependencies of target expressionutil
/Library/Developer/CommandLineTools/usr/bin/make -f util/CMakeFiles/expressionutil.dir/build.make util/CMakeFiles/expressionutil.dir/build
[ 3%] Building CXX object util/CMakeFiles/expressionutil.dir/expressions.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/expressionutil.dir/expressions.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util/expressions.cpp
[ 4%] Building CXX object util/CMakeFiles/expressionutil.dir/ExpressionParser.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/expressionutil.dir/ExpressionParser.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util/ExpressionParser.cpp
Scanning dependencies of target hs_exec
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/hs_exec.dir/build.make CMakeFiles/hs_exec.dir/build
[ 4%] Building C object CMakeFiles/hs_exec.dir/src/runtime.c.o
[ 6%] Building C object CMakeFiles/hs_exec.dir/src/fdr/teddy.c.o
[ 6%] Building C object CMakeFiles/hs_exec.dir/src/alloc.c.o
[ 6%] Building C object CMakeFiles/hs_exec.dir/src/fdr/fdr.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/fdr/teddy.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/teddy.c
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/fdr/fdr.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/fdr.c
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/runtime.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/runtime.c
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/alloc.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/alloc.c
[ 7%] Building C object CMakeFiles/hs_exec.dir/src/hwlm/hwlm.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/hwlm/hwlm.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hwlm/hwlm.c
Scanning dependencies of target corpusomatic
/Library/Developer/CommandLineTools/usr/bin/make -f util/CMakeFiles/corpusomatic.dir/build.make util/CMakeFiles/corpusomatic.dir/build
[ 8%] Building CXX object util/CMakeFiles/corpusomatic.dir/ng_corpus_editor.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/corpusomatic.dir/ng_corpus_editor.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util/ng_corpus_editor.cpp
[ 8%] Building C object CMakeFiles/hs_exec.dir/src/hwlm/noodle_engine.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/hwlm/noodle_engine.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hwlm/noodle_engine.c
[ 8%] Building CXX object util/CMakeFiles/corpusomatic.dir/ng_corpus_generator.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/corpusomatic.dir/ng_corpus_generator.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util/ng_corpus_generator.cpp
[ 9%] Building CXX object util/CMakeFiles/corpusomatic.dir/ng_corpus_properties.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/corpusomatic.dir/ng_corpus_properties.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util/ng_corpus_properties.cpp
[ 10%] Building C object CMakeFiles/hs_exec.dir/src/nfa/accel.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/accel.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/accel.c
[ 10%] Building CXX object util/CMakeFiles/corpusomatic.dir/ng_find_matches.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/corpusomatic.dir/ng_find_matches.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/util/ng_find_matches.cpp
[ 10%] Linking CXX static library ../lib/libexpressionutil.a
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Cellar/cmake/3.4.1/bin/cmake -P CMakeFiles/expressionutil.dir/cmake_clean_target.cmake
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/expressionutil.dir/link.txt --verbose=1
/usr/bin/ar qc ../lib/libexpressionutil.a CMakeFiles/expressionutil.dir/expressions.cpp.o CMakeFiles/expressionutil.dir/ExpressionParser.cpp.o
/usr/bin/ranlib ../lib/libexpressionutil.a
[ 11%] Built target expressionutil
[ 11%] Building C object CMakeFiles/hs_exec.dir/src/nfa/castle.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/castle.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/castle.c
[ 11%] Building C object CMakeFiles/hs_exec.dir/src/nfa/gough.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/gough.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/gough.c
[ 12%] Building C object CMakeFiles/hs_exec.dir/src/nfa/lbr.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/lbr.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/lbr.c
[ 12%] Building C object CMakeFiles/hs_exec.dir/src/nfa/mcclellan.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/mcclellan.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/mcclellan.c
[ 13%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_accel.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_accel.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_accel.c
[ 13%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_native.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_native.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_native.c
[ 14%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_simd128.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_simd128.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_simd128.c
[ 14%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_simd256.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_simd256.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_simd256.c
[ 14%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_simd384.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_simd384.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_simd384.c
[ 14%] Linking CXX static library ../lib/libgtest.a
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1
/usr/bin/ar qc ../lib/libgtest.a CMakeFiles/gtest.dir/gtest/gtest-all.cc.o
/usr/bin/ranlib ../lib/libgtest.a
[ 14%] Built target gtest
[ 15%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_simd512a.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512a.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_simd512a.c
[ 15%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_simd512b.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512b.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_simd512b.c
[ 15%] Linking CXX static library ../lib/libcorpusomatic.a
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Cellar/cmake/3.4.1/bin/cmake -P CMakeFiles/corpusomatic.dir/cmake_clean_target.cmake
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/util && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/corpusomatic.dir/link.txt --verbose=1
/usr/bin/ar qc ../lib/libcorpusomatic.a CMakeFiles/corpusomatic.dir/ng_corpus_editor.cpp.o CMakeFiles/corpusomatic.dir/ng_corpus_generator.cpp.o CMakeFiles/corpusomatic.dir/ng_corpus_properties.cpp.o CMakeFiles/corpusomatic.dir/ng_find_matches.cpp.o
/usr/bin/ranlib ../lib/libcorpusomatic.a
[ 15%] Built target corpusomatic
[ 16%] Building C object CMakeFiles/hs_exec.dir/src/nfa/limex_simd512c.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512c.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_simd512c.c
[ 16%] Building C object CMakeFiles/hs_exec.dir/src/nfa/mpv.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/mpv.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/mpv.c
[ 17%] Building C object CMakeFiles/hs_exec.dir/src/nfa/nfa_api_dispatch.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/nfa_api_dispatch.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/nfa_api_dispatch.c
[ 17%] Building C object CMakeFiles/hs_exec.dir/src/nfa/repeat.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/repeat.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/repeat.c
[ 18%] Building C object CMakeFiles/hs_exec.dir/src/nfa/shufti.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/shufti.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/shufti.c
[ 18%] Building C object CMakeFiles/hs_exec.dir/src/nfa/truffle.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/nfa/truffle.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/truffle.c
[ 18%] Building C object CMakeFiles/hs_exec.dir/src/sidecar/sidecar.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/sidecar/sidecar.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/sidecar/sidecar.c
[ 19%] Building C object CMakeFiles/hs_exec.dir/src/sidecar/sidecar_shufti.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/sidecar/sidecar_shufti.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/sidecar/sidecar_shufti.c
[ 19%] Building C object CMakeFiles/hs_exec.dir/src/som/som_runtime.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/som/som_runtime.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/som/som_runtime.c
[ 20%] Building C object CMakeFiles/hs_exec.dir/src/som/som_stream.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/som/som_stream.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/som/som_stream.c
[ 20%] Building C object CMakeFiles/hs_exec.dir/src/rose/block.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/rose/block.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/block.c
[ 21%] Building C object CMakeFiles/hs_exec.dir/src/rose/catchup.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/rose/catchup.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/catchup.c
[ 21%] Building C object CMakeFiles/hs_exec.dir/src/rose/eod.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/rose/eod.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/eod.c
[ 22%] Building C object CMakeFiles/hs_exec.dir/src/rose/init.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/rose/init.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/init.c
[ 22%] Building C object CMakeFiles/hs_exec.dir/src/rose/stream.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/rose/stream.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/stream.c
[ 22%] Building C object CMakeFiles/hs_exec.dir/src/rose/match.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/rose/match.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/match.c
[ 23%] Building C object CMakeFiles/hs_exec.dir/src/util/fatbit.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/util/fatbit.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/fatbit.c
[ 23%] Building C object CMakeFiles/hs_exec.dir/src/util/masked_move.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/util/masked_move.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/masked_move.c
[ 24%] Building C object CMakeFiles/hs_exec.dir/src/util/multibit.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/util/multibit.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/multibit.c
[ 24%] Building C object CMakeFiles/hs_exec.dir/src/util/state_compress.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/util/state_compress.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/state_compress.c
[ 25%] Building C object CMakeFiles/hs_exec.dir/src/scratch.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/scratch.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/scratch.c
[ 25%] Building C object CMakeFiles/hs_exec.dir/src/crc32.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/crc32.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/crc32.c
[ 26%] Building C object CMakeFiles/hs_exec.dir/src/database.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_exec.dir/src/database.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/database.c
[ 26%] Built target hs_exec
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/hs.dir/build.make CMakeFiles/hs.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/hs_runtime.dir/build.make CMakeFiles/hs_runtime.dir/depend
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/CMakeFiles/hs_runtime.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/CMakeFiles/hs.dir/DependInfo.cmake --color=
Scanning dependencies of target hs_runtime
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/hs_runtime.dir/build.make CMakeFiles/hs_runtime.dir/build
[ 26%] Building C object CMakeFiles/hs_runtime.dir/src/hs_version.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs_runtime.dir/src/hs_version.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hs_version.c
[ 26%] Linking C static library lib/libhs_runtime.a
/usr/local/Cellar/cmake/3.4.1/bin/cmake -P CMakeFiles/hs_runtime.dir/cmake_clean_target.cmake
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/hs_runtime.dir/link.txt --verbose=1
/usr/bin/ar qc lib/libhs_runtime.a CMakeFiles/hs_runtime.dir/src/hs_version.c.o CMakeFiles/hs_exec.dir/src/alloc.c.o CMakeFiles/hs_exec.dir/src/runtime.c.o CMakeFiles/hs_exec.dir/src/fdr/fdr.c.o CMakeFiles/hs_exec.dir/src/fdr/teddy.c.o CMakeFiles/hs_exec.dir/src/hwlm/hwlm.c.o CMakeFiles/hs_exec.dir/src/hwlm/noodle_engine.c.o CMakeFiles/hs_exec.dir/src/nfa/accel.c.o CMakeFiles/hs_exec.dir/src/nfa/castle.c.o CMakeFiles/hs_exec.dir/src/nfa/gough.c.o CMakeFiles/hs_exec.dir/src/nfa/lbr.c.o CMakeFiles/hs_exec.dir/src/nfa/mcclellan.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_accel.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_native.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd128.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd256.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd384.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512a.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512b.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512c.c.o CMakeFiles/hs_exec.dir/src/nfa/mpv.c.o CMakeFiles/hs_exec.dir/src/nfa/nfa_api_dispatch.c.o CMakeFiles/hs_exec.dir/src/nfa/repeat.c.o CMakeFiles/hs_exec.dir/src/nfa/shufti.c.o CMakeFiles/hs_exec.dir/src/nfa/truffle.c.o CMakeFiles/hs_exec.dir/src/sidecar/sidecar.c.o CMakeFiles/hs_exec.dir/src/sidecar/sidecar_shufti.c.o CMakeFiles/hs_exec.dir/src/som/som_runtime.c.o CMakeFiles/hs_exec.dir/src/som/som_stream.c.o CMakeFiles/hs_exec.dir/src/rose/block.c.o CMakeFiles/hs_exec.dir/src/rose/catchup.c.o CMakeFiles/hs_exec.dir/src/rose/eod.c.o CMakeFiles/hs_exec.dir/src/rose/init.c.o CMakeFiles/hs_exec.dir/src/rose/stream.c.o CMakeFiles/hs_exec.dir/src/rose/match.c.o CMakeFiles/hs_exec.dir/src/util/fatbit.c.o CMakeFiles/hs_exec.dir/src/util/masked_move.c.o CMakeFiles/hs_exec.dir/src/util/multibit.c.o CMakeFiles/hs_exec.dir/src/util/state_compress.c.o CMakeFiles/hs_exec.dir/src/scratch.c.o CMakeFiles/hs_exec.dir/src/crc32.c.o CMakeFiles/hs_exec.dir/src/database.c.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libhs_runtime.a(masked_move.c.o) has no symbols
/usr/bin/ranlib lib/libhs_runtime.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libhs_runtime.a(masked_move.c.o) has no symbols
[ 26%] Built target hs_runtime
Scanning dependencies of target hs
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/hs.dir/build.make CMakeFiles/hs.dir/build
[ 26%] Building CXX object CMakeFiles/hs.dir/src/grey.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/grey.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/grey.cpp
[ 26%] Building CXX object CMakeFiles/hs.dir/src/hs.cpp.o
[ 27%] Building C object CMakeFiles/hs.dir/src/hs_version.c.o
[ 27%] Building CXX object CMakeFiles/hs.dir/src/compiler/asserts.cpp.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs.dir/src/hs_version.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hs_version.c
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/compiler/asserts.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/compiler/asserts.cpp
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/hs.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hs.cpp
[ 27%] Building CXX object CMakeFiles/hs.dir/src/compiler/error.cpp.o
[ 28%] Building CXX object CMakeFiles/hs.dir/src/compiler/compiler.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/compiler/error.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/compiler/error.cpp
[ 29%] Building CXX object CMakeFiles/hs.dir/src/fdr/engine_description.cpp.o
[ 29%] Building CXX object CMakeFiles/hs.dir/src/fdr/fdr_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/compiler/compiler.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/compiler/compiler.cpp
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/engine_description.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/engine_description.cpp
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/fdr_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/fdr_compile.cpp
[ 30%] Building CXX object CMakeFiles/hs.dir/src/fdr/fdr_compile_util.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/fdr_compile_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/fdr_compile_util.cpp
[ 30%] Building CXX object CMakeFiles/hs.dir/src/fdr/fdr_confirm_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/fdr_confirm_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/fdr_confirm_compile.cpp
[ 30%] Building CXX object CMakeFiles/hs.dir/src/fdr/fdr_engine_description.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/fdr_engine_description.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/fdr_engine_description.cpp
[ 31%] Building CXX object CMakeFiles/hs.dir/src/fdr/fdr_streaming_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/fdr_streaming_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/fdr_streaming_compile.cpp
[ 31%] Building CXX object CMakeFiles/hs.dir/src/fdr/flood_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/flood_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/flood_compile.cpp
[ 32%] Building CXX object CMakeFiles/hs.dir/src/fdr/teddy_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/teddy_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/teddy_compile.cpp
[ 32%] Building CXX object CMakeFiles/hs.dir/src/fdr/teddy_engine_description.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/fdr/teddy_engine_description.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/fdr/teddy_engine_description.cpp
[ 33%] Building CXX object CMakeFiles/hs.dir/src/hwlm/hwlm_build.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/hwlm/hwlm_build.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hwlm/hwlm_build.cpp
[ 33%] Building CXX object CMakeFiles/hs.dir/src/hwlm/hwlm_literal.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/hwlm/hwlm_literal.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hwlm/hwlm_literal.cpp
[ 34%] Building CXX object CMakeFiles/hs.dir/src/hwlm/noodle_build.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/hwlm/noodle_build.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/hwlm/noodle_build.cpp
[ 34%] Building CXX object CMakeFiles/hs.dir/src/nfa/accelcompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/accelcompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/accelcompile.cpp
[ 34%] Building CXX object CMakeFiles/hs.dir/src/nfa/castlecompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/castlecompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/castlecompile.cpp
[ 35%] Building CXX object CMakeFiles/hs.dir/src/nfa/dfa_min.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/dfa_min.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/dfa_min.cpp
[ 35%] Building CXX object CMakeFiles/hs.dir/src/nfa/goughcompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/goughcompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/goughcompile.cpp
[ 36%] Building CXX object CMakeFiles/hs.dir/src/nfa/goughcompile_accel.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/goughcompile_accel.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/goughcompile_accel.cpp
[ 36%] Building CXX object CMakeFiles/hs.dir/src/nfa/goughcompile_reg.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/goughcompile_reg.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/goughcompile_reg.cpp
[ 37%] Building CXX object CMakeFiles/hs.dir/src/nfa/mcclellancompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/mcclellancompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/mcclellancompile.cpp
[ 37%] Building CXX object CMakeFiles/hs.dir/src/nfa/mcclellancompile_util.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/mcclellancompile_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/mcclellancompile_util.cpp
[ 38%] Building CXX object CMakeFiles/hs.dir/src/nfa/limex_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/limex_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/limex_compile.cpp
[ 38%] Building CXX object CMakeFiles/hs.dir/src/nfa/mpvcompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/mpvcompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/mpvcompile.cpp
[ 38%] Building CXX object CMakeFiles/hs.dir/src/nfa/nfa_build_util.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/nfa_build_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/nfa_build_util.cpp
[ 39%] Building CXX object CMakeFiles/hs.dir/src/nfa/rdfa_merge.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/rdfa_merge.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/rdfa_merge.cpp
[ 39%] Building CXX object CMakeFiles/hs.dir/src/nfa/repeatcompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/repeatcompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/repeatcompile.cpp
[ 40%] Building CXX object CMakeFiles/hs.dir/src/nfa/shufticompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/shufticompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/shufticompile.cpp
[ 40%] Building CXX object CMakeFiles/hs.dir/src/nfa/trufflecompile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfa/trufflecompile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfa/trufflecompile.cpp
[ 41%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng.cpp
[ 41%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_anchored_acyclic.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_anchored_acyclic.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_anchored_acyclic.cpp
[ 42%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_anchored_dots.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_anchored_dots.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_anchored_dots.cpp
[ 42%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_asserts.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_asserts.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_asserts.cpp
[ 42%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_builder.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_builder.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_builder.cpp
[ 43%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_calc_components.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_calc_components.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_calc_components.cpp
[ 43%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_cyclic_redundancy.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_cyclic_redundancy.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_cyclic_redundancy.cpp
[ 44%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_depth.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_depth.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_depth.cpp
[ 44%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_dominators.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_dominators.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_dominators.cpp
[ 45%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_edge_redundancy.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_edge_redundancy.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_edge_redundancy.cpp
[ 45%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_equivalence.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_equivalence.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_equivalence.cpp
[ 45%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_execute.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_execute.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_execute.cpp
[ 46%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_expr_info.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_expr_info.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_expr_info.cpp
[ 46%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_extparam.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_extparam.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_extparam.cpp
[ 47%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_fixed_width.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_fixed_width.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_fixed_width.cpp
[ 47%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_haig.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_haig.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_haig.cpp
[ 48%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_holder.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_holder.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_holder.cpp
[ 48%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_is_equal.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_is_equal.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_is_equal.cpp
[ 49%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_lbr.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_lbr.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_lbr.cpp
[ 49%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_literal_analysis.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_literal_analysis.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_literal_analysis.cpp
[ 49%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_literal_component.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_literal_component.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_literal_component.cpp
[ 50%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_literal_decorated.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_literal_decorated.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_literal_decorated.cpp
[ 50%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_mcclellan.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_mcclellan.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_mcclellan.cpp
[ 51%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_limex.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_limex.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_limex.cpp
[ 51%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_limex_accel.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_limex_accel.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_limex_accel.cpp
[ 52%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_misc_opt.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_misc_opt.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_misc_opt.cpp
[ 52%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_netflow.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_netflow.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_netflow.cpp
[ 53%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_prefilter.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_prefilter.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_prefilter.cpp
[ 53%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_prune.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_prune.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_prune.cpp
[ 53%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_puff.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_puff.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_puff.cpp
[ 54%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_redundancy.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_redundancy.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_redundancy.cpp
[ 54%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_region.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_region.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_region.cpp
[ 55%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_region_redundancy.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_region_redundancy.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_region_redundancy.cpp
[ 55%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_repeat.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_repeat.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_repeat.cpp
[ 56%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_reports.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_reports.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_reports.cpp
[ 56%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_restructuring.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_restructuring.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_restructuring.cpp
[ 57%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_revacc.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_revacc.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_revacc.cpp
[ 57%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_rose.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_rose.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_rose.cpp
[ 57%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_sep.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_sep.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_sep.cpp
[ 58%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_small_literal_set.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_small_literal_set.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_small_literal_set.cpp
[ 58%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_som.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_som.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_som.cpp
[ 59%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_som_add_redundancy.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_som_add_redundancy.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_som_add_redundancy.cpp
[ 59%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_som_util.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_som_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_som_util.cpp
[ 60%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_split.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_split.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_split.cpp
[ 60%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_squash.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_squash.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_squash.cpp
[ 61%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_stop.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_stop.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_stop.cpp
[ 61%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_uncalc_components.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_uncalc_components.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_uncalc_components.cpp
[ 61%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_utf8.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_utf8.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_utf8.cpp
[ 62%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_util.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_util.cpp
[ 62%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_vacuous.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_vacuous.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_vacuous.cpp
[ 63%] Building CXX object CMakeFiles/hs.dir/src/nfagraph/ng_width.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/nfagraph/ng_width.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/nfagraph/ng_width.cpp
[ 63%] Building CXX object CMakeFiles/hs.dir/src/parser/AsciiComponentClass.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/AsciiComponentClass.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/AsciiComponentClass.cpp
[ 64%] Building CXX object CMakeFiles/hs.dir/src/parser/Component.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/Component.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/Component.cpp
[ 64%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentAlternation.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentAlternation.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentAlternation.cpp
[ 65%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentAssertion.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentAssertion.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentAssertion.cpp
[ 65%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentAtomicGroup.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentAtomicGroup.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentAtomicGroup.cpp
[ 65%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentBackReference.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentBackReference.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentBackReference.cpp
[ 66%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentBoundary.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentBoundary.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentBoundary.cpp
[ 66%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentByte.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentByte.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentByte.cpp
[ 67%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentClass.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentClass.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentClass.cpp
[ 67%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentCondReference.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentCondReference.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentCondReference.cpp
[ 68%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentEUS.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentEUS.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentEUS.cpp
[ 68%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentEmpty.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentEmpty.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentEmpty.cpp
[ 69%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentRepeat.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentRepeat.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentRepeat.cpp
[ 69%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentSequence.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentSequence.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentSequence.cpp
[ 69%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentVisitor.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentVisitor.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentVisitor.cpp
[ 70%] Building CXX object CMakeFiles/hs.dir/src/parser/ComponentWordBoundary.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ComponentWordBoundary.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ComponentWordBoundary.cpp
[ 70%] Building CXX object CMakeFiles/hs.dir/src/parser/ConstComponentVisitor.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ConstComponentVisitor.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ConstComponentVisitor.cpp
[ 71%] Building CXX object CMakeFiles/hs.dir/src/parser/Parser.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -Wno-unused -o CMakeFiles/hs.dir/src/parser/Parser.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/parser/Parser.cpp
[ 71%] Building CXX object CMakeFiles/hs.dir/src/parser/Utf8ComponentClass.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/Utf8ComponentClass.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/Utf8ComponentClass.cpp
[ 72%] Building CXX object CMakeFiles/hs.dir/src/parser/buildstate.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/buildstate.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/buildstate.cpp
[ 72%] Building CXX object CMakeFiles/hs.dir/src/parser/check_refs.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/check_refs.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/check_refs.cpp
[ 72%] Building CXX object CMakeFiles/hs.dir/src/parser/parse_error.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/parse_error.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/parse_error.cpp
[ 73%] Building CXX object CMakeFiles/hs.dir/src/parser/parser_util.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/parser_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/parser_util.cpp
[ 73%] Building CXX object CMakeFiles/hs.dir/src/parser/prefilter.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/prefilter.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/prefilter.cpp
[ 74%] Building CXX object CMakeFiles/hs.dir/src/parser/shortcut_literal.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/shortcut_literal.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/shortcut_literal.cpp
[ 74%] Building CXX object CMakeFiles/hs.dir/src/parser/ucp_table.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/ucp_table.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/ucp_table.cpp
[ 75%] Building CXX object CMakeFiles/hs.dir/src/parser/unsupported.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/unsupported.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/unsupported.cpp
[ 75%] Building CXX object CMakeFiles/hs.dir/src/parser/utf8_validate.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/parser/utf8_validate.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/parser/utf8_validate.cpp
[ 76%] Building CXX object CMakeFiles/hs.dir/src/sidecar/sidecar_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/sidecar/sidecar_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/sidecar/sidecar_compile.cpp
[ 76%] Building CXX object CMakeFiles/hs.dir/src/smallwrite/smallwrite_build.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/smallwrite/smallwrite_build.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/smallwrite/smallwrite_build.cpp
[ 76%] Building CXX object CMakeFiles/hs.dir/src/som/slot_manager.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/som/slot_manager.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/som/slot_manager.cpp
[ 77%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_add.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_add.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_add.cpp
[ 77%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_add_mask.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_add_mask.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_add_mask.cpp
[ 78%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_anchored.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_anchored.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_anchored.cpp
[ 78%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_bytecode.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_bytecode.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_bytecode.cpp
[ 79%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_compile.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_compile.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_compile.cpp
[ 79%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_convert.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_convert.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_convert.cpp
[ 80%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_infix.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_infix.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_infix.cpp
[ 80%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_lookaround.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_lookaround.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_lookaround.cpp
[ 80%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_merge.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_merge.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_merge.cpp
[ 81%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_misc.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_misc.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_misc.cpp
[ 81%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_role_aliasing.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_role_aliasing.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_role_aliasing.cpp
[ 82%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_scatter.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_scatter.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_scatter.cpp
[ 82%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_build_width.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_build_width.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_build_width.cpp
[ 83%] Building CXX object CMakeFiles/hs.dir/src/rose/rose_in_util.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/rose/rose_in_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/rose/rose_in_util.cpp
[ 83%] Building CXX object CMakeFiles/hs.dir/src/util/alloc.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/alloc.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/alloc.cpp
[ 84%] Building CXX object CMakeFiles/hs.dir/src/util/charreach.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/charreach.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/charreach.cpp
[ 84%] Building CXX object CMakeFiles/hs.dir/src/util/compile_context.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/compile_context.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/compile_context.cpp
[ 84%] Building CXX object CMakeFiles/hs.dir/src/util/compile_error.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/compile_error.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/compile_error.cpp
[ 85%] Building C object CMakeFiles/hs.dir/src/util/cpuid_flags.c.o
/usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -o CMakeFiles/hs.dir/src/util/cpuid_flags.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/cpuid_flags.c
[ 85%] Building CXX object CMakeFiles/hs.dir/src/util/depth.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/depth.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/depth.cpp
[ 86%] Building CXX object CMakeFiles/hs.dir/src/util/dump_mask.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/dump_mask.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/dump_mask.cpp
[ 86%] Building CXX object CMakeFiles/hs.dir/src/util/multibit_build.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/multibit_build.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/multibit_build.cpp
[ 87%] Building CXX object CMakeFiles/hs.dir/src/util/report.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/report.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/report.cpp
[ 87%] Building CXX object CMakeFiles/hs.dir/src/util/report_manager.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/report_manager.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/report_manager.cpp
[ 88%] Building CXX object CMakeFiles/hs.dir/src/util/target_info.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/target_info.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/target_info.cpp
[ 88%] Building CXX object CMakeFiles/hs.dir/src/util/ue2string.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -o CMakeFiles/hs.dir/src/util/ue2string.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src/util/ue2string.cpp
[ 88%] Linking CXX static library lib/libhs.a
/usr/local/Cellar/cmake/3.4.1/bin/cmake -P CMakeFiles/hs.dir/cmake_clean_target.cmake
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/hs.dir/link.txt --verbose=1
/usr/bin/ar qc lib/libhs.a CMakeFiles/hs.dir/src/grey.cpp.o CMakeFiles/hs.dir/src/hs.cpp.o CMakeFiles/hs.dir/src/hs_version.c.o CMakeFiles/hs.dir/src/compiler/asserts.cpp.o CMakeFiles/hs.dir/src/compiler/compiler.cpp.o CMakeFiles/hs.dir/src/compiler/error.cpp.o CMakeFiles/hs.dir/src/fdr/engine_description.cpp.o CMakeFiles/hs.dir/src/fdr/fdr_compile.cpp.o CMakeFiles/hs.dir/src/fdr/fdr_compile_util.cpp.o CMakeFiles/hs.dir/src/fdr/fdr_confirm_compile.cpp.o CMakeFiles/hs.dir/src/fdr/fdr_engine_description.cpp.o CMakeFiles/hs.dir/src/fdr/fdr_streaming_compile.cpp.o CMakeFiles/hs.dir/src/fdr/flood_compile.cpp.o CMakeFiles/hs.dir/src/fdr/teddy_compile.cpp.o CMakeFiles/hs.dir/src/fdr/teddy_engine_description.cpp.o CMakeFiles/hs.dir/src/hwlm/hwlm_build.cpp.o CMakeFiles/hs.dir/src/hwlm/hwlm_literal.cpp.o CMakeFiles/hs.dir/src/hwlm/noodle_build.cpp.o CMakeFiles/hs.dir/src/nfa/accelcompile.cpp.o CMakeFiles/hs.dir/src/nfa/castlecompile.cpp.o CMakeFiles/hs.dir/src/nfa/dfa_min.cpp.o CMakeFiles/hs.dir/src/nfa/goughcompile.cpp.o CMakeFiles/hs.dir/src/nfa/goughcompile_accel.cpp.o CMakeFiles/hs.dir/src/nfa/goughcompile_reg.cpp.o CMakeFiles/hs.dir/src/nfa/mcclellancompile.cpp.o CMakeFiles/hs.dir/src/nfa/mcclellancompile_util.cpp.o CMakeFiles/hs.dir/src/nfa/limex_compile.cpp.o CMakeFiles/hs.dir/src/nfa/mpvcompile.cpp.o CMakeFiles/hs.dir/src/nfa/nfa_build_util.cpp.o CMakeFiles/hs.dir/src/nfa/rdfa_merge.cpp.o CMakeFiles/hs.dir/src/nfa/repeatcompile.cpp.o CMakeFiles/hs.dir/src/nfa/shufticompile.cpp.o CMakeFiles/hs.dir/src/nfa/trufflecompile.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_anchored_acyclic.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_anchored_dots.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_asserts.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_builder.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_calc_components.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_cyclic_redundancy.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_depth.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_dominators.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_edge_redundancy.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_equivalence.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_execute.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_expr_info.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_extparam.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_fixed_width.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_haig.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_holder.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_is_equal.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_lbr.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_literal_analysis.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_literal_component.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_literal_decorated.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_mcclellan.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_limex.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_limex_accel.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_misc_opt.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_netflow.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_prefilter.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_prune.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_puff.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_redundancy.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_region.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_region_redundancy.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_repeat.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_reports.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_restructuring.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_revacc.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_rose.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_sep.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_small_literal_set.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_som.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_som_add_redundancy.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_som_util.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_split.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_squash.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_stop.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_uncalc_components.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_utf8.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_util.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_vacuous.cpp.o CMakeFiles/hs.dir/src/nfagraph/ng_width.cpp.o CMakeFiles/hs.dir/src/parser/AsciiComponentClass.cpp.o CMakeFiles/hs.dir/src/parser/Component.cpp.o CMakeFiles/hs.dir/src/parser/ComponentAlternation.cpp.o CMakeFiles/hs.dir/src/parser/ComponentAssertion.cpp.o CMakeFiles/hs.dir/src/parser/ComponentAtomicGroup.cpp.o CMakeFiles/hs.dir/src/parser/ComponentBackReference.cpp.o CMakeFiles/hs.dir/src/parser/ComponentBoundary.cpp.o CMakeFiles/hs.dir/src/parser/ComponentByte.cpp.o CMakeFiles/hs.dir/src/parser/ComponentClass.cpp.o CMakeFiles/hs.dir/src/parser/ComponentCondReference.cpp.o CMakeFiles/hs.dir/src/parser/ComponentEUS.cpp.o CMakeFiles/hs.dir/src/parser/ComponentEmpty.cpp.o CMakeFiles/hs.dir/src/parser/ComponentRepeat.cpp.o CMakeFiles/hs.dir/src/parser/ComponentSequence.cpp.o CMakeFiles/hs.dir/src/parser/ComponentVisitor.cpp.o CMakeFiles/hs.dir/src/parser/ComponentWordBoundary.cpp.o CMakeFiles/hs.dir/src/parser/ConstComponentVisitor.cpp.o CMakeFiles/hs.dir/src/parser/Parser.cpp.o CMakeFiles/hs.dir/src/parser/Utf8ComponentClass.cpp.o CMakeFiles/hs.dir/src/parser/buildstate.cpp.o CMakeFiles/hs.dir/src/parser/check_refs.cpp.o CMakeFiles/hs.dir/src/parser/parse_error.cpp.o CMakeFiles/hs.dir/src/parser/parser_util.cpp.o CMakeFiles/hs.dir/src/parser/prefilter.cpp.o CMakeFiles/hs.dir/src/parser/shortcut_literal.cpp.o CMakeFiles/hs.dir/src/parser/ucp_table.cpp.o CMakeFiles/hs.dir/src/parser/unsupported.cpp.o CMakeFiles/hs.dir/src/parser/utf8_validate.cpp.o CMakeFiles/hs.dir/src/sidecar/sidecar_compile.cpp.o CMakeFiles/hs.dir/src/smallwrite/smallwrite_build.cpp.o CMakeFiles/hs.dir/src/som/slot_manager.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_add.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_add_mask.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_anchored.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_bytecode.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_compile.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_convert.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_infix.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_lookaround.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_merge.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_misc.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_role_aliasing.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_scatter.cpp.o CMakeFiles/hs.dir/src/rose/rose_build_width.cpp.o CMakeFiles/hs.dir/src/rose/rose_in_util.cpp.o CMakeFiles/hs.dir/src/util/alloc.cpp.o CMakeFiles/hs.dir/src/util/charreach.cpp.o CMakeFiles/hs.dir/src/util/compile_context.cpp.o CMakeFiles/hs.dir/src/util/compile_error.cpp.o CMakeFiles/hs.dir/src/util/cpuid_flags.c.o CMakeFiles/hs.dir/src/util/depth.cpp.o CMakeFiles/hs.dir/src/util/dump_mask.cpp.o CMakeFiles/hs.dir/src/util/multibit_build.cpp.o CMakeFiles/hs.dir/src/util/report.cpp.o CMakeFiles/hs.dir/src/util/report_manager.cpp.o CMakeFiles/hs.dir/src/util/target_info.cpp.o CMakeFiles/hs.dir/src/util/ue2string.cpp.o CMakeFiles/hs_exec.dir/src/alloc.c.o CMakeFiles/hs_exec.dir/src/runtime.c.o CMakeFiles/hs_exec.dir/src/fdr/fdr.c.o CMakeFiles/hs_exec.dir/src/fdr/teddy.c.o CMakeFiles/hs_exec.dir/src/hwlm/hwlm.c.o CMakeFiles/hs_exec.dir/src/hwlm/noodle_engine.c.o CMakeFiles/hs_exec.dir/src/nfa/accel.c.o CMakeFiles/hs_exec.dir/src/nfa/castle.c.o CMakeFiles/hs_exec.dir/src/nfa/gough.c.o CMakeFiles/hs_exec.dir/src/nfa/lbr.c.o CMakeFiles/hs_exec.dir/src/nfa/mcclellan.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_accel.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_native.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd128.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd256.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd384.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512a.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512b.c.o CMakeFiles/hs_exec.dir/src/nfa/limex_simd512c.c.o CMakeFiles/hs_exec.dir/src/nfa/mpv.c.o CMakeFiles/hs_exec.dir/src/nfa/nfa_api_dispatch.c.o CMakeFiles/hs_exec.dir/src/nfa/repeat.c.o CMakeFiles/hs_exec.dir/src/nfa/shufti.c.o CMakeFiles/hs_exec.dir/src/nfa/truffle.c.o CMakeFiles/hs_exec.dir/src/sidecar/sidecar.c.o CMakeFiles/hs_exec.dir/src/sidecar/sidecar_shufti.c.o CMakeFiles/hs_exec.dir/src/som/som_runtime.c.o CMakeFiles/hs_exec.dir/src/som/som_stream.c.o CMakeFiles/hs_exec.dir/src/rose/block.c.o CMakeFiles/hs_exec.dir/src/rose/catchup.c.o CMakeFiles/hs_exec.dir/src/rose/eod.c.o CMakeFiles/hs_exec.dir/src/rose/init.c.o CMakeFiles/hs_exec.dir/src/rose/stream.c.o CMakeFiles/hs_exec.dir/src/rose/match.c.o CMakeFiles/hs_exec.dir/src/util/fatbit.c.o CMakeFiles/hs_exec.dir/src/util/masked_move.c.o CMakeFiles/hs_exec.dir/src/util/multibit.c.o CMakeFiles/hs_exec.dir/src/util/state_compress.c.o CMakeFiles/hs_exec.dir/src/scratch.c.o CMakeFiles/hs_exec.dir/src/crc32.c.o CMakeFiles/hs_exec.dir/src/database.c.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libhs.a(dump_mask.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libhs.a(masked_move.c.o) has no symbols
/usr/bin/ranlib lib/libhs.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libhs.a(dump_mask.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: lib/libhs.a(masked_move.c.o) has no symbols
[ 89%] Built target hs
/Library/Developer/CommandLineTools/usr/bin/make -f unit/CMakeFiles/unit-hyperscan.dir/build.make unit/CMakeFiles/unit-hyperscan.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/patbench.dir/build.make examples/CMakeFiles/patbench.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/pcapscan.dir/build.make examples/CMakeFiles/pcapscan.dir/depend
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/simplegrep.dir/build.make examples/CMakeFiles/simplegrep.dir/depend
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples/CMakeFiles/patbench.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples/CMakeFiles/pcapscan.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples/CMakeFiles/simplegrep.dir/DependInfo.cmake --color=
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit/CMakeFiles/unit-hyperscan.dir/DependInfo.cmake --color=
Scanning dependencies of target simplegrep
Scanning dependencies of target patbench
Scanning dependencies of target pcapscan
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/simplegrep.dir/build.make examples/CMakeFiles/simplegrep.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/pcapscan.dir/build.make examples/CMakeFiles/pcapscan.dir/build
/Library/Developer/CommandLineTools/usr/bin/make -f examples/CMakeFiles/patbench.dir/build.make examples/CMakeFiles/patbench.dir/build
[ 92%] Building CXX object examples/CMakeFiles/pcapscan.dir/pcapscan.cc.o
[ 92%] Building C object examples/CMakeFiles/simplegrep.dir/simplegrep.c.o
[ 92%] Building CXX object examples/CMakeFiles/patbench.dir/patbench.cc.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples && /usr/local/Library/ENV/4.3/clang -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -Werror -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-self-assign -Wno-parentheses-equality -DNDEBUG -Wall -Wno-unused-parameter -o CMakeFiles/simplegrep.dir/simplegrep.c.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples/simplegrep.c
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -Wall -Wno-unused-parameter -o CMakeFiles/pcapscan.dir/pcapscan.cc.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples/pcapscan.cc
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples && /usr/local/Library/ENV/4.3/clang++ -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/src/fdr -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -Wall -Wno-unused-parameter -o CMakeFiles/patbench.dir/patbench.cc.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/examples/patbench.cc
Scanning dependencies of target unit-hyperscan
/Library/Developer/CommandLineTools/usr/bin/make -f unit/CMakeFiles/unit-hyperscan.dir/build.make unit/CMakeFiles/unit-hyperscan.dir/build
[ 93%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/arg_checks.cpp.o
[ 93%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/allocators.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/arg_checks.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/arg_checks.cpp
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/allocators.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/allocators.cpp
[ 94%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/behaviour.cpp.o
[ 94%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/expr_info.cpp.o
[ 94%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/bad_patterns.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/expr_info.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/expr_info.cpp
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/behaviour.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/behaviour.cpp
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/bad_patterns.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/bad_patterns.cpp
[ 94%] Linking CXX executable ../bin/simplegrep
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/simplegrep.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/simplegrep.dir/simplegrep.c.o -o ../bin/simplegrep ../lib/libhs.a
[ 94%] Built target simplegrep
[ 95%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/extparam.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/extparam.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/extparam.cpp
[ 95%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/identical.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/identical.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/identical.cpp
[ 95%] Linking CXX executable ../bin/pcapscan
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/pcapscan.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/pcapscan.dir/pcapscan.cc.o -o ../bin/pcapscan ../lib/libhs.a -lpcap
[ 96%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/main.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/main.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/main.cpp
[ 96%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/multi.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/multi.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/multi.cpp
[ 96%] Built target pcapscan
[ 96%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/order.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/order.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/order.cpp
[ 96%] Linking CXX executable ../bin/patbench
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/examples && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/patbench.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/patbench.dir/patbench.cc.o -o ../bin/patbench ../lib/libhs.a -lpcap
[ 96%] Built target patbench
[ 97%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/scratch_op.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/scratch_op.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/scratch_op.cpp
[ 97%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/serialize.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/serialize.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/serialize.cpp
[ 98%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/single.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/single.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/single.cpp
[ 98%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/som.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/som.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/som.cpp
[ 99%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/stream_op.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/stream_op.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/stream_op.cpp
[ 99%] Building CXX object unit/CMakeFiles/unit-hyperscan.dir/hyperscan/test_util.cpp.o
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Library/ENV/4.3/clang++ -DGTEST_HAS_PTHREAD=0 -DSRCDIR=/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/src -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build -isystem /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/include -isystem /usr/local/include -I/tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0 -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -o CMakeFiles/unit-hyperscan.dir/hyperscan/test_util.cpp.o -c /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/unit/hyperscan/test_util.cpp
[100%] Linking CXX executable ../bin/unit-hyperscan
cd /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/unit && /usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_link_script CMakeFiles/unit-hyperscan.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -O2 -std=c++11 -Wall -Wextra -Werror -Wno-shadow -Wswitch -Wreturn-type -Wcast-qual -Wno-deprecated -Wnon-virtual-dtor -march=native -mtune=native -fvisibility=hidden -Wvla -Wpointer-arith -Wno-self-assign -Wno-unused-const-variable -Wweak-vtables -Wmissing-declarations -Wno-missing-declarations -Wno-weak-vtables -Wno-unused-variable -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/unit-hyperscan.dir/hyperscan/allocators.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/arg_checks.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/bad_patterns.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/behaviour.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/expr_info.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/extparam.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/identical.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/main.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/multi.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/order.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/scratch_op.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/serialize.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/single.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/som.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/stream_op.cpp.o CMakeFiles/unit-hyperscan.dir/hyperscan/test_util.cpp.o -o ../bin/unit-hyperscan ../lib/libhs.a ../lib/libgtest.a ../lib/libexpressionutil.a
[100%] Built target unit-hyperscan
/usr/local/Cellar/cmake/3.4.1/bin/cmake -E cmake_progress_start /tmp/hyperscan20160308-90322-lq5u7n/hyperscan-4.1.0/build/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/usr/local/Cellar/cmake/3.4.1/bin/cmake -P cmake_install.cmake
-- Install configuration: "RELEASE"
-- Installing: /usr/local/Cellar/hyperscan/4.1.0/lib/pkgconfig/libhs.pc
-- Installing: /usr/local/Cellar/hyperscan/4.1.0/include/hs/hs.h
-- Installing: /usr/local/Cellar/hyperscan/4.1.0/include/hs/hs_common.h
-- Installing: /usr/local/Cellar/hyperscan/4.1.0/include/hs/hs_compile.h
-- Installing: /usr/local/Cellar/hyperscan/4.1.0/include/hs/hs_runtime.h
-- Installing: /usr/local/Cellar/hyperscan/4.1.0/lib/libhs_runtime.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /usr/local/Cellar/hyperscan/4.1.0/lib/libhs_runtime.a(masked_move.c.o) has no symbols
-- Installing: /usr/local/Cellar/hyperscan/4.1.0/lib/libhs.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /usr/local/Cellar/hyperscan/4.1.0/lib/libhs.a(dump_mask.cpp.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /usr/local/Cellar/hyperscan/4.1.0/lib/libhs.a(masked_move.c.o) has no symbols
==> Cleaning
Fixing /usr/local/Cellar/hyperscan/4.1.0/lib/libhs.a permissions from 644 to 444
Fixing /usr/local/Cellar/hyperscan/4.1.0/lib/libhs_runtime.a permissions from 644 to 444
Fixing /usr/local/Cellar/hyperscan/4.1.0/lib/pkgconfig/libhs.pc permissions from 644 to 444
==> Finishing up
ln -s ../Cellar/hyperscan/4.1.0/include/hs hs
ln -s ../Cellar/hyperscan/4.1.0/lib/libhs.a libhs.a
ln -s ../Cellar/hyperscan/4.1.0/lib/libhs_runtime.a libhs_runtime.a
ln -s ../../Cellar/hyperscan/4.1.0/lib/pkgconfig/libhs.pc libhs.pc
==> Summary
🍺 /usr/local/Cellar/hyperscan/4.1.0: 12 files, 10.7M, built in 1 minute 6 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment