abo-abo / swiper

Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
https://oremacs.com/swiper/
2.27k stars 337 forks source link

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

Open DmHertz opened 1 year ago

DmHertz commented 1 year ago

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.