You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running M-x rtags-install on my emacs (version 28.2) on Ubuntu 22.04, I get the following output on *RTags Install*:
Downloading rtags from https://github.com/Andersbakken/rtags/releases/download/v2.41/rtags-2.41.tar.bz2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 9 100 9 0 0 55 0 --:--:-- --:--:-- --:--:-- 55
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Failed to untar rtags-2.41.tar.bz2
I got the same issue. the version seems incorrect. after M-x rtags-install run, there will be a shell script with name install-rtags.sh created in the package folder. you can correct the version there.
the path would be .emacs.d/elpa/rtags-20220818.1535
Describe the bug
When running
M-x rtags-install
on my emacs (version 28.2) on Ubuntu 22.04, I get the following output on*RTags Install*
:The error is
bzip2: (stdin) is not a bzip2 file.
It looks like the URL that is attempted to download rtags from is 404:
https://github.com/Andersbakken/rtags/releases/download/v2.41/rtags-2.41.tar.bz2
Looking at the releases and tags of rtags, there is no v2.41,
and the latest release is v2.38, while the latest tag is v2.40.
Is there a way to configure the version
rtags-install
downloads? And set it to 2.38 or 2.40?To Reproduce
Steps to reproduce the behavior:
M-x rtags-install
Expected behavior
The error message does not happen, and rtags gets installed and built under
~/.emacs.d/elpa/rtags-XXXX/rtags-vXX/bin
Screenshots/Backtrace
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: