@Rubonnek They are not found on my system either, I guess Python creates them as temporary files and then renames them to have just the .pyc
suffix. The issue is that the vim-youcompleteme-git package should provide those .pyc
files so that they are properly tracked by pacman. Since they are not packaged, they were created automatically when I run vim as root (because normal users don't have permissions to write in the /usr/share/vim/vimfiles/
tree) and I guess the old .pyc
files from previous versions of vim-youcompleteme-git were causing the crash, because deleting them apparently fixed it.
As for the C++ sources, I don't think that anything in a Python-based plugin depends on them. Since they are installed manually in the PKGBUILD [1] I don't understand how their omission would cause any troubles with building the package.
[1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vim-youcompleteme-git#n270
Pinned Comments
artafinde commented on 2021-04-10 13:03 (UTC)
If you want to use system's abseil set the
_use_system_abseil
toON
- default is to download from internet during build.