I'm getting the following error when running "brew doctor":
Error: Your Cellar and TEMP directories are on different volumes.
OS X won't move relative symlinks across volumes unless the target file already
exists. Brews known to be affected by this are Git and Narwhal.
You should set the "HOMEBREW_TEMP" environmental variable to a suitable
directory on the same volume as your Cellar
How do I set this variable? And what should I set it to? I can't seem to find anything about this when googling.
brew --cellar? Is the volume that resides on different then the one/tmpis on? – Andrew Marshall Jun 19 '12 at 18:46brew updateto make sure everything is up-to-date, and see if that helps. If not, you'll probably have better luck posting on issue with Homebrew directly (just don't forget to post the solution back here!). – Andrew Marshall Jun 19 '12 at 19:21