Skip to content

Instantly share code, notes, and snippets.

@jasdumas
Last active March 11, 2017 19:36
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 jasdumas/29caf5a9ce0104aa6bf14183ee1e3cd8 to your computer and use it in GitHub Desktop.
Save jasdumas/29caf5a9ce0104aa6bf14183ee1e3cd8 to your computer and use it in GitHub Desktop.
jasminedumas~: brew install imagemagick
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 imagemagick: libtiff
==> Installing imagemagick dependency: libtiff
==> Downloading http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz
Already downloaded: /Users/jasminedumas/Library/Caches/Homebrew/libtiff-4.0.6.tar.gz
==> Downloading https://mirrors.ocf.berkeley.edu/debian/pool/main/t/
curl: (22) The requested URL returned error: 404 Not Found
Trying a mirror...
==> Downloading https://mirrorservice.org/sites/ftp.debian.org/debia
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "libtiff--patch"
Download failed: https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/t/tiff/tiff_4.0.6-1.debian.tar.xz
jasminedumas~:
jasminedumas~: brew install ghostscript
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 ghostscript: libtiff, little-
==> Installing ghostscript dependency: libtiff
==> Downloading http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz
Already downloaded: /Users/jasminedumas/Library/Caches/Homebrew/libtiff-4.0.6.tar.gz
==> Downloading https://mirrors.ocf.berkeley.edu/debian/pool/main/t/
curl: (22) The requested URL returned error: 404 Not Found
Trying a mirror...
==> Downloading https://mirrorservice.org/sites/ftp.debian.org/debia
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "libtiff--patch"
Download failed: https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/t/tiff/tiff_4.0.6-1.debian.tar.xz
jasminedumas~:
@jasdumas
Copy link
Author

I think this actually works now:

sudo chgrp -R admin /usr/local
sudo chmod -R g+w /usr/local
brew update
brew doctor
brew prune
brew doctor
brew install imagemagick
brew install ghostscript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment