From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap broken between 2893cb6a21af3384cf5d6dc2b6bbdd5ebba8e1ad and 469fe6a040d6df612c00ea169670c6d8d7e58563 Date: Sat, 18 Dec 2021 11:27:29 +0200 Message-ID: <83wnk2b6v2.fsf@gnu.org> References: <87lf0km7t2.fsf@igel.home> <87y24j3ex2.fsf@gnus.org> <874k77iua9.fsf@yahoo.com> <874k773dfc.fsf@gnus.org> <875yrn1wug.fsf@gnus.org> <83bl1fe8c6.fsf@gnu.org> <87sfuqxt61.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25746"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org, schwab@linux-m68k.org, email@johnmuhl.mx To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 18 10:29:06 2021 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 1myW1a-0006VY-FQ for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 10:29:06 +0100 Original-Received: from localhost ([::1]:59684 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myW1Y-0001tB-Uj for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 04:29:04 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myW0H-0000zW-Og for emacs-devel@gnu.org; Sat, 18 Dec 2021 04:27:46 -0500 Original-Received: from [2001:470:142:3::e] (port=44646 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myW0E-0004LE-UN; Sat, 18 Dec 2021 04:27:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=KDA1zVWaYhnLamnMbyhGYnZlqIHBrOYRgxrI/9Byf78=; b=Iyuj7QGr1+sw cQpgF6kMqK8HWEhRoRGJcILlgLHorNNLyT8uQq9eu3lEZarS+5KxtFNm1WYKEDxm9Sd/80+niSdRV nWzb/zPsqR3cMcfJ00TiXk46J8EUNL8RT+3Fw6xu8QMCA0bk8/iW8iVEVn16fiC4Le7AU9XzGA2es DrKModqkefA943Cj9GMx8uCrS5XwMVLJdd6G4zRyvPzA8H2QGFSzsuwwrSK8KF6p/Y/WNAv8SLtl4 GPOKDUPbnzdbx/UsEqd+jVa01kBjdVPzgloOpreHIgN5HgZRtaRZuqdxyP1mw9bb9GWzA7NkDLhsb NQ/D4i9w94p4NFjyzUD7SA==; Original-Received: from [87.69.77.57] (port=2118 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myW0E-0007Pc-JE; Sat, 18 Dec 2021 04:27:43 -0500 In-Reply-To: <87sfuqxt61.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 18 Dec 2021 08:34:46 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:282269 Archived-At: > From: Lars Ingebrigtsen > Cc: luangruo@yahoo.com, email@johnmuhl.mx, schwab@linux-m68k.org, > emacs-devel@gnu.org > Date: Sat, 18 Dec 2021 08:34:46 +0100 > > Eli Zaretskii writes: > > > Maybe we should add rmail-loaddefs to the value of LOADDEFS in > > lisp/Makefile.in? Would someone who sees the problem please try that > > and report back? > > I tried the following (by cargo culting the mh-e autoload stuff), but > the build still fails (if I put the (require 'url) back into > multisession.el). Then maybe the easiest solution would be to stop using a special autoloads file for rmail, and just have it use loaddefs.el?