Skip to content

Instantly share code, notes, and snippets.

@moonhouse
Created May 2, 2015 18:25
Show Gist options
  • Save moonhouse/c928d5c074c140a3bce8 to your computer and use it in GitHub Desktop.
Save moonhouse/c928d5c074c140a3bce8 to your computer and use it in GitHub Desktop.
brew install --HEAD watsonbox/cmu-sphinx/cmu-sphinxtrain
➜ ~ brew tap watsonbox/cmu-sphinx
==> Tapping watsonbox/cmu-sphinx
Cloning into '/usr/local/Library/Taps/watsonbox/homebrew-cmu-sphinx'...
remote: Counting objects: 41, done.
remote: Total 41 (delta 0), reused 0 (delta 0), pack-reused 41
Unpacking objects: 100% (41/41), done.
Checking connectivity... done.
Warning: Could not create link for watsonbox/cmu-sphinx/cmu-pocketsphinx, as it
conflicts with Homebrew/homebrew/cmu-pocketsphinx. You will need to use the
fully-qualified name when referring this formula, e.g.
brew install watsonbox/cmu-sphinx/cmu-pocketsphinx
Warning: Could not create link for watsonbox/cmu-sphinx/cmu-sphinxbase, as it
conflicts with Homebrew/homebrew/cmu-sphinxbase. You will need to use the
fully-qualified name when referring this formula, e.g.
brew install watsonbox/cmu-sphinx/cmu-sphinxbase
Tapped 3 formulae (66 files, 268K)
➜ ~ brew install --HEAD watsonbox/cmu-sphinx/cmu-sphinxbase
==> Installing cmu-sphinxbase from watsonbox/homebrew-cmu-sphinx
==> Installing cmu-sphinxbase dependency: libsamplerate
==> Downloading http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz
######################################################################## 100.0%
==> Patching
patching file examples/audio_out.c
==> ./configure --prefix=/usr/local/Cellar/libsamplerate/0.1.8
==> make install
🍺 /usr/local/Cellar/libsamplerate/0.1.8: 26 files, 3.1M, built in 24 seconds
==> Installing cmu-sphinxbase
==> Cloning https://github.com/cmusphinx/sphinxbase.git
Cloning into '/Library/Caches/Homebrew/cmu-sphinxbase--git'...
remote: Counting objects: 424, done.
remote: Compressing objects: 100% (361/361), done.
remote: Total 424 (delta 79), reused 219 (delta 42), pack-reused 0
Receiving objects: 100% (424/424), 2.48 MiB | 566.00 KiB/s, done.
Resolving deltas: 100% (79/79), done.
Checking connectivity... done.
==> Checking out branch master
==> ./autogen.sh
==> ./configure --prefix=/usr/local/Cellar/cmu-sphinxbase/HEAD
==> make install
🍺 /usr/local/Cellar/cmu-sphinxbase/HEAD: 73 files, 1.5M, built in 51 seconds
➜ ~ brew install --HEAD watsonbox/cmu-sphinx/cmu-sphinxtrain
==> Installing cmu-sphinxtrain from watsonbox/homebrew-cmu-sphinx
==> Cloning https://github.com/cmusphinx/sphinxtrain.git
Cloning into '/Library/Caches/Homebrew/cmu-sphinxtrain--git'...
remote: Counting objects: 1613, done.
remote: Compressing objects: 100% (1206/1206), done.
remote: Total 1613 (delta 372), reused 1282 (delta 225), pack-reused 0
Receiving objects: 100% (1613/1613), 8.40 MiB | 588.00 KiB/s, done.
Resolving deltas: 100% (372/372), done.
Checking connectivity... done.
==> Checking out branch master
==> ./autogen.sh
checking sphinx_config.h presence... no
checking for sphinx_config.h... no
configure: error: in `/private/tmp/cmu-sphinxtrain20150502-95862-ptyes0':
configure: error: SphinxBase was not found on your system.
See `config.log' for more details
couldn't understand kern.osversion `14.3.0'
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/watsonbox/homebrew-cmu-sphinx/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment