Package Details: rtags-git v2.18.r103.g1ea5e1d1-1

Git Clone URL: https://aur.archlinux.org/rtags-git.git (read-only, click to copy)
Package Base: rtags-git
Description: RTags is a client/server application that indexes C/C++ code.
Upstream URL: https://github.com/Andersbakken/rtags
Keywords: emacs
Licenses: GPL3
Conflicts: rtags
Provides: rtags
Submitter: metak
Maintainer: Horus
Last Packager: Horus
Votes: 18
Popularity: 0.000071
First Submitted: 2015-10-26 20:49 (UTC)
Last Updated: 2018-06-15 10:23 (UTC)

Dependencies (9)

Required by (1)

Sources (1)

Latest Comments

Horus commented on 2018-06-15 10:24 (UTC)

Good point, I added the change!

space-otter commented on 2018-06-14 19:03 (UTC) (edited on 2018-06-14 19:05 (UTC) by space-otter)

I got this error from cmake:

CMake Warning at CMakeLists.txt:100 (message):
  Nosetests executable not found! Excluding automated_tests from tests.

CMake Error at CMakeLists.txt:102 (set_property):
  set_property given TEST names that do not exist:

    nosetests

This went away when I added the build option BUILD_TESTING=OFF.

VanLaser commented on 2017-08-29 14:28 (UTC)

Thanks :)

Horus commented on 2017-08-29 02:16 (UTC)

My bad, should be fixed now.

VanLaser commented on 2017-08-28 16:08 (UTC)

I'm not sure if this happens only on my machine, but the rdm.service installed by this package is invalid in that instead of /usr/bin/rdm, it uses $RDM and this, not being an absolute path, can't be run by systemctl.

Horus commented on 2017-02-06 08:09 (UTC)

make should be automatically parallelized if you set your MAKEFLAGS in /etc/makepkg.conf or ~/.makepkg.conf accordingly.

matejo commented on 2017-02-04 22:55 (UTC) (edited on 2017-02-04 22:57 (UTC) by matejo)

I'd be great to add an option for compilation in parallel to make command. This makes the package build significantly faster. "make" -> "make -j`nproc`" BTW, I don't think lua should be a dependency anymore - it has been added as a submodule to rtags repository.

Horus commented on 2016-08-13 16:57 (UTC)

I have fixed it, thanks to mazieres.

mazieres commented on 2016-08-12 18:33 (UTC)

The compilation problem can be solved by adding -DRTAGS_NO_BUILD_CLANG=1 to the cmake command line in build() in the PKGFILE. Since llvm is a dependency anyway, rtags seems to be happy with the system llvm. Plus it makes compilation way faster.

mazieres commented on 2016-08-10 18:59 (UTC)

Fails to build, leaving file src/rtags/src/llvmclang-prefix/src/llvmclang-stamp/llvmclang-install-err.log that says: CMake Error at cmake_install.cmake:36 (file): file INSTALL cannot make directory "/usr/rtags-llvmclang/include/llvm": No such file or directory The makepkg itself fails with: make[2]: *** [src/CMakeFiles/llvmclang.dir/build.make:74: src/llvmclang-prefix/src/llvmclang-stamp/llvmclang-install] Error 1 make[1]: *** [CMakeFiles/Makefile2:457: src/CMakeFiles/llvmclang.dir/all] Error 2 make: *** [Makefile:128: all] Error 2