unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Parker, Ron" <Ron.Parker@netapp.com>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: seq; Error during initial package install
Date: Thu, 18 Apr 2024 18:29:19 +0000	[thread overview]
Message-ID: <BL0PR06MB4450AAA0D6EF40A2A2A49695E90E2@BL0PR06MB4450.namprd06.prod.outlook.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4288 bytes --]

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<mailto:emacs-devel@gnu.org>) (:authors ("Nicolas Petton" . nicolas@petton.fr<mailto: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<mailto:emacs-devel@gnu.org>) (:authors ("Nicolas Petton" . nicolas@petton.fr<mailto: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<mailto:emacs-devel@gnu.org>) (:authors ("Nicolas Petton" . nicolas@petton.fr<mailto: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<mailto:emacs-devel@gnu.org>) (:authors ("Nicolas Petton" . nicolas@petton.fr<mailto: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<mailto:emacs-devel@gnu.org>) (:authors ("Nicolas Petton" . nicolas@petton.fr<mailto: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

--
Ron Parker

[-- Attachment #2: Type: text/html, Size: 8326 bytes --]

             reply	other threads:[~2024-04-18 18:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 18:29 Parker, Ron [this message]
2024-04-27  8:36 ` seq; Error during initial package install Eli Zaretskii
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BL0PR06MB4450AAA0D6EF40A2A2A49695E90E2@BL0PR06MB4450.namprd06.prod.outlook.com \
    --to=ron.parker@netapp.com \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).