Skip to content

Instantly share code, notes, and snippets.

Created October 7, 2015 07:12
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 anonymous/ee4c3b3ce43b67eedc82 to your computer and use it in GitHub Desktop.
Save anonymous/ee4c3b3ce43b67eedc82 to your computer and use it in GitHub Desktop.
2015-10-07 02:50:38 -0400
cmake
..
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/home/hbr/.linuxbrew/Cellar/opencv3/3.0.0
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DCMAKE_BUILD_WITH_INSTALL_RPATH=1
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=1
-DBUILD_JASPER=OFF
-DBUILD_JPEG=OFF
-DBUILD_TIFF=OFF
-DBUILD_OPENEXR=OFF
-DBUILD_PNG=OFF
-DBUILD_ZLIB=OFF
-DCMAKE_OSX_DEPLOYMENT_TARGET=
-DJPEG_INCLUDE_DIR=/home/hbr/.linuxbrew/opt/jpeg/include
-DJPEG_LIBRARY=/home/hbr/.linuxbrew/opt/jpeg/lib/libjpeg.so
-DBUILD_opencv_java=OFF
-DBUILD_opencv_python2=ON
-DBUILD_opencv_python3=OFF
-DWITH_1394=OFF
-DWITH_EIGEN=ON
-DWITH_FFMPEG=OFF
-DWITH_GPHOTO2=OFF
-DWITH_GSTREAMER=OFF
-DWITH_JASPER=OFF
-DWITH_OPENEXR=ON
-DWITH_OPENGL=OFF
-DWITH_QUICKTIME=OFF
-DWITH_QT=OFF
-DWITH_TBB=OFF
-DWITH_CUDA=OFF
-DOPENCV_EXTRA_MODULES_PATH=/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules
-DWITH_OPENCL=OFF
-DPYTHON2_EXECUTABLE=/home/hbr/.linuxbrew/bin/python
-DPYTHON2_LIBRARY=/libpython2.7.so
-DPYTHON2_INCLUDE_DIR=/home/hbr/.linuxbrew/Cellar/python/2.7.10_2/include/python2.7
-- The CXX compiler identification is GNU 5.2.0
-- The C compiler identification is GNU 5.2.0
-- Check for working CXX compiler: /home/hbr/.linuxbrew/bin/g++-5
-- Check for working CXX compiler: /home/hbr/.linuxbrew/bin/g++-5 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /home/hbr/.linuxbrew/bin/gcc-5
-- Check for working C compiler: /home/hbr/.linuxbrew/bin/gcc-5 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
g++-5: error: -std=c++11: No such file or directory
-- Detected version of GNU GCC: 52 (502)
-- Performing Test HAVE_CXX_FSIGNED_CHAR
-- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
-- Performing Test HAVE_C_FSIGNED_CHAR
-- Performing Test HAVE_C_FSIGNED_CHAR - Success
-- Performing Test HAVE_CXX_W
-- Performing Test HAVE_CXX_W - Success
-- Performing Test HAVE_C_W
-- Performing Test HAVE_C_W - Success
-- Performing Test HAVE_CXX_WALL
-- Performing Test HAVE_CXX_WALL - Success
-- Performing Test HAVE_C_WALL
-- Performing Test HAVE_C_WALL - Success
-- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
-- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
-- Performing Test HAVE_C_WERROR_RETURN_TYPE
-- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
-- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_CXX_WERROR_ADDRESS
-- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
-- Performing Test HAVE_C_WERROR_ADDRESS
-- Performing Test HAVE_C_WERROR_ADDRESS - Success
-- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
-- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
-- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
-- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
-- Performing Test HAVE_CXX_WFORMAT
-- Performing Test HAVE_CXX_WFORMAT - Success
-- Performing Test HAVE_C_WFORMAT
-- Performing Test HAVE_C_WFORMAT - Success
-- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
-- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
-- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
-- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_C_WMISSING_DECLARATIONS
-- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
-- Performing Test HAVE_C_WMISSING_PROTOTYPES
-- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WUNDEF
-- Performing Test HAVE_CXX_WUNDEF - Success
-- Performing Test HAVE_C_WUNDEF
-- Performing Test HAVE_C_WUNDEF - Success
-- Performing Test HAVE_CXX_WINIT_SELF
-- Performing Test HAVE_CXX_WINIT_SELF - Success
-- Performing Test HAVE_C_WINIT_SELF
-- Performing Test HAVE_C_WINIT_SELF - Success
-- Performing Test HAVE_CXX_WPOINTER_ARITH
-- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
-- Performing Test HAVE_C_WPOINTER_ARITH
-- Performing Test HAVE_C_WPOINTER_ARITH - Success
-- Performing Test HAVE_CXX_WSHADOW
-- Performing Test HAVE_CXX_WSHADOW - Success
-- Performing Test HAVE_C_WSHADOW
-- Performing Test HAVE_C_WSHADOW - Success
-- Performing Test HAVE_CXX_WSIGN_PROMO
-- Performing Test HAVE_CXX_WSIGN_PROMO - Success
-- Performing Test HAVE_C_WSIGN_PROMO
-- Performing Test HAVE_C_WSIGN_PROMO - Failed
-- Performing Test HAVE_CXX_WNO_NARROWING
-- Performing Test HAVE_CXX_WNO_NARROWING - Success
-- Performing Test HAVE_C_WNO_NARROWING
-- Performing Test HAVE_C_WNO_NARROWING - Success
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_CXX_WNO_LONG_LONG
-- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
-- Performing Test HAVE_C_WNO_LONG_LONG
-- Performing Test HAVE_C_WNO_LONG_LONG - Success
-- Performing Test HAVE_CXX_PTHREAD
-- Performing Test HAVE_CXX_PTHREAD - Success
-- Performing Test HAVE_C_PTHREAD
-- Performing Test HAVE_C_PTHREAD - Success
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_CXX_MSSE
-- Performing Test HAVE_CXX_MSSE - Success
-- Performing Test HAVE_C_MSSE
-- Performing Test HAVE_C_MSSE - Success
-- Performing Test HAVE_CXX_MSSE2
-- Performing Test HAVE_CXX_MSSE2 - Success
-- Performing Test HAVE_C_MSSE2
-- Performing Test HAVE_C_MSSE2 - Success
-- Performing Test HAVE_CXX_MNO_AVX
-- Performing Test HAVE_CXX_MNO_AVX - Success
-- Performing Test HAVE_C_MNO_AVX
-- Performing Test HAVE_C_MNO_AVX - Success
-- Performing Test HAVE_CXX_MSSE3
-- Performing Test HAVE_CXX_MSSE3 - Success
-- Performing Test HAVE_C_MSSE3
-- Performing Test HAVE_C_MSSE3 - Success
-- Performing Test HAVE_CXX_MNO_SSSE3
-- Performing Test HAVE_CXX_MNO_SSSE3 - Success
-- Performing Test HAVE_C_MNO_SSSE3
-- Performing Test HAVE_C_MNO_SSSE3 - Success
-- Performing Test HAVE_CXX_MNO_SSE4_1
-- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
-- Performing Test HAVE_C_MNO_SSE4_1
-- Performing Test HAVE_C_MNO_SSE4_1 - Success
-- Performing Test HAVE_CXX_MNO_SSE4_2
-- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
-- Performing Test HAVE_C_MNO_SSE4_2
-- Performing Test HAVE_C_MNO_SSE4_2 - Success
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_C_FFUNCTION_SECTIONS
-- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Found ZLIB: /usr/lib64/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
-- Found TIFF: /home/hbr/.linuxbrew/lib/libtiff.so (found version "4.0.6")
-- Found JPEG: /home/hbr/.linuxbrew/opt/jpeg/lib/libjpeg.so
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
-- Performing Test HAVE_C_WNO_SHADOW
-- Performing Test HAVE_C_WNO_SHADOW - Success
-- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
-- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Found PNG: /home/hbr/.linuxbrew/lib/libpng.so (found version "1.6.18")
-- Looking for /home/hbr/.linuxbrew/include/libpng/png.h
-- Looking for /home/hbr/.linuxbrew/include/libpng/png.h - not found
-- Found OpenEXR: /home/hbr/.linuxbrew/lib/libIlmImf.so
-- checking for module 'gtk+-3.0'
-- package 'gtk+-3.0' not found
-- checking for module 'gtk+-2.0'
-- package 'gtk+-2.0' not found
-- checking for module 'gthread-2.0'
-- package 'gthread-2.0' not found
-- checking for module 'libv4l1'
-- package 'libv4l1' not found
-- checking for module 'libv4l2'
-- package 'libv4l2' not found
-- Looking for linux/videodev.h
-- Looking for linux/videodev.h - not found
-- Looking for linux/videodev2.h
-- Looking for linux/videodev2.h - found
-- Looking for sys/videoio.h
-- Looking for sys/videoio.h - not found
-- ICV: Unpacking ippicv_linux_20141027.tgz to /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack...
-- ICV: Package successfully downloaded
-- found IPP (ICV version): 8.2.1 [8.2.1]
-- at: /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx
-- Found Doxygen: /home/hbr/.linuxbrew/bin/doxygen (found version "1.8.10")
-- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
-- Found PythonInterp: /home/hbr/.linuxbrew/bin/python (found suitable version "2.7.10", minimum required is "2.7")
-- Found PythonLibs: /libpython2.7.so (found suitable exact version "2.7.10")
-- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4", minimum required is "3.4")
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.4.0")
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/hbr/.linuxbrew/lib/python2.7/site-packages/numpy/__init__.py", line 180, in <module>
from . import add_newdocs
File "/home/hbr/.linuxbrew/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "/home/hbr/.linuxbrew/lib/python2.7/site-packages/numpy/lib/__init__.py", line 8, in <module>
from .type_check import *
File "/home/hbr/.linuxbrew/lib/python2.7/site-packages/numpy/lib/type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "/home/hbr/.linuxbrew/lib/python2.7/site-packages/numpy/core/__init__.py", line 14, in <module>
from . import multiarray
ImportError: dynamic module does not define init function (PyInit_multiarray)
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
-- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
-- Performing Test HAVE_CXX_WNO_UNDEF
-- Performing Test HAVE_CXX_WNO_UNDEF - Success
-- Performing Test HAVE_CXX_WNO_SHADOW
-- Performing Test HAVE_CXX_WNO_SHADOW - Success
-- Tesseract: NO
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
-- videoio: Removing WinRT API headers by default
-- Tesseract: NO
--
-- General configuration for OpenCV 3.0.0 =====================================
-- Version control: unknown
--
-- Platform:
-- Host: Linux 3.19.0-25-generic x86_64
-- CMake: 3.3.2
-- CMake generator: Unix Makefiles
-- CMake build tool: /home/hbr/.linuxbrew/bin/make
-- Configuration: Release
--
-- C/C++:
-- Built as dynamic libs?: YES
-- C++ Compiler: /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 (ver 5.2.0)
-- C++ flags (Release): -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG
-- C++ flags (Debug): -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
-- C Compiler: /home/hbr/.linuxbrew/bin/gcc-5
-- C flags (Release): -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG
-- C flags (Debug): -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
-- Linker flags (Release): -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib
-- Linker flags (Debug): -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib
-- Precompiled headers: YES
-- Extra dependencies: /home/hbr/.linuxbrew/opt/jpeg/lib/libjpeg.so /home/hbr/.linuxbrew/lib/libpng.so /usr/lib64/libz.so /home/hbr/.linuxbrew/lib/libtiff.so /home/hbr/.linuxbrew/lib/libImath.so /home/hbr/.linuxbrew/lib/libIlmImf.so /home/hbr/.linuxbrew/lib/libIex.so /home/hbr/.linuxbrew/lib/libHalf.so /home/hbr/.linuxbrew/lib/libIlmThread.so dl m pthread rt
-- 3rdparty dependencies: libwebp ippicv
--
-- OpenCV modules:
-- To be built: hal core flann imgproc ml photo reg surface_matching video face imgcodecs shape videoio highgui objdetect optflow superres tracking ts ximgproc xobjdetect xphoto adas bgsegm bioinspired features2d latentsvm line_descriptor saliency text calib3d ccalib datasets rgbd videostab xfeatures2d stitching python2
-- Disabled: world contrib_world
-- Disabled by dependency: -
-- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python3 viz cvv matlab
--
-- GUI:
-- QT: NO
-- GTK+: NO
-- GThread : NO
-- GtkGlExt: NO
-- OpenGL support: NO
-- VTK support: NO
--
-- Media I/O:
-- ZLib: /usr/lib64/libz.so (ver 1.2.8)
-- JPEG: /home/hbr/.linuxbrew/opt/jpeg/lib/libjpeg.so (ver 80)
-- WEBP: build (ver 0.3.1)
-- PNG: /home/hbr/.linuxbrew/lib/libpng.so (ver 1.6.18)
-- TIFF: /home/hbr/.linuxbrew/lib/libtiff.so (ver 42 - 4.0.6)
-- JPEG 2000: NO
-- OpenEXR: /home/hbr/.linuxbrew/lib/libImath.so /home/hbr/.linuxbrew/lib/libIlmImf.so /home/hbr/.linuxbrew/lib/libIex.so /home/hbr/.linuxbrew/lib/libHalf.so /home/hbr/.linuxbrew/lib/libIlmThread.so (ver 2.2.0)
-- GDAL: NO
--
-- Video I/O:
-- DC1394 1.x: NO
-- DC1394 2.x: NO
-- FFMPEG: NO
-- codec: NO
-- format: NO
-- util: NO
-- swscale: NO
-- resample: NO
-- gentoo-style: NO
-- GStreamer: NO
-- OpenNI: NO
-- OpenNI PrimeSensor Modules: NO
-- OpenNI2: NO
-- PvAPI: NO
-- GigEVisionSDK: NO
-- UniCap: NO
-- UniCap ucil: NO
-- V4L/V4L2: NO/YES
-- XIMEA: NO
-- Xine: NO
-- gPhoto2: NO
--
-- Other third-party libraries:
-- Use IPP: 8.2.1 [8.2.1]
-- at: /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx
-- Use IPP Async: NO
-- Use Eigen: YES (ver 3.2.5)
-- Use TBB: NO
-- Use OpenMP: NO
-- Use GCD NO
-- Use Concurrency NO
-- Use C=: NO
-- Use pthreads for parallel for:
-- YES
-- Use Cuda: NO
-- Use OpenCL: NO
--
-- Python 2:
-- Interpreter: /home/hbr/.linuxbrew/bin/python (ver 2.7.10)
-- Libraries: /libpython2.7.so (ver 2.7.10)
-- numpy: /home/hbr/.linuxbrew/lib/python2.7/site-packages/numpy/core/include (ver 1.10.0)
-- packages path: lib/python2.7/site-packages
--
-- Python 3:
-- Interpreter: /usr/bin/python3.4 (ver 3.4)
--
-- Python (for build): /home/hbr/.linuxbrew/bin/python
--
-- Java:
-- ant: NO
-- JNI: NO
-- Java wrappers: NO
-- Java tests: NO
--
-- Matlab:
-- mex: NO
--
-- Documentation:
-- Doxygen: /home/hbr/.linuxbrew/bin/doxygen (ver 1.8.10)
-- PlantUML: NO
--
-- Tests and samples:
-- Tests: YES
-- Performance tests: YES
-- C/C++ Examples: NO
--
-- Install path: /home/hbr/.linuxbrew/Cellar/opencv3/3.0.0
--
-- cvconfig.h is in: /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild
-- -----------------------------------------------------------------
--
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild
This file has been truncated, but you can view the full file.
2015-10-07 02:50:49 -0400
make
/home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -H/tmp/opencv320151007-88137-d43df3/opencv-3.0.0 -B/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild --check-build-system CMakeFiles/Makefile.cmake 0
/home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/CMakeFiles /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f 3rdparty/libwebp/CMakeFiles/libwebp.dir/build.make 3rdparty/libwebp/CMakeFiles/libwebp.dir/depend
make -f modules/hal/CMakeFiles/opencv_hal_pch_dephelp.dir/build.make modules/hal/CMakeFiles/opencv_hal_pch_dephelp.dir/depend
make -f modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/build.make modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/depend
make -f modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/build.make modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp/CMakeFiles/libwebp.dir/DependInfo.cmake --color=
[ 0%] Generating opencv_hal_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/opencv_hal_pch_dephelp.cxx
[ 0%] Generating opencv_core_pch_dephelp.cxx
[ 0%] Generating opencv_ts_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/opencv_ts_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/opencv_hal_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/opencv_ts_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/opencv_hal_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/opencv_ts_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/opencv_hal_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/opencv_hal_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/opencv_ts_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/opencv_hal_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/CMakeFiles/opencv_hal_pch_dephelp.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/opencv_ts_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/opencv_ts_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_hal_pch_dephelp
Scanning dependencies of target libwebp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f 3rdparty/libwebp/CMakeFiles/libwebp.dir/build.make 3rdparty/libwebp/CMakeFiles/libwebp.dir/build
make -f modules/hal/CMakeFiles/opencv_hal_pch_dephelp.dir/build.make modules/hal/CMakeFiles/opencv_hal_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 0%] Building CXX object modules/hal/CMakeFiles/opencv_hal_pch_dephelp.dir/opencv_hal_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -o CMakeFiles/opencv_hal_pch_dephelp.dir/opencv_hal_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/opencv_hal_pch_dephelp.cxx
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/webp.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/webp.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/webp.c
Scanning dependencies of target opencv_ts_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/build.make modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Building CXX object modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/opencv_ts_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_ts_pch_dephelp.dir/opencv_ts_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/opencv_ts_pch_dephelp.cxx
Scanning dependencies of target opencv_core_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/build.make modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -o CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_core_pch_dephelp.cxx
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/layer.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/layer.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/layer.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/io.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/io.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/io.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/tree.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/tree.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/tree.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/vp8l.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/vp8l.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/vp8l.c
[ 1%] Linking CXX static library ../../lib/libopencv_hal_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_hal_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_hal_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_hal_pch_dephelp.a CMakeFiles/opencv_hal_pch_dephelp.dir/opencv_hal_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_hal_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/alpha.c.o
[ 1%] Built target opencv_hal_pch_dephelp
make -f modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/build.make modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/depend
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/alpha.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/alpha.c
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Generating opencv_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/DependInfo.cmake --color=
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/idec.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/idec.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/idec.c
Scanning dependencies of target opencv_imgproc_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/build.make modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -o CMakeFiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_imgproc_pch_dephelp.cxx
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/buffer.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/buffer.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/buffer.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/frame.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/frame.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/frame.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/vp8.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/vp8.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/vp8.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/quant.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dec/quant.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dec/quant.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/upsampling.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/upsampling.c
[ 1%] Linking CXX static library ../../lib/libopencv_core_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_core_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_core_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_core_pch_dephelp.a CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_core_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Built target opencv_core_pch_dephelp
make -f modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/build.make modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Generating opencv_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_imgcodecs_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/build.make modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/opencv_imgcodecs_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DHAVE_WEBP -DIMGCODECS_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -isystem /home/hbr/.linuxbrew/include -isystem /home/hbr/.linuxbrew/opt/jpeg/include -isystem /home/hbr/.linuxbrew/include/OpenEXR -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -o CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/opencv_imgcodecs_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_imgcodecs_pch_dephelp.cxx
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/cpu.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/cpu.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/cpu.c
[ 1%] Linking CXX static library ../../lib/libopencv_ts_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_ts_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_ts_pch_dephelp.dir/link.txt --verbose=1
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/lossless.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/lossless.c
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_ts_pch_dephelp.a CMakeFiles/opencv_ts_pch_dephelp.dir/opencv_ts_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_ts_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Built target opencv_ts_pch_dephelp
make -f modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/build.make modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Generating opencv_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_videoio_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/build.make modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/opencv_videoio_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DVIDEOIO_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -o CMakeFiles/opencv_videoio_pch_dephelp.dir/opencv_videoio_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_videoio_pch_dephelp.cxx
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/yuv.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/yuv.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/yuv.c
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_sse2.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/dec_sse2.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/dec_sse2.c
[ 1%] Linking CXX static library ../../lib/libopencv_imgproc_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_imgproc_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_imgproc_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_imgproc_pch_dephelp.a CMakeFiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_imgproc_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Built target opencv_imgproc_pch_dephelp
make -f modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/build.make modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Generating opencv_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_highgui_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/build.make modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 1%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/opencv_highgui_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DHIGHGUI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -o CMakeFiles/opencv_highgui_pch_dephelp.dir/opencv_highgui_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_highgui_pch_dephelp.cxx
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/dec.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/dec.c
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_neon.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/dec_neon.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/dec_neon.c
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling_neon.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/upsampling_neon.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/upsampling_neon.c
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling_sse2.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/upsampling_sse2.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/upsampling_sse2.c
[ 2%] Linking CXX static library ../../lib/libopencv_imgcodecs_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_imgcodecs_pch_dephelp.a CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/opencv_imgcodecs_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_imgcodecs_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 2%] Built target opencv_imgcodecs_pch_dephelp
make -f modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/build.make modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 2%] Generating opencv_perf_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_perf_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_perf_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_perf_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_perf_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_perf_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_perf_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_core_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/build.make modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 2%] Building CXX object modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/opencv_perf_core_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/perf -o CMakeFiles/opencv_perf_core_pch_dephelp.dir/opencv_perf_core_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_perf_core_pch_dephelp.cxx
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/enc.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/enc.c
[ 2%] Linking CXX static library ../../lib/libopencv_videoio_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_videoio_pch_dephelp.dir/cmake_clean_target.cmake
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_neon.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/enc_neon.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/enc_neon.c
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_videoio_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_videoio_pch_dephelp.a CMakeFiles/opencv_videoio_pch_dephelp.dir/opencv_videoio_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_videoio_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_sse2.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/dsp/enc_sse2.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/dsp/enc_sse2.c
[ 2%] Built target opencv_videoio_pch_dephelp
make -f modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/build.make modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 2%] Generating opencv_test_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_test_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_test_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_test_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_test_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_test_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_test_core_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_core_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/build.make modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 2%] Building CXX object modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/opencv_test_core_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/test -o CMakeFiles/opencv_test_core_pch_dephelp.dir/opencv_test_core_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencv_test_core_pch_dephelp.cxx
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/histogram.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/histogram.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/histogram.c
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/layer.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/layer.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/layer.c
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/tree.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/tree.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/tree.c
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/syntax.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/syntax.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/syntax.c
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/picture.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/picture.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/picture.c
[ 2%] Linking CXX static library ../../lib/libopencv_highgui_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_highgui_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_highgui_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_highgui_pch_dephelp.a CMakeFiles/opencv_highgui_pch_dephelp.dir/opencv_highgui_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_highgui_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 2%] Built target opencv_highgui_pch_dephelp
make -f modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/build.make modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 3%] Generating opencv_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_flann_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/build.make modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 3%] Building CXX object modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/opencv_flann_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -o CMakeFiles/opencv_flann_pch_dephelp.dir/opencv_flann_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_flann_pch_dephelp.cxx
[ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/analysis.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/analysis.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/analysis.c
[ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/iterator.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/iterator.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/iterator.c
[ 3%] Linking CXX static library ../../lib/libopencv_perf_core_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_core_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_core_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_core_pch_dephelp.a CMakeFiles/opencv_perf_core_pch_dephelp.dir/opencv_perf_core_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_core_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 3%] Built target opencv_perf_core_pch_dephelp
make -f modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/build.make modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 3%] Generating opencv_test_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_test_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_test_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_test_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_test_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_test_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_test_flann_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_flann_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/build.make modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 3%] Building CXX object modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/opencv_test_flann_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/test -o CMakeFiles/opencv_test_flann_pch_dephelp.dir/opencv_test_flann_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/opencv_test_flann_pch_dephelp.cxx
[ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/backward_references.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/backward_references.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/backward_references.c
[ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/token.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/token.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/token.c
[ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/vp8l.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/vp8l.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/vp8l.c
[ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/filter.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/filter.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/filter.c
[ 3%] Linking CXX static library ../../lib/libopencv_test_core_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_core_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_core_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_core_pch_dephelp.a CMakeFiles/opencv_test_core_pch_dephelp.dir/opencv_test_core_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_core_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 3%] Built target opencv_test_core_pch_dephelp
make -f modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/build.make modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 3%] Generating opencv_perf_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_perf_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_perf_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_perf_imgproc_pch_dephelp.cxx
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/alpha.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/alpha.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/alpha.c
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_perf_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_perf_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_perf_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_imgproc_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/build.make modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Building CXX object modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/opencv_perf_imgproc_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/perf -o CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/opencv_perf_imgproc_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_perf_imgproc_pch_dephelp.cxx
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/cost.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/cost.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/cost.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/webpenc.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/webpenc.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/webpenc.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/config.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/config.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/config.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/frame.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/frame.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/frame.c
[ 5%] Linking CXX static library ../../lib/libopencv_flann_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_flann_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_flann_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_flann_pch_dephelp.a CMakeFiles/opencv_flann_pch_dephelp.dir/opencv_flann_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_flann_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Built target opencv_flann_pch_dephelp
make -f modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/build.make modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Generating opencv_test_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_test_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_test_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_test_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_test_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_test_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_test_imgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_imgproc_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/build.make modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Building CXX object modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/opencv_test_imgproc_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/test -o CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/opencv_test_imgproc_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/opencv_test_imgproc_pch_dephelp.cxx
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/quant.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/enc/quant.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/enc/quant.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/mux/muxedit.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/mux/muxedit.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/mux/muxedit.c
[ 5%] Linking CXX static library ../../lib/libopencv_test_flann_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_flann_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_flann_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_flann_pch_dephelp.a CMakeFiles/opencv_test_flann_pch_dephelp.dir/opencv_test_flann_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_flann_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Built target opencv_test_flann_pch_dephelp
make -f modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/build.make modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Generating opencv_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_ml_pch_dephelp.cxx
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/mux/muxread.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/mux/muxread.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/mux/muxread.c
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_ml_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/build.make modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Building CXX object modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/opencv_ml_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -o CMakeFiles/opencv_ml_pch_dephelp.dir/opencv_ml_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_ml_pch_dephelp.cxx
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/mux/muxinternal.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/mux/muxinternal.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/mux/muxinternal.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/huffman.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/huffman.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/huffman.c
[ 5%] Linking CXX static library ../../lib/libopencv_perf_imgproc_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_imgproc_pch_dephelp.a CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/opencv_perf_imgproc_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_imgproc_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Built target opencv_perf_imgproc_pch_dephelp
make -f modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/build.make modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Generating opencv_test_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_test_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_test_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_test_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_test_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_test_ml_pch_dephelp.cxx
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/quant_levels.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/quant_levels.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/quant_levels.c
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_test_ml_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_ml_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/build.make modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 5%] Building CXX object modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/opencv_test_ml_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/test -o CMakeFiles/opencv_test_ml_pch_dephelp.dir/opencv_test_ml_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/opencv_test_ml_pch_dephelp.cxx
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/bit_reader.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/bit_reader.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/bit_reader.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/thread.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/thread.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/thread.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/huffman_encode.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/huffman_encode.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/huffman_encode.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/utils.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/utils.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/utils.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/filters.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/filters.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/filters.c
[ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/rescaler.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/rescaler.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/rescaler.c
[ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/color_cache.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/color_cache.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/color_cache.c
[ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/quant_levels_dec.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/quant_levels_dec.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/quant_levels_dec.c
[ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/bit_writer.c.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/bin/gcc-5 -DWEBP_USE_THREAD -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wno-narrowing -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-unused-variable -Wno-shadow -Wno-maybe-uninitialized -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/cpu-features -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -o CMakeFiles/libwebp.dir/utils/bit_writer.c.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp/utils/bit_writer.c
[ 6%] Linking C static library ../lib/liblibwebp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/libwebp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/3rdparty/libwebp && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/libwebp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../lib/liblibwebp.a CMakeFiles/libwebp.dir/dec/webp.c.o CMakeFiles/libwebp.dir/dec/layer.c.o CMakeFiles/libwebp.dir/dec/io.c.o CMakeFiles/libwebp.dir/dec/tree.c.o CMakeFiles/libwebp.dir/dec/vp8l.c.o CMakeFiles/libwebp.dir/dec/alpha.c.o CMakeFiles/libwebp.dir/dec/idec.c.o CMakeFiles/libwebp.dir/dec/buffer.c.o CMakeFiles/libwebp.dir/dec/frame.c.o CMakeFiles/libwebp.dir/dec/vp8.c.o CMakeFiles/libwebp.dir/dec/quant.c.o CMakeFiles/libwebp.dir/dsp/upsampling.c.o CMakeFiles/libwebp.dir/dsp/cpu.c.o CMakeFiles/libwebp.dir/dsp/lossless.c.o CMakeFiles/libwebp.dir/dsp/yuv.c.o CMakeFiles/libwebp.dir/dsp/dec_sse2.c.o CMakeFiles/libwebp.dir/dsp/dec.c.o CMakeFiles/libwebp.dir/dsp/dec_neon.c.o CMakeFiles/libwebp.dir/dsp/upsampling_neon.c.o CMakeFiles/libwebp.dir/dsp/upsampling_sse2.c.o CMakeFiles/libwebp.dir/dsp/enc.c.o CMakeFiles/libwebp.dir/dsp/enc_neon.c.o CMakeFiles/libwebp.dir/dsp/enc_sse2.c.o CMakeFiles/libwebp.dir/enc/histogram.c.o CMakeFiles/libwebp.dir/enc/layer.c.o CMakeFiles/libwebp.dir/enc/tree.c.o CMakeFiles/libwebp.dir/enc/syntax.c.o CMakeFiles/libwebp.dir/enc/picture.c.o CMakeFiles/libwebp.dir/enc/analysis.c.o CMakeFiles/libwebp.dir/enc/iterator.c.o CMakeFiles/libwebp.dir/enc/backward_references.c.o CMakeFiles/libwebp.dir/enc/token.c.o CMakeFiles/libwebp.dir/enc/vp8l.c.o CMakeFiles/libwebp.dir/enc/filter.c.o CMakeFiles/libwebp.dir/enc/alpha.c.o CMakeFiles/libwebp.dir/enc/cost.c.o CMakeFiles/libwebp.dir/enc/webpenc.c.o CMakeFiles/libwebp.dir/enc/config.c.o CMakeFiles/libwebp.dir/enc/frame.c.o CMakeFiles/libwebp.dir/enc/quant.c.o CMakeFiles/libwebp.dir/mux/muxedit.c.o CMakeFiles/libwebp.dir/mux/muxread.c.o CMakeFiles/libwebp.dir/mux/muxinternal.c.o CMakeFiles/libwebp.dir/utils/huffman.c.o CMakeFiles/libwebp.dir/utils/quant_levels.c.o CMakeFiles/libwebp.dir/utils/bit_reader.c.o CMakeFiles/libwebp.dir/utils/thread.c.o CMakeFiles/libwebp.dir/utils/huffman_encode.c.o CMakeFiles/libwebp.dir/utils/utils.c.o CMakeFiles/libwebp.dir/utils/filters.c.o CMakeFiles/libwebp.dir/utils/rescaler.c.o CMakeFiles/libwebp.dir/utils/color_cache.c.o CMakeFiles/libwebp.dir/utils/quant_levels_dec.c.o CMakeFiles/libwebp.dir/utils/bit_writer.c.o
/home/hbr/.linuxbrew/bin/ranlib ../lib/liblibwebp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Built target libwebp
make -f modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/build.make modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Generating opencv_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_photo_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/build.make modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Building CXX object modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/opencv_photo_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -o CMakeFiles/opencv_photo_pch_dephelp.dir/opencv_photo_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_photo_pch_dephelp.cxx
[ 6%] Linking CXX static library ../../lib/libopencv_test_imgproc_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_imgproc_pch_dephelp.a CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/opencv_test_imgproc_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_imgproc_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Built target opencv_test_imgproc_pch_dephelp
make -f modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/build.make modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Generating opencv_perf_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_perf_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_perf_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_perf_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_perf_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_perf_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_perf_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_photo_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/build.make modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Building CXX object modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/opencv_perf_photo_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/perf -o CMakeFiles/opencv_perf_photo_pch_dephelp.dir/opencv_perf_photo_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_perf_photo_pch_dephelp.cxx
[ 6%] Linking CXX static library ../../lib/libopencv_ml_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_ml_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_ml_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_ml_pch_dephelp.a CMakeFiles/opencv_ml_pch_dephelp.dir/opencv_ml_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_ml_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Built target opencv_ml_pch_dephelp
make -f modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/build.make modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Generating opencv_test_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_test_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_test_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_test_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_test_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_test_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_test_photo_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_photo_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/build.make modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Building CXX object modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/opencv_test_photo_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/test -o CMakeFiles/opencv_test_photo_pch_dephelp.dir/opencv_test_photo_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/opencv_test_photo_pch_dephelp.cxx
[ 6%] Linking CXX static library ../../lib/libopencv_test_ml_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_ml_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_ml_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_ml_pch_dephelp.a CMakeFiles/opencv_test_ml_pch_dephelp.dir/opencv_test_ml_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_ml_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 6%] Built target opencv_test_ml_pch_dephelp
make -f modules/reg/CMakeFiles/opencv_reg_pch_dephelp.dir/build.make modules/reg/CMakeFiles/opencv_reg_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/CMakeFiles/opencv_reg_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_reg_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/reg/CMakeFiles/opencv_reg_pch_dephelp.dir/build.make modules/reg/CMakeFiles/opencv_reg_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/reg/CMakeFiles/opencv_reg_pch_dephelp.dir/opencv_reg_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -o CMakeFiles/opencv_reg_pch_dephelp.dir/opencv_reg_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_reg_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_reg_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_reg_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_reg_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_reg_pch_dephelp.a CMakeFiles/opencv_reg_pch_dephelp.dir/opencv_reg_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_reg_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_reg_pch_dephelp
make -f modules/reg/CMakeFiles/opencv_perf_reg_pch_dephelp.dir/build.make modules/reg/CMakeFiles/opencv_perf_reg_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_perf_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_perf_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_perf_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_perf_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_perf_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_perf_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_perf_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/CMakeFiles/opencv_perf_reg_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_reg_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/reg/CMakeFiles/opencv_perf_reg_pch_dephelp.dir/build.make modules/reg/CMakeFiles/opencv_perf_reg_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/reg/CMakeFiles/opencv_perf_reg_pch_dephelp.dir/opencv_perf_reg_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/perf -o CMakeFiles/opencv_perf_reg_pch_dephelp.dir/opencv_perf_reg_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_perf_reg_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_photo_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_photo_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_photo_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_photo_pch_dephelp.a CMakeFiles/opencv_photo_pch_dephelp.dir/opencv_photo_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_photo_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_photo_pch_dephelp
make -f modules/reg/CMakeFiles/opencv_test_reg_pch_dephelp.dir/build.make modules/reg/CMakeFiles/opencv_test_reg_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_test_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_test_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_test_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_test_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_test_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_test_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_test_reg_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/CMakeFiles/opencv_test_reg_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_reg_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/reg/CMakeFiles/opencv_test_reg_pch_dephelp.dir/build.make modules/reg/CMakeFiles/opencv_test_reg_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/reg/CMakeFiles/opencv_test_reg_pch_dephelp.dir/opencv_test_reg_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/test -o CMakeFiles/opencv_test_reg_pch_dephelp.dir/opencv_test_reg_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/opencv_test_reg_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_perf_photo_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_photo_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_photo_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_photo_pch_dephelp.a CMakeFiles/opencv_perf_photo_pch_dephelp.dir/opencv_perf_photo_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_photo_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_perf_photo_pch_dephelp
make -f modules/surface_matching/CMakeFiles/opencv_surface_matching_pch_dephelp.dir/build.make modules/surface_matching/CMakeFiles/opencv_surface_matching_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_surface_matching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/opencv_surface_matching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/opencv_surface_matching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/opencv_surface_matching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/opencv_surface_matching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/opencv_surface_matching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/opencv_surface_matching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/CMakeFiles/opencv_surface_matching_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_surface_matching_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/surface_matching/CMakeFiles/opencv_surface_matching_pch_dephelp.dir/build.make modules/surface_matching/CMakeFiles/opencv_surface_matching_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/surface_matching/CMakeFiles/opencv_surface_matching_pch_dephelp.dir/opencv_surface_matching_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -o CMakeFiles/opencv_surface_matching_pch_dephelp.dir/opencv_surface_matching_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/opencv_surface_matching_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_test_photo_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_photo_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_photo_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_photo_pch_dephelp.a CMakeFiles/opencv_test_photo_pch_dephelp.dir/opencv_test_photo_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_photo_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_test_photo_pch_dephelp
make -f modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/build.make modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_video_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/build.make modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/opencv_video_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -o CMakeFiles/opencv_video_pch_dephelp.dir/opencv_video_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_video_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_perf_reg_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_reg_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_reg_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_reg_pch_dephelp.a CMakeFiles/opencv_perf_reg_pch_dephelp.dir/opencv_perf_reg_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_reg_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_perf_reg_pch_dephelp
make -f modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/build.make modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_perf_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_perf_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_perf_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_perf_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_perf_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_perf_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_perf_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_video_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/build.make modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/opencv_perf_video_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/perf -o CMakeFiles/opencv_perf_video_pch_dephelp.dir/opencv_perf_video_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_perf_video_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_test_reg_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_reg_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_reg_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_reg_pch_dephelp.a CMakeFiles/opencv_test_reg_pch_dephelp.dir/opencv_test_reg_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_reg_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_test_reg_pch_dephelp
make -f modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/build.make modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_test_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_test_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_test_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_test_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_test_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_test_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_test_video_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_video_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/build.make modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/opencv_test_video_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/test -o CMakeFiles/opencv_test_video_pch_dephelp.dir/opencv_test_video_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/opencv_test_video_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_video_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_video_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_video_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_video_pch_dephelp.a CMakeFiles/opencv_video_pch_dephelp.dir/opencv_video_pch_dephelp.cxx.o
[ 7%] Linking CXX static library ../../lib/libopencv_surface_matching_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_surface_matching_pch_dephelp.dir/cmake_clean_target.cmake
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_video_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_surface_matching_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_surface_matching_pch_dephelp.a CMakeFiles/opencv_surface_matching_pch_dephelp.dir/opencv_surface_matching_pch_dephelp.cxx.o
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_surface_matching_pch_dephelp.a
[ 7%] Built target opencv_video_pch_dephelp
make -f modules/face/CMakeFiles/opencv_face_pch_dephelp.dir/build.make modules/face/CMakeFiles/opencv_face_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_face_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/opencv_face_pch_dephelp.cxx
[ 7%] Built target opencv_surface_matching_pch_dephelp
make -f modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/build.make modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/opencv_face_pch_dephelp.cxx
[ 7%] Generating opencv_perf_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_perf_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/opencv_face_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_perf_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/opencv_face_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_perf_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/opencv_face_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_perf_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/opencv_face_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_perf_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/CMakeFiles/opencv_face_pch_dephelp.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_perf_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_face_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/face/CMakeFiles/opencv_face_pch_dephelp.dir/build.make modules/face/CMakeFiles/opencv_face_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/face/CMakeFiles/opencv_face_pch_dephelp.dir/opencv_face_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -o CMakeFiles/opencv_face_pch_dephelp.dir/opencv_face_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/opencv_face_pch_dephelp.cxx
Scanning dependencies of target opencv_perf_imgcodecs_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/build.make modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/opencv_perf_imgcodecs_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DHAVE_WEBP -DIMGCODECS_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -isystem /home/hbr/.linuxbrew/include -isystem /home/hbr/.linuxbrew/opt/jpeg/include -isystem /home/hbr/.linuxbrew/include/OpenEXR -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/perf -o CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/opencv_perf_imgcodecs_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_perf_imgcodecs_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_perf_video_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_video_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_video_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_video_pch_dephelp.a CMakeFiles/opencv_perf_video_pch_dephelp.dir/opencv_perf_video_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_video_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_perf_video_pch_dephelp
make -f modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/build.make modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_test_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_test_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_test_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_test_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_test_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_test_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_test_imgcodecs_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_imgcodecs_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/build.make modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/opencv_test_imgcodecs_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DHAVE_WEBP -DIMGCODECS_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -isystem /home/hbr/.linuxbrew/include -isystem /home/hbr/.linuxbrew/opt/jpeg/include -isystem /home/hbr/.linuxbrew/include/OpenEXR -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/test -o CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/opencv_test_imgcodecs_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/opencv_test_imgcodecs_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_test_video_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_video_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_video_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_video_pch_dephelp.a CMakeFiles/opencv_test_video_pch_dephelp.dir/opencv_test_video_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_video_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_test_video_pch_dephelp
make -f modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/build.make modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_shape_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/build.make modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/opencv_shape_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -o CMakeFiles/opencv_shape_pch_dephelp.dir/opencv_shape_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_shape_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_perf_imgcodecs_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/cmake_clean_target.cmake
[ 7%] Linking CXX static library ../../lib/libopencv_face_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_face_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/link.txt --verbose=1
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_face_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_imgcodecs_pch_dephelp.a CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/opencv_perf_imgcodecs_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_face_pch_dephelp.a CMakeFiles/opencv_face_pch_dephelp.dir/opencv_face_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_imgcodecs_pch_dephelp.a
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_face_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_perf_imgcodecs_pch_dephelp
[ 7%] Built target opencv_face_pch_dephelp
make -f modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/build.make modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/depend
make -f modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/build.make modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Generating opencv_test_shape_pch_dephelp.cxx
[ 7%] Generating opencv_perf_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_test_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_perf_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_test_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_perf_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_perf_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_test_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_test_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_perf_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_test_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_perf_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_perf_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_test_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_videoio_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/build.make modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/build
Scanning dependencies of target opencv_test_shape_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/build.make modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Building CXX object modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/opencv_test_shape_pch_dephelp.cxx.o
[ 7%] Building CXX object modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/opencv_perf_videoio_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/test -o CMakeFiles/opencv_test_shape_pch_dephelp.dir/opencv_test_shape_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/opencv_test_shape_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DVIDEOIO_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/perf -o CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/opencv_perf_videoio_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_perf_videoio_pch_dephelp.cxx
[ 7%] Linking CXX static library ../../lib/libopencv_shape_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_shape_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_shape_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_shape_pch_dephelp.a CMakeFiles/opencv_shape_pch_dephelp.dir/opencv_shape_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_shape_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 7%] Built target opencv_shape_pch_dephelp
make -f modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/build.make modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Generating opencv_test_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_test_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_test_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_test_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_test_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_test_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_test_videoio_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_videoio_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/build.make modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Building CXX object modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/opencv_test_videoio_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DVIDEOIO_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/test -o CMakeFiles/opencv_test_videoio_pch_dephelp.dir/opencv_test_videoio_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/opencv_test_videoio_pch_dephelp.cxx
[ 8%] Linking CXX static library ../../lib/libopencv_test_imgcodecs_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_imgcodecs_pch_dephelp.a CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/opencv_test_imgcodecs_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_imgcodecs_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Built target opencv_test_imgcodecs_pch_dephelp
make -f modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/build.make modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Generating opencv_test_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_test_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_test_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_test_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_test_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_test_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_test_highgui_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_highgui_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/build.make modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Building CXX object modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/opencv_test_highgui_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DHIGHGUI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/test -o CMakeFiles/opencv_test_highgui_pch_dephelp.dir/opencv_test_highgui_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/opencv_test_highgui_pch_dephelp.cxx
[ 8%] Linking CXX static library ../../lib/libopencv_perf_videoio_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_videoio_pch_dephelp.a CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/opencv_perf_videoio_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_videoio_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Built target opencv_perf_videoio_pch_dephelp
make -f modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/build.make modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Generating opencv_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_objdetect_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/build.make modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/opencv_objdetect_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_objdetect_pch_dephelp.dir/opencv_objdetect_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_objdetect_pch_dephelp.cxx
[ 8%] Linking CXX static library ../../lib/libopencv_test_shape_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_shape_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_shape_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_shape_pch_dephelp.a CMakeFiles/opencv_test_shape_pch_dephelp.dir/opencv_test_shape_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_shape_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Built target opencv_test_shape_pch_dephelp
make -f modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/build.make modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 8%] Generating opencv_perf_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_perf_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_perf_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_perf_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_perf_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_perf_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_perf_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_objdetect_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/build.make modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Building CXX object modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/opencv_perf_objdetect_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/perf -o CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/opencv_perf_objdetect_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_perf_objdetect_pch_dephelp.cxx
[ 10%] Linking CXX static library ../../lib/libopencv_test_highgui_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_highgui_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_highgui_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_highgui_pch_dephelp.a CMakeFiles/opencv_test_highgui_pch_dephelp.dir/opencv_test_highgui_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_highgui_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Built target opencv_test_highgui_pch_dephelp
make -f modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/build.make modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Generating opencv_test_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_test_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_test_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_test_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_test_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_test_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_test_objdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_objdetect_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/build.make modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Building CXX object modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/opencv_test_objdetect_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/test -o CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/opencv_test_objdetect_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/opencv_test_objdetect_pch_dephelp.cxx
[ 10%] Linking CXX static library ../../lib/libopencv_test_videoio_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_videoio_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_videoio_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_videoio_pch_dephelp.a CMakeFiles/opencv_test_videoio_pch_dephelp.dir/opencv_test_videoio_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_videoio_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Built target opencv_test_videoio_pch_dephelp
make -f modules/optflow/CMakeFiles/opencv_optflow_pch_dephelp.dir/build.make modules/optflow/CMakeFiles/opencv_optflow_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Generating opencv_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/CMakeFiles/opencv_optflow_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_optflow_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/optflow/CMakeFiles/opencv_optflow_pch_dephelp.dir/build.make modules/optflow/CMakeFiles/opencv_optflow_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow_pch_dephelp.dir/opencv_optflow_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_optflow_pch_dephelp.dir/opencv_optflow_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_optflow_pch_dephelp.cxx
[ 10%] Linking CXX static library ../../lib/libopencv_objdetect_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_objdetect_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_objdetect_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_objdetect_pch_dephelp.a CMakeFiles/opencv_objdetect_pch_dephelp.dir/opencv_objdetect_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_objdetect_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 10%] Built target opencv_objdetect_pch_dephelp
make -f modules/optflow/CMakeFiles/opencv_test_optflow_pch_dephelp.dir/build.make modules/optflow/CMakeFiles/opencv_test_optflow_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Generating opencv_test_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_test_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_test_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_test_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_test_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_test_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_test_optflow_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/CMakeFiles/opencv_test_optflow_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_optflow_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/optflow/CMakeFiles/opencv_test_optflow_pch_dephelp.dir/build.make modules/optflow/CMakeFiles/opencv_test_optflow_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Building CXX object modules/optflow/CMakeFiles/opencv_test_optflow_pch_dephelp.dir/opencv_test_optflow_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/test -o CMakeFiles/opencv_test_optflow_pch_dephelp.dir/opencv_test_optflow_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/opencv_test_optflow_pch_dephelp.cxx
[ 11%] Linking CXX static library ../../lib/libopencv_perf_objdetect_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_objdetect_pch_dephelp.a CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/opencv_perf_objdetect_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_objdetect_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Built target opencv_perf_objdetect_pch_dephelp
make -f modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/build.make modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Generating opencv_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_superres_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/build.make modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Building CXX object modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/opencv_superres_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -Wno-shadow -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -o CMakeFiles/opencv_superres_pch_dephelp.dir/opencv_superres_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_superres_pch_dephelp.cxx
[ 11%] Linking CXX static library ../../lib/libopencv_optflow_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_optflow_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_optflow_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_optflow_pch_dephelp.a CMakeFiles/opencv_optflow_pch_dephelp.dir/opencv_optflow_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_optflow_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Built target opencv_optflow_pch_dephelp
make -f modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/build.make modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Generating opencv_perf_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_perf_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_perf_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_perf_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_perf_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_perf_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_perf_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_superres_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/build.make modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Building CXX object modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/opencv_perf_superres_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -Wno-shadow -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/perf -o CMakeFiles/opencv_perf_superres_pch_dephelp.dir/opencv_perf_superres_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_perf_superres_pch_dephelp.cxx
[ 11%] Linking CXX static library ../../lib/libopencv_test_objdetect_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_objdetect_pch_dephelp.a CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/opencv_test_objdetect_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_objdetect_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Built target opencv_test_objdetect_pch_dephelp
make -f modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/build.make modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Generating opencv_test_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_test_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_test_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_test_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_test_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_test_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_test_superres_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_superres_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/build.make modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Building CXX object modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/opencv_test_superres_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -Wno-shadow -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/test -o CMakeFiles/opencv_test_superres_pch_dephelp.dir/opencv_test_superres_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/opencv_test_superres_pch_dephelp.cxx
[ 11%] Linking CXX static library ../../lib/libopencv_test_optflow_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_optflow_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_optflow_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_optflow_pch_dephelp.a CMakeFiles/opencv_test_optflow_pch_dephelp.dir/opencv_test_optflow_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_optflow_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Built target opencv_test_optflow_pch_dephelp
make -f modules/tracking/CMakeFiles/opencv_tracking_pch_dephelp.dir/build.make modules/tracking/CMakeFiles/opencv_tracking_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Generating opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/CMakeFiles/opencv_tracking_pch_dephelp.dir/DependInfo.cmake --color=
[ 11%] Linking CXX static library ../../lib/libopencv_superres_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_superres_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_superres_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_superres_pch_dephelp.a CMakeFiles/opencv_superres_pch_dephelp.dir/opencv_superres_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_superres_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 11%] Built target opencv_superres_pch_dephelp
make -f modules/tracking/CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/build.make modules/tracking/CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
Scanning dependencies of target opencv_tracking_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/tracking/CMakeFiles/opencv_tracking_pch_dephelp.dir/build.make modules/tracking/CMakeFiles/opencv_tracking_pch_dephelp.dir/build
[ 12%] Generating opencv_perf_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_perf_tracking_pch_dephelp.cxx
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_perf_tracking_pch_dephelp.cxx
[ 12%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking_pch_dephelp.dir/opencv_tracking_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_tracking_pch_dephelp.dir/opencv_tracking_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_perf_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_perf_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_perf_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_perf_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_tracking_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/tracking/CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/build.make modules/tracking/CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 12%] Building CXX object modules/tracking/CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/opencv_perf_tracking_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/perf -o CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/opencv_perf_tracking_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_perf_tracking_pch_dephelp.cxx
[ 12%] Linking CXX static library ../../lib/libopencv_perf_superres_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_superres_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_superres_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_superres_pch_dephelp.a CMakeFiles/opencv_perf_superres_pch_dephelp.dir/opencv_perf_superres_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_superres_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 12%] Built target opencv_perf_superres_pch_dephelp
make -f modules/tracking/CMakeFiles/opencv_test_tracking_pch_dephelp.dir/build.make modules/tracking/CMakeFiles/opencv_test_tracking_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 12%] Generating opencv_test_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_test_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_test_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_test_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_test_tracking_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_test_superres_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_superres_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_test_tracking_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_superres_pch_dephelp.dir/link.txt --verbose=1
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_test_tracking_pch_dephelp.cxx
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_superres_pch_dephelp.a CMakeFiles/opencv_test_superres_pch_dephelp.dir/opencv_test_superres_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/CMakeFiles/opencv_test_tracking_pch_dephelp.dir/DependInfo.cmake --color=
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_superres_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_test_superres_pch_dephelp
make -f modules/ximgproc/CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/build.make modules/ximgproc/CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_perf_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_perf_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_perf_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_perf_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_perf_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_perf_ximgproc_pch_dephelp.cxx
Scanning dependencies of target opencv_test_tracking_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/tracking/CMakeFiles/opencv_test_tracking_pch_dephelp.dir/build.make modules/tracking/CMakeFiles/opencv_test_tracking_pch_dephelp.dir/build
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_perf_ximgproc_pch_dephelp.cxx
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/DependInfo.cmake --color=
[ 14%] Building CXX object modules/tracking/CMakeFiles/opencv_test_tracking_pch_dephelp.dir/opencv_test_tracking_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/test -o CMakeFiles/opencv_test_tracking_pch_dephelp.dir/opencv_test_tracking_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/opencv_test_tracking_pch_dephelp.cxx
Scanning dependencies of target opencv_perf_ximgproc_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ximgproc/CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/build.make modules/ximgproc/CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/ximgproc/CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/opencv_perf_ximgproc_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/perf -o CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/opencv_perf_ximgproc_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_perf_ximgproc_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_tracking_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_tracking_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_tracking_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_tracking_pch_dephelp.a CMakeFiles/opencv_tracking_pch_dephelp.dir/opencv_tracking_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_tracking_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_tracking_pch_dephelp
make -f modules/ximgproc/CMakeFiles/opencv_ximgproc_pch_dephelp.dir/build.make modules/ximgproc/CMakeFiles/opencv_ximgproc_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/CMakeFiles/opencv_ximgproc_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_ximgproc_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ximgproc/CMakeFiles/opencv_ximgproc_pch_dephelp.dir/build.make modules/ximgproc/CMakeFiles/opencv_ximgproc_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc_pch_dephelp.dir/opencv_ximgproc_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_ximgproc_pch_dephelp.dir/opencv_ximgproc_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_ximgproc_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_perf_tracking_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_tracking_pch_dephelp.a CMakeFiles/opencv_perf_tracking_pch_dephelp.dir/opencv_perf_tracking_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_tracking_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_perf_tracking_pch_dephelp
make -f modules/ximgproc/CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/build.make modules/ximgproc/CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_test_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_test_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_test_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_test_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_test_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_test_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_test_ximgproc_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_ximgproc_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ximgproc/CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/build.make modules/ximgproc/CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/ximgproc/CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/opencv_test_ximgproc_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/test -o CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/opencv_test_ximgproc_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/opencv_test_ximgproc_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_perf_ximgproc_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_ximgproc_pch_dephelp.a CMakeFiles/opencv_perf_ximgproc_pch_dephelp.dir/opencv_perf_ximgproc_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_ximgproc_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_perf_ximgproc_pch_dephelp
make -f modules/xobjdetect/CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/build.make modules/xobjdetect/CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_xobjdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/opencv_xobjdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/opencv_xobjdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/opencv_xobjdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/opencv_xobjdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/opencv_xobjdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/opencv_xobjdetect_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/DependInfo.cmake --color=
[ 14%] Linking CXX static library ../../lib/libopencv_ximgproc_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_ximgproc_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_ximgproc_pch_dephelp.dir/link.txt --verbose=1
Scanning dependencies of target opencv_xobjdetect_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xobjdetect/CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/build.make modules/xobjdetect/CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/build
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_ximgproc_pch_dephelp.a CMakeFiles/opencv_ximgproc_pch_dephelp.dir/opencv_ximgproc_pch_dephelp.cxx.o
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_ximgproc_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/xobjdetect/CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/opencv_xobjdetect_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/opencv_xobjdetect_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/opencv_xobjdetect_pch_dephelp.cxx
[ 14%] Built target opencv_ximgproc_pch_dephelp
make -f modules/xphoto/CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/build.make modules/xphoto/CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_test_xphoto_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/opencv_test_xphoto_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/opencv_test_xphoto_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/opencv_test_xphoto_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/opencv_test_xphoto_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_test_tracking_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_tracking_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/opencv_test_xphoto_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_tracking_pch_dephelp.dir/link.txt --verbose=1
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/opencv_test_xphoto_pch_dephelp.cxx
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_tracking_pch_dephelp.a CMakeFiles/opencv_test_tracking_pch_dephelp.dir/opencv_test_tracking_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/DependInfo.cmake --color=
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_tracking_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_test_tracking_pch_dephelp
make -f modules/bgsegm/CMakeFiles/opencv_bgsegm_pch_dephelp.dir/build.make modules/bgsegm/CMakeFiles/opencv_bgsegm_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_bgsegm_pch_dephelp.cxx
Scanning dependencies of target opencv_test_xphoto_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xphoto/CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/build.make modules/xphoto/CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/build
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/CMakeFiles/opencv_bgsegm_pch_dephelp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/xphoto/CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/opencv_test_xphoto_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto/test -o CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/opencv_test_xphoto_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/opencv_test_xphoto_pch_dephelp.cxx
Scanning dependencies of target opencv_bgsegm_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bgsegm/CMakeFiles/opencv_bgsegm_pch_dephelp.dir/build.make modules/bgsegm/CMakeFiles/opencv_bgsegm_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/bgsegm/CMakeFiles/opencv_bgsegm_pch_dephelp.dir/opencv_bgsegm_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_bgsegm_pch_dephelp.dir/opencv_bgsegm_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_bgsegm_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_test_ximgproc_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_ximgproc_pch_dephelp.a CMakeFiles/opencv_test_ximgproc_pch_dephelp.dir/opencv_test_ximgproc_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_ximgproc_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_test_ximgproc_pch_dephelp
make -f modules/bgsegm/CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/build.make modules/bgsegm/CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_test_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_test_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_test_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_test_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_test_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_test_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_test_bgsegm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_bgsegm_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bgsegm/CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/build.make modules/bgsegm/CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/bgsegm/CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/opencv_test_bgsegm_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/test -o CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/opencv_test_bgsegm_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/opencv_test_bgsegm_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_bgsegm_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_bgsegm_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_bgsegm_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_bgsegm_pch_dephelp.a CMakeFiles/opencv_bgsegm_pch_dephelp.dir/opencv_bgsegm_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_bgsegm_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_bgsegm_pch_dephelp
make -f modules/bioinspired/CMakeFiles/opencv_bioinspired_pch_dephelp.dir/build.make modules/bioinspired/CMakeFiles/opencv_bioinspired_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/CMakeFiles/opencv_bioinspired_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_bioinspired_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bioinspired/CMakeFiles/opencv_bioinspired_pch_dephelp.dir/build.make modules/bioinspired/CMakeFiles/opencv_bioinspired_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/bioinspired/CMakeFiles/opencv_bioinspired_pch_dephelp.dir/opencv_bioinspired_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_bioinspired_pch_dephelp.dir/opencv_bioinspired_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_bioinspired_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_xobjdetect_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_xobjdetect_pch_dephelp.a CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/opencv_xobjdetect_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_xobjdetect_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_xobjdetect_pch_dephelp
make -f modules/bioinspired/CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/build.make modules/bioinspired/CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_perf_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_perf_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_perf_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_perf_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_perf_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_perf_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_perf_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_bioinspired_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bioinspired/CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/build.make modules/bioinspired/CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/bioinspired/CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/opencv_perf_bioinspired_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/perf -o CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/opencv_perf_bioinspired_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_perf_bioinspired_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_test_xphoto_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_xphoto_pch_dephelp.a CMakeFiles/opencv_test_xphoto_pch_dephelp.dir/opencv_test_xphoto_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_xphoto_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_test_xphoto_pch_dephelp
make -f modules/bioinspired/CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/build.make modules/bioinspired/CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_test_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_test_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_test_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_test_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_test_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_test_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_test_bioinspired_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_bioinspired_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bioinspired/CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/build.make modules/bioinspired/CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/bioinspired/CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/opencv_test_bioinspired_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/test -o CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/opencv_test_bioinspired_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/opencv_test_bioinspired_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_test_bgsegm_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_bgsegm_pch_dephelp.a CMakeFiles/opencv_test_bgsegm_pch_dephelp.dir/opencv_test_bgsegm_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_bgsegm_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_test_bgsegm_pch_dephelp
make -f modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/build.make modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_features2d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/build.make modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/opencv_features2d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -o CMakeFiles/opencv_features2d_pch_dephelp.dir/opencv_features2d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_features2d_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_bioinspired_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_bioinspired_pch_dephelp.dir/cmake_clean_target.cmake
[ 14%] Linking CXX static library ../../lib/libopencv_perf_bioinspired_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_bioinspired_pch_dephelp.dir/link.txt --verbose=1
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_bioinspired_pch_dephelp.a CMakeFiles/opencv_bioinspired_pch_dephelp.dir/opencv_bioinspired_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_bioinspired_pch_dephelp.a CMakeFiles/opencv_perf_bioinspired_pch_dephelp.dir/opencv_perf_bioinspired_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_bioinspired_pch_dephelp.a
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_bioinspired_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_perf_bioinspired_pch_dephelp
make -f modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/build.make modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/depend
[ 14%] Built target opencv_bioinspired_pch_dephelp
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/build.make modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_perf_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_perf_features2d_pch_dephelp.cxx
[ 14%] Generating opencv_test_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_test_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_perf_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_test_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_perf_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_test_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_perf_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_test_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_perf_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_perf_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_test_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_test_features2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_features2d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/build.make modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/opencv_perf_features2d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/perf -o CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/opencv_perf_features2d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_perf_features2d_pch_dephelp.cxx
Scanning dependencies of target opencv_test_features2d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/build.make modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/opencv_test_features2d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/test -o CMakeFiles/opencv_test_features2d_pch_dephelp.dir/opencv_test_features2d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/opencv_test_features2d_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_test_bioinspired_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_bioinspired_pch_dephelp.a CMakeFiles/opencv_test_bioinspired_pch_dephelp.dir/opencv_test_bioinspired_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_bioinspired_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_test_bioinspired_pch_dephelp
make -f modules/latentsvm/CMakeFiles/opencv_latentsvm_pch_dephelp.dir/build.make modules/latentsvm/CMakeFiles/opencv_latentsvm_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/CMakeFiles/opencv_latentsvm_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_latentsvm_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/latentsvm/CMakeFiles/opencv_latentsvm_pch_dephelp.dir/build.make modules/latentsvm/CMakeFiles/opencv_latentsvm_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/latentsvm/CMakeFiles/opencv_latentsvm_pch_dephelp.dir/opencv_latentsvm_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -o CMakeFiles/opencv_latentsvm_pch_dephelp.dir/opencv_latentsvm_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_latentsvm_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_features2d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_features2d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_features2d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_features2d_pch_dephelp.a CMakeFiles/opencv_features2d_pch_dephelp.dir/opencv_features2d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_features2d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Built target opencv_features2d_pch_dephelp
make -f modules/latentsvm/CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/build.make modules/latentsvm/CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_perf_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_perf_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_perf_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_perf_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_perf_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_perf_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_perf_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_latentsvm_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/latentsvm/CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/build.make modules/latentsvm/CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Building CXX object modules/latentsvm/CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/opencv_perf_latentsvm_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/perf -o CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/opencv_perf_latentsvm_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_perf_latentsvm_pch_dephelp.cxx
[ 14%] Linking CXX static library ../../lib/libopencv_test_features2d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_features2d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_features2d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_features2d_pch_dephelp.a CMakeFiles/opencv_test_features2d_pch_dephelp.dir/opencv_test_features2d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_features2d_pch_dephelp.a
[ 14%] Linking CXX static library ../../lib/libopencv_perf_features2d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/link.txt --verbose=1
[ 14%] Built target opencv_test_features2d_pch_dephelp
make -f modules/latentsvm/CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/build.make modules/latentsvm/CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/depend
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_features2d_pch_dephelp.a CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/opencv_perf_features2d_pch_dephelp.cxx.o
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 14%] Generating opencv_test_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_test_latentsvm_pch_dephelp.cxx
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_features2d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_test_latentsvm_pch_dephelp.cxx
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_test_latentsvm_pch_dephelp.cxx
[ 14%] Built target opencv_perf_features2d_pch_dephelp
make -f modules/line_descriptor/CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/build.make modules/line_descriptor/CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/depend
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_test_latentsvm_pch_dephelp.cxx
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_test_latentsvm_pch_dephelp.cxx
[ 14%] Generating opencv_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_test_latentsvm_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_latentsvm_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/latentsvm/CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/build.make modules/latentsvm/CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/latentsvm/CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/opencv_test_latentsvm_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/test -o CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/opencv_test_latentsvm_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/opencv_test_latentsvm_pch_dephelp.cxx
Scanning dependencies of target opencv_line_descriptor_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/line_descriptor/CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/build.make modules/line_descriptor/CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/opencv_line_descriptor_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -o CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/opencv_line_descriptor_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_line_descriptor_pch_dephelp.cxx
[ 15%] Linking CXX static library ../../lib/libopencv_latentsvm_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_latentsvm_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_latentsvm_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_latentsvm_pch_dephelp.a CMakeFiles/opencv_latentsvm_pch_dephelp.dir/opencv_latentsvm_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_latentsvm_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Built target opencv_latentsvm_pch_dephelp
make -f modules/line_descriptor/CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/build.make modules/line_descriptor/CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Generating opencv_perf_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_perf_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_perf_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_perf_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_perf_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_perf_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_perf_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_line_descriptor_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/line_descriptor/CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/build.make modules/line_descriptor/CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/opencv_perf_line_descriptor_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/perf -o CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/opencv_perf_line_descriptor_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_perf_line_descriptor_pch_dephelp.cxx
[ 15%] Linking CXX static library ../../lib/libopencv_perf_latentsvm_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_latentsvm_pch_dephelp.a CMakeFiles/opencv_perf_latentsvm_pch_dephelp.dir/opencv_perf_latentsvm_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_latentsvm_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Built target opencv_perf_latentsvm_pch_dephelp
make -f modules/line_descriptor/CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/build.make modules/line_descriptor/CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Generating opencv_test_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_test_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_test_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_test_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_test_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_test_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_test_line_descriptor_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_line_descriptor_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/line_descriptor/CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/build.make modules/line_descriptor/CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/opencv_test_line_descriptor_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/test -o CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/opencv_test_line_descriptor_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/opencv_test_line_descriptor_pch_dephelp.cxx
[ 15%] Linking CXX static library ../../lib/libopencv_test_latentsvm_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_latentsvm_pch_dephelp.a CMakeFiles/opencv_test_latentsvm_pch_dephelp.dir/opencv_test_latentsvm_pch_dephelp.cxx.o
[ 15%] Linking CXX static library ../../lib/libopencv_line_descriptor_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/cmake_clean_target.cmake
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_latentsvm_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/link.txt --verbose=1
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_line_descriptor_pch_dephelp.a CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/opencv_line_descriptor_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_line_descriptor_pch_dephelp.a
[ 15%] Built target opencv_test_latentsvm_pch_dephelp
make -f modules/saliency/CMakeFiles/opencv_saliency_pch_dephelp.dir/build.make modules/saliency/CMakeFiles/opencv_saliency_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Built target opencv_line_descriptor_pch_dephelp
make -f modules/text/CMakeFiles/opencv_text_pch_dephelp.dir/build.make modules/text/CMakeFiles/opencv_text_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Generating opencv_saliency_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/opencv_saliency_pch_dephelp.cxx
[ 15%] Generating opencv_text_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/opencv_text_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/opencv_saliency_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/opencv_text_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/opencv_saliency_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/opencv_text_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/opencv_saliency_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/opencv_text_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/opencv_text_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/opencv_saliency_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/opencv_text_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/opencv_saliency_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/CMakeFiles/opencv_text_pch_dephelp.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/CMakeFiles/opencv_saliency_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_text_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/text/CMakeFiles/opencv_text_pch_dephelp.dir/build.make modules/text/CMakeFiles/opencv_text_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/text/CMakeFiles/opencv_text_pch_dephelp.dir/opencv_text_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -o CMakeFiles/opencv_text_pch_dephelp.dir/opencv_text_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/opencv_text_pch_dephelp.cxx
Scanning dependencies of target opencv_saliency_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/saliency/CMakeFiles/opencv_saliency_pch_dephelp.dir/build.make modules/saliency/CMakeFiles/opencv_saliency_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency_pch_dephelp.dir/opencv_saliency_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -o CMakeFiles/opencv_saliency_pch_dephelp.dir/opencv_saliency_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/opencv_saliency_pch_dephelp.cxx
[ 15%] Linking CXX static library ../../lib/libopencv_perf_line_descriptor_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_line_descriptor_pch_dephelp.a CMakeFiles/opencv_perf_line_descriptor_pch_dephelp.dir/opencv_perf_line_descriptor_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_line_descriptor_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Built target opencv_perf_line_descriptor_pch_dephelp
make -f modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/build.make modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Generating opencv_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_calib3d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/build.make modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/opencv_calib3d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -o CMakeFiles/opencv_calib3d_pch_dephelp.dir/opencv_calib3d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_calib3d_pch_dephelp.cxx
[ 15%] Linking CXX static library ../../lib/libopencv_text_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_text_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_text_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_text_pch_dephelp.a CMakeFiles/opencv_text_pch_dephelp.dir/opencv_text_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_text_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Built target opencv_text_pch_dephelp
make -f modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/build.make modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Generating opencv_perf_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_perf_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_perf_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_perf_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_perf_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_perf_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_perf_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_calib3d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/build.make modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/opencv_perf_calib3d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/perf -o CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/opencv_perf_calib3d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_perf_calib3d_pch_dephelp.cxx
[ 15%] Linking CXX static library ../../lib/libopencv_test_line_descriptor_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_line_descriptor_pch_dephelp.a CMakeFiles/opencv_test_line_descriptor_pch_dephelp.dir/opencv_test_line_descriptor_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_line_descriptor_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Built target opencv_test_line_descriptor_pch_dephelp
make -f modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/build.make modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Generating opencv_test_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_test_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_test_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_test_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_test_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_test_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_test_calib3d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_calib3d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/build.make modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Building CXX object modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/opencv_test_calib3d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/test -o CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/opencv_test_calib3d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/opencv_test_calib3d_pch_dephelp.cxx
[ 15%] Linking CXX static library ../../lib/libopencv_saliency_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_saliency_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_saliency_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_saliency_pch_dephelp.a CMakeFiles/opencv_saliency_pch_dephelp.dir/opencv_saliency_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_saliency_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 15%] Built target opencv_saliency_pch_dephelp
make -f modules/ccalib/CMakeFiles/opencv_ccalib_pch_dephelp.dir/build.make modules/ccalib/CMakeFiles/opencv_ccalib_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Generating opencv_ccalib_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/opencv_ccalib_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/opencv_ccalib_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/opencv_ccalib_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/opencv_ccalib_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/opencv_ccalib_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/opencv_ccalib_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/CMakeFiles/opencv_ccalib_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_ccalib_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ccalib/CMakeFiles/opencv_ccalib_pch_dephelp.dir/build.make modules/ccalib/CMakeFiles/opencv_ccalib_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Building CXX object modules/ccalib/CMakeFiles/opencv_ccalib_pch_dephelp.dir/opencv_ccalib_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -o CMakeFiles/opencv_ccalib_pch_dephelp.dir/opencv_ccalib_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/opencv_ccalib_pch_dephelp.cxx
[ 16%] Linking CXX static library ../../lib/libopencv_calib3d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_calib3d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_calib3d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_calib3d_pch_dephelp.a CMakeFiles/opencv_calib3d_pch_dephelp.dir/opencv_calib3d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_calib3d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Built target opencv_calib3d_pch_dephelp
make -f modules/rgbd/CMakeFiles/opencv_rgbd_pch_dephelp.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Generating opencv_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/CMakeFiles/opencv_rgbd_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_rgbd_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/rgbd/CMakeFiles/opencv_rgbd_pch_dephelp.dir/build.make modules/rgbd/CMakeFiles/opencv_rgbd_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd_pch_dephelp.dir/opencv_rgbd_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -o CMakeFiles/opencv_rgbd_pch_dephelp.dir/opencv_rgbd_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_rgbd_pch_dephelp.cxx
[ 16%] Linking CXX static library ../../lib/libopencv_ccalib_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_ccalib_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_ccalib_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_ccalib_pch_dephelp.a CMakeFiles/opencv_ccalib_pch_dephelp.dir/opencv_ccalib_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_ccalib_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Built target opencv_ccalib_pch_dephelp
make -f modules/rgbd/CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/build.make modules/rgbd/CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Generating opencv_test_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_test_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_test_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_test_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_test_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_test_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_test_rgbd_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_rgbd_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/rgbd/CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/build.make modules/rgbd/CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Building CXX object modules/rgbd/CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/opencv_test_rgbd_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/test -o CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/opencv_test_rgbd_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/opencv_test_rgbd_pch_dephelp.cxx
[ 16%] Linking CXX static library ../../lib/libopencv_perf_calib3d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_calib3d_pch_dephelp.a CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/opencv_perf_calib3d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_calib3d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Built target opencv_perf_calib3d_pch_dephelp
make -f modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/build.make modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Generating opencv_videostab_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/opencv_videostab_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/opencv_videostab_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/opencv_videostab_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/opencv_videostab_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/opencv_videostab_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/opencv_videostab_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_videostab_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/build.make modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 16%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/opencv_videostab_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -o CMakeFiles/opencv_videostab_pch_dephelp.dir/opencv_videostab_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/opencv_videostab_pch_dephelp.cxx
[ 17%] Linking CXX static library ../../lib/libopencv_test_calib3d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_calib3d_pch_dephelp.a CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/opencv_test_calib3d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_calib3d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_test_calib3d_pch_dephelp
make -f modules/xfeatures2d/CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/build.make modules/xfeatures2d/CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating opencv_perf_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_perf_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_perf_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_perf_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_perf_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_perf_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_perf_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_xfeatures2d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xfeatures2d/CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/build.make modules/xfeatures2d/CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/opencv_perf_xfeatures2d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/perf -o CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/opencv_perf_xfeatures2d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_perf_xfeatures2d_pch_dephelp.cxx
[ 17%] Linking CXX static library ../../lib/libopencv_rgbd_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_rgbd_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_rgbd_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_rgbd_pch_dephelp.a CMakeFiles/opencv_rgbd_pch_dephelp.dir/opencv_rgbd_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_rgbd_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_rgbd_pch_dephelp
make -f modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/build.make modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating opencv_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_xfeatures2d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/build.make modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/opencv_xfeatures2d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -o CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/opencv_xfeatures2d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_xfeatures2d_pch_dephelp.cxx
[ 17%] Linking CXX static library ../../lib/libopencv_test_rgbd_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_rgbd_pch_dephelp.a CMakeFiles/opencv_test_rgbd_pch_dephelp.dir/opencv_test_rgbd_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_rgbd_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_test_rgbd_pch_dephelp
make -f modules/xfeatures2d/CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/build.make modules/xfeatures2d/CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating opencv_test_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_test_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_test_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_test_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_test_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_test_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_test_xfeatures2d_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_xfeatures2d_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xfeatures2d/CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/build.make modules/xfeatures2d/CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/opencv_test_xfeatures2d_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/test -o CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/opencv_test_xfeatures2d_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/opencv_test_xfeatures2d_pch_dephelp.cxx
[ 17%] Linking CXX static library ../../lib/libopencv_videostab_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_videostab_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_videostab_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_videostab_pch_dephelp.a CMakeFiles/opencv_videostab_pch_dephelp.dir/opencv_videostab_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_videostab_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_videostab_pch_dephelp
make -f modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating opencv_perf_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/perf/perf_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_perf_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_perf_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_perf_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_perf_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_perf_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_perf_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_perf_stitching_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/build.make modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Building CXX object modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/opencv_perf_stitching_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/perf -o CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/opencv_perf_stitching_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_perf_stitching_pch_dephelp.cxx
[ 17%] Linking CXX static library ../../lib/libopencv_perf_xfeatures2d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_xfeatures2d_pch_dephelp.a CMakeFiles/opencv_perf_xfeatures2d_pch_dephelp.dir/opencv_perf_xfeatures2d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_xfeatures2d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_perf_xfeatures2d_pch_dephelp
make -f modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/build.make modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating opencv_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/src/precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_stitching_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/build.make modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/opencv_stitching_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include -o CMakeFiles/opencv_stitching_pch_dephelp.dir/opencv_stitching_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_stitching_pch_dephelp.cxx
[ 17%] Linking CXX static library ../../lib/libopencv_xfeatures2d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_xfeatures2d_pch_dephelp.a CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/opencv_xfeatures2d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_xfeatures2d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_xfeatures2d_pch_dephelp
make -f modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/build.make modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating opencv_test_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \#include\ \"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/test/test_precomp.hpp\" > /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_test_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\)\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_test_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo int\ testfunction\(\) >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_test_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo { >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_test_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo \ \ \ \ \return\ 0\; >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_test_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E echo } >> /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_test_stitching_pch_dephelp.cxx
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_test_stitching_pch_dephelp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/build.make modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Building CXX object modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/opencv_test_stitching_pch_dephelp.cxx.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/test -o CMakeFiles/opencv_test_stitching_pch_dephelp.dir/opencv_test_stitching_pch_dephelp.cxx.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/opencv_test_stitching_pch_dephelp.cxx
[ 17%] Linking CXX static library ../../lib/libopencv_test_xfeatures2d_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_xfeatures2d_pch_dephelp.a CMakeFiles/opencv_test_xfeatures2d_pch_dephelp.dir/opencv_test_xfeatures2d_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_xfeatures2d_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_test_xfeatures2d_pch_dephelp
make -f modules/hal/CMakeFiles/pch_Generate_opencv_hal.dir/build.make modules/hal/CMakeFiles/pch_Generate_opencv_hal.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/CMakeFiles/pch_Generate_opencv_hal.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_hal
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/hal/CMakeFiles/pch_Generate_opencv_hal.dir/build.make modules/hal/CMakeFiles/pch_Generate_opencv_hal.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp
[ 17%] Generating precomp.hpp.gch/opencv_hal_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp.gch/opencv_hal_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp
[ 17%] Linking CXX static library ../../lib/libopencv_perf_stitching_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_perf_stitching_pch_dephelp.a CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/opencv_perf_stitching_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_perf_stitching_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_perf_stitching_pch_dephelp
make -f modules/core/CMakeFiles/pch_Generate_opencv_core.dir/build.make modules/core/CMakeFiles/pch_Generate_opencv_core.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/CMakeFiles/pch_Generate_opencv_core.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_core
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/core/CMakeFiles/pch_Generate_opencv_core.dir/build.make modules/core/CMakeFiles/pch_Generate_opencv_core.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp
[ 17%] Generating precomp.hpp.gch/opencv_core_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -isystem"/home/hbr/.linuxbrew/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp.gch/opencv_core_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp
[ 17%] Linking CXX static library ../../lib/libopencv_stitching_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_stitching_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_stitching_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_stitching_pch_dephelp.a CMakeFiles/opencv_stitching_pch_dephelp.dir/opencv_stitching_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_stitching_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_stitching_pch_dephelp
make -f modules/ts/CMakeFiles/pch_Generate_opencv_ts.dir/build.make modules/ts/CMakeFiles/pch_Generate_opencv_ts.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/CMakeFiles/pch_Generate_opencv_ts.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_ts
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ts/CMakeFiles/pch_Generate_opencv_ts.dir/build.make modules/ts/CMakeFiles/pch_Generate_opencv_ts.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/precomp.hpp
[ 17%] Generating precomp.hpp.gch/opencv_ts_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/precomp.hpp.gch/opencv_ts_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ts/precomp.hpp
[ 17%] Linking CXX static library ../../lib/libopencv_test_stitching_pch_dephelp.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_test_stitching_pch_dephelp.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_stitching_pch_dephelp.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_test_stitching_pch_dephelp.a CMakeFiles/opencv_test_stitching_pch_dephelp.dir/opencv_test_stitching_pch_dephelp.cxx.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_test_stitching_pch_dephelp.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target opencv_test_stitching_pch_dephelp
make -f modules/imgproc/CMakeFiles/pch_Generate_opencv_imgproc.dir/build.make modules/imgproc/CMakeFiles/pch_Generate_opencv_imgproc.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/CMakeFiles/pch_Generate_opencv_imgproc.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_imgproc
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgproc/CMakeFiles/pch_Generate_opencv_imgproc.dir/build.make modules/imgproc/CMakeFiles/pch_Generate_opencv_imgproc.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/precomp.hpp
[ 17%] Generating precomp.hpp.gch/opencv_imgproc_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/precomp.hpp.gch/opencv_imgproc_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target pch_Generate_opencv_hal
make -f modules/imgcodecs/CMakeFiles/pch_Generate_opencv_imgcodecs.dir/build.make modules/imgcodecs/CMakeFiles/pch_Generate_opencv_imgcodecs.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/CMakeFiles/pch_Generate_opencv_imgcodecs.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_imgcodecs
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgcodecs/CMakeFiles/pch_Generate_opencv_imgcodecs.dir/build.make modules/imgcodecs/CMakeFiles/pch_Generate_opencv_imgcodecs.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/precomp.hpp
[ 17%] Generating precomp.hpp.gch/opencv_imgcodecs_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/opt/jpeg/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include/OpenEXR" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/opt/jpeg/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include/OpenEXR" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -D__OPENCV_BUILD=1 -DHAVE_WEBP -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/precomp.hpp.gch/opencv_imgcodecs_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target pch_Generate_opencv_core
make -f modules/videoio/CMakeFiles/pch_Generate_opencv_videoio.dir/build.make modules/videoio/CMakeFiles/pch_Generate_opencv_videoio.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/CMakeFiles/pch_Generate_opencv_videoio.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_videoio
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videoio/CMakeFiles/pch_Generate_opencv_videoio.dir/build.make modules/videoio/CMakeFiles/pch_Generate_opencv_videoio.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/precomp.hpp
[ 17%] Generating precomp.hpp.gch/opencv_videoio_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/precomp.hpp.gch/opencv_videoio_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Built target pch_Generate_opencv_imgproc
make -f modules/highgui/CMakeFiles/pch_Generate_opencv_highgui.dir/build.make modules/highgui/CMakeFiles/pch_Generate_opencv_highgui.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/CMakeFiles/pch_Generate_opencv_highgui.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_highgui
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/highgui/CMakeFiles/pch_Generate_opencv_highgui.dir/build.make modules/highgui/CMakeFiles/pch_Generate_opencv_highgui.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 17%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/precomp.hpp
[ 19%] Generating precomp.hpp.gch/opencv_highgui_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/precomp.hpp.gch/opencv_highgui_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_imgcodecs
make -f modules/core/CMakeFiles/pch_Generate_opencv_perf_core.dir/build.make modules/core/CMakeFiles/pch_Generate_opencv_perf_core.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/CMakeFiles/pch_Generate_opencv_perf_core.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_core
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/core/CMakeFiles/pch_Generate_opencv_perf_core.dir/build.make modules/core/CMakeFiles/pch_Generate_opencv_perf_core.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/perf_precomp.hpp
[ 19%] Generating perf_precomp.hpp.gch/opencv_perf_core_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/perf_precomp.hpp.gch/opencv_perf_core_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_ts
make -f modules/core/CMakeFiles/pch_Generate_opencv_test_core.dir/build.make modules/core/CMakeFiles/pch_Generate_opencv_test_core.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/CMakeFiles/pch_Generate_opencv_test_core.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_core
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/core/CMakeFiles/pch_Generate_opencv_test_core.dir/build.make modules/core/CMakeFiles/pch_Generate_opencv_test_core.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/test_precomp.hpp
[ 19%] Generating test_precomp.hpp.gch/opencv_test_core_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/test_precomp.hpp.gch/opencv_test_core_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_videoio
make -f modules/flann/CMakeFiles/pch_Generate_opencv_flann.dir/build.make modules/flann/CMakeFiles/pch_Generate_opencv_flann.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/CMakeFiles/pch_Generate_opencv_flann.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_flann
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/flann/CMakeFiles/pch_Generate_opencv_flann.dir/build.make modules/flann/CMakeFiles/pch_Generate_opencv_flann.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/precomp.hpp
[ 19%] Generating precomp.hpp.gch/opencv_flann_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/precomp.hpp.gch/opencv_flann_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_highgui
make -f modules/flann/CMakeFiles/pch_Generate_opencv_test_flann.dir/build.make modules/flann/CMakeFiles/pch_Generate_opencv_test_flann.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/CMakeFiles/pch_Generate_opencv_test_flann.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_flann
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/flann/CMakeFiles/pch_Generate_opencv_test_flann.dir/build.make modules/flann/CMakeFiles/pch_Generate_opencv_test_flann.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/test_precomp.hpp
[ 19%] Generating test_precomp.hpp.gch/opencv_test_flann_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/test_precomp.hpp.gch/opencv_test_flann_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/flann/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_perf_core
make -f modules/imgproc/CMakeFiles/pch_Generate_opencv_perf_imgproc.dir/build.make modules/imgproc/CMakeFiles/pch_Generate_opencv_perf_imgproc.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/CMakeFiles/pch_Generate_opencv_perf_imgproc.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_imgproc
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgproc/CMakeFiles/pch_Generate_opencv_perf_imgproc.dir/build.make modules/imgproc/CMakeFiles/pch_Generate_opencv_perf_imgproc.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/perf_precomp.hpp
[ 19%] Generating perf_precomp.hpp.gch/opencv_perf_imgproc_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/perf_precomp.hpp.gch/opencv_perf_imgproc_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_test_core
make -f modules/imgproc/CMakeFiles/pch_Generate_opencv_test_imgproc.dir/build.make modules/imgproc/CMakeFiles/pch_Generate_opencv_test_imgproc.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/CMakeFiles/pch_Generate_opencv_test_imgproc.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_imgproc
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgproc/CMakeFiles/pch_Generate_opencv_test_imgproc.dir/build.make modules/imgproc/CMakeFiles/pch_Generate_opencv_test_imgproc.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/test_precomp.hpp
[ 19%] Generating test_precomp.hpp.gch/opencv_test_imgproc_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/test_precomp.hpp.gch/opencv_test_imgproc_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgproc/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_flann
make -f modules/ml/CMakeFiles/pch_Generate_opencv_ml.dir/build.make modules/ml/CMakeFiles/pch_Generate_opencv_ml.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/CMakeFiles/pch_Generate_opencv_ml.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_ml
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ml/CMakeFiles/pch_Generate_opencv_ml.dir/build.make modules/ml/CMakeFiles/pch_Generate_opencv_ml.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/precomp.hpp
[ 19%] Generating precomp.hpp.gch/opencv_ml_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/precomp.hpp.gch/opencv_ml_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_perf_imgproc
make -f modules/ml/CMakeFiles/pch_Generate_opencv_test_ml.dir/build.make modules/ml/CMakeFiles/pch_Generate_opencv_test_ml.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/CMakeFiles/pch_Generate_opencv_test_ml.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_ml
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ml/CMakeFiles/pch_Generate_opencv_test_ml.dir/build.make modules/ml/CMakeFiles/pch_Generate_opencv_test_ml.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/test_precomp.hpp
[ 19%] Generating test_precomp.hpp.gch/opencv_test_ml_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/test_precomp.hpp.gch/opencv_test_ml_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ml/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_test_flann
make -f modules/photo/CMakeFiles/pch_Generate_opencv_photo.dir/build.make modules/photo/CMakeFiles/pch_Generate_opencv_photo.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/CMakeFiles/pch_Generate_opencv_photo.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_photo
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/photo/CMakeFiles/pch_Generate_opencv_photo.dir/build.make modules/photo/CMakeFiles/pch_Generate_opencv_photo.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/precomp.hpp
[ 19%] Generating precomp.hpp.gch/opencv_photo_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/precomp.hpp.gch/opencv_photo_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Built target pch_Generate_opencv_test_imgproc
make -f modules/photo/CMakeFiles/pch_Generate_opencv_perf_photo.dir/build.make modules/photo/CMakeFiles/pch_Generate_opencv_perf_photo.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/CMakeFiles/pch_Generate_opencv_perf_photo.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_photo
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/photo/CMakeFiles/pch_Generate_opencv_perf_photo.dir/build.make modules/photo/CMakeFiles/pch_Generate_opencv_perf_photo.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 19%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/perf_precomp.hpp
[ 20%] Generating perf_precomp.hpp.gch/opencv_perf_photo_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/perf_precomp.hpp.gch/opencv_perf_photo_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_ml
make -f modules/photo/CMakeFiles/pch_Generate_opencv_test_photo.dir/build.make modules/photo/CMakeFiles/pch_Generate_opencv_test_photo.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/CMakeFiles/pch_Generate_opencv_test_photo.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_photo
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/photo/CMakeFiles/pch_Generate_opencv_test_photo.dir/build.make modules/photo/CMakeFiles/pch_Generate_opencv_test_photo.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/test_precomp.hpp
[ 20%] Generating test_precomp.hpp.gch/opencv_test_photo_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/test_precomp.hpp.gch/opencv_test_photo_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/photo/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_test_ml
make -f modules/reg/CMakeFiles/pch_Generate_opencv_reg.dir/build.make modules/reg/CMakeFiles/pch_Generate_opencv_reg.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/CMakeFiles/pch_Generate_opencv_reg.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_reg
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/reg/CMakeFiles/pch_Generate_opencv_reg.dir/build.make modules/reg/CMakeFiles/pch_Generate_opencv_reg.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/precomp.hpp
[ 20%] Generating precomp.hpp.gch/opencv_reg_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/precomp.hpp.gch/opencv_reg_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_reg
make -f modules/reg/CMakeFiles/pch_Generate_opencv_perf_reg.dir/build.make modules/reg/CMakeFiles/pch_Generate_opencv_perf_reg.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/CMakeFiles/pch_Generate_opencv_perf_reg.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_reg
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/reg/CMakeFiles/pch_Generate_opencv_perf_reg.dir/build.make modules/reg/CMakeFiles/pch_Generate_opencv_perf_reg.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/perf_precomp.hpp
[ 20%] Generating perf_precomp.hpp.gch/opencv_perf_reg_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/perf_precomp.hpp.gch
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/perf_precomp.hpp.gch/opencv_perf_reg_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/perf_precomp.hpp
[ 20%] Built target pch_Generate_opencv_photo
make -f modules/reg/CMakeFiles/pch_Generate_opencv_test_reg.dir/build.make modules/reg/CMakeFiles/pch_Generate_opencv_test_reg.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/CMakeFiles/pch_Generate_opencv_test_reg.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_reg
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/reg/CMakeFiles/pch_Generate_opencv_test_reg.dir/build.make modules/reg/CMakeFiles/pch_Generate_opencv_test_reg.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/test_precomp.hpp
[ 20%] Generating test_precomp.hpp.gch/opencv_test_reg_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/reg/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/test_precomp.hpp.gch/opencv_test_reg_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/reg/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_perf_photo
make -f modules/surface_matching/CMakeFiles/pch_Generate_opencv_surface_matching.dir/build.make modules/surface_matching/CMakeFiles/pch_Generate_opencv_surface_matching.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/CMakeFiles/pch_Generate_opencv_surface_matching.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_surface_matching
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/surface_matching/CMakeFiles/pch_Generate_opencv_surface_matching.dir/build.make modules/surface_matching/CMakeFiles/pch_Generate_opencv_surface_matching.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/precomp.hpp
[ 20%] Generating precomp.hpp.gch/opencv_surface_matching_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/surface_matching/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/precomp.hpp.gch/opencv_surface_matching_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/surface_matching/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_test_photo
make -f modules/video/CMakeFiles/pch_Generate_opencv_video.dir/build.make modules/video/CMakeFiles/pch_Generate_opencv_video.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/CMakeFiles/pch_Generate_opencv_video.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_video
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/video/CMakeFiles/pch_Generate_opencv_video.dir/build.make modules/video/CMakeFiles/pch_Generate_opencv_video.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/precomp.hpp
[ 20%] Generating precomp.hpp.gch/opencv_video_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/precomp.hpp.gch/opencv_video_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_perf_reg
make -f modules/video/CMakeFiles/pch_Generate_opencv_perf_video.dir/build.make modules/video/CMakeFiles/pch_Generate_opencv_perf_video.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/CMakeFiles/pch_Generate_opencv_perf_video.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_video
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/video/CMakeFiles/pch_Generate_opencv_perf_video.dir/build.make modules/video/CMakeFiles/pch_Generate_opencv_perf_video.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/perf_precomp.hpp
[ 20%] Generating perf_precomp.hpp.gch/opencv_perf_video_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/perf_precomp.hpp.gch/opencv_perf_video_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_test_reg
make -f modules/video/CMakeFiles/pch_Generate_opencv_test_video.dir/build.make modules/video/CMakeFiles/pch_Generate_opencv_test_video.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/CMakeFiles/pch_Generate_opencv_test_video.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_video
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/video/CMakeFiles/pch_Generate_opencv_test_video.dir/build.make modules/video/CMakeFiles/pch_Generate_opencv_test_video.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/test_precomp.hpp
[ 20%] Generating test_precomp.hpp.gch/opencv_test_video_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/test_precomp.hpp.gch/opencv_test_video_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/video/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_surface_matching
make -f modules/face/CMakeFiles/pch_Generate_opencv_face.dir/build.make modules/face/CMakeFiles/pch_Generate_opencv_face.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/CMakeFiles/pch_Generate_opencv_face.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_face
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/face/CMakeFiles/pch_Generate_opencv_face.dir/build.make modules/face/CMakeFiles/pch_Generate_opencv_face.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/precomp.hpp
[ 20%] Generating precomp.hpp.gch/opencv_face_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/face/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/precomp.hpp.gch/opencv_face_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/face/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_video
make -f modules/imgcodecs/CMakeFiles/pch_Generate_opencv_perf_imgcodecs.dir/build.make modules/imgcodecs/CMakeFiles/pch_Generate_opencv_perf_imgcodecs.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/CMakeFiles/pch_Generate_opencv_perf_imgcodecs.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_imgcodecs
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgcodecs/CMakeFiles/pch_Generate_opencv_perf_imgcodecs.dir/build.make modules/imgcodecs/CMakeFiles/pch_Generate_opencv_perf_imgcodecs.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/perf_precomp.hpp
[ 20%] Generating perf_precomp.hpp.gch/opencv_perf_imgcodecs_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/opt/jpeg/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include/OpenEXR" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/opt/jpeg/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include/OpenEXR" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/perf" -D__OPENCV_BUILD=1 -DHAVE_WEBP -DIMGCODECS_EXPORTS -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/perf_precomp.hpp.gch/opencv_perf_imgcodecs_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_perf_video
make -f modules/imgcodecs/CMakeFiles/pch_Generate_opencv_test_imgcodecs.dir/build.make modules/imgcodecs/CMakeFiles/pch_Generate_opencv_test_imgcodecs.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/CMakeFiles/pch_Generate_opencv_test_imgcodecs.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_imgcodecs
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/imgcodecs/CMakeFiles/pch_Generate_opencv_test_imgcodecs.dir/build.make modules/imgcodecs/CMakeFiles/pch_Generate_opencv_test_imgcodecs.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/test_precomp.hpp
[ 20%] Generating test_precomp.hpp.gch/opencv_test_imgcodecs_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/opt/jpeg/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include/OpenEXR" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/libwebp" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/opt/jpeg/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include" -isystem"/home/hbr/.linuxbrew/include/OpenEXR" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/test" -D__OPENCV_BUILD=1 -DHAVE_WEBP -DIMGCODECS_EXPORTS -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/test_precomp.hpp.gch/opencv_test_imgcodecs_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/imgcodecs/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_test_video
make -f modules/shape/CMakeFiles/pch_Generate_opencv_shape.dir/build.make modules/shape/CMakeFiles/pch_Generate_opencv_shape.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/CMakeFiles/pch_Generate_opencv_shape.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_shape
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/shape/CMakeFiles/pch_Generate_opencv_shape.dir/build.make modules/shape/CMakeFiles/pch_Generate_opencv_shape.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/precomp.hpp
[ 20%] Generating precomp.hpp.gch/opencv_shape_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/precomp.hpp.gch/opencv_shape_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 20%] Built target pch_Generate_opencv_face
make -f modules/shape/CMakeFiles/pch_Generate_opencv_test_shape.dir/build.make modules/shape/CMakeFiles/pch_Generate_opencv_test_shape.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/CMakeFiles/pch_Generate_opencv_test_shape.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_shape
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/shape/CMakeFiles/pch_Generate_opencv_test_shape.dir/build.make modules/shape/CMakeFiles/pch_Generate_opencv_test_shape.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/test_precomp.hpp
[ 21%] Generating test_precomp.hpp.gch/opencv_test_shape_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/test_precomp.hpp.gch/opencv_test_shape_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/shape/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_perf_imgcodecs
make -f modules/videoio/CMakeFiles/pch_Generate_opencv_perf_videoio.dir/build.make modules/videoio/CMakeFiles/pch_Generate_opencv_perf_videoio.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/CMakeFiles/pch_Generate_opencv_perf_videoio.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_videoio
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videoio/CMakeFiles/pch_Generate_opencv_perf_videoio.dir/build.make modules/videoio/CMakeFiles/pch_Generate_opencv_perf_videoio.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/perf_precomp.hpp
[ 21%] Generating perf_precomp.hpp.gch/opencv_perf_videoio_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/perf" -D__OPENCV_BUILD=1 -DVIDEOIO_EXPORTS -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/perf_precomp.hpp.gch/opencv_perf_videoio_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_shape
make -f modules/videoio/CMakeFiles/pch_Generate_opencv_test_videoio.dir/build.make modules/videoio/CMakeFiles/pch_Generate_opencv_test_videoio.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/CMakeFiles/pch_Generate_opencv_test_videoio.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_videoio
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videoio/CMakeFiles/pch_Generate_opencv_test_videoio.dir/build.make modules/videoio/CMakeFiles/pch_Generate_opencv_test_videoio.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/test_precomp.hpp
[ 21%] Generating test_precomp.hpp.gch/opencv_test_videoio_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/test" -D__OPENCV_BUILD=1 -DVIDEOIO_EXPORTS -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/test_precomp.hpp.gch/opencv_test_videoio_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videoio/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_test_imgcodecs
make -f modules/highgui/CMakeFiles/pch_Generate_opencv_test_highgui.dir/build.make modules/highgui/CMakeFiles/pch_Generate_opencv_test_highgui.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/CMakeFiles/pch_Generate_opencv_test_highgui.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_highgui
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/highgui/CMakeFiles/pch_Generate_opencv_test_highgui.dir/build.make modules/highgui/CMakeFiles/pch_Generate_opencv_test_highgui.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/test_precomp.hpp
[ 21%] Generating test_precomp.hpp.gch/opencv_test_highgui_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/test" -D__OPENCV_BUILD=1 -DHIGHGUI_EXPORTS -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated-declarations -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/test_precomp.hpp.gch/opencv_test_highgui_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/highgui/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_test_shape
make -f modules/objdetect/CMakeFiles/pch_Generate_opencv_objdetect.dir/build.make modules/objdetect/CMakeFiles/pch_Generate_opencv_objdetect.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/CMakeFiles/pch_Generate_opencv_objdetect.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_objdetect
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/objdetect/CMakeFiles/pch_Generate_opencv_objdetect.dir/build.make modules/objdetect/CMakeFiles/pch_Generate_opencv_objdetect.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/precomp.hpp
[ 21%] Generating precomp.hpp.gch/opencv_objdetect_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/precomp.hpp.gch/opencv_objdetect_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_perf_videoio
make -f modules/objdetect/CMakeFiles/pch_Generate_opencv_perf_objdetect.dir/build.make modules/objdetect/CMakeFiles/pch_Generate_opencv_perf_objdetect.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/CMakeFiles/pch_Generate_opencv_perf_objdetect.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_objdetect
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/objdetect/CMakeFiles/pch_Generate_opencv_perf_objdetect.dir/build.make modules/objdetect/CMakeFiles/pch_Generate_opencv_perf_objdetect.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/perf_precomp.hpp
[ 21%] Generating perf_precomp.hpp.gch/opencv_perf_objdetect_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/perf_precomp.hpp.gch/opencv_perf_objdetect_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_test_highgui
make -f modules/objdetect/CMakeFiles/pch_Generate_opencv_test_objdetect.dir/build.make modules/objdetect/CMakeFiles/pch_Generate_opencv_test_objdetect.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/CMakeFiles/pch_Generate_opencv_test_objdetect.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_objdetect
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/objdetect/CMakeFiles/pch_Generate_opencv_test_objdetect.dir/build.make modules/objdetect/CMakeFiles/pch_Generate_opencv_test_objdetect.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/test_precomp.hpp
[ 21%] Generating test_precomp.hpp.gch/opencv_test_objdetect_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/test_precomp.hpp.gch/opencv_test_objdetect_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/objdetect/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_objdetect
make -f modules/optflow/CMakeFiles/pch_Generate_opencv_optflow.dir/build.make modules/optflow/CMakeFiles/pch_Generate_opencv_optflow.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/CMakeFiles/pch_Generate_opencv_optflow.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_optflow
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/optflow/CMakeFiles/pch_Generate_opencv_optflow.dir/build.make modules/optflow/CMakeFiles/pch_Generate_opencv_optflow.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/precomp.hpp
[ 21%] Generating precomp.hpp.gch/opencv_optflow_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/precomp.hpp.gch/opencv_optflow_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_test_videoio
make -f modules/optflow/CMakeFiles/pch_Generate_opencv_test_optflow.dir/build.make modules/optflow/CMakeFiles/pch_Generate_opencv_test_optflow.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/CMakeFiles/pch_Generate_opencv_test_optflow.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_optflow
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/optflow/CMakeFiles/pch_Generate_opencv_test_optflow.dir/build.make modules/optflow/CMakeFiles/pch_Generate_opencv_test_optflow.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/test_precomp.hpp
[ 21%] Generating test_precomp.hpp.gch/opencv_test_optflow_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/optflow/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/test_precomp.hpp.gch/opencv_test_optflow_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/optflow/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_perf_objdetect
make -f modules/superres/CMakeFiles/pch_Generate_opencv_superres.dir/build.make modules/superres/CMakeFiles/pch_Generate_opencv_superres.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/CMakeFiles/pch_Generate_opencv_superres.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_superres
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/superres/CMakeFiles/pch_Generate_opencv_superres.dir/build.make modules/superres/CMakeFiles/pch_Generate_opencv_superres.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/precomp.hpp
[ 21%] Generating precomp.hpp.gch/opencv_superres_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -Wno-shadow -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/precomp.hpp.gch/opencv_superres_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_optflow
make -f modules/superres/CMakeFiles/pch_Generate_opencv_perf_superres.dir/build.make modules/superres/CMakeFiles/pch_Generate_opencv_perf_superres.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/CMakeFiles/pch_Generate_opencv_perf_superres.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_superres
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/superres/CMakeFiles/pch_Generate_opencv_perf_superres.dir/build.make modules/superres/CMakeFiles/pch_Generate_opencv_perf_superres.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/perf_precomp.hpp
[ 21%] Generating perf_precomp.hpp.gch/opencv_perf_superres_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -Wno-shadow -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/perf_precomp.hpp.gch/opencv_perf_superres_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_test_objdetect
make -f modules/superres/CMakeFiles/pch_Generate_opencv_test_superres.dir/build.make modules/superres/CMakeFiles/pch_Generate_opencv_test_superres.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/CMakeFiles/pch_Generate_opencv_test_superres.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_superres
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/superres/CMakeFiles/pch_Generate_opencv_test_superres.dir/build.make modules/superres/CMakeFiles/pch_Generate_opencv_test_superres.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/test_precomp.hpp
[ 21%] Generating test_precomp.hpp.gch/opencv_test_superres_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/superres/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -Wno-shadow -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/test_precomp.hpp.gch/opencv_test_superres_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/superres/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_test_optflow
make -f modules/tracking/CMakeFiles/pch_Generate_opencv_tracking.dir/build.make modules/tracking/CMakeFiles/pch_Generate_opencv_tracking.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/CMakeFiles/pch_Generate_opencv_tracking.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_tracking
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/tracking/CMakeFiles/pch_Generate_opencv_tracking.dir/build.make modules/tracking/CMakeFiles/pch_Generate_opencv_tracking.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/precomp.hpp
[ 21%] Generating precomp.hpp.gch/opencv_tracking_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/precomp.hpp.gch/opencv_tracking_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_superres
make -f modules/tracking/CMakeFiles/pch_Generate_opencv_perf_tracking.dir/build.make modules/tracking/CMakeFiles/pch_Generate_opencv_perf_tracking.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/CMakeFiles/pch_Generate_opencv_perf_tracking.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_tracking
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/tracking/CMakeFiles/pch_Generate_opencv_perf_tracking.dir/build.make modules/tracking/CMakeFiles/pch_Generate_opencv_perf_tracking.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/perf_precomp.hpp
[ 21%] Generating perf_precomp.hpp.gch/opencv_perf_tracking_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/perf_precomp.hpp.gch/opencv_perf_tracking_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_perf_superres
make -f modules/tracking/CMakeFiles/pch_Generate_opencv_test_tracking.dir/build.make modules/tracking/CMakeFiles/pch_Generate_opencv_test_tracking.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/CMakeFiles/pch_Generate_opencv_test_tracking.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_tracking
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/tracking/CMakeFiles/pch_Generate_opencv_test_tracking.dir/build.make modules/tracking/CMakeFiles/pch_Generate_opencv_test_tracking.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/test_precomp.hpp
[ 21%] Generating test_precomp.hpp.gch/opencv_test_tracking_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/tracking/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/test_precomp.hpp.gch/opencv_test_tracking_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/tracking/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 21%] Built target pch_Generate_opencv_tracking
make -f modules/ximgproc/CMakeFiles/pch_Generate_opencv_perf_ximgproc.dir/build.make modules/ximgproc/CMakeFiles/pch_Generate_opencv_perf_ximgproc.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/CMakeFiles/pch_Generate_opencv_perf_ximgproc.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_ximgproc
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ximgproc/CMakeFiles/pch_Generate_opencv_perf_ximgproc.dir/build.make modules/ximgproc/CMakeFiles/pch_Generate_opencv_perf_ximgproc.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 23%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/perf_precomp.hpp
[ 23%] Generating perf_precomp.hpp.gch/opencv_perf_ximgproc_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/perf_precomp.hpp.gch/opencv_perf_ximgproc_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 23%] Built target pch_Generate_opencv_test_superres
make -f modules/ximgproc/CMakeFiles/pch_Generate_opencv_ximgproc.dir/build.make modules/ximgproc/CMakeFiles/pch_Generate_opencv_ximgproc.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/CMakeFiles/pch_Generate_opencv_ximgproc.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_ximgproc
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ximgproc/CMakeFiles/pch_Generate_opencv_ximgproc.dir/build.make modules/ximgproc/CMakeFiles/pch_Generate_opencv_ximgproc.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 23%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/precomp.hpp
[ 23%] Generating precomp.hpp.gch/opencv_ximgproc_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/precomp.hpp.gch/opencv_ximgproc_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 23%] Built target pch_Generate_opencv_perf_tracking
make -f modules/ximgproc/CMakeFiles/pch_Generate_opencv_test_ximgproc.dir/build.make modules/ximgproc/CMakeFiles/pch_Generate_opencv_test_ximgproc.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/CMakeFiles/pch_Generate_opencv_test_ximgproc.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_ximgproc
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ximgproc/CMakeFiles/pch_Generate_opencv_test_ximgproc.dir/build.make modules/ximgproc/CMakeFiles/pch_Generate_opencv_test_ximgproc.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 23%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/test_precomp.hpp
[ 23%] Generating test_precomp.hpp.gch/opencv_test_ximgproc_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ximgproc/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/test_precomp.hpp.gch/opencv_test_ximgproc_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ximgproc/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 23%] Built target pch_Generate_opencv_test_tracking
make -f modules/xobjdetect/CMakeFiles/pch_Generate_opencv_xobjdetect.dir/build.make modules/xobjdetect/CMakeFiles/pch_Generate_opencv_xobjdetect.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/CMakeFiles/pch_Generate_opencv_xobjdetect.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_xobjdetect
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xobjdetect/CMakeFiles/pch_Generate_opencv_xobjdetect.dir/build.make modules/xobjdetect/CMakeFiles/pch_Generate_opencv_xobjdetect.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 24%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/precomp.hpp
[ 24%] Generating precomp.hpp.gch/opencv_xobjdetect_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xobjdetect/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/precomp.hpp.gch/opencv_xobjdetect_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xobjdetect/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 24%] Built target pch_Generate_opencv_perf_ximgproc
make -f modules/xphoto/CMakeFiles/pch_Generate_opencv_test_xphoto.dir/build.make modules/xphoto/CMakeFiles/pch_Generate_opencv_test_xphoto.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/CMakeFiles/pch_Generate_opencv_test_xphoto.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_xphoto
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xphoto/CMakeFiles/pch_Generate_opencv_test_xphoto.dir/build.make modules/xphoto/CMakeFiles/pch_Generate_opencv_test_xphoto.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 24%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/test_precomp.hpp
[ 24%] Generating test_precomp.hpp.gch/opencv_test_xphoto_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xphoto/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/test_precomp.hpp.gch/opencv_test_xphoto_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xphoto/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 24%] Built target pch_Generate_opencv_ximgproc
make -f modules/bgsegm/CMakeFiles/pch_Generate_opencv_bgsegm.dir/build.make modules/bgsegm/CMakeFiles/pch_Generate_opencv_bgsegm.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/CMakeFiles/pch_Generate_opencv_bgsegm.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_bgsegm
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bgsegm/CMakeFiles/pch_Generate_opencv_bgsegm.dir/build.make modules/bgsegm/CMakeFiles/pch_Generate_opencv_bgsegm.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 24%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/precomp.hpp
[ 25%] Generating precomp.hpp.gch/opencv_bgsegm_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/precomp.hpp.gch/opencv_bgsegm_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 25%] Built target pch_Generate_opencv_xobjdetect
make -f modules/bgsegm/CMakeFiles/pch_Generate_opencv_test_bgsegm.dir/build.make modules/bgsegm/CMakeFiles/pch_Generate_opencv_test_bgsegm.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/CMakeFiles/pch_Generate_opencv_test_bgsegm.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_bgsegm
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bgsegm/CMakeFiles/pch_Generate_opencv_test_bgsegm.dir/build.make modules/bgsegm/CMakeFiles/pch_Generate_opencv_test_bgsegm.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 26%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/test_precomp.hpp
[ 26%] Generating test_precomp.hpp.gch/opencv_test_bgsegm_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bgsegm/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/test_precomp.hpp.gch/opencv_test_bgsegm_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bgsegm/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 26%] Built target pch_Generate_opencv_test_ximgproc
make -f modules/bioinspired/CMakeFiles/pch_Generate_opencv_bioinspired.dir/build.make modules/bioinspired/CMakeFiles/pch_Generate_opencv_bioinspired.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/CMakeFiles/pch_Generate_opencv_bioinspired.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_bioinspired
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bioinspired/CMakeFiles/pch_Generate_opencv_bioinspired.dir/build.make modules/bioinspired/CMakeFiles/pch_Generate_opencv_bioinspired.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 26%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/precomp.hpp
[ 26%] Generating precomp.hpp.gch/opencv_bioinspired_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/precomp.hpp.gch/opencv_bioinspired_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 26%] Built target pch_Generate_opencv_bgsegm
make -f modules/bioinspired/CMakeFiles/pch_Generate_opencv_perf_bioinspired.dir/build.make modules/bioinspired/CMakeFiles/pch_Generate_opencv_perf_bioinspired.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/CMakeFiles/pch_Generate_opencv_perf_bioinspired.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_bioinspired
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bioinspired/CMakeFiles/pch_Generate_opencv_perf_bioinspired.dir/build.make modules/bioinspired/CMakeFiles/pch_Generate_opencv_perf_bioinspired.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/perf_precomp.hpp
[ 28%] Generating perf_precomp.hpp.gch/opencv_perf_bioinspired_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/perf_precomp.hpp.gch/opencv_perf_bioinspired_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Built target pch_Generate_opencv_test_xphoto
make -f modules/bioinspired/CMakeFiles/pch_Generate_opencv_test_bioinspired.dir/build.make modules/bioinspired/CMakeFiles/pch_Generate_opencv_test_bioinspired.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/CMakeFiles/pch_Generate_opencv_test_bioinspired.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_bioinspired
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/bioinspired/CMakeFiles/pch_Generate_opencv_test_bioinspired.dir/build.make modules/bioinspired/CMakeFiles/pch_Generate_opencv_test_bioinspired.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/test_precomp.hpp
[ 28%] Generating test_precomp.hpp.gch/opencv_test_bioinspired_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/bioinspired/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/test_precomp.hpp.gch/opencv_test_bioinspired_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/bioinspired/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Built target pch_Generate_opencv_test_bgsegm
make -f modules/features2d/CMakeFiles/pch_Generate_opencv_features2d.dir/build.make modules/features2d/CMakeFiles/pch_Generate_opencv_features2d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/CMakeFiles/pch_Generate_opencv_features2d.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_features2d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/features2d/CMakeFiles/pch_Generate_opencv_features2d.dir/build.make modules/features2d/CMakeFiles/pch_Generate_opencv_features2d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/precomp.hpp
[ 28%] Generating precomp.hpp.gch/opencv_features2d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/precomp.hpp.gch/opencv_features2d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Built target pch_Generate_opencv_bioinspired
make -f modules/features2d/CMakeFiles/pch_Generate_opencv_perf_features2d.dir/build.make modules/features2d/CMakeFiles/pch_Generate_opencv_perf_features2d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/CMakeFiles/pch_Generate_opencv_perf_features2d.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_features2d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/features2d/CMakeFiles/pch_Generate_opencv_perf_features2d.dir/build.make modules/features2d/CMakeFiles/pch_Generate_opencv_perf_features2d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/perf_precomp.hpp
[ 28%] Generating perf_precomp.hpp.gch/opencv_perf_features2d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/perf_precomp.hpp.gch/opencv_perf_features2d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Built target pch_Generate_opencv_perf_bioinspired
make -f modules/features2d/CMakeFiles/pch_Generate_opencv_test_features2d.dir/build.make modules/features2d/CMakeFiles/pch_Generate_opencv_test_features2d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/CMakeFiles/pch_Generate_opencv_test_features2d.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_features2d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/features2d/CMakeFiles/pch_Generate_opencv_test_features2d.dir/build.make modules/features2d/CMakeFiles/pch_Generate_opencv_test_features2d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/test_precomp.hpp
[ 28%] Generating test_precomp.hpp.gch/opencv_test_features2d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/test_precomp.hpp.gch/opencv_test_features2d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/features2d/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Built target pch_Generate_opencv_test_bioinspired
make -f modules/latentsvm/CMakeFiles/pch_Generate_opencv_latentsvm.dir/build.make modules/latentsvm/CMakeFiles/pch_Generate_opencv_latentsvm.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/CMakeFiles/pch_Generate_opencv_latentsvm.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_latentsvm
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/latentsvm/CMakeFiles/pch_Generate_opencv_latentsvm.dir/build.make modules/latentsvm/CMakeFiles/pch_Generate_opencv_latentsvm.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/precomp.hpp
[ 28%] Generating precomp.hpp.gch/opencv_latentsvm_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/precomp.hpp.gch/opencv_latentsvm_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Built target pch_Generate_opencv_features2d
make -f modules/latentsvm/CMakeFiles/pch_Generate_opencv_perf_latentsvm.dir/build.make modules/latentsvm/CMakeFiles/pch_Generate_opencv_perf_latentsvm.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/CMakeFiles/pch_Generate_opencv_perf_latentsvm.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_latentsvm
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/latentsvm/CMakeFiles/pch_Generate_opencv_perf_latentsvm.dir/build.make modules/latentsvm/CMakeFiles/pch_Generate_opencv_perf_latentsvm.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/perf_precomp.hpp
[ 28%] Generating perf_precomp.hpp.gch/opencv_perf_latentsvm_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/perf_precomp.hpp.gch/opencv_perf_latentsvm_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Built target pch_Generate_opencv_perf_features2d
make -f modules/latentsvm/CMakeFiles/pch_Generate_opencv_test_latentsvm.dir/build.make modules/latentsvm/CMakeFiles/pch_Generate_opencv_test_latentsvm.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/CMakeFiles/pch_Generate_opencv_test_latentsvm.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_latentsvm
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/latentsvm/CMakeFiles/pch_Generate_opencv_test_latentsvm.dir/build.make modules/latentsvm/CMakeFiles/pch_Generate_opencv_test_latentsvm.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 28%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/test_precomp.hpp
[ 29%] Generating test_precomp.hpp.gch/opencv_test_latentsvm_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/latentsvm/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/test_precomp.hpp.gch/opencv_test_latentsvm_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/latentsvm/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Built target pch_Generate_opencv_test_features2d
make -f modules/line_descriptor/CMakeFiles/pch_Generate_opencv_line_descriptor.dir/build.make modules/line_descriptor/CMakeFiles/pch_Generate_opencv_line_descriptor.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/CMakeFiles/pch_Generate_opencv_line_descriptor.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_line_descriptor
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/line_descriptor/CMakeFiles/pch_Generate_opencv_line_descriptor.dir/build.make modules/line_descriptor/CMakeFiles/pch_Generate_opencv_line_descriptor.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/precomp.hpp
[ 29%] Generating precomp.hpp.gch/opencv_line_descriptor_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/precomp.hpp.gch/opencv_line_descriptor_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Built target pch_Generate_opencv_latentsvm
make -f modules/line_descriptor/CMakeFiles/pch_Generate_opencv_perf_line_descriptor.dir/build.make modules/line_descriptor/CMakeFiles/pch_Generate_opencv_perf_line_descriptor.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/CMakeFiles/pch_Generate_opencv_perf_line_descriptor.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_line_descriptor
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/line_descriptor/CMakeFiles/pch_Generate_opencv_perf_line_descriptor.dir/build.make modules/line_descriptor/CMakeFiles/pch_Generate_opencv_perf_line_descriptor.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/perf_precomp.hpp
[ 29%] Generating perf_precomp.hpp.gch/opencv_perf_line_descriptor_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/perf_precomp.hpp.gch/opencv_perf_line_descriptor_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Built target pch_Generate_opencv_perf_latentsvm
make -f modules/line_descriptor/CMakeFiles/pch_Generate_opencv_test_line_descriptor.dir/build.make modules/line_descriptor/CMakeFiles/pch_Generate_opencv_test_line_descriptor.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/CMakeFiles/pch_Generate_opencv_test_line_descriptor.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_line_descriptor
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/line_descriptor/CMakeFiles/pch_Generate_opencv_test_line_descriptor.dir/build.make modules/line_descriptor/CMakeFiles/pch_Generate_opencv_test_line_descriptor.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/test_precomp.hpp
[ 29%] Generating test_precomp.hpp.gch/opencv_test_line_descriptor_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/line_descriptor/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/test_precomp.hpp.gch/opencv_test_line_descriptor_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/line_descriptor/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Built target pch_Generate_opencv_test_latentsvm
make -f modules/saliency/CMakeFiles/pch_Generate_opencv_saliency.dir/build.make modules/saliency/CMakeFiles/pch_Generate_opencv_saliency.dir/depend
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Built target pch_Generate_opencv_line_descriptor
[ 29%] Built target pch_Generate_opencv_perf_line_descriptor
make -f modules/text/CMakeFiles/pch_Generate_opencv_text.dir/build.make modules/text/CMakeFiles/pch_Generate_opencv_text.dir/depend
make -f modules/calib3d/CMakeFiles/pch_Generate_opencv_calib3d.dir/build.make modules/calib3d/CMakeFiles/pch_Generate_opencv_calib3d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/CMakeFiles/pch_Generate_opencv_saliency.dir/DependInfo.cmake --color=
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/CMakeFiles/pch_Generate_opencv_text.dir/DependInfo.cmake --color=
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/CMakeFiles/pch_Generate_opencv_calib3d.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_text
Scanning dependencies of target pch_Generate_opencv_calib3d
Scanning dependencies of target pch_Generate_opencv_saliency
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/saliency/CMakeFiles/pch_Generate_opencv_saliency.dir/build.make modules/saliency/CMakeFiles/pch_Generate_opencv_saliency.dir/build
make -f modules/text/CMakeFiles/pch_Generate_opencv_text.dir/build.make modules/text/CMakeFiles/pch_Generate_opencv_text.dir/build
make -f modules/calib3d/CMakeFiles/pch_Generate_opencv_calib3d.dir/build.make modules/calib3d/CMakeFiles/pch_Generate_opencv_calib3d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 29%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/precomp.hpp
[ 29%] Generating precomp.hpp
[ 29%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/precomp.hpp
[ 30%] Generating precomp.hpp.gch/opencv_text_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/precomp.hpp.gch
[ 30%] Generating precomp.hpp.gch/opencv_saliency_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/text/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/precomp.hpp.gch/opencv_text_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/text/precomp.hpp
[ 30%] Generating precomp.hpp.gch/opencv_calib3d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/saliency/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/precomp.hpp.gch/opencv_saliency_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/saliency/precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/precomp.hpp.gch/opencv_calib3d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_test_line_descriptor
make -f modules/calib3d/CMakeFiles/pch_Generate_opencv_perf_calib3d.dir/build.make modules/calib3d/CMakeFiles/pch_Generate_opencv_perf_calib3d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/CMakeFiles/pch_Generate_opencv_perf_calib3d.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_text
make -f modules/calib3d/CMakeFiles/pch_Generate_opencv_test_calib3d.dir/build.make modules/calib3d/CMakeFiles/pch_Generate_opencv_test_calib3d.dir/depend
Scanning dependencies of target pch_Generate_opencv_perf_calib3d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/calib3d/CMakeFiles/pch_Generate_opencv_perf_calib3d.dir/build.make modules/calib3d/CMakeFiles/pch_Generate_opencv_perf_calib3d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/CMakeFiles/pch_Generate_opencv_test_calib3d.dir/DependInfo.cmake --color=
[ 30%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/perf_precomp.hpp
Scanning dependencies of target pch_Generate_opencv_test_calib3d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/calib3d/CMakeFiles/pch_Generate_opencv_test_calib3d.dir/build.make modules/calib3d/CMakeFiles/pch_Generate_opencv_test_calib3d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating perf_precomp.hpp.gch/opencv_perf_calib3d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/perf_precomp.hpp.gch
[ 30%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/perf_precomp.hpp.gch/opencv_perf_calib3d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/perf_precomp.hpp
[ 30%] Generating test_precomp.hpp.gch/opencv_test_calib3d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/test_precomp.hpp.gch/opencv_test_calib3d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/calib3d/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_saliency
make -f modules/ccalib/CMakeFiles/pch_Generate_opencv_ccalib.dir/build.make modules/ccalib/CMakeFiles/pch_Generate_opencv_ccalib.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/CMakeFiles/pch_Generate_opencv_ccalib.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_ccalib
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/ccalib/CMakeFiles/pch_Generate_opencv_ccalib.dir/build.make modules/ccalib/CMakeFiles/pch_Generate_opencv_ccalib.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/precomp.hpp
[ 30%] Generating precomp.hpp.gch/opencv_ccalib_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/ccalib/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/precomp.hpp.gch/opencv_ccalib_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/ccalib/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_calib3d
make -f modules/rgbd/CMakeFiles/pch_Generate_opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/pch_Generate_opencv_rgbd.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/CMakeFiles/pch_Generate_opencv_rgbd.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_rgbd
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/rgbd/CMakeFiles/pch_Generate_opencv_rgbd.dir/build.make modules/rgbd/CMakeFiles/pch_Generate_opencv_rgbd.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/precomp.hpp
[ 30%] Generating precomp.hpp.gch/opencv_rgbd_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/precomp.hpp.gch/opencv_rgbd_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_ccalib
make -f modules/rgbd/CMakeFiles/pch_Generate_opencv_test_rgbd.dir/build.make modules/rgbd/CMakeFiles/pch_Generate_opencv_test_rgbd.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/CMakeFiles/pch_Generate_opencv_test_rgbd.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_rgbd
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/rgbd/CMakeFiles/pch_Generate_opencv_test_rgbd.dir/build.make modules/rgbd/CMakeFiles/pch_Generate_opencv_test_rgbd.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/test_precomp.hpp
[ 30%] Generating test_precomp.hpp.gch/opencv_test_rgbd_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/rgbd/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-undef -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/test_precomp.hpp.gch/opencv_test_rgbd_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/rgbd/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_perf_calib3d
make -f modules/videostab/CMakeFiles/pch_Generate_opencv_videostab.dir/build.make modules/videostab/CMakeFiles/pch_Generate_opencv_videostab.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/CMakeFiles/pch_Generate_opencv_videostab.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_videostab
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/videostab/CMakeFiles/pch_Generate_opencv_videostab.dir/build.make modules/videostab/CMakeFiles/pch_Generate_opencv_videostab.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/precomp.hpp
[ 30%] Generating precomp.hpp.gch/opencv_videostab_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videostab/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/photo/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/precomp.hpp.gch/opencv_videostab_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/videostab/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_test_calib3d
make -f modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_perf_xfeatures2d.dir/build.make modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_perf_xfeatures2d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_perf_xfeatures2d.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_xfeatures2d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_perf_xfeatures2d.dir/build.make modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_perf_xfeatures2d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/perf_precomp.hpp
[ 30%] Generating perf_precomp.hpp.gch/opencv_perf_xfeatures2d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/perf_precomp.hpp.gch/opencv_perf_xfeatures2d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_rgbd
make -f modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_xfeatures2d.dir/build.make modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_xfeatures2d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_xfeatures2d.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_xfeatures2d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_xfeatures2d.dir/build.make modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_xfeatures2d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/precomp.hpp
[ 30%] Generating precomp.hpp.gch/opencv_xfeatures2d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/precomp.hpp.gch/opencv_xfeatures2d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_videostab
make -f modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_test_xfeatures2d.dir/build.make modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_test_xfeatures2d.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_test_xfeatures2d.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_xfeatures2d
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_test_xfeatures2d.dir/build.make modules/xfeatures2d/CMakeFiles/pch_Generate_opencv_test_xfeatures2d.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/test_precomp.hpp
[ 30%] Generating test_precomp.hpp.gch/opencv_test_xfeatures2d_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/test_precomp.hpp.gch/opencv_test_xfeatures2d_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/xfeatures2d/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_test_rgbd
make -f modules/stitching/CMakeFiles/pch_Generate_opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/pch_Generate_opencv_perf_stitching.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/CMakeFiles/pch_Generate_opencv_perf_stitching.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_perf_stitching
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/stitching/CMakeFiles/pch_Generate_opencv_perf_stitching.dir/build.make modules/stitching/CMakeFiles/pch_Generate_opencv_perf_stitching.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating perf_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/perf/perf_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/perf_precomp.hpp
[ 30%] Generating perf_precomp.hpp.gch/opencv_perf_stitching_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/perf_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/perf" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/perf_precomp.hpp.gch/opencv_perf_stitching_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/perf_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_perf_xfeatures2d
make -f modules/stitching/CMakeFiles/pch_Generate_opencv_stitching.dir/build.make modules/stitching/CMakeFiles/pch_Generate_opencv_stitching.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/CMakeFiles/pch_Generate_opencv_stitching.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_stitching
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/stitching/CMakeFiles/pch_Generate_opencv_stitching.dir/build.make modules/stitching/CMakeFiles/pch_Generate_opencv_stitching.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/src/precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/precomp.hpp
[ 30%] Generating precomp.hpp.gch/opencv_stitching_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -fPIC -DCVAPI_EXPORTS -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/src" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DCVAPI_EXPORTS -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/precomp.hpp.gch/opencv_stitching_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_xfeatures2d
make -f modules/stitching/CMakeFiles/pch_Generate_opencv_test_stitching.dir/build.make modules/stitching/CMakeFiles/pch_Generate_opencv_test_stitching.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/CMakeFiles/pch_Generate_opencv_test_stitching.dir/DependInfo.cmake --color=
Scanning dependencies of target pch_Generate_opencv_test_stitching
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/stitching/CMakeFiles/pch_Generate_opencv_test_stitching.dir/build.make modules/stitching/CMakeFiles/pch_Generate_opencv_test_stitching.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating test_precomp.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E copy /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/test/test_precomp.hpp /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/test_precomp.hpp
[ 30%] Generating test_precomp.hpp.gch/opencv_test_stitching_Release.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E make_directory /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/test_precomp.hpp.gch
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DNDEBUG -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild" -isystem"/home/hbr/.linuxbrew/include/eigen3" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ts/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/flann/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/ml/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/video/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/shape/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/objdetect/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/features2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/calib3d/include" -isystem"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/opencv_contrib/modules/xfeatures2d/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgproc/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/imgcodecs/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/videoio/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/highgui/include" -I"/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/stitching/test" -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -x c++-header -o /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/test_precomp.hpp.gch/opencv_test_stitching_Release.gch /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/stitching/test_precomp.hpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_test_xfeatures2d
make -f modules/hal/CMakeFiles/opencv_hal.dir/build.make modules/hal/CMakeFiles/opencv_hal.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/CMakeFiles/opencv_hal.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_hal
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/hal/CMakeFiles/opencv_hal.dir/build.make modules/hal/CMakeFiles/opencv_hal.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/color.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/color.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/color.cpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_perf_stitching
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/filter.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/filter.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/filter.cpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_stitching
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/arithm.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/arithm.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/arithm.cpp
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/stat.cpp.o
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/warp.cpp.o
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/resize.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/stat.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/stat.cpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/warp.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/warp.cpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/resize.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/resize.cpp
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/mathfuncs.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/mathfuncs.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/mathfuncs.cpp
[ 30%] Building CXX object modules/hal/CMakeFiles/opencv_hal.dir/src/matrix.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_hal.dir/src/matrix.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/src/matrix.cpp
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target pch_Generate_opencv_test_stitching
[ 30%] Linking CXX static library ../../lib/libopencv_hal.a
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/opencv_hal.dir/cmake_clean_target.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/hal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/opencv_hal.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/ar cq ../../lib/libopencv_hal.a CMakeFiles/opencv_hal.dir/src/color.cpp.o CMakeFiles/opencv_hal.dir/src/filter.cpp.o CMakeFiles/opencv_hal.dir/src/arithm.cpp.o CMakeFiles/opencv_hal.dir/src/resize.cpp.o CMakeFiles/opencv_hal.dir/src/stat.cpp.o CMakeFiles/opencv_hal.dir/src/warp.cpp.o CMakeFiles/opencv_hal.dir/src/mathfuncs.cpp.o CMakeFiles/opencv_hal.dir/src/matrix.cpp.o
/home/hbr/.linuxbrew/bin/ranlib ../../lib/libopencv_hal.a
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Built target opencv_hal
make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/depend
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Generating opencl_kernels_core.cpp, opencl_kernels_core.hpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -DMODULE_NAME="core" -DCL_DIR="/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/opencl" -DOUTPUT="/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/opencl_kernels_core.cpp" -P /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/cmake/cl2cpp.cmake
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv320151007-88137-d43df3/opencv-3.0.0 /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/CMakeFiles/opencv_core.dir/DependInfo.cmake --color=
Scanning dependencies of target opencv_core
make[2]: Leaving directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/build
make[2]: Entering directory '/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild'
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel_pthreads.cpp.o
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/conjugate_gradient.cpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/parallel_pthreads.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/parallel_pthreads.cpp
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/convert.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/convert.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/array.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/array.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/tables.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/tables.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/lda.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/lda.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/lpsolver.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/directx.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/directx.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/copy.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/copy.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/out.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/out.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/rand.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/rand.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/persistence.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/persistence.cpp
[ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/gl_core_3_1.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matop.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/matop.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/matop.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/cuda_info.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/ocl.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/ocl.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/arithm.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/arithm.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/opencl/runtime/opencl_core.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdblas.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdblas.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/opencl/runtime/opencl_clamdblas.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdfft.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdfft.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/opencl/runtime/opencl_clamdfft.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/algorithm.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/types.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/types.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/datastructs.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/glob.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/glob.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/kmeans.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/kmeans.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/alloc.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/alloc.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/cuda_host_mem.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hbr/.linuxbrew/bin/g++-5 -std=c++11 -DCVAPI_EXPORTS -D__OPENCV_BUILD=1 -Os -w -pipe -march=core2 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild -isystem /home/hbr/.linuxbrew/include/eigen3 -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/include -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core -I/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/hal/include -I/home/hbr/.linuxbrew/include -include "/tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core/precomp.hpp" -Winvalid-pch -o CMakeFiles/opencv_core.dir/src/stat.cpp.o -c /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/modules/core/src/stat.cpp
[ 32%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o
cd /tmp/opencv320151007-88137-d43df3/opencv-3.0.0/macbuild/modules/core && /home/hb
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment