Skip to content

Instantly share code, notes, and snippets.

@DhruvParanjape
Created July 24, 2017 10:59
Show Gist options
  • Save DhruvParanjape/2eb919fe7f1ac9a77e47046f375899f7 to your computer and use it in GitHub Desktop.
Save DhruvParanjape/2eb919fe7f1ac9a77e47046f375899f7 to your computer and use it in GitHub Desktop.
2017-07-24 16:26:48,634 - ERROR - Error occurred while loading global extra conf /home/dpar/.config/nvim/.ycm_extra_conf.py
Traceback (most recent call last):
File "/home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/extra_conf_store.py", line 94, in _CallGlobalExtraConfMethod
module = Load( global_ycm_extra_conf, force = True )
File "/home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/extra_conf_store.py", line 173, in Load
module = LoadPythonSource( _RandomName(), module_file )
File "/home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/utils.py", line 400, in LoadPythonSource
return imp.load_source( name, pathname )
File "/home/dpar/.config/nvim/.ycm_extra_conf.py", line 5, in <module>
import ycm_core
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../libclang.so.4)
2017-07-24 16:26:48,635 - ERROR - /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../libclang.so.4)
Traceback (most recent call last):
File "/home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/server_utils.py", line 96, in CompatibleWithCurrentCore
ycm_core = ImportCore()
File "/home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/server_utils.py", line 88, in ImportCore
import ycm_core as ycm_core
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/dpar/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../libclang.so.4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment