Last active
August 29, 2015 14:01
-
-
Save joshtch/39fafcb383bfa65d60ba to your computer and use it in GitHub Desktop.
10.9 mdfind error
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
~❯ brew update | |
Already up-to-date. | |
~❯ brew doctor | |
2014-05-16 23:47:48.777 mdfind[26170:d07] Metadata.framework [Error]: couldn't get the client port | |
2014-05-16 23:47:49.230 mdfind[26181:d07] Metadata.framework [Error]: couldn't get the client port | |
2014-05-16 23:47:49.259 mdfind[26184:d07] Metadata.framework [Error]: couldn't get the client port | |
2014-05-16 23:47:49.270 mdfind[26185:d07] Metadata.framework [Error]: couldn't get the client port | |
Warning: Putting non-prefixed findutils in your path can cause python builds to fail. | |
~❯ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 08b4738bcdbd4f75801e270fabe6601763515a9b | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
2014-05-16 23:48:08.997 mdfind[26274:d07] Metadata.framework [Error]: couldn't get the client port | |
CLT: 5.1.0.0.1.1396320587 | |
Clang: 5.1 build 503 | |
2014-05-16 23:48:09.067 mdfind[26287:d07] Metadata.framework [Error]: couldn't get the client port | |
X11: 2.7.5 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
~❯ clang --version | |
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
~❯ xcrun clang --version | |
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) | |
Target: x86_64-apple-darwin13.1.0 | |
Thread model: posix | |
~❯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment