Skip to content

Instantly share code, notes, and snippets.

@dsyang
dsyang / doctor.out.txt
Created July 31, 2011 02:45
brew doctor
Some folders in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
folders, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
/usr/local/share/man/de/man1
@dsyang
dsyang / jpeg.errors.txt
Created July 31, 2011 02:41
brew install -v jpeg
==> Downloading http://www.ijg.org/files/jpegsrc.v8c.tar.gz
File already downloaded in /Users/dsyang/Library/Caches/Homebrew
/usr/bin/tar xf /Users/dsyang/Library/Caches/Homebrew/jpeg-8c.tar.gz
==> ./configure --prefix=/usr/local/Cellar/jpeg/8c
./configure --prefix=/usr/local/Cellar/jpeg/8c
checking build system type... x86_64-apple-darwin10.8.0
checking host system type... x86_64-apple-darwin10.8.0
checking target system type... x86_64-apple-darwin10.8.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes