Last active
December 18, 2015 18:59
-
-
Save languitar/5829764 to your computer and use it in GitHub Desktop.
Homebrew error building opencv.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Console output: | |
--------------- | |
/usr/local/opt/python/bin/python2 -c import numpy | |
/usr/local/opt/python/bin/python2 -c import numpy | |
==> Downloading http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.5/opencv-2.4.5.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/opencv-2.4.5.tar.gz | |
tar xf /Library/Caches/Homebrew/opencv-2.4.5.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.4) https://github.com/Itseez/opencv/commit/6e119049ce3228ca82acb7f4aaa2f4bceeddcbdf.patch -o 000-homebrew.diff --silent | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file modules/ocl/include/opencv2/ocl/private/util.hpp | |
Hunk #1 succeeded at 49 with fuzz 1 (offset 2 lines). | |
patching file modules/ocl/src/safe_call.hpp | |
/usr/local/opt/python/bin/python2 -c import numpy | |
/usr/local/opt/python/bin/python2 -c import numpy | |
/usr/local/opt/python/bin/python2 -c import numpy | |
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencv/2.4.5 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DCMAKE_OSX_DEPLOYMENT_TARGET= -DWITH_CUDA=OFF -DBUILD_ZLIB=OFF -DBUILD_TIFF=OFF -DBUILD_PNG=OFF -DBUILD_JPEG=OFF -DBUILD_JASPER=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DPYTHON_INCLUDE_DIR='/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers' -DPYTHON_LIBRARY='/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib' .. | |
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencv/2.4.5 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DCMAKE_OSX_DEPLOYMENT_TARGET= -DWITH_CUDA=OFF -DBUILD_ZLIB=OFF -DBUILD_TIFF=OFF -DBUILD_PNG=OFF -DBUILD_JPEG=OFF -DBUILD_JASPER=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DPYTHON_INCLUDE_DIR='/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers' -DPYTHON_LIBRARY='/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib' .. | |
Re-run cmake no build system arguments | |
-- The CXX compiler identification is Clang 4.2.0 | |
-- The C compiler identification is Clang 4.2.0 | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ | |
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc | |
-- Check for working C compiler: /usr/local/Library/ENV/4.3/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- 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_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 - Success | |
-- 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 - Success | |
-- 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 - Success | |
-- 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 - Success | |
-- 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_FNO_OMIT_FRAME_POINTER | |
-- Performing Test HAVE_CXX_FNO_OMIT_FRAME_POINTER - Success | |
-- Performing Test HAVE_C_FNO_OMIT_FRAME_POINTER | |
-- Performing Test HAVE_C_FNO_OMIT_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_MSSE3 | |
-- Performing Test HAVE_CXX_MSSE3 - Success | |
-- Performing Test HAVE_C_MSSE3 | |
-- Performing Test HAVE_C_MSSE3 - Success | |
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") | |
-- Found TIFF: /usr/local/lib/libtiff.dylib (found version "4.0.3") | |
-- Found JPEG: /usr/local/lib/libjpeg.dylib | |
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR) | |
-- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION | |
-- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success | |
-- Performing Test HAVE_C_WNO_UNINITIALIZED | |
-- Performing Test HAVE_C_WNO_UNINITIALIZED - Success | |
-- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES | |
-- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success | |
-- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS | |
-- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success | |
-- Performing Test HAVE_C_WNO_UNUSED | |
-- Performing Test HAVE_C_WNO_UNUSED - Success | |
-- Performing Test HAVE_C_WNO_SHADOW | |
-- Performing Test HAVE_C_WNO_SHADOW - Success | |
-- Performing Test HAVE_C_WNO_SIGN_COMPARE | |
-- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success | |
-- Performing Test HAVE_C_WNO_UNUSED_PARAMETER | |
-- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success | |
-- Found PNG: /usr/local/lib/libpng.dylib (found version "1.5.13") | |
-- Looking for /usr/local/include/png.h | |
-- Looking for /usr/local/include/png.h - found | |
-- Looking for /usr/local/include/libpng/png.h | |
-- Looking for /usr/local/include/libpng/png.h - not found | |
-- Looking for semaphore.h | |
-- Looking for semaphore.h - found | |
-- Performing Test HAVE_CXX_WNO_SHADOW | |
-- Performing Test HAVE_CXX_WNO_SHADOW - Success | |
-- Performing Test HAVE_CXX_WNO_UNUSED | |
-- Performing Test HAVE_CXX_WNO_UNUSED - Success | |
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE | |
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success | |
-- Performing Test HAVE_CXX_WNO_UNDEF | |
-- Performing Test HAVE_CXX_WNO_UNDEF - Success | |
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS | |
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success | |
-- Performing Test HAVE_CXX_WNO_UNINITIALIZED | |
-- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success | |
-- Performing Test HAVE_CXX_WNO_SWITCH | |
-- Performing Test HAVE_CXX_WNO_SWITCH - Success | |
-- Performing Test HAVE_CXX_WNO_PARENTHESES | |
-- Performing Test HAVE_CXX_WNO_PARENTHESES - Success | |
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS | |
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success | |
-- Performing Test HAVE_CXX_WNO_EXTRA | |
-- Performing Test HAVE_CXX_WNO_EXTRA - Success | |
-- checking for module 'libdc1394-2' | |
-- package 'libdc1394-2' not found | |
-- checking for module 'libdc1394' | |
-- package 'libdc1394' not found | |
-- checking for module 'libv4l1' | |
-- package 'libv4l1' not found | |
-- Looking for linux/videodev.h | |
-- Looking for linux/videodev.h - not found | |
-- Looking for linux/videodev2.h | |
-- Looking for linux/videodev2.h - not found | |
-- Looking for sys/videoio.h | |
-- Looking for sys/videoio.h - not found | |
-- checking for module 'libavcodec' | |
-- package 'libavcodec' not found | |
-- checking for module 'libavformat' | |
-- package 'libavformat' not found | |
-- checking for module 'libavutil' | |
-- package 'libavutil' not found | |
-- checking for module 'libswscale' | |
-- package 'libswscale' not found | |
-- Looking for libavformat/avformat.h | |
-- Looking for libavformat/avformat.h - found | |
-- Looking for ffmpeg/avformat.h | |
-- Looking for ffmpeg/avformat.h - not found | |
CMake Error at /usr/local/Cellar/cmake/2.8.11.1/share/cmake/Modules/FindPythonInterp.cmake:101 (list): | |
list GET given empty list | |
Call Stack (most recent call first): | |
cmake/OpenCVUtils.cmake:5 (find_package) | |
cmake/OpenCVDetectPython.cmake:15 (find_host_package) | |
CMakeLists.txt:395 (include) | |
CMake Error at /usr/local/Cellar/cmake/2.8.11.1/share/cmake/Modules/FindPythonInterp.cmake:102 (list): | |
list GET given empty list | |
Call Stack (most recent call first): | |
cmake/OpenCVUtils.cmake:5 (find_package) | |
cmake/OpenCVDetectPython.cmake:15 (find_host_package) | |
CMakeLists.txt:395 (include) | |
CMake Error at /usr/local/Cellar/cmake/2.8.11.1/share/cmake/Modules/FindPythonInterp.cmake:103 (list): | |
list GET given empty list | |
Call Stack (most recent call first): | |
cmake/OpenCVUtils.cmake:5 (find_package) | |
cmake/OpenCVDetectPython.cmake:15 (find_host_package) | |
CMakeLists.txt:395 (include) | |
-- Found PythonInterp: /Applications/python.app/Contents/MacOS/vmware-docker (Required is at least version "2.0") | |
-- Found PythonLibs: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib (found version "2.7.5") | |
-- Found apache ant 1.8.4: /usr/bin/ant | |
-- Found JNI: -framework JavaVM | |
-- Performing Test HAVE_OBJCXX_FOBJC_EXCEPTIONS | |
-- Performing Test HAVE_OBJCXX_FOBJC_EXCEPTIONS - Success | |
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS | |
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success | |
-- | |
-- General configuration for OpenCV 2.4.5 ===================================== | |
-- Version control: unknown | |
-- | |
-- Platform: | |
-- Host: Darwin 12.4.0 i386 | |
-- CMake: 2.8.11.1 | |
-- CMake generator: Unix Makefiles | |
-- CMake build tool: /usr/local/Library/ENV/4.3/gmake | |
-- Configuration: None | |
-- | |
-- C/C++: | |
-- Built as dynamic libs?: YES | |
-- C++ Compiler: /usr/local/Library/ENV/4.3/c++ (ver 4.2.0) | |
-- C++ flags (Release): -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -fno-omit-frame-pointer -msse -msse2 -msse3 -O3 -DNDEBUG -DNDEBUG | |
-- C++ flags (Debug): -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -fno-omit-frame-pointer -msse -msse2 -msse3 -g -O0 -DDEBUG -D_DEBUG -ggdb3 | |
-- C Compiler: /usr/local/Library/ENV/4.3/cc | |
-- C flags (Release): -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -fno-omit-frame-pointer -msse -msse2 -msse3 -O3 -DNDEBUG -DNDEBUG | |
-- C flags (Debug): -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -fno-omit-frame-pointer -msse -msse2 -msse3 -g -O0 -DDEBUG -D_DEBUG -ggdb3 | |
-- Linker flags (Release): | |
-- Linker flags (Debug): | |
-- Precompiled headers: NO | |
-- | |
-- OpenCV modules: | |
-- To be built: core imgproc flann highgui features2d calib3d ml video objdetect contrib photo legacy gpu ocl nonfree java stitching superres ts videostab | |
-- Disabled: world | |
-- Disabled by dependency: - | |
-- Unavailable: androidcamera python | |
-- | |
-- GUI: | |
-- QT 4.x: NO | |
-- Cocoa: YES | |
-- OpenGL support: NO | |
-- | |
-- Media I/O: | |
-- ZLib: /usr/lib/libz.dylib (ver 1.2.5) | |
-- JPEG: /usr/local/lib/libjpeg.dylib (ver 80) | |
-- PNG: /usr/local/lib/libpng.dylib (ver 1.5.13) | |
-- TIFF: /usr/local/lib/libtiff.dylib (ver 42 - 4.0.3) | |
-- JPEG 2000: build (ver 1.900.1) | |
-- OpenEXR: build (ver 1.7.1) | |
-- | |
-- Video I/O: | |
-- DC1394 1.x: NO | |
-- DC1394 2.x: NO | |
-- FFMPEG: YES | |
-- codec: YES (ver Unknown) | |
-- format: YES (ver Unknown) | |
-- util: YES (ver Unknown) | |
-- swscale: YES (ver Unknown) | |
-- gentoo-style: YES | |
-- OpenNI: NO | |
-- OpenNI PrimeSensor Modules: NO | |
-- PvAPI: NO | |
-- GigEVisionSDK: NO | |
-- QuickTime: NO | |
-- QTKit: YES | |
-- V4L/V4L2: NO/NO | |
-- | |
-- Other third-party libraries: | |
-- Use IPP: NO | |
-- Use Eigen: NO | |
-- Use TBB: NO | |
-- Use OpenMP: NO | |
-- Use GCD YES | |
-- Use Concurrency NO | |
-- Use C=: NO | |
-- Use Cuda: NO | |
-- Use OpenCL: YES | |
-- | |
-- OpenCL | |
-- libraries: -framework OpenCL | |
-- Use AMD FFT: NO | |
-- Use AMD BLAS: NO | |
-- | |
-- Python: | |
-- Interpreter: /Applications/python.app/Contents/MacOS/vmware-docker (ver ) | |
-- | |
-- Java: | |
-- ant: /usr/bin/ant (ver 1.8.4) | |
-- JNI: /System/Library/Frameworks/JavaVM.framework/Headers /System/Library/Frameworks/JavaVM.framework/Headers /System/Library/Frameworks/JavaVM.framework/Headers | |
-- Java tests: NO | |
-- | |
-- Documentation: | |
-- Build Documentation: NO | |
-- Sphinx: NO | |
-- PdfLaTeX compiler: /usr/texbin/pdflatex | |
-- | |
-- Tests and samples: | |
-- Tests: NO | |
-- Performance tests: NO | |
-- C/C++ Examples: NO | |
-- | |
-- Install path: /usr/local/Cellar/opencv/2.4.5 | |
-- | |
-- cvconfig.h is in: /tmp/opencv-XLtP/opencv-2.4.5/macbuild | |
-- ----------------------------------------------------------------- | |
-- | |
-- Configuring incomplete, errors occurred! | |
Error: opencv did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 6c86594755fc811faa06d7ac1827d7246c365f12 | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 4.6.3 | |
CLT: 4.6.0.0.1.1365549073 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/opt/python/bin:/usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libpng/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
brew doctor: | |
------------ | |
Warning: /usr/local/share/python is not needed in PATH. | |
Formerly homebrew put Python scripts you installed via `pip` or `pip3` | |
(or `easy_install`) into that directory above but now it can be removed | |
from your PATH variable. | |
Python scripts will now install into /usr/local/bin. | |
You can delete anything, except 'Extras', from the /usr/local/share/python | |
(and /usr/local/share/python3) dir and install affected Python packages | |
anew with `pip install --upgrade`. | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libmacfuse_i32.2.dylib | |
/usr/local/lib/libmacfuse_i64.2.dylib | |
/usr/local/lib/libosxfuse_i32.2.dylib | |
/usr/local/lib/libosxfuse_i64.2.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libosxfuse_i32.la | |
/usr/local/lib/libosxfuse_i64.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/fuse-ext2.pc | |
/usr/local/lib/pkgconfig/osxfuse.pc | |
Warning: Homebrew's sbin was not found in your path. | |
Consider amending your PATH variable so it contains: | |
/usr/local/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment