Skip to content

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

Open
@DmHertz

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions