Skip to content

Instantly share code, notes, and snippets.

@yurikoles
Created June 22, 2015 09:58
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 yurikoles/82a20783e016c2aa0432 to your computer and use it in GitHub Desktop.
Save yurikoles/82a20783e016c2aa0432 to your computer and use it in GitHub Desktop.
brew install coreutils on 10.11
Hack-yurikoles:work yurikoles$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir /usr/local
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local
==> Downloading and installing Homebrew...
remote: Counting objects: 3616, done.
remote: Compressing objects: 100% (3449/3449), done.
remote: Total 3616 (delta 36), reused 680 (delta 27), pack-reused 0
Receiving objects: 100% (3616/3616), 2.91 MiB | 1.34 MiB/s, done.
Resolving deltas: 100% (36/36), done.
From https://github.com/Homebrew/homebrew
* [new branch] master -> origin/master
HEAD is now at bf20f49 Simplify gcc_version_formula
==> Installation successful!
==> Next steps
Run `brew help` to get started
Hack-yurikoles:work yurikoles$ brew install coreutils
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
==> Installing coreutils dependency: xz
==> Downloading https://fossies.org/linux/misc/xz-5.2.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/xz-5.2.1.tar.gz
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/xz/5.2.1
==> make install
libtool: install: /usr/bin/install -c .libs/xzdec /usr/local/Cellar/xz/5.2.1/bin/xzdec
libtool: install: /usr/bin/install -c .libs/lzmadec /usr/local/Cellar/xz/5.2.1/bin/lzmadec
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
READ THIS: https://git.io/brew-troubleshooting
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
Hack-yurikoles:work yurikoles$ brew gist-logs xz
https://gist.github.com/51dd01ad8b3f38e1bf00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment