Skip to content

Instantly share code, notes, and snippets.

/var/folders/hh/s454r7v56p56v82658r42l8m0000gn/T/python-build.20180612144626.69893 ~
/var/folders/hh/s454r7v56p56v82658r42l8m0000gn/T/python-build.20180612144626.69893/Python-2.7.15 /var/folders/hh/s454r7v56p56v82658r42l8m0000gn/T/python-build.20180612144626.69893 ~
checking build system type... x86_64-apple-darwin17.6.0
checking host system type... x86_64-apple-darwin17.6.0
checking for python2.7... python2.7
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... darwin
checking EXTRAPLATDIR... $(PLATMACDIRS)
checking for --without-gcc... no
VIM - Vi IMproved 8.1 (2018 May 17, compiled Jun 8 2018 07:36:04)
macOS version
Included patches: 1-39
Compiled by Homebrew
Huge version with MacVim GUI. Features included (+) or not (-):
+acl +farsi +mouse_netterm +tag_binary
+arabic +file_in_path +mouse_sgr +tag_old_static
+autocmd +find_in_path -mouse_sysmouse -tag_any_white
-autoservername +float +mouse_urxvt +tcl
+balloon_eval +folding +mouse_xterm +termguicolors
Printing YouCompleteMe debug information...
-- Client logfile: /var/folders/hh/s454r7v56p56v82658r42l8m0000gn/T/ycm_0evqhrp3.log
-- Server Python interpreter: /usr/local/opt/python@2/bin/python2.7
-- Server Python version: 2.7.15
-- Server has Clang support compiled in: True
-- Clang version: clang version 6.0.0 (tags/RELEASE_600/final)
-- No extra configuration file found
-- Python completer debug information:
-- JediHTTP running at: http://127.0.0.1:52058
-- JediHTTP process ID: 9030
2018-06-12 22:02:21,634 - ERROR - Unable to connect to server
Traceback (most recent call last):
File "/Users/user/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connection.py", line 137, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "/Users/user/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/connection.py", line 91, in create_connection
raise err
File "/Users/user/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/connection.py", line 81, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
serving on http://localhost:51980
2018-06-12 22:22:09,819 - ERROR - Unable to connect to server
Traceback (most recent call last):
File "/Users/user/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connection.py", line 137, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "/Users/user/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/connection.py", line 91, in create_connection
raise err
File "/Users/user/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/connection.py", line 81, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
2018-06-12 22:22:14,329 - DEBUG - received /completions request
2018-06-12 22:22:14,411 - DEBUG - pickle loaded: /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py
2018-06-12 22:22:14,508 - DEBUG - pickle loaded: /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py
2018-06-12 22:22:14,515 - DEBUG - pickle loaded: /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os2emxpath.py
2018-06-12 22:22:14,533 - DEBUG - pickle loaded: /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
2018-06-12 22:22:14,541 - DEBUG - pickle loaded: /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py
2018-06-12 22:22:14,597 - DEBUG - pickle loaded: /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py
2018-06-12 22:22:14,607 - DEBUG - pickle loaded: /usr/local/Ce
2018-06-12 22:22:09,836 - DEBUG - No global extra conf, not calling method YcmCorePreload
2018-06-12 22:22:09,926 - INFO - Received ready request
2018-06-12 22:22:09,944 - INFO - Received event notification
2018-06-12 22:22:09,944 - DEBUG - Event name: BufferVisit
2018-06-12 22:22:09,945 - INFO - Starting JediHTTP server
2018-06-12 22:22:09,949 - INFO - Received event notification
2018-06-12 22:22:09,949 - INFO - using port 52058
2018-06-12 22:22:09,949 - DEBUG - Event name: FileReadyToParse
2018-06-12 22:22:09,949 - INFO - Adding buffer identifiers for file: /Users/user/test.py
2018-06-12 22:22:10,046 - INFO - Received filetype completion available request
serving on http://localhost:52054
$ ./install.py
Searching Python 2.7 libraries...
Found Python library: /usr/local/opt/python@2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
Found Python headers folder: /usr/local/opt/python@2/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- The C compiler identification is AppleClang 9.1.0.9020039
-- The CXX compiler identification is AppleClang 9.1.0.9020039
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done