progfolio / elpaca

An elisp package manager
GNU General Public License v3.0
634 stars 31 forks source link

[Support]: listen.el not found when trying to install, gives error "Unable to determine repo dir" #279

Closed PDXPuma closed 7 months ago

PDXPuma commented 7 months ago

Confirmation

Elpaca Version

0.7

Operating System

Linux

Description

When I add alphapapa's listen.el to my config via (use-package listen) I get the following error:

listen failed Unable to determine repo dir: (error "Cannot determine URL from recipe: (:source nil :protocol https :inherit t :depth 1 :package \"listen\")") 00.402736

I've attempted to install with ensure :t and with ensure :nil , I've also attempted to check GNU ELPA and see it present. I then updated the elpaca menus with elpaca-update-menus for all the repos including the dependent repos. It does not appear when I do elpaca-info.

progfolio commented 7 months ago

Please include the declaration you are using to install the package. Please evaluate the following test case and share the output:

Test Case [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ```emacs-lisp (elpaca-test :init (elpaca listen) (elpaca-wait) (with-current-buffer (elpaca-info 'listen) (princ (buffer-substring-no-properties (point-min) (point-max))))) ```
Host Env
elpacac6f5d7d HEAD -> master, origin/master, origin/HEAD
installer0.7
emacsGNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-03-08
gitgit version 2.44.0
Output ```emacs-lisp Elpaca menu item cache discarded due to version change. INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done GEN ../elpaca-autoloads.el Cloning into '/tmp/elpaca.KIZt6X/elpaca/repos/elpaca'... Your branch is up to date with 'origin/master'. Checking /tmp/elpaca.KIZt6X/elpaca/repos/elpaca... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-info.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-log.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-manager.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-menu-elpa.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-menu-melpa.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-menu-org.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-process.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-test.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca-ui.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca.el... Checking /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/doc... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/doc/early-init.el... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/doc/init.el... Checking /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/extensions... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/extensions/elpaca-use-package.el... Checking /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/images... Checking /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/test... Compiling /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/test/elpaca-test.el... Done (Total of 11 files compiled, 3 skipped in 4 directories) Downloading MELPA recipes... Downloading MELPA recipes...100% Downloading NonGNU-devel ELPA... Downloading GNU-devel ELPA... Downloading NonGNU ELPA... Downloading GNU ELPA... Indenting region... Indenting region...done Indenting region... Indenting region...done listen Audio/Music player 91% source: GNU-devel ELPA url: https://elpa.gnu.org/packages/listen.html menu item recipe: ( :package "listen" :repo "https://github.com/alphapapa/listen.el" :local-repo "listen" :files ("*" (:exclude ".git")) :source "GNU-devel ELPA") full recipe: ( :package "listen" ;; Inherited from elpaca-order-functions. :depth 1 :inherit t :protocol https ;; Inherited from elpaca-menu-item. :source "GNU-devel ELPA" :files ("*" (:exclude ".git")) :local-repo "listen" :repo "https://github.com/alphapapa/listen.el") dependencies: emacs >= 29.1 persist >= 0.6 taxy >= 0.10 taxy-magit-section >= 0.13 dependents: nil installed version: 0.7-pre 5083dc1 statuses: (finished activation info byte-compilation autoloads linking unblocked blocked ref-checked-out cloning queued) files: $REPOS/listen/.dir-locals.el → $BUILDS/listen/.dir-locals.el $REPOS/listen/.elpaignore → $BUILDS/listen/.elpaignore $REPOS/listen/.gitignore → $BUILDS/listen/.gitignore $REPOS/listen/LICENSE → $BUILDS/listen/LICENSE $REPOS/listen/README.org → $BUILDS/listen/README.org $REPOS/listen/images → $BUILDS/listen/images $REPOS/listen/listen-info.el → $BUILDS/listen/listen-info.el $REPOS/listen/listen-lib.el → $BUILDS/listen/listen-lib.el $REPOS/listen/listen-library.el → $BUILDS/listen/listen-library.el $REPOS/listen/listen-mpd.el → $BUILDS/listen/listen-mpd.el $REPOS/listen/listen-queue.el → $BUILDS/listen/listen-queue.el $REPOS/listen/listen-vlc.el → $BUILDS/listen/listen-vlc.el $REPOS/listen/listen.el → $BUILDS/listen/listen.el $REPOS/listen/listen.info → $BUILDS/listen/listen.info log: [2024-03-10 23:38:15] Package queued [2024-03-10 23:38:15] Continued by: elpaca--process [2024-03-10 23:38:15] Cloning [2024-03-10 23:38:15] $git clone --depth 1 https://github.com/alphapapa/listen.el /tmp/elpaca.KIZt6X/elpaca/repos/listen/ [2024-03-10 23:38:15] Cloning into '/tmp/elpaca.KIZt6X/elpaca/repos/listen'... [2024-03-10 23:38:15] Receiving objects: 100% (18/18), 338.77 KiB | 3.00 MiB/s, done. [2024-03-10 23:38:15] Continued by: elpaca--clone-process-sentinel [2024-03-10 23:38:15] Continued by: elpaca--configure-remotes [2024-03-10 23:38:15] Continued by: elpaca--checkout-ref [2024-03-10 23:38:15] Continued by: elpaca--dispatch-build-commands [2024-03-10 23:38:15] Queueing Dependencies [2024-03-10 23:38:16] Blocked by: (taxy-magit-section taxy persist) [2024-03-10 23:38:16] Blocked by: (taxy-magit-section persist) [2024-03-10 23:38:16] Blocked by: (taxy-magit-section) [2024-03-10 23:38:18] Continued by: elpaca--check-status [2024-03-10 23:38:18] Unblocked by: taxy-magit-section [2024-03-10 23:38:18] Checking dependency versions [2024-03-10 23:38:18] Continued by: elpaca--check-version [2024-03-10 23:38:18] Linking build files [2024-03-10 23:38:18] Continued by: elpaca--link-build-files [2024-03-10 23:38:18] Build files linked [2024-03-10 23:38:18] Generating autoloads: /tmp/elpaca.KIZt6X/elpaca/builds/listen [2024-03-10 23:38:18] $/usr/bin/emacs -Q -L /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/ -l /tmp/elpaca.KIZt6X/elpaca/repos/elpaca/elpaca.el --batch --eval (progn (setq gc-cons-percentage 1.0) (elpaca-generate-autoloads "listen" "/tmp/elpaca.KIZt6X/elpaca/builds/listen")) [2024-03-10 23:38:18] INFO Scraping files for loaddefs... [2024-03-10 23:38:18] INFO Scraping files for loaddefs...done [2024-03-10 23:38:18] GEN listen-autoloads.el [2024-03-10 23:38:18] Continued by: #[128 "\302\301\303\300\"\"\207" [("Autoloads Generated" nil) elpaca--process-sentinel apply append] 6 " (fn &rest ARGS2)"] [2024-03-10 23:38:18] Autoloads Generated [2024-03-10 23:38:18] Byte compiling [2024-03-10 23:38:18] $/usr/bin/emacs -q --batch --eval (let ((gc-cons-percentage 1.0) (native-comp-eln-load-path '("/home/n/.emacs.d/eln-cache/" "/usr/lib/emacs/30.0.50/native-lisp/"))) (dolist (dir '("/tmp/elpaca.KIZt6X/elpaca/builds/listen" "/tmp/elpaca.KIZt6X/elpaca/builds/persist" "/tmp/elpaca.KIZt6X/elpaca/builds/taxy" "/tmp/elpaca.KIZt6X/elpaca/builds/taxy-magit-section" "/tmp/elpaca.KIZt6X/elpaca/builds/magit-section" "/tmp/elpaca.KIZt6X/elpaca/builds/dash")) (let ((default-directory dir)) (add-to-list 'load-path dir) (normal-top-level-add-subdirs-to-load-path))) (byte-recompile-directory "/tmp/elpaca.KIZt6X/elpaca/builds/listen" 0 'force)) [2024-03-10 23:38:18] Checking /tmp/elpaca.KIZt6X/elpaca/builds/listen... [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen-autoloads.el... [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen-info.el... [2024-03-10 23:38:18] In listen-info--read-id3v2-frame-data: [2024-03-10 23:38:18] listen-info.el:837:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen-lib.el... [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen-library.el... [2024-03-10 23:38:18] In toplevel form: [2024-03-10 23:38:18] listen-library.el: Warning: ‘make-process´ called with unknown keyword argument :type [2024-03-10 23:38:18] listen-library.el: Warning: ‘make-process´ called with unknown keyword argument :type [2024-03-10 23:38:18] listen-library.el: Warning: ‘make-process´ called with unknown keyword argument :type [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen-mpd.el... [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen-queue.el... [2024-03-10 23:38:18] In toplevel form: [2024-03-10 23:38:18] listen-queue.el:805:67: Warning: ‘make-process´ called with unknown keyword argument :type [2024-03-10 23:38:18] listen-queue.el:805:67: Warning: ‘make-process´ called with unknown keyword argument :type [2024-03-10 23:38:18] listen-queue.el:805:67: Warning: ‘make-process´ called with unknown keyword argument :type [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen-vlc.el... [2024-03-10 23:38:18] Compiling /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen.el... [2024-03-10 23:38:19] Done (Total of 7 files compiled, 1 skipped) [2024-03-10 23:38:19] Continued by: #[128 "\302\301\303\300\"\"\207" [("Byte compilation complete" nil) elpaca--process-sentinel apply append] 6 " (fn &rest ARGS2)"] [2024-03-10 23:38:19] Byte compilation complete [2024-03-10 23:38:19] Compiling Info files [2024-03-10 23:38:19] Continued by: elpaca--compile-info [2024-03-10 23:38:19] Info source files not found [2024-03-10 23:38:19] Installing Info files [2024-03-10 23:38:19] Continued by: elpaca--install-info [2024-03-10 23:38:19] /tmp/elpaca.KIZt6X/elpaca/builds/listen/listen.info [2024-03-10 23:38:19] Continued by: elpaca--install-info-process-sentinel [2024-03-10 23:38:19] Info installed [2024-03-10 23:38:19] Adding Info path [2024-03-10 23:38:19] Continued by: elpaca--add-info-path [2024-03-10 23:38:19] Continued by: elpaca--dispatch-build-commands [2024-03-10 23:38:19] Activating package [2024-03-10 23:38:19] Package build dir added to load-path [2024-03-10 23:38:19] Caching autoloads [2024-03-10 23:38:19] Autoloads cached [2024-03-10 23:38:19] Continued by: elpaca--activate-package [2024-03-10 23:38:19] ✓ 3.665 secs Test Env Elpaca c6f5d7d grafted, HEAD -> master, origin/master, origin/HEAD installer: 0.7 emacs-version: GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-03-08 git --version: git version 2.44.0 ```
PDXPuma commented 7 months ago

Sure..

This is what I'm currently using. I use it for others too:

(use-package listen :ensure t) Output :


Test Case [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ```emacs-lisp (elpaca-test :init (elpaca listen) (elpaca-wait) (with-current-buffer (elpaca-info 'listen) (princ (buffer-substring-no-properties (point-min) (point-max))))) ```
Host Env
elpacac6f5d7d HEAD -> master, origin/master, origin/HEAD
installer0.7
emacsGNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.40, cairo version 1.18.0)
gitgit version 2.44.0
Output ```emacs-lisp Elpaca menu item cache discarded due to version change. INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done GEN ../elpaca-autoloads.el Cloning into '/tmp/elpaca.gniY5i/elpaca/repos/elpaca'... Your branch is up to date with 'origin/master'. Checking /tmp/elpaca.gniY5i/elpaca/repos/elpaca... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-info.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-log.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-manager.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-menu-elpa.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-menu-melpa.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-menu-org.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-process.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-test.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca-ui.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca.el... Checking /tmp/elpaca.gniY5i/elpaca/repos/elpaca/doc... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/doc/early-init.el... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/doc/init.el... Checking /tmp/elpaca.gniY5i/elpaca/repos/elpaca/extensions... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/extensions/elpaca-use-package.el... Checking /tmp/elpaca.gniY5i/elpaca/repos/elpaca/images... Checking /tmp/elpaca.gniY5i/elpaca/repos/elpaca/test... Compiling /tmp/elpaca.gniY5i/elpaca/repos/elpaca/test/elpaca-test.el... Done (Total of 11 files compiled, 3 skipped in 4 directories) Downloading MELPA recipes... Downloading MELPA recipes...100% Downloading NonGNU-devel ELPA... Downloading GNU-devel ELPA... Downloading NonGNU ELPA... Downloading GNU ELPA... Indenting region... Indenting region...done Indenting region... Indenting region...done listen Audio/Music player source: GNU-devel ELPA url: https://elpa.gnu.org/packages/listen.html menu item recipe: ( :package "listen" :repo "https://github.com/alphapapa/listen.el" :local-repo "listen" :files ("*" (:exclude ".git")) :source "GNU-devel ELPA") full recipe: ( :package "listen" ;; Inherited from elpaca-order-functions. :depth 1 :inherit t :protocol https ;; Inherited from elpaca-menu-item. :source "GNU-devel ELPA" :files ("*" (:exclude ".git")) :local-repo "listen" :repo "https://github.com/alphapapa/listen.el") dependencies: emacs >= 29.1 persist >= 0.6 taxy >= 0.10 taxy-magit-section >= 0.13 dependents: nil installed version: 0.7-pre 5083dc1 statuses: (finished activation info byte-compilation autoloads linking unblocked blocked ref-checked-out cloning queued) files: $REPOS/listen/.dir-locals.el → $BUILDS/listen/.dir-locals.el $REPOS/listen/.elpaignore → $BUILDS/listen/.elpaignore $REPOS/listen/.gitignore → $BUILDS/listen/.gitignore $REPOS/listen/LICENSE → $BUILDS/listen/LICENSE $REPOS/listen/README.org → $BUILDS/listen/README.org $REPOS/listen/images → $BUILDS/listen/images $REPOS/listen/listen-info.el → $BUILDS/listen/listen-info.el $REPOS/listen/listen-lib.el → $BUILDS/listen/listen-lib.el $REPOS/listen/listen-library.el → $BUILDS/listen/listen-library.el $REPOS/listen/listen-mpd.el → $BUILDS/listen/listen-mpd.el $REPOS/listen/listen-queue.el → $BUILDS/listen/listen-queue.el $REPOS/listen/listen-vlc.el → $BUILDS/listen/listen-vlc.el $REPOS/listen/listen.el → $BUILDS/listen/listen.el $REPOS/listen/listen.info → $BUILDS/listen/listen.info log: [2024-03-10 21:39:09] Package queued [2024-03-10 21:39:09] Continued by: elpaca--process [2024-03-10 21:39:09] Cloning [2024-03-10 21:39:09] $git clone --depth 1 https://github.com/alphapapa/listen.el /tmp/elpaca.gniY5i/elpaca/repos/listen/ [2024-03-10 21:39:10] Receiving objects: 100% (18/18), 338.77 KiB | 4.77 MiB/s, done. [2024-03-10 21:39:10] Continued by: elpaca--clone-process-sentinel [2024-03-10 21:39:10] Continued by: elpaca--configure-remotes [2024-03-10 21:39:10] Continued by: elpaca--checkout-ref [2024-03-10 21:39:10] Continued by: elpaca--dispatch-build-commands [2024-03-10 21:39:10] Queueing Dependencies [2024-03-10 21:39:10] Blocked by: (taxy-magit-section taxy persist) [2024-03-10 21:39:11] Blocked by: (taxy-magit-section persist) [2024-03-10 21:39:11] Blocked by: (taxy-magit-section) [2024-03-10 21:39:13] Continued by: elpaca--check-status [2024-03-10 21:39:13] Unblocked by: taxy-magit-section [2024-03-10 21:39:13] Checking dependency versions [2024-03-10 21:39:13] Continued by: elpaca--check-version [2024-03-10 21:39:13] Linking build files [2024-03-10 21:39:13] Continued by: elpaca--link-build-files [2024-03-10 21:39:13] Build files linked [2024-03-10 21:39:13] Generating autoloads: /tmp/elpaca.gniY5i/elpaca/builds/listen [2024-03-10 21:39:14] $/usr/bin/emacs -Q -L /tmp/elpaca.gniY5i/elpaca/repos/elpaca/ -l /tmp/elpaca.gniY5i/elpaca/repos/elpaca/elpaca.el --batch --eval (progn (setq gc-cons-percentage 1.0) (elpaca-generate-autoloads "listen" "/tmp/elpaca.gniY5i/elpaca/builds/listen")) [2024-03-10 21:39:14] INFO Scraping files for loaddefs... [2024-03-10 21:39:14] INFO Scraping files for loaddefs...done [2024-03-10 21:39:14] GEN listen-autoloads.el [2024-03-10 21:39:14] Continued by: #[128 "\302\301\303\300\"\"\207" [("Autoloads Generated" nil) elpaca--process-sentinel apply append] 6 " (fn &rest ARGS2)"] [2024-03-10 21:39:14] Autoloads Generated [2024-03-10 21:39:14] Byte compiling [2024-03-10 21:39:14] $/usr/bin/emacs -q --batch --eval (let ((gc-cons-percentage 1.0)) (dolist (dir '("/tmp/elpaca.gniY5i/elpaca/builds/listen" "/tmp/elpaca.gniY5i/elpaca/builds/persist" "/tmp/elpaca.gniY5i/elpaca/builds/taxy" "/tmp/elpaca.gniY5i/elpaca/builds/taxy-magit-section" "/tmp/elpaca.gniY5i/elpaca/builds/magit-section" "/tmp/elpaca.gniY5i/elpaca/builds/compat" "/tmp/elpaca.gniY5i/elpaca/builds/dash")) (let ((default-directory dir)) (add-to-list 'load-path dir) (normal-top-level-add-subdirs-to-load-path))) (byte-recompile-directory "/tmp/elpaca.gniY5i/elpaca/builds/listen" 0 'force)) [2024-03-10 21:39:14] Checking /tmp/elpaca.gniY5i/elpaca/builds/listen... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen-autoloads.el... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen-info.el... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen-lib.el... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen-library.el... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen-mpd.el... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen-queue.el... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen-vlc.el... [2024-03-10 21:39:14] Compiling /tmp/elpaca.gniY5i/elpaca/builds/listen/listen.el... [2024-03-10 21:39:14] In toplevel form: [2024-03-10 21:39:14] listen.el:358:18: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] listen.el:363:16: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] listen.el:370:19: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] listen.el:372:20: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] listen.el:374:32: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] listen.el:396:27: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] listen.el:411:25: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] listen.el:419:22: Warning: (lambda nil \...) quoted with ' rather than with #' [2024-03-10 21:39:14] Done (Total of 7 files compiled, 1 skipped) [2024-03-10 21:39:14] Continued by: #[128 "\302\301\303\300\"\"\207" [("Byte compilation complete" nil) elpaca--process-sentinel apply append] 6 " (fn &rest ARGS2)"] [2024-03-10 21:39:14] Byte compilation complete [2024-03-10 21:39:14] Compiling Info files [2024-03-10 21:39:14] Continued by: elpaca--compile-info [2024-03-10 21:39:14] Info source files not found [2024-03-10 21:39:14] Installing Info files [2024-03-10 21:39:14] Continued by: elpaca--install-info [2024-03-10 21:39:14] /tmp/elpaca.gniY5i/elpaca/builds/listen/listen.info [2024-03-10 21:39:14] Continued by: elpaca--install-info-process-sentinel [2024-03-10 21:39:14] Info installed [2024-03-10 21:39:14] Adding Info path [2024-03-10 21:39:14] Continued by: elpaca--add-info-path [2024-03-10 21:39:14] Continued by: elpaca--dispatch-build-commands [2024-03-10 21:39:14] Activating package [2024-03-10 21:39:14] Package build dir added to load-path [2024-03-10 21:39:14] Caching autoloads [2024-03-10 21:39:14] Autoloads cached [2024-03-10 21:39:14] Continued by: elpaca--activate-package [2024-03-10 21:39:14] ✓ 4.912 secs Test Env Elpaca 8667518 grafted, HEAD -> master, origin/master, origin/HEAD installer: 0.7 emacs-version: GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.40, cairo version 1.18.0) git --version: git version 2.44.0 ```
progfolio commented 7 months ago

Looks like everything installed fine in the test environment on your system. Perhaps the cache, repo, or build directory got into an odd state. Try the following:

  1. M-x elpaca-delete listen if possible. It may not show as a candidate given that you are not able to see it in elpaca-info.
  2. Manually ensure there is no repo for listen or build folder under elpaca-builds-directory or elpaca-repos-directory. If there are, delete them.
  3. Delete $ELPACA-DIRECTORY/cache/*.eld
  4. Restart Emacs.

Elpaca should download the menu items and attempt to install listen. Let me know if that works or if the issue persists.

PDXPuma commented 7 months ago

That did it! Thank you very much. It's appreciated. Wonderful work with this project.

progfolio commented 7 months ago

That did it! Thank you very much. It's appreciated.

Glad to hear it! Thank you.

Wonderful work with this project.

Thanks for the kind words and support!