Skip to content

Instantly share code, notes, and snippets.

@tylerarnold
Created February 19, 2014 17:50
Show Gist options
  • Save tylerarnold/9097440 to your computer and use it in GitHub Desktop.
Save tylerarnold/9097440 to your computer and use it in GitHub Desktop.
successful build of coreutils (8.21 works, 8.22 does not)
git checkout ffe8fff Library/Formula/coreutils.rb
Loki:local tylerarnold$ brew install coreutils
==> Downloading http://ftpmirror.gnu.org/coreutils/coreutils-8.21.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/coreutils/8.21 --program-prefix=g --without-gmp
==> make install
==> Caveats
All commands have been installed with the prefix 'g'.
If you really need to use these commands with their normal names, you
can add a "gnubin" directory to your PATH from your bashrc like:
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
Additionally, you can access their man pages with normal names if you add
the "gnuman" directory to your MANPATH from your bashrc as well:
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
==> Summary
🍺 /usr/local/Cellar/coreutils/8.21: 210 files, 9.2M, built in 72 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment