Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no 2.41 release in Releases in this repository #1409

Open
SL-RU opened this issue Mar 1, 2021 · 5 comments
Open

There is no 2.41 release in Releases in this repository #1409

SL-RU opened this issue Mar 1, 2021 · 5 comments

Comments

@SL-RU
Copy link

SL-RU commented Mar 1, 2021

Describe the bug
I've installed rtags from elpa using package-install rtags. RTags version is 2.41
And rtags-install results the message:

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     23      0 --:--:-- --:--:-- --:--:--    23
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

To Reproduce

  1. package-install rtags
  2. rtags-install

Expected behavior
Download and compile rtags

Environment (please complete the following information):

  • OS/Version: Arch Linux
  • RTags(rdm,rc): 2.41
  • Emacs: 27.1
  • LLVM/Clang: 11.1.0

Additional context
There is no tag and release 2.41 in Releases here

@SL-RU
Copy link
Author

SL-RU commented Mar 1, 2021

I've fixed issue just editing value of rtags-package-version to 2.38 in rtags.el and M-x byte-recompile-directory. You need to make a new release in this repository

@Thaodan
Copy link
Contributor

Thaodan commented Mar 4, 2021

The new release should be tagged if it is not just a bump for the next version.

@jarcode-foss
Copy link

The 2.41 release still isn't tagged correctly (nor is 2.39 or 2.40).

@precompute
Copy link

Going to bump this, still an issue.

Github returns 404 for the following:
https://github.com/Andersbakken/rtags/releases/download/v2.41/rtags-2.41.tar.bz2

@avlec
Copy link

avlec commented Sep 29, 2022

@Andersbakken this is still an issue in 2022, looks like actually making a release in github was possibly skipped because everything was updated in 3933938

If using doomemacs to install like me you'll need to change the version in the constant rtags-package-version in the file .emacs.d/.local/straight/repos/rtags/src/rtags.el then you'll need to update the byte-compiled file with .emacs.d/bin/doom build -r then restart emacs. However the build seems to fail after that portion, complaining about function argument mismatch when byte-compiling a file which is probably an issue from specifying 2.38 manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants