From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: seq; Error during initial package install Date: Sat, 27 Apr 2024 18:24:59 +0000 Message-ID: <87h6fm7jes.fsf@posteo.net> References: <86le4zw6bu.fsf@gnu.org> <87bk5vrwpu.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28477"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Monnier , Eli Zaretskii , "emacs-devel@gnu.org" To: "Parker, Ron" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 27 20:25:51 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s0mkB-0007Ct-4I for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Apr 2024 20:25:51 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s0mjX-0004BV-7z; Sat, 27 Apr 2024 14:25:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s0mjT-0004A4-41 for emacs-devel@gnu.org; Sat, 27 Apr 2024 14:25:07 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s0mjP-0004uM-HC for emacs-devel@gnu.org; Sat, 27 Apr 2024 14:25:06 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 198E8240028 for ; Sat, 27 Apr 2024 20:25:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1714242301; bh=WKfXXDkMqhRr+wTPozSquPt67Y/i7GLELIeV9Iy9AgU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=nS7NhaQxQxT8S1cU1Bw3yEmft22tjZjPdF4xF5LHHxMeQQb2n2WM+amuKqWI5TtVt IAkEbWt+ZvhwqDC5LUYO8ANbWIaZMphs95omdsFYmlKMtxrv7yLIn1KEIkG7XlZQ3E o66dSYg74uE5iV2AmDPo1LlCbJX1Sj4g2Y9+l8biZwzFxbD/9kH7nWhXrYMd2TJYN9 Pu+NmOJo0aE++2BW9Xp0q3FkKQOiAArUlbwBNRh2+/xeDlAp5GthrnlgbGrHhdoZzh qc6QoG7Od0/AKRK9++AZelvOPtORCjlZ6KDu9OrIAnUmjq/UPTdqfoAexiXqRWseWM aptpSFmidmqjA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4VRdL401cYz6tvw; Sat, 27 Apr 2024 20:24:59 +0200 (CEST) In-Reply-To: (Ron Parker's message of "Sat, 27 Apr 2024 17:19:44 +0000") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:318219 Archived-At: "Parker, Ron" writes: >>> The issue is that package.el is re-loading the built-in seq, but all the >>> seq.el on ELPA does is try to load the right version of seq (for Emacs >>> 24 or 25, as seen above). > >> I suspect the OP does not intend for `seq` to be fetched and reloaded >> from ELPA, so the better fix might be to make sure `package.el` sticks >> to the built-in `seq`. > > For my personal use, the built-in 2.23 version of seq is sufficient. > However, the full case where I ran into this was installing ement. > Its dependency chain is what is triggering the issue by pulling in > seq 2.24 from ELPA. > > | ELPA Package | Dependency | ELPA Version | > |-----------------+-----------------+--------------| > | ement 0.15 | transient 0.3.7 | 0.6.0 | > | transient 0.6.0 | seq 2.24 | 2.24 | Can you try to apply the above patches and see if they help? -- Philip Kaludercic on barbet