Showing posts with label Homebrew (package management software). Show all posts
Showing posts with label Homebrew (package management software). Show all posts

Wednesday, October 19, 2016

macOS Sierra: mail (Unix): Error and Fix: Homebrew Upgrade: Upgrading GNU AWK

Error message in mail:

dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib
  Referenced from: /usr/local/bin/gawk
  Reason: image not found


Command:

$ ls /usr/local/opt/readline/lib/


Result:

libhistory.7.0.dylib libhistory.a libreadline.7.0.dylib libreadline.a
libhistory.7.dylib libhistory.dylib libreadline.7.dylib libreadline.dylib


Command:

$ brew upgrade


Result:

==> Upgrading 14 outdated packages, with result:
eigen 3.2.10, gawk 4.1.4_1, git 2.10.1, googler 2.8, hugo 0.17, macvim 8.0-112, mercurial 3.9.2, nmap 7.30, homebrew/python/numpy 1.11.2, pyenv 1.0.2_1, python 2.7.12_2, python3 3.5.2_3, sqlite 3.15.0, vim 8.0.0041
==> Upgrading eigen
==> Downloading https://homebrew.bintray.com/bottles/eigen-3.2.10.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring eigen-3.2.10.sierra.bottle.tar.gz
🍺  /usr/local/Cellar/eigen/3.2.10: 369 files, 3.5M
==> Upgrading gawk
==> Downloading https://homebrew.bintray.com/bottles/gawk-4.1.4_1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring gawk-4.1.4_1.sierra.bottle.tar.gz
🍺  /usr/local/Cellar/gawk/4.1.4_1: 64 files, 2.8M
==> Upgrading git
==> Downloading https://homebrew.bintray.com/bottles/git-2.10.1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring git-2.10.1.sierra.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions

Emacs Lisp files have been installed to:
  /usr/local/share/emacs/site-lisp/git
==> Summary
🍺  /usr/local/Cellar/git/2.10.1: 1,439 files, 31.8M
==> Upgrading googler
==> Installing dependencies for googler: sqlite, python3
==> Installing googler dependency: sqlite
==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.15.0.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring sqlite-3.15.0.sierra.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

macOS provides an older sqlite3.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/sqlite/lib
    CPPFLAGS: -I/usr/local/opt/sqlite/include
    PKG_CONFIG_PATH: /usr/local/opt/sqlite/lib/pkgconfig

==> Summary
🍺  /usr/local/Cellar/sqlite/3.15.0: 11 files, 2.9M
==> Installing googler dependency: python3
Warning: Building python3 from source:
  The bottle needs the Apple Command Line Tools to be installed.
  You can install them, if desired, with:
    xcode-select --install

==> Using the sandbox
==> Downloading https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz
######################################################################## 100.0%
==> Downloading https://bugs.python.org/file30805/issue10910-workaround.txt
######################################################################## 100.0%
==> Patching
==> Applying issue10910-workaround.txt
patching file Include/pyport.h
Hunk #1 succeeded at 688 (offset -11 lines).
Hunk #2 succeeded at 711 (offset -11 lines).
==> ./configure --prefix=/usr/local/Cellar/python3/3.5.2_3 --enable-ipv6 --datarootdir=/usr/local/Cellar/python3/3.5.2_3/share --datadir=/usr/local/Cellar/python3/3.5.2_3/share --enable-framework=/usr/local/Cellar/python3/3.5
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python3/3.5.2_3
==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python3/3.5.2_3/share/python3
==> Downloading https://files.pythonhosted.org/packages/9f/32/81c324675725d78e7f6da777483a3453611a427db0145dfb878940469692/setuptools-25.2.0.tar.gz
######################################################################## 100.0%
==> Downloading https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz
######################################################################## 100.0%
==> Downloading https://pypi.python.org/packages/source/w/wheel/wheel-0.29.0.tar.gz
######################################################################## 100.0%
==> /usr/local/Cellar/python3/3.5.2_3/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.5.2_3/bin --install-lib=/usr/local/lib/python3.5/site-packages --single-versi
==> /usr/local/Cellar/python3/3.5.2_3/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.5.2_3/bin --install-lib=/usr/local/lib/python3.5/site-packages --single-versi
==> /usr/local/Cellar/python3/3.5.2_3/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.5.2_3/bin --install-lib=/usr/local/lib/python3.5/site-packages --single-versi
==> Caveats
Pip, setuptools, and wheel have been installed. To update them
  pip3 install --upgrade pip setuptools wheel

You can install Python packages with
  pip3 install <package>

They will install into the site-package directory
  /usr/local/lib/python3.5/site-packages

See: https://github.com/Homebrew/brew/blob/master/docs/Homebrew-and-Python.md

.app bundles were installed.
Run `brew linkapps python3` to symlink these to /Applications.
==> Summary
🍺  /usr/local/Cellar/python3/3.5.2_3: 7,720 files, 109.4M, built in 2 minutes 22 seconds
==> Installing googler
==> Downloading https://homebrew.bintray.com/bottles/googler-2.8.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring googler-2.8.sierra.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
🍺  /usr/local/Cellar/googler/2.8: 11 files, 161.0K
==> Upgrading hugo
==> Downloading https://homebrew.bintray.com/bottles/hugo-0.17.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring hugo-0.17.sierra.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/hugo/0.17: 32 files, 16M
==> Upgrading macvim
==> Downloading https://github.com/macvim-dev/macvim/archive/snapshot-112.tar.gz
==> Downloading from https://codeload.github.com/macvim-dev/macvim/tar.gz/snapshot-112
######################################################################## 100.0%
==> ./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/usr/local --enable-csc
==> make
==> Caveats
.app bundles were installed.
Run `brew linkapps macvim` to symlink these to /Applications.
==> Summary
🍺  /usr/local/Cellar/macvim/8.0-112: 2,102 files, 33.6M, built in 1 minute 56 seconds
==> Upgrading mercurial
==> Installing dependencies for mercurial: python
==> Installing mercurial dependency: python
Warning: Building python from source:
  The bottle needs the Apple Command Line Tools to be installed.
  You can install them, if desired, with:
    xcode-select --install

==> Downloading https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz
######################################################################## 100.0%
==> Downloading https://bugs.python.org/file30805/issue10910-workaround.txt
######################################################################## 100.0%
==> Patching
==> Applying issue10910-workaround.txt
patching file Include/pyport.h
Hunk #1 succeeded at 713 (offset 14 lines).
Hunk #2 succeeded at 736 (offset 14 lines).
==> ./configure --prefix=/usr/local/Cellar/python/2.7.12_2 --enable-ipv6 --datarootdir=/usr/local/Cellar/python/2.7.12_2/share --datadir=/usr/local/Cellar/python/2.7.12_2/share --enable-framework=/usr/local/Cellar/python/2.7.
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.12_2
==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.12_2/share/python
==> Downloading https://files.pythonhosted.org/packages/9f/7c/0a33c528164f1b7ff8cf0684cf88c2e733c8ae0119ceca4a3955c7fc059d/setuptools-23.1.0.tar.gz
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/c9/1d/bd19e691fd4cfe908c76c429fe6e4436c9e83583c4414b54f6c85471954a/wheel-0.29.0.tar.gz
######################################################################## 100.0%
==> /usr/local/Cellar/python/2.7.12_2/bin/python -s setup.py --no-user-cfg install --force --verbose --single-version-externally-managed --record=installed.txt --install-scripts=/usr/local/Cellar/python/2.7.12_2/bin --install
==> /usr/local/Cellar/python/2.7.12_2/bin/python -s setup.py --no-user-cfg install --force --verbose --single-version-externally-managed --record=installed.txt --install-scripts=/usr/local/Cellar/python/2.7.12_2/bin --install
==> /usr/local/Cellar/python/2.7.12_2/bin/python -s setup.py --no-user-cfg install --force --verbose --single-version-externally-managed --record=installed.txt --install-scripts=/usr/local/Cellar/python/2.7.12_2/bin --install
==> Caveats
Pip and setuptools have been installed. To update them
  pip install --upgrade pip setuptools

You can install Python packages with
  pip install <package>

They will install into the site-package directory
  /usr/local/lib/python2.7/site-packages

See: https://github.com/Homebrew/brew/blob/master/docs/Homebrew-and-Python.md

.app bundles were installed.
Run `brew linkapps python` to symlink these to /Applications.
==> Summary
🍺  /usr/local/Cellar/python/2.7.12_2: 6,289 files, 85.5M, built in 2 minutes 28 seconds
==> Installing mercurial
==> Downloading https://homebrew.bintray.com/bottles/mercurial-3.9.2.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring mercurial-3.9.2.sierra.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
🍺  /usr/local/Cellar/mercurial/3.9.2: 428 files, 5.8M
==> Upgrading nmap
==> Downloading https://homebrew.bintray.com/bottles/nmap-7.30.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring nmap-7.30.sierra.bottle.tar.gz
🍺  /usr/local/Cellar/nmap/7.30: 748 files, 23.9M
==> Upgrading homebrew/python/numpy
==> Downloading https://homebrew.bintray.com/bottles-python/numpy-1.11.2.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring numpy-1.11.2.sierra.bottle.tar.gz
🍺  /usr/local/Cellar/numpy/1.11.2: 433 files, 9M
==> Upgrading pyenv
==> Downloading https://github.com/yyuu/pyenv/archive/v1.0.2.tar.gz
Already downloaded: /Users/USERNAME/Library/Caches/Homebrew/pyenv-1.0.2.tar.gz
==> Caveats
To use Homebrew's directories rather than ~/.pyenv add to your profile:
  export PYENV_ROOT=/usr/local/var/pyenv

To enable shims and autocompletion add to your profile:
  if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
==> Summary
🍺  /usr/local/Cellar/pyenv/1.0.2_1: 522 files, 2.2M, built in 1 second
==> Upgrading vim
==> Downloading https://github.com/vim/vim/archive/v8.0.0041.tar.gz
==> Downloading from https://codeload.github.com/vim/vim/tar.gz/v8.0.0041
######################################################################## 100.0%
==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/8.0.0041/share/man --enable-multibyte --with-tlib=ncurses --enable-cscope --with-compiledby=Homebrew --enable-luainterp --enable-perlinterp --enable-pythonint
==> make
==> make install prefix=/usr/local/Cellar/vim/8.0.0041 STRIP=/usr/bin/true
🍺  /usr/local/Cellar/vim/8.0.0041: 1,705 files, 23.3M, built in 1 minute 16 seconds

Tuesday, September 13, 2016

macOS Sierra: Installing Macvim with Lua

Command:

$ brew install macvim --with-lua


Result:

Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
==> Installing dependencies for macvim: cscope
==> Installing macvim dependency: cscope
==> Downloading https://homebrew.bintray.com/bottles/cscope-15.8b.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring cscope-15.8b.sierra.bottle.tar.gz
🍺  /usr/local/Cellar/cscope/15.8b: 10 files, 714K
==> Installing macvim
==> Using the sandbox
==> Downloading https://github.com/macvim-dev/macvim/archive/snapshot-108.tar.gz
==> Downloading from https://codeload.github.com/macvim-dev/macvim/tar.gz/snapshot-108
######################################################################## 100.0%
==> ./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-tlib=ncurses --with-compiledby=Ho
==> make
==> Caveats
.app bundles were installed.
Run `brew linkapps macvim` to symlink these to /Applications.
==> Summary
🍺  /usr/local/Cellar/macvim/7.4-108: 2,099 files, 33.5M, built in 1 minute 47 seconds


Command:

$ mvim --version | grep lua


Result:

+dialog_con_gui  +lua             +rightleft       +writebackup
Linking: clang   -L. -L/usr/local/lib -L. -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -framework CoreFoundation -L/usr/local/lib -o Vim -framework Cocoa -framework Carbon       -lm  -lncurses -liconv -framework Cocoa  -L/usr/local/opt/lua/lib -llua -fstack-protector  -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl -framework Python   -framework Ruby  

Saturday, September 10, 2016

macOS Sierra: Installing Network Kanji Filter

Command:

$ brew install nkf


Result:

==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
fabio                                                        pyenv                                                        watch                                                    

Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
==> Using the sandbox
==> Downloading http://dl.osdn.jp/nkf/64158/nkf-2.1.4.tar.gz
######################################################################## 100.0%
==> make CC=clang
==> make install prefix=/usr/local/Cellar/nkf/2.1.4 MKDIR=mkdir -p
🍺  /usr/local/Cellar/nkf/2.1.4: 4 files, 342.6K, built in 2 seconds

macOS Sierra: Installing Tree (Unix) Command

Command:

$ brew install tree


Result:

==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
No changes to formulae.

Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
==> Using the sandbox
==> Downloading http://mama.indstate.edu/users/ice/tree/src/tree-1.7.0.tgz
######################################################################## 100.0%
==> make prefix=/usr/local/Cellar/tree/1.7.0 MANDIR=/usr/local/Cellar/tree/1.7.0/share/man/man1 CC=clang CFLAGS=-fomit-frame-pointer LDFLAGS= OBJS=tree.o unix.o html.o xml.o hash.o
🍺  /usr/local/Cellar/tree/1.7.0: 7 files, 113.2K, built in 7 seconds

macOS Sierra: Homebrew Doctor: Many Warnings

Command:

$ brew doctor


Result:

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!

Warning: Your XQuartz (2.7.8) is outdated
Please install XQuartz 2.7.9:
  https://xquartz.macosforge.org

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/libgsl.19.dylib
    /usr/local/lib/libgslcblas.0.dylib

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
    /usr/local/include/gsl/gsl_blas.h
    /usr/local/include/gsl/gsl_blas_types.h
    /usr/local/include/gsl/gsl_block.h
    /usr/local/include/gsl/gsl_block_char.h
    /usr/local/include/gsl/gsl_block_complex_double.h
    /usr/local/include/gsl/gsl_block_complex_float.h
    /usr/local/include/gsl/gsl_block_complex_long_double.h
    /usr/local/include/gsl/gsl_block_double.h
    /usr/local/include/gsl/gsl_block_float.h
    /usr/local/include/gsl/gsl_block_int.h
    /usr/local/include/gsl/gsl_block_long.h
    /usr/local/include/gsl/gsl_block_long_double.h
    /usr/local/include/gsl/gsl_block_short.h
    /usr/local/include/gsl/gsl_block_uchar.h
    /usr/local/include/gsl/gsl_block_uint.h
    /usr/local/include/gsl/gsl_block_ulong.h
    /usr/local/include/gsl/gsl_block_ushort.h
    /usr/local/include/gsl/gsl_bspline.h
    /usr/local/include/gsl/gsl_cblas.h
    /usr/local/include/gsl/gsl_cdf.h
    /usr/local/include/gsl/gsl_chebyshev.h
    /usr/local/include/gsl/gsl_check_range.h
    /usr/local/include/gsl/gsl_combination.h
    /usr/local/include/gsl/gsl_complex.h
    /usr/local/include/gsl/gsl_complex_math.h
    /usr/local/include/gsl/gsl_const.h
    /usr/local/include/gsl/gsl_const_cgs.h
    /usr/local/include/gsl/gsl_const_cgsm.h
    /usr/local/include/gsl/gsl_const_mks.h
    /usr/local/include/gsl/gsl_const_mksa.h
    /usr/local/include/gsl/gsl_const_num.h
    /usr/local/include/gsl/gsl_deriv.h
    /usr/local/include/gsl/gsl_dft_complex.h
    /usr/local/include/gsl/gsl_dft_complex_float.h
    /usr/local/include/gsl/gsl_dht.h
    /usr/local/include/gsl/gsl_diff.h
    /usr/local/include/gsl/gsl_eigen.h
    /usr/local/include/gsl/gsl_errno.h
    /usr/local/include/gsl/gsl_fft.h
    /usr/local/include/gsl/gsl_fft_complex.h
    /usr/local/include/gsl/gsl_fft_complex_float.h
    /usr/local/include/gsl/gsl_fft_halfcomplex.h
    /usr/local/include/gsl/gsl_fft_halfcomplex_float.h
    /usr/local/include/gsl/gsl_fft_real.h
    /usr/local/include/gsl/gsl_fft_real_float.h
    /usr/local/include/gsl/gsl_fit.h
    /usr/local/include/gsl/gsl_heapsort.h
    /usr/local/include/gsl/gsl_histogram.h
    /usr/local/include/gsl/gsl_histogram2d.h
    /usr/local/include/gsl/gsl_ieee_utils.h
    /usr/local/include/gsl/gsl_inline.h
    /usr/local/include/gsl/gsl_integration.h
    /usr/local/include/gsl/gsl_interp.h
    /usr/local/include/gsl/gsl_interp2d.h
    /usr/local/include/gsl/gsl_linalg.h
    /usr/local/include/gsl/gsl_machine.h
    /usr/local/include/gsl/gsl_math.h
    /usr/local/include/gsl/gsl_matrix.h
    /usr/local/include/gsl/gsl_matrix_char.h
    /usr/local/include/gsl/gsl_matrix_complex_double.h
    /usr/local/include/gsl/gsl_matrix_complex_float.h
    /usr/local/include/gsl/gsl_matrix_complex_long_double.h
    /usr/local/include/gsl/gsl_matrix_double.h
    /usr/local/include/gsl/gsl_matrix_float.h
    /usr/local/include/gsl/gsl_matrix_int.h
    /usr/local/include/gsl/gsl_matrix_long.h
    /usr/local/include/gsl/gsl_matrix_long_double.h
    /usr/local/include/gsl/gsl_matrix_short.h
    /usr/local/include/gsl/gsl_matrix_uchar.h
    /usr/local/include/gsl/gsl_matrix_uint.h
    /usr/local/include/gsl/gsl_matrix_ulong.h
    /usr/local/include/gsl/gsl_matrix_ushort.h
    /usr/local/include/gsl/gsl_message.h
    /usr/local/include/gsl/gsl_min.h
    /usr/local/include/gsl/gsl_minmax.h
    /usr/local/include/gsl/gsl_mode.h
    /usr/local/include/gsl/gsl_monte.h
    /usr/local/include/gsl/gsl_monte_miser.h
    /usr/local/include/gsl/gsl_monte_plain.h
    /usr/local/include/gsl/gsl_monte_vegas.h
    /usr/local/include/gsl/gsl_multifit.h
    /usr/local/include/gsl/gsl_multifit_nlin.h
    /usr/local/include/gsl/gsl_multilarge.h
    /usr/local/include/gsl/gsl_multimin.h
    /usr/local/include/gsl/gsl_multiroots.h
    /usr/local/include/gsl/gsl_multiset.h
    /usr/local/include/gsl/gsl_nan.h
    /usr/local/include/gsl/gsl_ntuple.h
    /usr/local/include/gsl/gsl_odeiv.h
    /usr/local/include/gsl/gsl_odeiv2.h
    /usr/local/include/gsl/gsl_permutation.h
    /usr/local/include/gsl/gsl_permute.h
    /usr/local/include/gsl/gsl_permute_char.h
    /usr/local/include/gsl/gsl_permute_complex_double.h
    /usr/local/include/gsl/gsl_permute_complex_float.h
    /usr/local/include/gsl/gsl_permute_complex_long_double.h
    /usr/local/include/gsl/gsl_permute_double.h
    /usr/local/include/gsl/gsl_permute_float.h
    /usr/local/include/gsl/gsl_permute_int.h
    /usr/local/include/gsl/gsl_permute_long.h
    /usr/local/include/gsl/gsl_permute_long_double.h
    /usr/local/include/gsl/gsl_permute_short.h
    /usr/local/include/gsl/gsl_permute_uchar.h
    /usr/local/include/gsl/gsl_permute_uint.h
    /usr/local/include/gsl/gsl_permute_ulong.h
    /usr/local/include/gsl/gsl_permute_ushort.h
    /usr/local/include/gsl/gsl_permute_vector.h
    /usr/local/include/gsl/gsl_permute_vector_char.h
    /usr/local/include/gsl/gsl_permute_vector_complex_double.h
    /usr/local/include/gsl/gsl_permute_vector_complex_float.h
    /usr/local/include/gsl/gsl_permute_vector_complex_long_double.h
    /usr/local/include/gsl/gsl_permute_vector_double.h
    /usr/local/include/gsl/gsl_permute_vector_float.h
    /usr/local/include/gsl/gsl_permute_vector_int.h
    /usr/local/include/gsl/gsl_permute_vector_long.h
    /usr/local/include/gsl/gsl_permute_vector_long_double.h
    /usr/local/include/gsl/gsl_permute_vector_short.h
    /usr/local/include/gsl/gsl_permute_vector_uchar.h
    /usr/local/include/gsl/gsl_permute_vector_uint.h
    /usr/local/include/gsl/gsl_permute_vector_ulong.h
    /usr/local/include/gsl/gsl_permute_vector_ushort.h
    /usr/local/include/gsl/gsl_poly.h
    /usr/local/include/gsl/gsl_pow_int.h
    /usr/local/include/gsl/gsl_precision.h
    /usr/local/include/gsl/gsl_qrng.h
    /usr/local/include/gsl/gsl_randist.h
    /usr/local/include/gsl/gsl_rng.h
    /usr/local/include/gsl/gsl_roots.h
    /usr/local/include/gsl/gsl_rstat.h
    /usr/local/include/gsl/gsl_sf.h
    /usr/local/include/gsl/gsl_sf_airy.h
    /usr/local/include/gsl/gsl_sf_bessel.h
    /usr/local/include/gsl/gsl_sf_clausen.h
    /usr/local/include/gsl/gsl_sf_coulomb.h
    /usr/local/include/gsl/gsl_sf_coupling.h
    /usr/local/include/gsl/gsl_sf_dawson.h
    /usr/local/include/gsl/gsl_sf_debye.h
    /usr/local/include/gsl/gsl_sf_dilog.h
    /usr/local/include/gsl/gsl_sf_elementary.h
    /usr/local/include/gsl/gsl_sf_ellint.h
    /usr/local/include/gsl/gsl_sf_elljac.h
    /usr/local/include/gsl/gsl_sf_erf.h
    /usr/local/include/gsl/gsl_sf_exp.h
    /usr/local/include/gsl/gsl_sf_expint.h
    /usr/local/include/gsl/gsl_sf_fermi_dirac.h
    /usr/local/include/gsl/gsl_sf_gamma.h
    /usr/local/include/gsl/gsl_sf_gegenbauer.h
    /usr/local/include/gsl/gsl_sf_hyperg.h
    /usr/local/include/gsl/gsl_sf_laguerre.h
    /usr/local/include/gsl/gsl_sf_lambert.h
    /usr/local/include/gsl/gsl_sf_legendre.h
    /usr/local/include/gsl/gsl_sf_log.h
    /usr/local/include/gsl/gsl_sf_mathieu.h
    /usr/local/include/gsl/gsl_sf_pow_int.h
    /usr/local/include/gsl/gsl_sf_psi.h
    /usr/local/include/gsl/gsl_sf_result.h
    /usr/local/include/gsl/gsl_sf_synchrotron.h
    /usr/local/include/gsl/gsl_sf_transport.h
    /usr/local/include/gsl/gsl_sf_trig.h
    /usr/local/include/gsl/gsl_sf_zeta.h
    /usr/local/include/gsl/gsl_siman.h
    /usr/local/include/gsl/gsl_sort.h
    /usr/local/include/gsl/gsl_sort_char.h
    /usr/local/include/gsl/gsl_sort_double.h
    /usr/local/include/gsl/gsl_sort_float.h
    /usr/local/include/gsl/gsl_sort_int.h
    /usr/local/include/gsl/gsl_sort_long.h
    /usr/local/include/gsl/gsl_sort_long_double.h
    /usr/local/include/gsl/gsl_sort_short.h
    /usr/local/include/gsl/gsl_sort_uchar.h
    /usr/local/include/gsl/gsl_sort_uint.h
    /usr/local/include/gsl/gsl_sort_ulong.h
    /usr/local/include/gsl/gsl_sort_ushort.h
    /usr/local/include/gsl/gsl_sort_vector.h
    /usr/local/include/gsl/gsl_sort_vector_char.h
    /usr/local/include/gsl/gsl_sort_vector_double.h
    /usr/local/include/gsl/gsl_sort_vector_float.h
    /usr/local/include/gsl/gsl_sort_vector_int.h
    /usr/local/include/gsl/gsl_sort_vector_long.h
    /usr/local/include/gsl/gsl_sort_vector_long_double.h
    /usr/local/include/gsl/gsl_sort_vector_short.h
    /usr/local/include/gsl/gsl_sort_vector_uchar.h
    /usr/local/include/gsl/gsl_sort_vector_uint.h
    /usr/local/include/gsl/gsl_sort_vector_ulong.h
    /usr/local/include/gsl/gsl_sort_vector_ushort.h
    /usr/local/include/gsl/gsl_spblas.h
    /usr/local/include/gsl/gsl_specfunc.h
    /usr/local/include/gsl/gsl_splinalg.h
    /usr/local/include/gsl/gsl_spline.h
    /usr/local/include/gsl/gsl_spline2d.h
    /usr/local/include/gsl/gsl_spmatrix.h
    /usr/local/include/gsl/gsl_statistics.h
    /usr/local/include/gsl/gsl_statistics_char.h
    /usr/local/include/gsl/gsl_statistics_double.h
    /usr/local/include/gsl/gsl_statistics_float.h
    /usr/local/include/gsl/gsl_statistics_int.h
    /usr/local/include/gsl/gsl_statistics_long.h
    /usr/local/include/gsl/gsl_statistics_long_double.h
    /usr/local/include/gsl/gsl_statistics_short.h
    /usr/local/include/gsl/gsl_statistics_uchar.h
    /usr/local/include/gsl/gsl_statistics_uint.h
    /usr/local/include/gsl/gsl_statistics_ulong.h
    /usr/local/include/gsl/gsl_statistics_ushort.h
    /usr/local/include/gsl/gsl_sum.h
    /usr/local/include/gsl/gsl_sys.h
    /usr/local/include/gsl/gsl_test.h
    /usr/local/include/gsl/gsl_types.h
    /usr/local/include/gsl/gsl_vector.h
    /usr/local/include/gsl/gsl_vector_char.h
    /usr/local/include/gsl/gsl_vector_complex.h
    /usr/local/include/gsl/gsl_vector_complex_double.h
    /usr/local/include/gsl/gsl_vector_complex_float.h
    /usr/local/include/gsl/gsl_vector_complex_long_double.h
    /usr/local/include/gsl/gsl_vector_double.h
    /usr/local/include/gsl/gsl_vector_float.h
    /usr/local/include/gsl/gsl_vector_int.h
    /usr/local/include/gsl/gsl_vector_long.h
    /usr/local/include/gsl/gsl_vector_long_double.h
    /usr/local/include/gsl/gsl_vector_short.h
    /usr/local/include/gsl/gsl_vector_uchar.h
    /usr/local/include/gsl/gsl_vector_uint.h
    /usr/local/include/gsl/gsl_vector_ulong.h
    /usr/local/include/gsl/gsl_vector_ushort.h
    /usr/local/include/gsl/gsl_version.h
    /usr/local/include/gsl/gsl_wavelet.h
    /usr/local/include/gsl/gsl_wavelet2d.h
    /usr/local/include/node/android-ifaddrs.h
    /usr/local/include/node/ares.h
    /usr/local/include/node/ares_version.h
    /usr/local/include/node/libplatform/libplatform.h
    /usr/local/include/node/nameser.h
    /usr/local/include/node/node.h
    /usr/local/include/node/node_buffer.h
    /usr/local/include/node/node_internals.h
    /usr/local/include/node/node_object_wrap.h
    /usr/local/include/node/node_version.h
    /usr/local/include/node/openssl/aes.h
    /usr/local/include/node/openssl/archs/aix-gcc/opensslconf.h
    /usr/local/include/node/openssl/archs/aix64-gcc/opensslconf.h
    /usr/local/include/node/openssl/archs/BSD-x86/opensslconf.h
    /usr/local/include/node/openssl/archs/BSD-x86_64/opensslconf.h
    /usr/local/include/node/openssl/archs/darwin-i386-cc/opensslconf.h
    /usr/local/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h
    /usr/local/include/node/openssl/archs/linux-aarch64/opensslconf.h
    /usr/local/include/node/openssl/archs/linux-armv4/opensslconf.h
    /usr/local/include/node/openssl/archs/linux-elf/opensslconf.h
    /usr/local/include/node/openssl/archs/linux-ppc/opensslconf.h
    /usr/local/include/node/openssl/archs/linux-ppc64/opensslconf.h
    /usr/local/include/node/openssl/archs/linux-x32/opensslconf.h
    /usr/local/include/node/openssl/archs/linux-x86_64/opensslconf.h
    /usr/local/include/node/openssl/archs/solaris-x86-gcc/opensslconf.h
    /usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h
    /usr/local/include/node/openssl/archs/VC-WIN32/opensslconf.h
    /usr/local/include/node/openssl/archs/VC-WIN64A/opensslconf.h
    /usr/local/include/node/openssl/asn1.h
    /usr/local/include/node/openssl/asn1_mac.h
    /usr/local/include/node/openssl/asn1t.h
    /usr/local/include/node/openssl/bio.h
    /usr/local/include/node/openssl/blowfish.h
    /usr/local/include/node/openssl/bn.h
    /usr/local/include/node/openssl/buffer.h
    /usr/local/include/node/openssl/camellia.h
    /usr/local/include/node/openssl/cast.h
    /usr/local/include/node/openssl/cmac.h
    /usr/local/include/node/openssl/cms.h
    /usr/local/include/node/openssl/comp.h
    /usr/local/include/node/openssl/conf.h
    /usr/local/include/node/openssl/conf_api.h
    /usr/local/include/node/openssl/crypto.h
    /usr/local/include/node/openssl/des.h
    /usr/local/include/node/openssl/des_old.h
    /usr/local/include/node/openssl/dh.h
    /usr/local/include/node/openssl/dsa.h
    /usr/local/include/node/openssl/dso.h
    /usr/local/include/node/openssl/dtls1.h
    /usr/local/include/node/openssl/e_os2.h
    /usr/local/include/node/openssl/ebcdic.h
    /usr/local/include/node/openssl/ec.h
    /usr/local/include/node/openssl/ecdh.h
    /usr/local/include/node/openssl/ecdsa.h
    /usr/local/include/node/openssl/engine.h
    /usr/local/include/node/openssl/err.h
    /usr/local/include/node/openssl/evp.h
    /usr/local/include/node/openssl/hmac.h
    /usr/local/include/node/openssl/idea.h
    /usr/local/include/node/openssl/krb5_asn.h
    /usr/local/include/node/openssl/kssl.h
    /usr/local/include/node/openssl/lhash.h
    /usr/local/include/node/openssl/md4.h
    /usr/local/include/node/openssl/md5.h
    /usr/local/include/node/openssl/mdc2.h
    /usr/local/include/node/openssl/modes.h
    /usr/local/include/node/openssl/obj_mac.h
    /usr/local/include/node/openssl/objects.h
    /usr/local/include/node/openssl/ocsp.h
    /usr/local/include/node/openssl/opensslconf.h
    /usr/local/include/node/openssl/opensslv.h
    /usr/local/include/node/openssl/ossl_typ.h
    /usr/local/include/node/openssl/pem.h
    /usr/local/include/node/openssl/pem2.h
    /usr/local/include/node/openssl/pkcs12.h
    /usr/local/include/node/openssl/pkcs7.h
    /usr/local/include/node/openssl/pqueue.h
    /usr/local/include/node/openssl/rand.h
    /usr/local/include/node/openssl/rc2.h
    /usr/local/include/node/openssl/rc4.h
    /usr/local/include/node/openssl/ripemd.h
    /usr/local/include/node/openssl/rsa.h
    /usr/local/include/node/openssl/safestack.h
    /usr/local/include/node/openssl/seed.h
    /usr/local/include/node/openssl/sha.h
    /usr/local/include/node/openssl/srp.h
    /usr/local/include/node/openssl/srtp.h
    /usr/local/include/node/openssl/ssl.h
    /usr/local/include/node/openssl/ssl2.h
    /usr/local/include/node/openssl/ssl23.h
    /usr/local/include/node/openssl/ssl3.h
    /usr/local/include/node/openssl/stack.h
    /usr/local/include/node/openssl/symhacks.h
    /usr/local/include/node/openssl/tls1.h
    /usr/local/include/node/openssl/ts.h
    /usr/local/include/node/openssl/txt_db.h
    /usr/local/include/node/openssl/ui.h
    /usr/local/include/node/openssl/ui_compat.h
    /usr/local/include/node/openssl/whrlpool.h
    /usr/local/include/node/openssl/x509.h
    /usr/local/include/node/openssl/x509_vfy.h
    /usr/local/include/node/openssl/x509v3.h
    /usr/local/include/node/pthread-fixes.h
    /usr/local/include/node/stdint-msvc2008.h
    /usr/local/include/node/tree.h
    /usr/local/include/node/uv-aix.h
    /usr/local/include/node/uv-bsd.h
    /usr/local/include/node/uv-darwin.h
    /usr/local/include/node/uv-errno.h
    /usr/local/include/node/uv-linux.h
    /usr/local/include/node/uv-sunos.h
    /usr/local/include/node/uv-threadpool.h
    /usr/local/include/node/uv-unix.h
    /usr/local/include/node/uv-version.h
    /usr/local/include/node/uv-win.h
    /usr/local/include/node/uv.h
    /usr/local/include/node/v8-debug.h
    /usr/local/include/node/v8-platform.h
    /usr/local/include/node/v8-profiler.h
    /usr/local/include/node/v8-testing.h
    /usr/local/include/node/v8-util.h
    /usr/local/include/node/v8-version.h
    /usr/local/include/node/v8.h
    /usr/local/include/node/v8config.h
    /usr/local/include/node/zconf.h
    /usr/local/include/node/zlib.h

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/libgsl.la
    /usr/local/lib/libgslcblas.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/gsl.pc

Warning: Unbrewed static libraries 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 static libraries:
    /usr/local/lib/libgsl.a
    /usr/local/lib/libgslcblas.a

Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.

Warning: Your Xcode (7.3.1) is outdated
Please update to Xcode 8.0.
Xcode can be updated from
  https://developer.apple.com/xcode/downloads/
If 8.0 is installed, you may need to:
  sudo xcode-select --switch /path/to/Xcode-beta.app


Warning: Broken symlinks were found. Remove them with `brew prune`:
    /usr/local/share/man/man8/prlexec.8

Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
  brew install python

Run `brew missing` for more details.

macOS Sierra: Homebrew: Installation Error: Xcode Outdated Problem

Command (Fixing permission problem first):

$ sudo chown -R $(whoami) /usr/local
Password:


Command:

$ brew install tree


Result:

==> Auto-updated Homebrew!
Updated Homebrew from 9586390 to aaf8c41.
Updated 1 tap (homebrew/core).
==> New Formulae
apache-zeppelin                     libuninameslist                     liquigraph                          micro                               timewarrior                    
==> Updated Formulae
artifactory         ccache              fleetctl            graphicsmagick      imagemagick         libphonenumber      pidcat              syncthing           zsh-completions
aws-sdk-cpp         cli53               fwup                gron                influxdb            libpng ✔            platformio          telegraf        
awscli              cmake               gdm                 gtkextra            jsdoc3              libspiro            pngcrush            todolist        
azure-cli           crystal-lang        git-annex           heroku              lean-cli            mapnik              pypy                yadm            
cask                darcs               go                  hub                 libgetdata          mercurial ✔         sane-backends       youtube-dl      

Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Error: Your Xcode (7.3.1) is outdated
Please update to Xcode 8.0.
Xcode can be updated from
  https://developer.apple.com/xcode/downloads/
If 8.0 is installed, you may need to:
  sudo xcode-select --switch /path/to/Xcode-beta.app

macOS Sierra: Homebrew Installation Error: Permission Problem

Command:

$ brew install tree


Result:

Error: /usr/local is not writable. You should change the ownership
and permissions of /usr/local back to your user account:
  sudo chown -R $(whoami) /usr/local
Warning: You are using OS X 10.12.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Error: Your Xcode (7.3.1) is outdated
Please update to Xcode 8.0.
Xcode can be updated from
  https://developer.apple.com/xcode/downloads/
If 8.0 is installed, you may need to:
  sudo xcode-select --switch /path/to/Xcode-beta.app

Wednesday, September 7, 2016

Hugo (Static Website Generator): Installation

Command:

$ brew update && brew install hugo


Result:

Updated Homebrew from 90e8445 to 9586390.
Updated 2 taps (homebrew/core, homebrew/python).
==> New Formulae
alot                       grip                       lego                       openssl@1.1                sslsplit              
direvent                   gron                       lepton                     osm-gps-map                tbox                  
dscanner                   hg-fast-export             libbdplus                  paket                      vaulted                
feedgnuplot                homebrew/python/aeneas     libdivecomputer            pdftoedn                   wego                  
fsevents-tools             homebrew/python/h5py       libngspice                 presto                     wireguard-tools        
git-remote-hg              hopenpgp-tools             m-cli                      pybind11                   xcenv                  
gitversion                 jxrlib                     minio-mc                   rancher-cli                zstd                  
grafana                    lean-cli                   nats-streaming-server      rclone                
==> Updated Formulae
abi-compliance-checker            flvmeta                           libgraphqlparser                  poppler                      
acmetool                          folly                             libgsf                            postgis                      
activemq                          fontconfig                        libidn                            postgresql                    
afflib                            ford                              libiscsi                          pre-commit                    
afl-fuzz                          fping                             libjson-rpc-cpp                   primesieve                    
aide                              fq                                libksba                           prometheus                    
allegro                           freeipmi                          libmicrohttpd                     protobuf-swift                
amap                              freeling                          libmill                           psgrep                        
amazon-ecs-cli                    frescobaldi                       libmtp                            psqlodbc                      
ammonite-repl                     fswatch                           libphonenumber                    ptex                          
android-ndk                       fwknop                            libpng ✔                          pup                          
android-platform-tools            fwup                              libpointing                       purescript                    
ansible                           fzf                               libprotoident                     pushpin                      
ansible-cmdb                      gammaray                          libressl                          pwntools                      
ansiweather                       gammu                             libscrypt                         pyenv                        
antigen                           gauge                             libsodium                         pyenv-virtualenv              
antlr                             gawk ✔                            libswiften                        pygobject                    
apache-flink                      gcc ✔                             libtasn1                          pypy                          
apache-spark                      gcovr                             libtess2                          python3 ✔                    
apktool                           gd                                libtiff ✔                         qbs                          
app-engine-go-32                  gdal                              libtool                           qemu                          
app-engine-go-64                  gdm                               libupnp                           qjackctl                      
app-engine-java                   geckodriver                       libvirt                           qscintilla2                  
app-engine-python                 geoserver                         libvpx                            rabbitmq                      
appscale-tools                    git ✔                             libxmp                            radare2                      
apr                               git-annex                         libxmp-lite                       rainbarf                      
apr-util                          git-cola                          little-cms2                       rakudo-star                  
arangodb                          git-credential-manager            llvm                              rancher-compose              
argon2                            git-fixup                         lmdb                              rapidjson                    
aria2                             git-flow-avh                      lnav                              rbenv-binstubs                
artifactory                       git-fresh                         logstalgia                        rbenv-gemset                  
asciidoc                          git-lfs                           logstash                          re2                          
asciinema2gif                     git-octopus                       logtalk                           reattach-to-user-namespace    
assh                              git-secret                        luajit                            rebar                        
autoenv                           git-test                          luaradio                          redis                        
awf                               git-town                          luvit                             redpen                        
aws-elasticbeanstalk              git-when-merged                   lynis                             remarshal                    
aws-sdk-cpp                       gitbucket                         macvim                            repo                          
aws-shell                         giter8                            mailhog                           reposurgeon                  
awscli                            gitg                              makensis                          rethinkdb                    
azure-cli                         gitlab-ci-multi-runner            mal4s                             rfcmarkup                    
b2-tools                          gjstest                           mariadb                           rgxg                          
bacula-fd                         glew                              mawk                              rhino                        
basex                             glib                              mbelib                            riemann                      
bash-preexec                      glide                             mdp                               rocksdb                      
bazel                             gnatsd                            media-info                        roswell                      
bdw-gc                            gnu-apl                           mediaconch                        rtv                          
bfg                               gnu-complexity                    menhir                            rust                          
bind                              gnupg                             mercurial ✔                       s-search                      
binutils                          gnupg-pkcs11-scd                  meson                             saltstack                    
bitrise                           gnupg2                            mesos                             sane-backends                
blackbox                          gnuplot                           metabase                          sbcl                          
bmon                              gnuradio                          metaproxy                         sbt                          
boost                             go                                mg                                scour                        
boost-bcp                         godep                             mg3a                              scriptcs                      
boost-python                      gollum                            micropython                       sdb                          
botan                             googler                           mighttpd2                         ser2net                      
brew-gem                          gor                               miller                            sfcgal                        
brotli                            gosu                              minio                             sfml                          
caddy                             gource                            minisign                          shadowsocks-libev            
caf                               govendor                          mkvtoolnix                        shairport-sync                
cake                              gpg-agent                         mobile-shell                      shared-mime-info              
calabash                          gpgme                             monetdb                           shc                          
casperjs                          gpm                               mongo-c                           siege                        
ccache                            gputils                           mongodb                           sile                          
ccextractor                       gqlplus                           monkeysphere                      sip                          
cconv                             gradle                            mono                              sjk                          
cereal                            grib-api                          moreutils                         skinny                        
certigo                           gringo                            mosquitto                         sleuthkit                    
cgal                              groonga                           mozjpeg                           slurm                        
cgrep                             groovyserv                        mpc                               smali                        
charm                             gsl                               mpd                               smartmontools                
cheat                             gssh                              mpich                             smlnj                        
checkstyle                        gst-editing-services              mpv                               sngrep                        
chisel                            gst-libav                         mtools                            sonar                        
chromedriver                      gst-plugins-bad                   mtr                               sonar-runner                  
citus                             gst-plugins-base                  multimarkdown                     source-highlight              
clang-format                      gst-plugins-good                  multirust                         sphinx                        
cli53                             gst-plugins-ugly                  mutt                              sphinx-doc                    
clipper                           gst-python                        mycli                             spring-loaded                
cmake                             gst-validate                      mypy                              sqlite ✔                      
cmark                             gstreamer                         mysql                             sqlite-analyzer              
codequery                         gtk+3                             mysql-sandbox                     sqlmap                        
cogl                              gtk-gnutella                      mysqltuner                        ssh-copy-id                  
collectd                          gtk-vnc                           mytop                             sshguard                      
commandbox                        gtkmm                             nanopb-generator                  sshuttle                      
compcert                          gx                                nasm                              stormssh                      
conan                             gx-go                             natalie                           stunnel                      
concurrencykit                    h2o                               ncdu                              subliminal                    
convox                            hadolint                          ncmpc                             supervisor                    
corectl                           harfbuzz                          ncmpcpp                           svtplay-dl                    
coturn                            hbase                             neo4j                             swagger-codegen              
cowsay                            heroku                            newt                              swiftgen                      
cppcheck                          highlight                         nfdump                            swiftlint                    
creduce                           hive                              nghttp2                           syncthing                    
crystal-lang                      homebank                          nifi                              syncthing-inotify            
csfml                             homebrew/python/mpi4py            node                              sysdig                        
ctunnel                           homebrew/python/pillow            node-build                        tailor                        
cucumber-cpp                      homebrew/python/pymummer          nomad                             tbb                          
curl                              homebrew/python/scapy             noti                              tcpkali                      
darkice                           homebrew/python/scipy             notmuch                           terraform                    
datomic                           honcho                            nsd                               texmath                      
davix                             htmlcxx                           nspr                              tgui                          
deheader                          htop                              nss                               the_platinum_searcher        
deis                              http-parser                       nuxeo                             thefuck                      
deisctl                           httpie                            nvm                               tig                          
deja-gnu                          hub                               nzbget                            tile38                        
dependency-check                  hydra                             offlineimap                       tinyxml2                      
depqbf                            hyper                             oniguruma                         tippecanoe                    
dieharder                         hyperscan                         ooniprobe                         tmux-mem-cpu-load            
diff-pdf                          idris                             open-mpi                          todolist                      
diff-so-fancy                     imagemagick                       opencc                            tomcat                        
digdag                            infer                             opencsg                           tor                          
direnv                            innotop                           openh264                          trafficserver                
dirmngr                           inspircd                          openjpeg                          transcrypt                    
ditaa                             iso-codes                         openshift-cli                     translate-toolkit            
dnscrypt-proxy                    ispc                              openslide                         uchardet                      
dnscrypt-wrapper                  jboss-forge                       openvdb                           uhd                          
docker                            jenkins                           openvpn                           unbound                      
docker-cloud                      jetty                             ophcrack                          unrar                        
docker-compose                    jetty-runner                      opus                              upscaledb                    
docker-machine                    jfrog-cli-go                      orc                               urweb                        
docker-machine-driver-xhyve       jlog                              orientdb                          utf8proc                      
docker-swarm                      joe                               oscats                            v                            
dockutil                          jpegoptim                         osh                               vapoursynth                  
doctl                             jq                                osm2pgsql                         vault                        
dovecot                           jruby                             osquery                           vdirsyncer                    
doxygen                           jsoncpp                           owfs                              vegeta                        
dpkg                              jsonschema2pojo                   pacapt                            vifm                          
dtach                             juju                              pandoc                            vim                          
dub                               kafka                             pandoc-citeproc                   virtuoso                      
duplicity                         kerl                              pandoc-crossref                   vmtouch                      
dvm                               keybase                           pango                             vnstat                        
dxpy                              khal                              pangomm                           voldemort                    
eigen                             khard                             parallel                          vowpal-wabbit                
ejabberd                          kitchen-sync                      pass                              vultr                        
elasticsearch                     knot                              passenger                         wakatime-cli                  
elixirscript                      kobalt                            passpie                           wallpaper                    
embulk                            konoha                            pcap_dnsproxy                     wartremover                  
emp                               kore                              pcre2                             weboob                        
enca                              kubernetes-cli                    pdf2htmlex                        whatmp3                      
envchain                          kyua                              pdns                              winetricks                    
epic5                             lastpass-cli                      pdnsrec                           wireshark                    
espeak                            latexml                           peco                              wolfssl                      
etcd                              launch4j                          peg                               wrangler                      
exercism                          ldc                               percona-server                    x265                          
exiftool                          le                                percona-toolkit                   xdelta                        
exploitdb                         ledger                            percona-xtrabackup                xmake                        
fabio                             leiningen                         pgbadger                          xmp                          
fastd                             lensfun                           pgcli                             xonsh                        
fdk-aac-encoder                   leveldb                           pgroonga                          xplanetfx                    
ffmpeg                            lftp                              pgrouting                         yank                          
ffmpegthumbnailer                 libassuan                         pgtap                             yara                          
fftw                              libatomic_ops                     pig                               yle-dl                        
fibjs                             libbson                           pillar                            you-get                      
fio                               libcouchbase                      pius                              youtube-dl                    
flake8                            libflowmanager                    planck                            zero-install                  
flatbuffers                       libfreenect                       plantuml                          zimg                          
flatcc                            libftdi                           platformio                        zpaq                          
flex                              libgcrypt                         plowshare                         zplug                        
flow                              libgetdata                        pmd                               zsh-completions              
flowgrind                         libgit2-glib                      poco                              zurl                          
fluent-bit                        libgpg-error                      ponyc                        
==> Renamed Formulae
geode -> apache-geode                                               racket -> minimal-racket                                        
==> Deleted Formulae
apt-cacher-ng         curaengine            git-stree             kubernetes-helm       orpie                 slony            
avidemux              dircproxy             icmake                lastfmlib             peervpn               sqlitebrowser    
box2d                 disco                 idcomments            libdbusmenu-qt        quassel               txt2man          
cfitsio               fugu                  iodine                libiomp               rfcdiff               ucspi-tools      
clang-omp             geany                 kdiff3                luyten                samba                 vpnc              
class-dump            gimp                  kjell                 openlitespeed         shrewsoft-vpn-client
==> Downloading https://homebrew.bintray.com/bottles/hugo-0.16.el_capitan.bottle.tar.gz
######################################################################## 100.0%
==> Pouring hugo-0.16.el_capitan.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/hugo/0.16: 29 files, 17.6M