Skip to content

Instantly share code, notes, and snippets.

@palmenros
Created February 19, 2018 19:16
Show Gist options
  • Select an option

  • Save palmenros/a2fa6d8151fade883de3b56c8ebb0bd5 to your computer and use it in GitHub Desktop.

Select an option

Save palmenros/a2fa6d8151fade883de3b56c8ebb0bd5 to your computer and use it in GitHub Desktop.
install.py
$python3 install.py --system-libclang --all
Searching Python 3.6 libraries...
Found Python library: /usr/lib64/libpython3.6m.so
Found Python headers folder: /usr/include/python3.6m
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonLibs: /usr/lib64/libpython3.6m.so (found suitable version "3.6.4", minimum required is "3.4")
Using libclang to provide semantic completion for C/C++/ObjC
Using external libclang: /usr/lib/libclang.so.5.0
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/ycm_build_nuptsybs
[76/76] Linking CXX shared library /home/pedro/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.so
Unhandled Exception:
System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542
at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00028] in <a84b655e5e6a49ee96b338ec792f5580>:0
at System.TermInfoReader..ctor (System.String term, System.String filename) [0x0005f] in <a84b655e5e6a49ee96b338ec792f5580>:0
at System.TermInfoDriver..ctor (System.String term) [0x00055] in <a84b655e5e6a49ee96b338ec792f5580>:0
at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <a84b655e5e6a49ee96b338ec792f5580>:0
at System.ConsoleDriver..cctor () [0x0004d] in <a84b655e5e6a49ee96b338ec792f5580>:0
--- End of inner exception stack trace ---
at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x00007] in <a84b655e5e6a49ee96b338ec792f5580>:0
at System.Console..cctor () [0x0008e] in <a84b655e5e6a49ee96b338ec792f5580>:0
--- End of inner exception stack trace ---
at Mono.XBuild.CommandLine.MainClass.ShowDeprecationNotice () [0x00000] in <932ec90706704cb3b0b526d1a93fba6b>:0
at Mono.XBuild.CommandLine.MainClass.Execute () [0x0004d] in <932ec90706704cb3b0b526d1a93fba6b>:0
at Mono.XBuild.CommandLine.MainClass.Main (System.String[] args) [0x00005] in <932ec90706704cb3b0b526d1a93fba6b>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment