Skip to content

Instantly share code, notes, and snippets.

@pbondoer
Created December 1, 2015 16:14
Show Gist options
  • Save pbondoer/cd40dbf61aa210d19072 to your computer and use it in GitHub Desktop.
Save pbondoer/cd40dbf61aa210d19072 to your computer and use it in GitHub Desktop.
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: The filesystem on /Volumes/Data/nfs/zfs-student-7/users appears to be case-sensitive.
The default OS X filesystem is case-insensitive. Please report any apparent problems.
Warning: 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.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libportaudio.2.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/mlx.h
/usr/local/include/pa_mac_core.h
/usr/local/include/portaudio.h
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libportaudio.la
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libmlx.a
/usr/local/lib/libmlx_x86_64.a
Warning: Your Homebrew is not installed to /usr/local
You can install Homebrew anywhere you want, but some brews may only build
correctly if you install in /usr/local. Sorry!
Warning: /usr/bin occurs before /Volumes/Data/nfs/zfs-student-7/users/pbondoer/.brew/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
vi
view
vim
vimdiff
Consider setting your PATH so that /Volumes/Data/nfs/zfs-student-7/users/pbondoer/.brew/bin
occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/Volumes/Data/nfs/zfs-student-7/users/pbondoer/.brew/bin:$PATH"' >> ~/.zshrc
Warning: Homebrew's bin was not found in your PATH.
Consider setting the PATH for example like so
echo 'export PATH="/Volumes/Data/nfs/zfs-student-7/users/pbondoer/.brew/bin:$PATH"' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment