Skip to content

Instantly share code, notes, and snippets.

@jatinganhotra
Created April 1, 2014 15:07
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 jatinganhotra/9916062 to your computer and use it in GitHub Desktop.
Save jatinganhotra/9916062 to your computer and use it in GitHub Desktop.
'brew --config', 'brew doctor' and 'brew install octave' logs
bash-3.2$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 7b68e440f1626fc17a33afb2784404139cafd24c
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
Clang: 5.1 build 503
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/silverSpoon/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
bash-3.2$ brew doctor
Your system is ready to brew.
bash-3.2$ brew install -v octave 2>&1
..
..
..
cp extended.png octave.html
You don't have a working TeX binary (tex) installed anywhere in
your PATH, and texi2dvi cannot proceed without one. If you want to use
this script, you'll need to install TeX (if you don't have it) or change
your PATH or TEX environment variable (if you do). See the --help
output for more details.
For information about obtaining TeX, please see http://tug.org/texlive,
or do a web search for TeX and your operating system or distro.
make[3]: *** [octave.dvi] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
==> Formula
Tap: homebrew/science
Path: /usr/local/Library/Taps/homebrew-science/octave.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 7b68e440f1626fc17a33afb2784404139cafd24c
CPU: quad-core 64-bit sandybridge
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
X11: 2.7.5 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
CFLAGS: -D_REENTRANT
CXXFLAGS: -D_REENTRANT
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/texinfo:/usr/local/opt/readline:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/opt/X11/include:/opt/X11/include/freetype2
CMAKE_LIBRARY_PATH: /opt/X11/lib
PKG_CONFIG_PATH: /usr/local/opt/fftw/lib/pkgconfig:/usr/local/opt/arpack/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/graphicsmagick/lib/pkgconfig:/usr/local/opt/gd/lib/pkgconfig:/usr/local/opt/lua/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig
ACLOCAL_PATH: /usr/local/share/aclocal:/opt/X11/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/gnu-sed/bin:/usr/local/opt/texinfo/bin:/usr/local/opt/fftw/bin:/usr/local/opt/hdf5/bin:/usr/local/opt/pcre/bin:/usr/local/opt/qhull/bin:/usr/local/opt/libtool/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/graphicsmagick/bin:/usr/local/opt/gd/bin:/usr/local/opt/gnuplot/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/gfortran/bin:/usr/local/opt/lua/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
Error: octave did not build
Logs:
/Users/silverSpoon/Library/Logs/Homebrew/octave/01.autoreconf
/Users/silverSpoon/Library/Logs/Homebrew/octave/02.configure
/Users/silverSpoon/Library/Logs/Homebrew/octave/02.configure.cc
/Users/silverSpoon/Library/Logs/Homebrew/octave/03.make
/Users/silverSpoon/Library/Logs/Homebrew/octave/03.make.cc
/Users/silverSpoon/Library/Logs/Homebrew/octave/04.make
/Users/silverSpoon/Library/Logs/Homebrew/octave/05.make
/Users/silverSpoon/Library/Logs/Homebrew/octave/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment