Skip to content

Instantly share code, notes, and snippets.

@inktomi
Created February 14, 2015 22:21
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 inktomi/44a3e57aa2aff077cd04 to your computer and use it in GitHub Desktop.
Save inktomi/44a3e57aa2aff077cd04 to your computer and use it in GitHub Desktop.
qgrx brew failure
Matthews-MacBook-Pro:~ mruno$ brew install -v gqrx
==> Installing gqrx from chleggett/homebrew-gqrx
==> Installing gqrx dependency: gr-osmosdr
==> Downloading http://cgit.osmocom.org/gr-osmosdr/snapshot/gr-osmosdr-0.1.4.tar.gz
Already downloaded: /Library/Caches/Homebrew/gr-osmosdr-0.1.4.tar.gz
==> Verifying gr-osmosdr-0.1.4.tar.gz checksum
tar xf /Library/Caches/Homebrew/gr-osmosdr-0.1.4.tar.gz
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/gr-osmosdr/0.1.4 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev
-- The CXX compiler identification is AppleClang 6.0.0.6000056
-- The C compiler identification is AppleClang 6.0.0.6000056
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found Git: /usr/local/Library/ENV/4.3/git (found version "1.9.3 (Apple Git-50)")
-- Configuring Boost C++ Libraries...
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- thread
-- system
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
Checking for GNU Radio Module: RUNTIME
-- checking for module 'gnuradio-runtime'
-- package 'gnuradio-runtime' not found
* INCLUDES=/usr/local/include
* LIBS=/usr/local/lib/libgnuradio-runtime.dylib
-- Found GNURADIO_RUNTIME: /usr/local/lib/libgnuradio-runtime.dylib
GNURADIO_RUNTIME_FOUND = TRUE
Checking for GNU Radio Module: BLOCKS
-- checking for module 'gnuradio-blocks'
-- package 'gnuradio-blocks' not found
* INCLUDES=/usr/local/include
* LIBS=/usr/local/lib/libgnuradio-blocks.dylib
-- Found GNURADIO_BLOCKS: /usr/local/lib/libgnuradio-blocks.dylib
GNURADIO_BLOCKS_FOUND = TRUE
Checking for GNU Radio Module: PMT
-- checking for module 'gnuradio-runtime'
-- package 'gnuradio-runtime' not found
* INCLUDES=/usr/local/include
* LIBS=/usr/local/lib/libgnuradio-pmt.dylib
-- Found GNURADIO_PMT: /usr/local/lib/libgnuradio-pmt.dylib
GNURADIO_PMT_FOUND = TRUE
-- checking for module 'gnuradio-iqbalance'
-- package 'gnuradio-iqbalance' not found
-- Could NOT find GNURADIO_IQBALANCE (missing: GNURADIO_IQBALANCE_LIBRARIES GNURADIO_IQBALANCE_INCLUDE_DIRS)
-- checking for module 'uhd'
-- package 'uhd' not found
-- checking for module 'gnuradio-uhd'
-- package 'gnuradio-uhd' not found
-- gnuradio-uhd not found.
-- Could NOT find GNURADIO_UHD (missing: GNURADIO_UHD_LIBRARIES GNURADIO_UHD_INCLUDE_DIRS)
-- checking for module 'gnuradio-fcd'
-- package 'gnuradio-fcd' not found
-- Found gnuradio-fcd: /usr/local/include, /usr/local/lib/libgnuradio-fcd.dylib
-- Found GNURADIO_FCD: /usr/local/lib/libgnuradio-fcd.dylib
-- checking for module 'gnuradio-fcdproplus'
-- package 'gnuradio-fcdproplus' not found
-- gnuradio-fcdproplus not found.
-- Could NOT find GNURADIO_FCDPP (missing: GNURADIO_FCDPP_LIBRARIES GNURADIO_FCDPP_INCLUDE_DIRS)
-- checking for module 'libosmosdr'
-- package 'libosmosdr' not found
-- libosmosdr not found.
-- checking for module 'librtlsdr'
-- package 'librtlsdr' not found
-- Found librtlsdr: /usr/local/include, /usr/local/lib/librtlsdr.dylib
-- checking for module 'libmirisdr'
-- package 'libmirisdr' not found
-- libmirisdr not found.
-- checking for module 'libhackrf'
-- package 'libhackrf' not found
-- Could NOT find LIBHACKRF (missing: LIBHACKRF_LIBRARIES LIBHACKRF_INCLUDE_DIRS)
-- checking for module 'libairspy'
-- package 'libairspy' not found
-- Could NOT find LIBAIRSPY (missing: LIBAIRSPY_LIBRARIES LIBAIRSPY_INCLUDE_DIRS)
-- checking for module 'libbladeRF'
-- package 'libbladeRF' not found
-- libbladeRF not found.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found suitable version "2.7.6", minimum required is "2")
-- Found SWIG: /usr/local/bin/swig (found version "3.0.5")
-- Minimum SWIG version required is 1.3.31
--
-- The build system will automatically enable all components.
-- Use -DENABLE_DEFAULT=OFF to disable components by default.
--
-- Configuring Python support support...
-- Dependency PYTHONLIBS_FOUND = TRUE
-- Dependency SWIG_FOUND = TRUE
-- Dependency SWIG_VERSION_CHECK = TRUE
-- Enabling Python support support.
-- Override with -DENABLE_PYTHON=ON/OFF
--
-- Configuring Osmocom IQ Imbalance Correction support...
-- Dependency GNURADIO_IQBALANCE_FOUND = FALSE
-- Disabling Osmocom IQ Imbalance Correction support.
-- Override with -DENABLE_IQBALANCE=ON/OFF
--
-- Configuring sysmocom OsmoSDR support...
-- Dependency LIBOSMOSDR_FOUND = FALSE
-- Disabling sysmocom OsmoSDR support.
-- Override with -DENABLE_OSMOSDR=ON/OFF
--
-- Configuring FUNcube Dongle support...
-- Dependency GNURADIO_FCD_FOUND = TRUE
-- Enabling FUNcube Dongle support.
-- Override with -DENABLE_FCD=ON/OFF
--
-- Configuring FUNcube Dongle Pro+ support...
-- Dependency GNURADIO_FCDPP_FOUND = FALSE
-- Disabling FUNcube Dongle Pro+ support.
-- Override with -DENABLE_FCDPP=ON/OFF
--
-- Configuring IQ File Source support...
-- Dependency GNURADIO_BLOCKS_FOUND = TRUE
-- Enabling IQ File Source support.
-- Override with -DENABLE_FILE=ON/OFF
--
-- Configuring Osmocom RTLSDR support...
-- Dependency LIBRTLSDR_FOUND = TRUE
-- Enabling Osmocom RTLSDR support.
-- Override with -DENABLE_RTL=ON/OFF
--
-- Configuring RTLSDR TCP Client support...
-- Dependency GNURADIO_BLOCKS_FOUND = TRUE
-- Enabling RTLSDR TCP Client support.
-- Override with -DENABLE_RTL_TCP=ON/OFF
--
-- Configuring Ettus USRP Devices support...
-- Dependency UHD_FOUND = 0
-- Dependency GNURADIO_UHD_FOUND = FALSE
-- Disabling Ettus USRP Devices support.
-- Override with -DENABLE_UHD=ON/OFF
--
-- Configuring Osmocom MiriSDR support...
-- Dependency LIBMIRISDR_FOUND = FALSE
-- Disabling Osmocom MiriSDR support.
-- Override with -DENABLE_MIRI=ON/OFF
--
-- Configuring HackRF Jawbreaker support...
-- Dependency LIBHACKRF_FOUND = FALSE
-- Disabling HackRF Jawbreaker support.
-- Override with -DENABLE_HACKRF=ON/OFF
--
-- Configuring nuand bladeRF support...
-- Dependency LIBBLADERF_FOUND = FALSE
-- Disabling nuand bladeRF support.
-- Override with -DENABLE_BLADERF=ON/OFF
--
-- Configuring RFSPACE Receivers support...
-- Enabling RFSPACE Receivers support.
-- Override with -DENABLE_RFSPACE=ON/OFF
--
-- Configuring AIRSPY Receiver support...
-- Dependency LIBAIRSPY_FOUND = FALSE
-- Disabling AIRSPY Receiver support.
-- Override with -DENABLE_AIRSPY=ON/OFF
-- Found PythonInterp: /usr/local/bin/python2 (found suitable version "2.7.9", minimum required is "2")
-- 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 size_t
-- Check size of size_t - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
--
-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
-- * Python support
-- * FUNcube Dongle
-- * IQ File Source
-- * Osmocom RTLSDR
-- * RTLSDR TCP Client
-- * RFSPACE Receivers
--
-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
-- * Osmocom IQ Imbalance Correction
-- * sysmocom OsmoSDR
-- * FUNcube Dongle Pro+
-- * Ettus USRP Devices
-- * Osmocom MiriSDR
-- * HackRF Jawbreaker
-- * nuand bladeRF
-- * AIRSPY Receiver
--
-- Building for version: 0.1.4 / 0.1.4
-- Using install prefix: /usr/local/Cellar/gr-osmosdr/0.1.4
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build
==> make install
/usr/local/Cellar/cmake/3.1.2/bin/cmake -H/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 -B/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_start /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f lib/CMakeFiles/gnuradio-osmosdr.dir/build.make lib/CMakeFiles/gnuradio-osmosdr.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build.make swig/CMakeFiles/osmosdr_swig_swig_doc.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/pygen_python_4f87b.dir/build.make python/CMakeFiles/pygen_python_4f87b.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/build.make grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f apps/CMakeFiles/pygen_apps_11391.dir/build.make apps/CMakeFiles/pygen_apps_11391.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f apps/CMakeFiles/pygen_apps_15301.dir/build.make apps/CMakeFiles/pygen_apps_15301.dir/depend
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/swig /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig/CMakeFiles/osmosdr_swig_swig_doc.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/python /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python/CMakeFiles/pygen_python_4f87b.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/grc /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/grc /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/CMakeFiles/pygen_apps_11391.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/CMakeFiles/pygen_apps_15301.dir/DependInfo.cmake --color=
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib/CMakeFiles/gnuradio-osmosdr.dir/DependInfo.cmake --color=
Scanning dependencies of target osmosdr_grc_xml_blocks
Scanning dependencies of target pygen_apps_11391
Scanning dependencies of target pygen_apps_15301
Scanning dependencies of target osmosdr_swig_swig_doc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f apps/CMakeFiles/pygen_apps_15301.dir/build.make apps/CMakeFiles/pygen_apps_15301.dir/build
Scanning dependencies of target pygen_python_4f87b
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f apps/CMakeFiles/pygen_apps_11391.dir/build.make apps/CMakeFiles/pygen_apps_11391.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/build.make grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build.make swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/pygen_python_4f87b.dir/build.make python/CMakeFiles/pygen_python_4f87b.dir/build
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 20
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 18
make[2]: Nothing to be done for `swig/CMakeFiles/osmosdr_swig_swig_doc.dir/build'.
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 13
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 19
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 21
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 24
[ 0%] [ 7%] [ 7%] [ 11%] [ 14%] Built target osmosdr_swig_swig_doc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/build.make swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/depend
[ 18%] [ 22%] cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/swig /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/DependInfo.cmake --color=
Generating osmocom_siggen_base.pyc
Generating osmocom_siggen_base.pyo
Generating rtlsdr_source.xml
Shebangin osmocom_fft
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/grc && /usr/local/bin/python2 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/grc/gen_osmosdr_blocks.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/grc/rtlsdr_source.xml
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps && /usr/local/bin/python2 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python_compile_helper.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps/osmocom_siggen_base.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/osmocom_siggen_base.pyc
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps && /usr/local/bin/python2 -c "open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/osmocom_fft.exe','w').write('#!/usr/local/bin/python2\\n'+open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps/osmocom_fft').read())"
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps && /usr/local/bin/python2 -O /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python_compile_helper.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps/osmocom_siggen_base.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/osmocom_siggen_base.pyo
Shebangin osmocom_siggen
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps && /usr/local/bin/python2 -c "open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/osmocom_siggen.exe','w').write('#!/usr/local/bin/python2\\n'+open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps/osmocom_siggen').read())"
Generating __init__.pyc
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python && /usr/local/bin/python2 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python_compile_helper.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/python/__init__.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python/__init__.pyc
Scanning dependencies of target _osmosdr_swig_swig_tag
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/build.make swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/build
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 2
[ 25%] Building CXX object swig/CMakeFiles/_osmosdr_swig_swig_tag.dir/_osmosdr_swig_swig_tag.cpp.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DUSE_SSE2 -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/swig -I/usr/local/include/gnuradio/swig -I/usr/include/python2.7 -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/_osmosdr_swig_swig_tag.dir/_osmosdr_swig_swig_tag.cpp.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig/_osmosdr_swig_swig_tag.cpp
Traceback (most recent call last):
File "/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/grc/gen_osmosdr_blocks.py", line 379, in <module>
params = ''.join([parse_tmpl(PARAMS_TMPL, n=n, sourk=sourk) for n in range(max_num_channels)])
File "/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/grc/gen_osmosdr_blocks.py", line 351, in parse_tmpl
from Cheetah import Template
ImportError: No module named Cheetah
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 14
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 22
make[2]: *** [grc/rtlsdr_source.xml] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 25
[ 33%] [ 33%] [ 37%] /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 23
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 18 19
Generating osmosdr_source.xml
Shebangin osmocom_siggen_nogui
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/grc && /usr/local/bin/python2 /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/grc/gen_osmosdr_blocks.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/grc/osmosdr_source.xml
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps && /usr/local/bin/python2 -c "open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/osmocom_siggen_nogui.exe','w').write('#!/usr/local/bin/python2\\n'+open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps/osmocom_siggen_nogui').read())"
[ 40%] Generating __init__.pyo
[ 40%] cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python && /usr/local/bin/python2 -O /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python_compile_helper.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/python/__init__.py /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/python/__init__.pyo
Built target pygen_apps_11391
Shebangin osmocom_spectrum_sense
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps && /usr/local/bin/python2 -c "open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/apps/osmocom_spectrum_sense.exe','w').write('#!/usr/local/bin/python2\\n'+open('/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/apps/osmocom_spectrum_sense').read())"
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 24 25
Traceback (most recent call last):
File "/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/grc/gen_osmosdr_blocks.py", line 379, in <module>
params = ''.join([parse_tmpl(PARAMS_TMPL, n=n, sourk=sourk) for n in range(max_num_channels)])
File "/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/grc/gen_osmosdr_blocks.py", line 351, in parse_tmpl
from Cheetah import Template
ImportError: No module named Cheetah
make[2]: *** [grc/osmosdr_source.xml] Error 1
make[1]: *** [grc/CMakeFiles/osmosdr_grc_xml_blocks.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 40%] /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 20 21 22 23
Built target pygen_python_4f87b
[ 40%] Built target pygen_apps_15301
Linking CXX executable _osmosdr_swig_swig_tag
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/swig && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_link_script CMakeFiles/_osmosdr_swig_swig_tag.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/_osmosdr_swig_swig_tag.dir/_osmosdr_swig_swig_tag.cpp.o -o _osmosdr_swig_swig_tag
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 2
[ 40%] Built target _osmosdr_swig_swig_tag
Scanning dependencies of target gnuradio-osmosdr
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f lib/CMakeFiles/gnuradio-osmosdr.dir/build.make lib/CMakeFiles/gnuradio-osmosdr.dir/build
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 3
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 4
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 5
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 6
[ 44%] /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 7
[ 48%] [ 51%] /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 8
[ 55%] /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 9
[ 59%] /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 10
Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/source_impl.cc.o
[ 62%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/sink_impl.cc.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/sink_impl.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/sink_impl.cc
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/source_impl.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/source_impl.cc
[ 66%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/ranges.cc.o
Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/device.cc.o
[ 70%] cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/ranges.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/ranges.cc
Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/fcd/fcd_source_c.cc.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/fcd/fcd_source_c.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd/fcd_source_c.cc
Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/file/file_source_c.cc.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/device.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/device.cc
Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rtl/rtl_source_c.cc.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/file/file_source_c.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file/file_source_c.cc
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/rtl/rtl_source_c.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl/rtl_source_c.cc
Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_f.cc.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_f.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp/rtl_tcp_source_f.cc
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 11
[ 74%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_c.cc.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_c.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp/rtl_tcp_source_c.cc
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 12
[ 77%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rfspace/rfspace_source_c.cc.o
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_DYN_LINK -DHAVE_CONFIG_H=1 -DHAVE_FCD=1 -DUSE_SSE2 -Dgnuradio_osmosdr_EXPORTS -fPIC -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib -I/usr/local/include -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/fcd -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/file -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rtl_tcp -I/tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace -Wall -Wextra -Wno-unused-parameter -Wsign-compare -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -o CMakeFiles/gnuradio-osmosdr.dir/rfspace/rfspace_source_c.cc.o -c /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/lib/rfspace/rfspace_source_c.cc
Linking CXX shared library libgnuradio-osmosdr.dylib
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_link_script CMakeFiles/gnuradio-osmosdr.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 0.1.4 -o libgnuradio-osmosdr.0.1.4.dylib -install_name /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib/libgnuradio-osmosdr.0.1.4.dylib CMakeFiles/gnuradio-osmosdr.dir/source_impl.cc.o CMakeFiles/gnuradio-osmosdr.dir/sink_impl.cc.o CMakeFiles/gnuradio-osmosdr.dir/ranges.cc.o CMakeFiles/gnuradio-osmosdr.dir/device.cc.o CMakeFiles/gnuradio-osmosdr.dir/fcd/fcd_source_c.cc.o CMakeFiles/gnuradio-osmosdr.dir/file/file_source_c.cc.o CMakeFiles/gnuradio-osmosdr.dir/rtl/rtl_source_c.cc.o CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_f.cc.o CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_c.cc.o CMakeFiles/gnuradio-osmosdr.dir/rfspace/rfspace_source_c.cc.o /usr/local/lib/libboost_thread-mt.dylib /usr/local/lib/libboost_system-mt.dylib /usr/local/lib/libgnuradio-runtime.dylib /usr/local/lib/libgnuradio-blocks.dylib /usr/local/lib/libgnuradio-pmt.dylib /usr/local/lib/libgnuradio-fcd.dylib /usr/local/lib/librtlsdr.dylib
cd /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/lib && /usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_symlink_library libgnuradio-osmosdr.0.1.4.dylib libgnuradio-osmosdr.0.1.4.dylib libgnuradio-osmosdr.dylib
/usr/local/Cellar/cmake/3.1.2/bin/cmake -E cmake_progress_report /tmp/gr-osmosdr-D30bE4/gr-osmosdr-0.1.4/build/CMakeFiles 3 4 5 6 7 8 9 10 11 12
[ 77%] Built target gnuradio-osmosdr
make: *** [all] Error 2
==> Formula
Tap: chleggett/homebrew-gr-osmosdr
Path: /usr/local/Library/Taps/chleggett/homebrew-gr-osmosdr/gr-osmosdr.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 5cd80996e9fb766b6241b861d49d7dd52a36026c
Last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.10.2-x86_64
Xcode: 6.1.1
CLT: 6.1.1.0.1.1416017670
Clang: 6.0 build 600
X11: 2.7.6 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Java: 1.8.0_05
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: gr-osmosdr 0.1.4 did not build
Logs:
/Users/mruno/Library/Logs/Homebrew/gr-osmosdr/01.cmake
/Users/mruno/Library/Logs/Homebrew/gr-osmosdr/01.cmake.cc
/Users/mruno/Library/Logs/Homebrew/gr-osmosdr/02.make
/Users/mruno/Library/Logs/Homebrew/gr-osmosdr/02.make.cc
Matthews-MacBook-Pro:~ mruno$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment