From: Eli Zaretskii <eliz@gnu.org>
To: "Parker, Ron" <Ron.Parker@netapp.com>,
Philip Kaludercic <philipk@posteo.net>,
Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: seq; Error during initial package install
Date: Sat, 27 Apr 2024 11:36:05 +0300 [thread overview]
Message-ID: <86le4zw6bu.fsf@gnu.org> (raw)
In-Reply-To: <BL0PR06MB4450AAA0D6EF40A2A2A49695E90E2@BL0PR06MB4450.namprd06.prod.outlook.com> (Ron.Parker@netapp.com)
> From: "Parker, Ron" <Ron.Parker@netapp.com>
> Date: Thu, 18 Apr 2024 18:29:19 +0000
>
> When I start Emacs on a fresh install of my configuration, I have to
> restart a couple times before all of the packages successfully install.
> Upon trying to debug it, I ran into an error with seq being unable to
> load seq-25.el and reduced it to a minimal test case.
>
> Put the following in an empty directory as init.el:
>
> (setq debug-on-error t
> package-install-upgrade-built-in t)
> (package-install 'seq)
>
> then in the directory run:
>
> emacs -Q --init-directory $(pwd) -l init.el
>
> When I do this, I get the following error:
>
> Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "seq-25")
> require(seq-25)
> (if (version< emacs-version "25") (require 'seq-24) (require 'seq-25))
> load-with-code-conversion("/Users/<username>/.emacs-test-elpa-seq/elpa/seq-2.24/seq..."
> "/Users/<username>/.emacs-test-elpa-seq/elpa/seq-2.24/seq..." nil t)
> #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_32>
> (("/Users/<username>/.emacs-test-elpa-seq/elpa/seq-2.24/seq" . 76))
> mapc(#<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_32>
> (("/Users/<username>/.emacs-test-elpa-seq/elpa/seq-2.24/seq" . 76)))
> package--reload-previously-loaded(#s(package-desc :name seq :version (2 24) :summary "Sequence
> manipulation functions" :reqs nil :kind nil :archive nil :dir
> "/Users/<username>/.emacs-test-elpa-seq/elpa/seq-2.24" :extras ((:keywords "sequences") (:maintainer nil .
> emacs-devel@gnu.org) (:authors ("Nicolas Petton" . nicolas@petton.fr)) (:url .
> https://elpa.gnu.org/packages/seq.html) (:commit . "27a90793a13f149121180e864fa53d68b9eac0b3")) :
> signed nil))
>
> package-activate-1(#s(package-desc :name seq :version (2 24) :summary "Sequence manipulation
> functions" :reqs nil :kind nil :archive nil :dir "/Users/<username>/.emacs-test-elpa-seq/elpa/seq-2.24" :extras
> ((:keywords "sequences") (:maintainer nil . emacs-devel@gnu.org) (:authors ("Nicolas Petton" .
> nicolas@petton.fr)) (:url . https://elpa.gnu.org/packages/seq.html) (:commit .
> "27a90793a13f149121180e864fa53d68b9eac0b3")) :signed nil) :reload :deps)
>
> package-unpack(#s(package-desc :name seq :version (2 24) :summary "Sequence manipulation functions"
> :reqs nil :kind tar :archive "gnu" :dir nil :extras ((:keywords "sequences") (:maintainer nil .
> emacs-devel@gnu.org) (:authors ("Nicolas Petton" . nicolas@petton.fr)) (:url .
> https://elpa.gnu.org/packages/seq.html) (:commit . "27a90793a13f149121180e864fa53d68b9eac0b3")) :
> signed nil))
>
> #f(compiled-function () #<bytecode 0x1511bb8ba7930de3>)()
>
> package--with-response-buffer-1(https://elpa.gnu.org/packages/ #f(compiled-function () #<bytecode
> 0x1511bb8ba7930de3>) :file "seq-2.24.tar" :async nil :error-function #<subr
> F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_79> :noerror nil)
>
> package-install-from-archive(#s(package-desc :name seq :version (2 24) :summary "Sequence
> manipulation functions" :reqs nil :kind tar :archive "gnu" :dir nil :extras ((:keywords "sequences") (:maintainer
> nil . emacs-devel@gnu.org) (:authors ("Nicolas Petton" . nicolas@petton.fr)) (:url .
> https://elpa.gnu.org/packages/seq.html) (:commit . "27a90793a13f149121180e864fa53d68b9eac0b3")) :
> signed nil))
>
> package-download-transaction((#s(package-desc :name seq :version (2 24) :summary "Sequence
> manipulation functions" :reqs nil :kind tar :archive "gnu" :dir nil :extras ((:keywords "sequences") (:maintainer
> nil . emacs-devel@gnu.org) (:authors ("Nicolas Petton" . nicolas@petton.fr)) (:url .
> https://elpa.gnu.org/packages/seq.html) (:commit . "27a90793a13f149121180e864fa53d68b9eac0b3")) :
> signed nil)))
> package-install(seq)
> load-with-code-conversion("/Users/<username>/.emacs-test-elpa-seq/init.el"
> "/Users/<username>/.emacs-test-elpa-seq/init.el" nil t)
> command-line-1(("-l" "init.el" "init.el"))
> command-line()
> normal-top-level()
>
> Emacs : GNU Emacs 29.1 (build 1, aarch64-apple-darwin23.2.0, NS appkit-2487.30 Version 14.2.1 (Build
> 23C71))
>
> Package: seq
Stefan and Philip, any comments or suggestions?
next prev parent reply other threads:[~2024-04-27 8:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 18:29 seq; Error during initial package install Parker, Ron
2024-04-27 8:36 ` Eli Zaretskii [this message]
2024-04-27 9:17 ` Philip Kaludercic
2024-04-27 14:40 ` Stefan Monnier
[not found] ` <MW4PR06MB8948E521FC9D0C00DDE24A16E9152@MW4PR06MB8948.namprd06.prod.outlook.com>
2024-04-27 18:24 ` Philip Kaludercic
2024-04-27 21:04 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86le4zw6bu.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=Ron.Parker@netapp.com \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
--cc=philipk@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.