Giter Club home page Giter Club logo

homebrew-sdr's Introduction

homebrew-sdr

Homebrew formulas for software defined radio.

How do I install these formulas?

Just brew tap dholm/homebrew-sdr and then brew install <formula>.

If you only want to install a single formula without tapping or if the formula conflicts with one from Homebrew/homebrew or another tap, you can brew install dholm/sdr/<formula>.

Third Party Taps

homebrew-sdr's People

Contributors

dholm avatar evankrall avatar gloob avatar hj1980 avatar jaykickliter avatar linkslice avatar rxseger avatar sehaas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebrew-sdr's Issues

brew install gr-osmosdr fails on OSX 10.11.3 at freetype2

After a fresh install of homebrew and nothing but the dholm/homebrew-sdr tap added running:

brew install gr-osmosdr

eventually results in:

==> Installing dholm/sdr/gr-osmosdr dependency: gr-fosphor
==> Cloning git://git.osmocom.org/gr-fosphor
Updating /Library/Caches/Homebrew/gr-fosphor--git
==> Checking out branch master
==> cmake .. -DCMAKE_SHARED_LINKER_FLAGS='-Wl,-undefined,dynamic_lookup' -DPYTHON_LIBRARY='/usr/local/lib/libgnuradio-runtime.dylib' -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -
Last 15 lines from /Users/ccliffe/Library/Logs/Homebrew/gr-fosphor/01.cmake:
-- Looking for CL_VERSION_1_1
-- Looking for CL_VERSION_1_1 - not found
-- Looking for CL_VERSION_1_0
-- Looking for CL_VERSION_1_0 - not found
-- Found OpenCL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenCL.framework  
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'freetype2'
--   Found freetype2, version 18.3.12
CMake Error at CMakeLists.txt:109 (message):
  freetype2 required to compile gr-fosphor


-- Configuring incomplete, errors occurred!
See also "/tmp/gr-fosphor20160310-55010-p841l2/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/gr-fosphor20160310-55010-p841l2/build/CMakeFiles/CMakeError.log".
Warning: It appears you have MacPorts or Fink installed.
Software installed with other package managers causes known problems for
Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again.

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/dholm/homebrew-sdr/issues

freetype2 appears to be installed, I get the same error attempting to install from github source; is this just a gr-fosphor issue or have I missed something?

Thanks!

installing on mac os x sierra 10.12.6

Hey,

when installing gr-gsm I get an error that I can't seem to get past.

`==> Installing gr-gsm from dholm/sdr
==> Cloning https://github.com/ptrkrysik/gr-gsm.git
Updating /Users/dev-osx/Library/Caches/Homebrew/gr-gsm--git
==> Checking out branch master
==> cmake .. -DCMAKE_SHARED_LINKER_FLAGS='-Wl,-undefined,dynamic_lookup' -DPYTHON_LIBRARY='/usr/local/lib/libgnuradio-runtime.dylib' -DC
==> make install
Last 15 lines from /Users/dev-osx/Library/Logs/Homebrew/gr-gsm/02.make:
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f lib/CMakeFiles/grgsm.dir/build.make lib/CMakeFiles/grgsm.dir/build
[ 1%] Building CXX object lib/CMakeFiles/grgsm.dir/constants.cc.o
cd /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -Dgrgsm_EXPORTS -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/include -I/usr/local/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib/receiver -DNDEBUG -fPIC -o CMakeFiles/grgsm.dir/constants.cc.o -c /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib/constants.cc
[ 2%] Building C object lib/CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_conv.c.o
cd /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Dgrgsm_EXPORTS -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/include -I/usr/local/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib/receiver -DNDEBUG -fPIC -o CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_conv.c.o -c /tmp/gr-gsm-20180223-35332-10ybdzu/lib/decoding/osmocom/coding/gsm0503_conv.c
[ 3%] Building C object lib/CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_coding.c.o
cd /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Dgrgsm_EXPORTS -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/include -I/usr/local/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib/receiver -DNDEBUG -fPIC -o CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_coding.c.o -c /tmp/gr-gsm-20180223-35332-10ybdzu/lib/decoding/osmocom/coding/gsm0503_coding.c
In file included from /tmp/gr-gsm-20180223-35332-10ybdzu/lib/decoding/osmocom/coding/gsm0503_coding.c:36:
/usr/local/include/osmocom/core/endian.h:27:10: error: 'endian.h' file not found with include; use "quotes" instead
#include <endian.h>
^
1 error generated.
make[2]: *** [lib/CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_coding.c.o] Error 1
make[1]: *** [lib/CMakeFiles/grgsm.dir/all] Error 2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/dholm/homebrew-sdr/issues

devs-MacBook-Pro:libosmocore dev-osx$`

Any help would be appreciated.

Fails to find files on OSX Mojave

Hi, I seem to be unable to find the archived files:
`r-73-123-25-172:IMSI-catcher-master hugh$ brew install gr-gsm
Updating Homebrew...
==> Installing gr-gsm from dholm/sdr
==> Downloading https://github.com/ptrkrysik/gr-gsm/archive/0.41.4git.tar.gz
==> Downloading from https://codeload.github.com/ptrkrysik/gr-gsm/tar.gz/0.41.4git

curl: (22) The requested URL returned error: 404 Not Found
Error: An exception occurred within a child process:
DownloadError: Failed to download resource "gr-gsm"
Download failed: https://github.com/ptrkrysik/gr-gsm/archive/0.41.4git.tar.gz
`

Any workarounds?

Cheers Hugh

error: unknown type name 'wxGLAttributes' / 'wxGLContextAttrs'

╭─jamie@BeefCurtainMoses  ~
╰─$ brew upgrade cubicsdr
Updating Homebrew...
==> Upgrading 1 outdated package:
dholm/sdr/cubicsdr HEAD-239f392 -> HEAD-239f392
==> Upgrading dholm/sdr/cubicsdr
==> Cloning https://github.com/cjcliffe/CubicSDR.git
Updating /Users/jamie/Library/Caches/Homebrew/cubicsdr--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at b27a889 Fix #689: Wrong setAudioSampleRate code, thanks @GkvJeep
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cubicsdr/HEAD-b27a889 -DCMAKE_BUILD_TYPE=R
==> make
Last 15 lines from /Users/jamie/Library/Logs/Homebrew/cubicsdr/02.make:
In file included from /tmp/cubicsdr-20181118-13847-1jfxkgi/src/AppFrame.h:21:
/tmp/cubicsdr-20181118-13847-1jfxkgi/src/visual/GainCanvas.h:24:40: error: unknown type name 'wxGLAttributes'
    GainCanvas(wxWindow *parent, const wxGLAttributes& dispAttrs);
                                       ^
In file included from /tmp/cubicsdr-20181118-13847-1jfxkgi/src/BookmarkMgr.cpp:5:
/tmp/cubicsdr-20181118-13847-1jfxkgi/src/CubicSDR.h:74:5: error: unknown type name 'wxGLContextAttrs'
    wxGLContextAttrs* GetContextAttributes();
    ^
/tmp/cubicsdr-20181118-13847-1jfxkgi/src/CubicSDR.h:191:5: error: unknown type name 'wxGLContextAttrs'
    wxGLContextAttrs *m_glContextAttributes = nullptr;
    ^
15 errors generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/BookmarkMgr.cpp.o] Error 1
make[1]: *** [CMakeFiles/CubicSDR.dir/all] Error 2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/dholm/homebrew-sdr/issues

These open issues may also help:
cubicsdr install fail " unknown type freqdem" https://github.com/dholm/homebrew-sdr/issues/11
Install of CubicSDR (still) fails on OS X 10.11.6 iMac 7,1 https://github.com/dholm/homebrew-sdr/issues/27
╭─jamie@BeefCurtainMoses  ~
╰─$ brew info wxmac
wxmac: stable 3.0.4 (bottled), HEAD
Cross-platform C++ GUI toolkit (wxWidgets for macOS)
https://www.wxwidgets.org
/usr/local/Cellar/wxmac/3.0.3.1_1 (810 files, 23.7MB)
  Poured from bottle on 2018-02-14 at 18:05:21
/usr/local/Cellar/wxmac/3.0.4_1 (813 files, 23.8MB)
  Poured from bottle on 2018-08-20 at 09:53:09
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/wxmac.rb
==> Dependencies
Required: jpeg ✔, libpng ✔, libtiff ✔
==> Options
--with-static
	build static libraries
--with-stl
	use standard C++ classes for everything
--HEAD
	Install HEAD version
==> Analytics
install: 15,962 (30 days), 56,239 (90 days), 234,323 (365 days)
install_on_request: 1,094 (30 days), 4,004 (90 days), 16,515 (365 days)
build_error: 0 (30 days)
╭─jamie@BeefCurtainMoses  ~
╰─$ brew --version
Homebrew 1.8.2
Homebrew/homebrew-core (git revision 50c4a; last commit 2018-11-17)
Homebrew/homebrew-cask (git revision 8b54f; last commit 2018-11-18)
╭─jamie@BeefCurtainMoses  ~
╰─$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.14.1
BuildVersion:	18B75
╭─jamie@BeefCurtainMoses  ~
╰─$ system_profiler SPHardwareDataType
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro9,1
      Processor Name: Intel Core i7
      Processor Speed: 2.3 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 256 KB
      L3 Cache: 6 MB
      Memory: 16 GB
      Boot ROM Version: 222.0.0.0.0
      SMC Version (system): 2.1f175
      Serial Number (system): <CENSORED>
      Hardware UUID: <CENSORED>
      Sudden Motion Sensor:
          State: Enabled

Liquid-dsp fails to install

brew install liquid-dsp --HEAD -v
==> Installing liquid-dsp from dholm/homebrew-sdr
==> Cloning https://github.com/jgaeddert/liquid-dsp.git
git --git-dir /Library/Caches/Homebrew/liquid-dsp--git/.git status -s
Updating /Library/Caches/Homebrew/liquid-dsp--git
git config remote.origin.url https://github.com/jgaeddert/liquid-dsp.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master --
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/master
HEAD is now at 39dd78f firfilt: adding cccf example to demonstrate cross-correlation
==> Checking out branch master
git checkout-index -a -f --prefix=/private/tmp/liquid-dsp-8AyQPs/
==> ./bootstrap.sh
aclocal: error: aclocal: file '/usr/local/share/aclocal/freetype2.m4' does not exist
==> ./configure --prefix=/usr/local/Cellar/liquid-dsp/HEAD
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for error_at_line... no
checking how to run the C preprocessor... clang -E
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for main in -lc... yes
checking for main in -lm... yes
checking for malloc... yes
checking for realloc... yes
checking for free... yes
checking for memset... yes
checking for memmove... yes
checking for sinf... yes
checking for cosf... yes
checking for expf... yes
checking for cargf... yes
checking for cexpf... yes
checking for crealf... yes
checking for cimagf... yes
checking for sqrtf... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking fec.h usability... no
checking fec.h presence... no
checking for fec.h... no
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftwf_plan_dft_1d in -lfftw3f... yes
checking for create_viterbi27 in -lfec... no
configure: WARNING: fec library useful but not required
checking for inline... inline
checking for size_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking size of int... 4
checking size of unsigned int... 4
./configure: line 4559: syntax error near unexpected token no,,' ./configure: line 4559:AX_GCC_ARCHFLAG(no,,)'
==> Formula
Tap: dholm/homebrew-sdr
Path: /usr/local/Library/Taps/dholm/homebrew-sdr/liquid-dsp.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 5b855d60d099e4e0cd342c7d3bb9a78e5cdbc8fb
Last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.10.3-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: /Library/Frameworks/Python.framework/Versions/2.7/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/ben1/.rvm/rubies/ruby-2.1.1/bin/ruby
Java: 1.8.0-ea
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j2
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_PATH: /usr/local/opt/fftw/lib/pkgconfig
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/fftw/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: liquid-dsp HEAD did not build
Logs:
/Users/ben1/Library/Logs/Homebrew/liquid-dsp/01.bootstrap.sh
/Users/ben1/Library/Logs/Homebrew/liquid-dsp/02.configure
/Users/ben1/Library/Logs/Homebrew/liquid-dsp/02.configure.cc
/Users/ben1/Library/Logs/Homebrew/liquid-dsp/config.log

Reinstall of CubicSDR fails on OS X 10.11.6

brew reinstall --HEAD liquid-dap fails on iMac 7,1 OS X 10.11.6:

bash$ brew install cubicsdr --HEAD
Updating Homebrew...
==> Installing cubicsdr from dholm/sdr
==> Cloning https://github.com/cjcliffe/CubicSDR.git
[cubicsdr-reinstall-fail.txt](https://github.com/dholm/homebrew-sdr/files/887911/cubicsdr-reinstall-fail.txt)
Updating /Users/Stuart/Library/Caches/Homebrew/cubicsdr--git
==> Checking out branch master
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE
==> make
Last 15 lines from /Users/Stuart/Library/Logs/Homebrew/cubicsdr/02.make:
[  1%] Building CXX object CMakeFiles/CubicSDR.dir/external/rtaudio/RtAudio.cpp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang++   -DCUBICSDR_BUILD_TITLE="\"CubicSDR v0.2.2-alpha :: www.cubicsdr.com\"" -DCUBICSDR_ENABLE_ABOUT_DIALOG=1 -DCUBICSDR_ENABLE_VIEW_DEMOD=1 -DCUBICSDR_ENABLE_VIEW_SCOPE=1 -DCUBICSDR_INSTALL_NAME=\"CubicSDR\" -DCUBICSDR_VERSION=\"0.2.2-alpha\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD-c8cca67/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -I/usr/local/include -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.0 -isystem /usr/local/include/wx-3.0 -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/rtaudio -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/SDRDevices -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/DigitalConsole -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/Bookmark -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/Dialog -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/sdr -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/demod -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules/modem -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules/modem/digital -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules/modem/analog -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/audio -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/util -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/panel -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/visual -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/process -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/ui -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/rig -I/tmp/cubicsdr-20170401-52334-y4hj3a/src -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/lodepng -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/tinyxml -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/cubicvr2/math  -I/usr/local/include/wx-3.0 -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11   -std=c++0x -pthread -mmacosx-version-min=10.9 -std=gnu++11 -o CMakeFiles/CubicSDR.dir/external/rtaudio/RtAudio.cpp.o -c /tmp/cubicsdr-20170401-52334-y4hj3a/external/rtaudio/RtAudio.cpp
[  2%] Building CXX object CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang++   -DCUBICSDR_BUILD_TITLE="\"CubicSDR v0.2.2-alpha :: www.cubicsdr.com\"" -DCUBICSDR_ENABLE_ABOUT_DIALOG=1 -DCUBICSDR_ENABLE_VIEW_DEMOD=1 -DCUBICSDR_ENABLE_VIEW_SCOPE=1 -DCUBICSDR_INSTALL_NAME=\"CubicSDR\" -DCUBICSDR_VERSION=\"0.2.2-alpha\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD-c8cca67/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -I/usr/local/include -isystem /usr/local/lib/wx/include/osx_cocoa-unicode-3.0 -isystem /usr/local/include/wx-3.0 -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/rtaudio -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/SDRDevices -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/DigitalConsole -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/Bookmark -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/forms/Dialog -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/sdr -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/demod -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules/modem -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules/modem/digital -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/modules/modem/analog -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/audio -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/util -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/panel -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/visual -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/process -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/ui -I/tmp/cubicsdr-20170401-52334-y4hj3a/src/rig -I/tmp/cubicsdr-20170401-52334-y4hj3a/src -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/lodepng -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/tinyxml -I/tmp/cubicsdr-20170401-52334-y4hj3a/external/cubicvr2/math  -I/usr/local/include/wx-3.0 -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.11   -std=c++0x -pthread -mmacosx-version-min=10.9 -std=gnu++11 -o CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o -c /tmp/cubicsdr-20170401-52334-y4hj3a/src/CubicSDR.cpp
In file included from /tmp/cubicsdr-20170401-52334-y4hj3a/src/CubicSDR.cpp:7:
In file included from /usr/local/include/wx-3.0/wx/wxprec.h:12:
In file included from /usr/local/include/wx-3.0/wx/defs.h:27:
/usr/local/include/wx-3.0/wx/platform.h:183:10: fatal error: 'wx/setup.h' file not found
#include "wx/setup.h"
         ^
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/CubicSDR.dir/all] Error 2
make: *** [all] Error 2

The brew install of CubicSDR fails on Mojave

The brew install of CubicSDR fails on Mojave. I then installed an old version of liquid-sdr and did another install of CubicSDR. CubicSDR installed and runs nicely. You need a newer version of CubicSDR to work with the version of liquid-sdr that brew installs.

Calling 'depends_on ... => :python' is deprecated

The formula for gr-osmosdr uses now deprecated syntax for a dependency. This causes brew update and similar commands to output a verbose warning:

Warning: Calling 'depends_on ... => :python' is deprecated!
There is no replacement.
/usr/local/Homebrew/Library/Taps/dholm/homebrew-sdr/gr-osmosdr.rb:9:in `<class:GrOsmosdr>'
Please report this to the dholm/sdr tap!

This issue might also be related to #26.

Problem installing gr-iqbal

Jeremys-MBP:~ Jeremy$ brew install --HEAD gr-iqbal
==> Installing gr-iqbal from dholm/homebrew-sdr
==> Cloning git://git.osmocom.org/gr-iqbal
Updating /Library/Caches/Homebrew/gr-iqbal--git
==> Checking out branch master
==> Patching
patching file lib/optimize_c.cc
==> cmake .. -DPYTHON_LIBRARY='/usr/local/Cellar/python/2.7.9/Frameworks/Python.
==> make install
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libgnuradio-iqbalance.dylib] Error 1
make[1]: *** [lib/CMakeFiles/gnuradio-iqbalance.dir/all] Error 2
make: *** [all] Error 2

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/dholm/homebrew-sdr/issues

brew install gr-gsm failed for v0.42.2

macOS Mojave 10.14.1

url "https://github.com/ptrkrysik/gr-gsm/archive/v0.42.2.tar.gz"
sha256 "6127f87c1d295463c607a27cc2fc560e7a2b8684c1b0be10256db06936769976"

brew install gr-gsm

/tmp/gr-gsm-20181127-31126-xqnd85/gr-gsm-0.42.2/lib/transmitter/txtime_setter_impl.cc:125:29: error: use of undeclared identifier 'be32toh'
uint32_t frame_nr = be32toh(header->frame_number);
^
1 error generated.
make[2]: *** [lib/CMakeFiles/grgsm.dir/transmitter/txtime_setter_impl.cc.o] Error 1
make[1]: *** [lib/CMakeFiles/grgsm.dir/all] Error 2
make: *** [all] Error 2

cubicsdr fails to build due to missing soapysdr on 10.11

I followed the instructions at https://github.com/cjcliffe/CubicSDR/wiki/Build-OSX---Homebrew, but got the following error message:

CMake Error at CMakeLists.txt:105 (find_package):
  Could not find a package configuration file provided by "SoapySDR"
  (requested version 0.4.0) with any of the following names:

    SoapySDRConfig.cmake
    soapysdr-config.cmake

  Add the installation prefix of "SoapySDR" to CMAKE_PREFIX_PATH or set
  "SoapySDR_DIR" to a directory containing one of the above files.  If
  "SoapySDR" provides a separate development package or SDK, be sure it has
  been installed.

The full logs are at https://gist.github.com/girving/04bfc73df8dcc0d9a1fc. In an attempt to fix this, I tried installing soapysdr as well, but it failed with

% brew install soapysdr --HEAD
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/_SoapySDR.dir/build.make python/CMakeFiles/_SoapySDR.dir/build
make[2]: *** No rule to make target `/usr/local/lib/libgnuradio-runtime.dylib', needed by `python/_SoapySDR.so'.  Stop.

Full details for the soapysdr failer are at https://gist.github.com/a0e2ad4e66dd24810cce.

Unsupported special dependency :x11

Hi,
I'm getting Unsupported special dependency :x11 when trying to tap dholm/homebrew-sdr.
I'm running MacOS 12.1 on a M1 Mac.
Output:

brew tap dholm/homebrew-sdr
==> Tapping dholm/sdr
Cloning into '/opt/homebrew/Library/Taps/dholm/homebrew-sdr'...
remote: Enumerating objects: 441, done.
remote: Total 441 (delta 0), reused 0 (delta 0), pack-reused 441
Receiving objects: 100% (441/441), 120.77 KiB | 1.01 MiB/s, done.
Resolving deltas: 100% (269/269), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/dholm/homebrew-sdr/multimon-ng.rb
multimon-ng: Unsupported special dependency :x11
Error: Cannot tap dholm/sdr: invalid syntax in tap!

And here's my brew config:

brew config
HOMEBREW_VERSION: 3.3.15
ORIGIN: https://github.com/Homebrew/brew
HEAD: d603fd6426ddae27327bb51afb085653eb2d84a7
Last commit: 6 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 0248e7af0605103a72e0725f964ffaec51dc8716
Core tap last commit: 2 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_CORE_GIT_REMOTE: https://github.com/Homebrew/homebrew-core
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.HPADfuyQCR/org.xquartz:0
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 2.6.8 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 13.0.0 build 1300
Git: 2.34.1 => /opt/homebrew/bin/git
Curl: 7.77.0 => /usr/bin/curl
macOS: 12.1-arm64
CLT: 13.2.0.0.1.1638488800
Xcode: 13.2.1
Rosetta 2: false

Invalid formula prevents tap

==> Tapping dholm/sdr
Cloning into '/usr/local/Homebrew/Library/Taps/dholm/homebrew-sdr'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 434 (delta 0), reused 1 (delta 0), pack-reused 430
Receiving objects: 100% (434/434), 119.61 KiB | 1.81 MiB/s, done.
Resolving deltas: 100% (264/264), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/dholm/homebrew-sdr/liquid-dsp.rb
invalid attribute for formula 'dholm/sdr/liquid-dsp': version (nil)
Error: Cannot tap dholm/sdr: invalid syntax in tap!

homebrew install fails for no obvious reason

Ok, not a homebrew expert here, but 'brew install liquid-dsp' gives me:

bash-3.2$ brew install liquid-dsp
==> Installing liquid-dsp from dholm/homebrew-sdr
==> Downloading https://github.com/jgaeddert/liquid-dsp/archive/v1.2.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/liquid-dsp-1.2.0.tar.gz
==> ./configure --prefix=/usr/local/Cellar/liquid-dsp/1.2.0
2015-07-25 11:20:41 +0200

gist-logs here: https://gist.github.com/f950f509f4dda2d116d2

libosmocore patch fails

patching file include/osmocom/sim/sim.h
Hunk #1 FAILED at 294.
1 out of 1 hunk FAILED -- saving rejects to file include/osmocom/sim/sim.h.rej
patching file src/ctrl/Makefile.am
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file src/ctrl/Makefile.am.rej
patching file src/macaddr.c
Hunk #1 FAILED at 47.
1 out of 1 hunk FAILED -- saving rejects to file src/macaddr.c.rej
patching file src/sim/sim_int.h
Hunk #1 FAILED at 36.
1 out of 1 hunk FAILED -- saving rejects to file src/sim/sim_int.h.rej
patching file src/utils.c
Hunk #1 FAILED at 219.
1 out of 1 hunk FAILED -- saving rejects to file src/utils.c.rej

multimon-ng fails due to X11 dependency

yaakov@Ilum ~ % brew tap dholm/homebrew-sdr
==> Tapping dholm/sdr
Cloning into '/opt/homebrew/Library/Taps/dholm/homebrew-sdr'...
remote: Enumerating objects: 441, done.
remote: Total 441 (delta 0), reused 0 (delta 0), pack-reused 441
Receiving objects: 100% (441/441), 120.77 KiB | 3.77 MiB/s, done.
Resolving deltas: 100% (269/269), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/dholm/homebrew-sdr/multimon-ng.rb
multimon-ng: Calling depends_on :x11 is disabled! Use depends_on specific X11 formula(e) instead.
Please report this issue to the dholm/sdr tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /opt/homebrew/Library/Taps/dholm/homebrew-sdr/multimon-ng.rb:8

Error: Cannot tap dholm/sdr: invalid syntax in tap!
yaakov@Ilum ~ % 

I am running Homebrew 3.0.9 on macOS 11.12.3.

depends_on :fortran depreciated

home-brew gave me a warning and said I should report it to the repository maintainer:

Warning: Calling 'depends_on :fortran' is deprecated!
Use 'depends_on "gcc"' instead.
/usr/local/Homebrew/Library/Taps/dholm/homebrew-sdr/gr-specest.rb:7:in `class:GrSpecest'
Please report this to the dholm/sdr tap!

osmosdr never finds fosphor

Hi

I'm not really sure what is it caused by but whatever I try, osmocom_fft -F python never finds fosphor library and always crashes with the following stack:

# osmocom_fft -F
Mac OS; Clang version 7.0.0 (clang-700.0.72); Boost_105800; UHD_003.009.001-0-unknown

gr-osmosdr v0.1.4-48-g86ad5842 (0.1.5git) gnuradio 3.7.8
built-in source types: file fcd rtl rtl_tcp uhd hackrf rfspace 
Number of USB devices: 5
USB device 1d50:6089: 000000000000000014d463dc2f2f6de1 match
Using HackRF One with firmware 2015.07.2 
Traceback (most recent call last):
  File "/usr/local/bin/osmocom_fft", line 841, in <module>
    main ()
  File "/usr/local/bin/osmocom_fft", line 837, in main
    app = stdgui2.stdapp(app_top_block, "osmocom Spectrum Browser", nstatus=1)
  File "/usr/local/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__
    wx.App.__init__ (self, redirect=False)
  File "/usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py", line 8628, in __init__
    self._BootstrapApp()
  File "/usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py", line 8196, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit
    frame = stdframe (self.top_block_maker, self.title, self._nstatus)
  File "/usr/local/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__
    self.panel = stdpanel (self, self, top_block_maker)
  File "/usr/local/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__
    self.top_block = top_block_maker (frame, self, vbox, sys.argv)
  File "/usr/local/bin/osmocom_fft", line 220, in __init__
    from gnuradio import fosphor
ImportError: cannot import name fosphor

I've compiled fosphor from source, also tried running cmake with cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar but every time it fails with the same error. I'm not necessarily sure that osmocom installed successfully because gqrx shows some signals on certain frequencies and osmocom_fft (without the -F flag) only shows only noise (in waterfall and plot views). I'm really struggling with this and I'm not really sure what could be wrong and I'm writing in your repo since this is the only brew formula which worked for me since gr-osmosdr.rb refers to the non-system python. Is there something obvious I'm missing to make it all work? Everything compiles, seems to work but in fact it fails in some nasty ways. I'm on OSX 10.10.5, and xCode 7.1.

Install of CubicSDR (still) fails on OS X 10.11.6 iMac 7,1

Thought I'd try install again with latest, but no success:

bash$ brew install cubicsdr --HEAD
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (caskroom/cask).

==> Installing cubicsdr from dholm/sdr
==> Cloning https://github.com/cjcliffe/CubicSDR.git
Updating /Users/Stuart/Library/Caches/Homebrew/cubicsdr--git
==> Checking out branch master
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INS
==> make
Warning: Calling <<-EOS.undent is deprecated!
Use <<~EOS instead.
/usr/local/Homebrew/Library/Taps/dholm/homebrew-sdr/cubicsdr.rb:30:in `block in install'
Please report this to the dholm/sdr tap!

Warning: dholm/sdr/cubicsdr dependency gcc was built with a different C++ standard
library (libstdc++ from clang). This may cause problems at runtime.
🍺  /usr/local/Cellar/cubicsdr/HEAD-7037189: 29 files, 2.5MB, built in 5 minutes 21 seconds
bash$ CubicSDR
Loading:: configuration file '/Users/Stuart/Library/Application Support/CubicSDR/config.xml'
/usr/local/bin/CubicSDR: line 5: 17198 Illegal instruction: 4  ./CubicSDR
bash$ 

Maybe the clue is in this?

rtl-sdr already in main homebrew.

Hi,

the rtl-sdr is imho already in main homebrew under the name "librtlsdr".

Is there a reason to keep and use a local "dupe" for the main version? Maybe you could get your changes merged into there...

Regards!

CMake Error ... Could NOT find wxWidgets

╭─jamie@BeefCurtainMoses  ~
╰─$ brew upgrade
Updating Homebrew...
==> Upgrading 1 outdated package:
dholm/sdr/cubicsdr HEAD-239f392 -> HEAD-239f392
==> Upgrading dholm/sdr/cubicsdr
==> Cloning https://github.com/cjcliffe/CubicSDR.git
Updating /Users/jamie/Library/Caches/Homebrew/cubicsdr--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at b27a889 Fix #689: Wrong setAudioSampleRate code, thanks @GkvJeep
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cub
Last 15 lines from /Users/jamie/Library/Logs/Homebrew/cubicsdr/01.cmake:
-- Detecting CXX compile features
-- Detecting CXX compile features - done
64 bit compiler detected
-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework
-- Found LIQUID: /usr/local/lib/libliquid.dylib
CMake Error at /usr/local/Cellar/cmake/3.12.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES)
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.12.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/Cellar/cmake/3.12.4/share/cmake/Modules/FindwxWidgets.cmake:963 (find_package_handle_standard_args)
  CMakeLists.txt:175 (find_package)


-- Configuring incomplete, errors occurred!
See also "/tmp/cubicsdr-20181118-55674-qbfxbp/build/CMakeFiles/CMakeOutput.log".

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/dholm/homebrew-sdr/issues

These open issues may also help:
cubicsdr install fail " unknown type freqdem" https://github.com/dholm/homebrew-sdr/issues/11
Install of CubicSDR (still) fails on OS X 10.11.6 iMac 7,1 https://github.com/dholm/homebrew-sdr/issues/27
╭─jamie@BeefCurtainMoses  ~
╰─$ brew --version
Homebrew 1.8.2
Homebrew/homebrew-core (git revision 50c4a; last commit 2018-11-17)
Homebrew/homebrew-cask (git revision 8b54f; last commit 2018-11-18)
╭─jamie@BeefCurtainMoses  ~
╰─$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.14.1
BuildVersion:	18B75
╭─jamie@BeefCurtainMoses  ~
╰─$ system_profiler SPHardwareDataType
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro9,1
      Processor Name: Intel Core i7
      Processor Speed: 2.3 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 256 KB
      L3 Cache: 6 MB
      Memory: 16 GB
      Boot ROM Version: 222.0.0.0.0
      SMC Version (system): 2.1f175
      Serial Number (system): <CENSORED>
      Hardware UUID: <CENSORED>
      Sudden Motion Sensor:
          State: Enabled
╭─jamie@BeefCurtainMoses  ~
╰─$ brew info wxmac
wxmac: stable 3.0.4 (bottled), HEAD
Cross-platform C++ GUI toolkit (wxWidgets for macOS)
https://www.wxwidgets.org
/usr/local/Cellar/wxmac/3.0.3.1_1 (810 files, 23.7MB)
  Poured from bottle on 2018-02-14 at 18:05:21
/usr/local/Cellar/wxmac/3.0.4_1 (813 files, 23.8MB)
  Poured from bottle on 2018-08-20 at 09:53:09
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/wxmac.rb
==> Dependencies
Required: jpeg ✔, libpng ✔, libtiff ✔
==> Options
--with-static
	build static libraries
--with-stl
	use standard C++ classes for everything
--HEAD
	Install HEAD version
==> Analytics
install: 15,962 (30 days), 56,239 (90 days), 234,323 (365 days)
install_on_request: 1,094 (30 days), 4,004 (90 days), 16,515 (365 days)
build_error: 0 (30 days)

gr-gsm patch fails

When trying to install gr-gsm I get several errors from the patching process:

=> Patching
patching file cmake/Modules/FindGnuradioRuntime.cmake
patching file include/gsm/endian.h
patching file lib/CMakeLists.txt
Hunk #1 FAILED at 42.
1 out of 1 hunk FAILED -- saving rejects to file lib/CMakeLists.txt.rej
can't find file to patch at input line 80
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/lib/demapping/get_bcch_or_ccch_bursts_impl.cc
|+++ b/lib/demapping/get_bcch_or_ccch_bursts_impl.cc
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
patching file lib/demapping/universal_ctrl_chans_demapper_impl.cc
Hunk #1 FAILED at 24.
1 out of 1 hunk FAILED -- saving rejects to file lib/demapping/universal_ctrl_chans_demapper_impl.cc.rej
patching file lib/receiver/receiver_impl.cc
Hunk #1 succeeded at 36 with fuzz 2 (offset -2 lines).
Hunk #2 FAILED at 642.
1 out of 2 hunks FAILED -- saving rejects to file lib/receiver/receiver_impl.cc.rej
can't find file to patch at input line 126
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- c/lib/receiver/assert.h
|+++ i/lib/receiver/assert.h
--------------------------
No file to patch.  Skipping patch.
patch unexpectedly ends in middle of line
1 out of 1 hunk ignored
Error: Failure while executing: /usr/bin/patch -g 0 -f -p1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.