Created
December 1, 2015 16:14
-
-
Save pbondoer/cd40dbf61aa210d19072 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1;39mPlease 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![0m | |
[4;33mWarning[0m: 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. | |
[4;33mWarning[0m: 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. | |
[4;33mWarning[0m: 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 | |
[4;33mWarning[0m: 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 | |
[4;33mWarning[0m: 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 | |
[4;33mWarning[0m: 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 | |
[4;33mWarning[0m: 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! | |
[4;33mWarning[0m: /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 | |
[4;33mWarning[0m: 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