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

Swiper cannot build itself because cannot find hydra if its path wasn't set explicitly #3011

Open
DmHertz opened this issue Feb 28, 2023 · 0 comments

Comments

@DmHertz
Copy link

DmHertz commented Feb 28, 2023

When using el-get to build swiper it cannot find its dependencies.
So that one has to set its path in explicit way, i.e. -L /home/ds/.emacs.d/el-get/hydra.

Please take a look.

~/.emacs.d/el-get/swiper $ /usr/bin/emacs --debug-init -L /home/ds/.emacs.d/el-get/avy -batch -l elpa.el -L . -f batch-byte-compile colir.el ivy-faces.el ivy-overlay.el ivy.el ivy-avy.el ivy-hydra.el swiper.el counsel.el

In toplevel form:
ivy-hydra.el:35:1: Error: Cannot open load file: No such file or directory, hydra


~/.emacs.d/el-get/swiper $ /usr/bin/emacs --debug-init -L /home/ds/.emacs.d/el-get/hydra -L /home/ds/.emacs.d/el-get/avy -batch -l elpa.el -L . -f batch-byte-compile colir.el ivy-faces.el ivy-overlay.el ivy.el ivy-avy.el ivy-hydra.el swiper.el counsel.el


~/.emacs.d/el-get/swiper $ emacs --version
GNU Emacs 28.2
Copyright (C) 2022 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
pasja added a commit to pasja/el-get that referenced this issue Jun 22, 2023
hydra is a build-time dependency of swiper since
40e017dc1bc4655f7c3cf4bbbe3a827ce2fff213 and this patch follows that
change in the recipe

Also see abo-abo/swiper#3011
pasja added a commit to pasja/el-get that referenced this issue Jun 22, 2023
hydra is a build-time dependency of swiper since
40e017dc1bc4655f7c3cf4bbbe3a827ce2fff213 and this patch follows that
change in the recipe

Also see abo-abo/swiper#3011
pasja added a commit to pasja/el-get that referenced this issue Jun 22, 2023
hydra is a build-time dependency of swiper since
abo-abo/swiper@40e017d
and this patch follows that change in the recipe

Also see abo-abo/swiper#3011
alexott pushed a commit to dimitri/el-get that referenced this issue Jun 23, 2023
hydra is a build-time dependency of swiper since
abo-abo/swiper@40e017d
and this patch follows that change in the recipe

Also see abo-abo/swiper#3011
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

1 participant