@maramon: restored to v2.20. Thank you.
Search Criteria
Package Details: rtags 2.38-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rtags.git (read-only, click to copy) |
---|---|
Package Base: | rtags |
Description: | A client/server application that indexes C/C++ code |
Upstream URL: | https://github.com/Andersbakken/rtags |
Keywords: | c c++ client indexer rtags server |
Licenses: | GPL3 |
Conflicts: | rtags-git |
Submitter: | jetm |
Maintainer: | None |
Last Packager: | jetm |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-28 03:42 (UTC) |
Last Updated: | 2020-01-20 15:46 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- bash-completion (bash-completion-gitAUR) (optional) – for bash completion
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (optional)
Required by (1)
- emacs-cmake-ide-git (optional)
Sources (4)
jetm commented on 2018-10-14 11:43 (UTC)
maramon commented on 2018-10-14 07:01 (UTC)
rtags-2.21 is not actually released yet. There was a v2.21 tag on Github, but it was only for testing CI/CD. I know this because I had an email discussion with rtags maintainers. At the moment, there is no v2.21 tag on Github anymore.
yangsheng6810 commented on 2018-07-10 05:29 (UTC)
Got the following error: ==> ERROR: optdepends contains invalid characters: '>=' ==> ERROR: Makepkg was unable to build rtags.
and I removed the '>=' part in optdepends. There is no version dependency in rtags-git, so I assume it is safe.
jetm commented on 2018-01-31 15:58 (UTC)
Bumped to new rtags release 2.18. It includes the fix @gdkags mentioned plus other fixes.
gdkags commented on 2018-01-29 23:29 (UTC) (edited on 2018-01-29 23:30 (UTC) by gdkags)
In case anybody else has a problem with rdm running at 100% and not answering completion requests, there's a merged pull-request upstream that might fix it. Might want to add a patch until new upstream version is released. https://github.com/Andersbakken/rtags/pull/1106/commits/7c6c50c8d026d9204468f6a36f160893e7c7a1b0
jetm commented on 2018-01-02 18:01 (UTC)
@spatz: I have removed RTAGS_NO_BUILD_CLANG flag. Thank you.
drrlvn commented on 2018-01-01 13:51 (UTC)
The option RTAGS_NO_BUILD_CLANG=1 passed to cmake no longer exists, it was changed to RTAGS_BUILD_CLANG which defaults to false.
Pinned Comments
jetm commented on 2020-12-18 19:19 (UTC)
rtags v2.40 is not building on Arch Linux. Issue: https://github.com/Andersbakken/rtags/issues/1401