Package Details: ycmd-git r2844.06228007-4

Git Clone URL: https://aur.archlinux.org/ycmd-git.git (read-only, click to copy)
Package Base: ycmd-git
Description: A code-completion & code-comprehension server.
Upstream URL: https://github.com/ycm-core/ycmd
Keywords: code completion
Licenses: GPLv3
Submitter: karel
Maintainer: mschmitzberger
Last Packager: mschmitzberger
Votes: 3
Popularity: 0.000000
First Submitted: 2018-04-28 17:38 (UTC)
Last Updated: 2021-11-04 05:53 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

nesadi commented on 2020-01-27 13:02 (UTC) (edited on 2020-01-27 13:03 (UTC) by nesadi)

Getting this error when I try to build this package:

=> Starting prepare()...
error: pathspec 'third_party/python-future' did not match any file(s) known to git
==> ERROR: A failure occurred in prepare().
    Aborting...
Error making: ycmd-git

karel commented on 2019-12-03 12:34 (UTC)

@DocDoomDuck, thanks for notifying me! I updated the package build.

DocDoomDuck commented on 2019-12-01 21:44 (UTC) (edited on 2019-12-01 21:46 (UTC) by DocDoomDuck)

Hello karel, I got this error while trying to install you package using yay:

==> Starting prepare()...
error: pathspec 'third_party/frozendict' did not match any file(s) known to git
==> ERROR: A failure occurred in prepare().
    Aborting...
Error making: ycmd-git

karel commented on 2019-11-13 07:19 (UTC)

@BrainDamage and @Nephyrin, thanks for the useful comments!

Nephyrin commented on 2019-11-12 22:48 (UTC) (edited on 2019-11-12 22:48 (UTC) by Nephyrin)

This is missing a nested submodule inside jedi.git: jedi/third_party/typeshed (itself inside third_party/jedi_deps/jedi)

Can be fixed by adding "git+https://github.com/davidhalter/typeshed.git" as a source, then appending this to prepare():

    cd "third_party/jedi_deps/jedi"
    git config submodule.jedi/third_party/typeshed.url "$srcdir"/typeshed
    git submodule update

BrainDamage commented on 2019-10-22 06:15 (UTC)

You might want to pass -DUSE_SYSTEM_BOOST=ON and add to makedepends boost and to depends boost-libs, it'll shorten the compile time considerably as well as use the system libs

Consider also setting -DUSE_CLANG_COMPLETER=ON since you have it in the dependencies anyway

karel commented on 2019-07-19 07:56 (UTC)

Thanks for reporting that!

cg505 commented on 2019-07-19 00:03 (UTC)

Missing dependency on python-certifi.

veleiro commented on 2019-02-12 16:19 (UTC)

getting this error when trying to build the package .cache/pikaur/build/ycmd-git/src/ycmd/clang_includes': No such file or directory

this is after ycmd builds

karel commented on 2018-12-17 20:12 (UTC)

If you are willing to add such optional support then I could add you as a co-maintainer.