Last active
October 21, 2018 01:51
-
-
Save tomjakubowski/764ce15af63779ce955c54bab18b7bbe to your computer and use it in GitHub Desktop.
watchman on macOS 10.14 - Homebrew build logs
This file contains 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
Homebrew build logs for watchman on macOS 10.14 | |
Build date: 2018-10-20 18:37:46 |
This file contains 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
HOMEBREW_VERSION: 1.7.7 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: c54a657cd5987cba2718f7012a55101324fde8b1 | |
Last commit: 12 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 60d5a36df8b100b2e8f6f32b9565c9390f83721b | |
Core tap last commit: 42 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_GITHUB_API_TOKEN: set | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.3.7 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby | |
Clang: 10.0 build 1000 | |
Git: 2.16.2 => /usr/local/bin/git | |
Curl: 7.54.0 => /usr/bin/curl | |
Java: 1.8.0_152 | |
macOS: 10.14-x86_64 | |
CLT: N/A | |
Xcode: 10.0 | |
XQuartz: 2.7.11 => /opt/X11 |
This file contains 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
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 or file an issue; just ignore this. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/opt/oblong/deps-64-12/bin/pkg-config | |
/opt/oblong/deps-64-12/bin/MagickCore-config | |
/opt/oblong/deps-64-12/bin/MagickWand-config | |
/opt/oblong/deps-64-12/bin/GraphicsMagickWand-config | |
/opt/oblong/deps-64-12/bin/libpng12-config | |
/opt/oblong/deps-64-12/bin/icu-config | |
/opt/oblong/deps-64-12/bin/freetype-config | |
/opt/oblong/deps-64-12/bin/Magick++-config | |
/opt/oblong/deps-64-12/bin/libpng-config | |
/opt/oblong/deps-64-12/bin/xml2-config | |
/opt/oblong/deps-64-12/bin/Wand-config | |
/opt/oblong/deps-64-12/bin/GraphicsMagick-config | |
/opt/oblong/deps-64-12/bin/Magick-config | |
/opt/oblong/deps-64-12/bin/GraphicsMagick++-config | |
/opt/oblong/deps-64-12/bin/pcre-config | |
/opt/oblong/deps-64-12/bin/guile-config | |
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/libMoltenVK.dylib | |
/usr/local/lib/libcairo-trace.0.dylib | |
/usr/local/lib/libgvplugin_core.6.dylib | |
/usr/local/lib/libgvplugin_dot_layout.6.dylib | |
/usr/local/lib/libgvplugin_gd.6.dylib | |
/usr/local/lib/libgvplugin_neato_layout.6.dylib | |
/usr/local/lib/libgvplugin_quartz.6.dylib | |
/usr/local/lib/libvalaccodegen.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/python2.7/greenlet/greenlet.h | |
/usr/local/include/python3.7m/greenlet/greenlet.h | |
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/cairo-fdr.a | |
/usr/local/lib/cairo-sphinx.a | |
/usr/local/lib/libcairo-trace.a | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
clang-format | |
openjpeg | |
perl | |
node@4 | |
meson | |
gpg-agent | |
ruby | |
Warning: Homebrew's sbin was not found in your PATH but you have installed | |
formulae that put executables in /usr/local/sbin. | |
Consider setting the PATH for example like so | |
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile |
This file contains 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
2018-10-20 18:37:46 -0700 | |
launchctl | |
unload | |
-F | |
/Users/tom/Library/LaunchAgents/com.github.facebook.watchman.plist | |
/Users/tom/Library/LaunchAgents/com.github.facebook.watchman.plist: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment