Package Details: vim-youcompleteme-git r3216.0d855962-1

Git Clone URL: https://aur.archlinux.org/vim-youcompleteme-git.git (read-only, click to copy)
Package Base: vim-youcompleteme-git
Description: A code-completion engine for Vim
Upstream URL: https://ycm-core.github.io/YouCompleteMe/
Keywords: completion engine neovim vim ycm
Licenses: GPL3
Groups: vim-plugins
Submitter: thestinger
Maintainer: artafinde
Last Packager: artafinde
Votes: 170
Popularity: 0.076219
First Submitted: 2013-02-05 21:32 (UTC)
Last Updated: 2024-08-19 15:53 (UTC)

Dependencies (19)

Required by (0)

Sources (2)

Pinned Comments

artafinde commented on 2021-04-10 13:03 (UTC)

If you want to use system's abseil set the _use_system_abseil to ON - default is to download from internet during build.

Latest Comments

1 2 3 4 5 6 .. 53 Next › Last »

aminvakil commented on 2025-03-21 11:00 (UTC) (edited on 2025-03-21 11:02 (UTC) by aminvakil)

It fails with this error:

==> Extracting sources...
  -> Creating working copy of YouCompleteMe git repo...
fatal: bad object refs/remotes/origin/mergify/configuration-deprecated-update
error: /home/user/aur/vim-youcompleteme-git/YouCompleteMe did not send all necessary objects
==> ERROR: Failure while updating working copy of YouCompleteMe git repo

rm -rf src/* fixed the problem.

artafinde commented on 2024-04-01 08:48 (UTC)

@Werenter no thanks - I won't support different architectures as I have only x86_64.

Werenter commented on 2024-04-01 08:34 (UTC)

This package works fine on aarch64, but there isn`t it in architecture list, please add.

vinibali commented on 2023-03-19 05:35 (UTC)

that's not the ycm_core, right?

lahwaacz commented on 2022-08-24 06:20 (UTC)

@PowaBanga Arch Linux does not support aarch64.

PowaBanga commented on 2022-08-23 14:36 (UTC) (edited on 2022-08-23 14:39 (UTC) by PowaBanga)

there is an issue in your PKGBUILD, I compiled bindfs for my aarch64, installed it, but i recieve anyway this error :

pacman -Qs bindfs
local/bindfs 1.15.1-3
    A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings.
makepkg -cf
==> ERROR: bindfs is not available for the 'aarch64' architecture.

kaffeekind commented on 2022-06-15 13:26 (UTC)

Just a small note from someone who changed the default CMAKE_GENERATOR: I don't really like the fact that the PKG_BUILD doesn't specify the generator when generating, but then assumes make to build, which led to an error for me and changing the CMAKE_GENERATOR temporarily before installing.

lahwaacz commented on 2021-12-13 17:57 (UTC)

@artafinde: thanks.

artafinde commented on 2021-12-13 13:08 (UTC)

@lahwaacz: this is just fixed upstream with PR 3984. [Delete your cache] and try again please.