Package Details: vim-youcompleteme-git r3059.50379d35-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.72
First Submitted: 2013-02-05 21:32 (UTC)
Last Updated: 2023-01-19 12:56 (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 »

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.

lahwaacz commented on 2021-12-13 11:42 (UTC) (edited on 2021-12-13 11:43 (UTC) by lahwaacz)

The package does not build with Python 3.10.1:

==> Starting pkgver()...
==> Updated version: vim-youcompleteme-git r2860.ab28bd7a-1
==> Starting build()...
-- The C compiler identification is GNU 11.1.0
-- The CXX compiler identification is GNU 11.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Python3: Found unsuitable version "3.10.1", required range
  is "3.6...3.10" (found /usr/bin/python3.10, found components: Interpreter
  Development Development.Module Development.Embed)
Call Stack (most recent call first):
  /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:592 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.22/Modules/FindPython/Support.cmake:3166 (find_package_handle_standard_args)
  /usr/share/cmake-3.22/Modules/FindPython3.cmake:490 (include)
  CMakeLists.txt:235 (find_package)


-- Configuring incomplete, errors occurred!