-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Bug/Support]: Elpaca cannot determine the repo of the package compile-angel #412
Comments
Additionally, Elpaca also can not longer determine the location of denote, even after updating the installer to 0.9. |
More worryingly, elpaca cannot find the dependency library compat.
|
Yes. Your declaration does not provide enough information for Elpaca to know where to download the repository from. This is most likely due to "compile-angel" not being in Elpaca's menus because it is not published on any ELPA. That's why the
Pointing the recipe to the repo source should be enough. e.g. > (use-package compile-angel
> :ensure (:host github :repo "jamescherti/compile-angel.el")) Please see the manual for more ways to modify a recipe. Does that help? |
For this, try |
This is actually the first thing I did, for MELPA, ELPA, and non-gnu ELPA. What menu does compat belong to? |
GNU ELPA, which I had to recently make changes to due to an upstream outage.
This tells me that there is no (format "cache file?: %s\nin memory: %s"
(file-exists-p (expand-file-name "gnu-elpa.eld" elpaca-cache-directory))
(length (elpaca-menu-gnu-elpa 'index))) |
Ok, I updated ELPA again and it works now. Regarding using a modified ensure statement for compile-angel, here is what I got when trying to use this declaration:
This is by debug-trace for trying to use that version.
|
Are you trying to compile your init file as well? If so, that is currently unsupported. |
Confirmation
Elpaca Version
Elpaca f83af38 HEAD -> master, origin/master, origin/HEAD
installer: 0.8
emacs-version: GNU Emacs 29.4 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)
of 2024-06-23
git --version: git version 2.45.2
Operating System
Ubuntu 24.10
Description
I am trying to install the package compile-agnel. I have used the following decalartion right after installing elpaca-use-package on my init.el:
However, swhen trying to update I get this error:
Is there something wrong with my use-package?
The text was updated successfully, but these errors were encountered: