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: Fri, 17 Dec 2021 14:15:05 +0200 Message-ID: <83bl1fe8c6.fsf@gnu.org> References: <87lf0km7t2.fsf@igel.home> <87y24j3ex2.fsf@gnus.org> <874k77iua9.fsf@yahoo.com> <874k773dfc.fsf@gnus.org> <875yrn1wug.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31877"; 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 Fri Dec 17 13:17:12 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 1myCAh-0007yc-W8 for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Dec 2021 13:17:12 +0100 Original-Received: from localhost ([::1]:52810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myCAg-0003PT-8O for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Dec 2021 07:17:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myC8v-0001pQ-Sa for emacs-devel@gnu.org; Fri, 17 Dec 2021 07:15:21 -0500 Original-Received: from [2001:470:142:3::e] (port=59234 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 1myC8u-0002ts-Fb; Fri, 17 Dec 2021 07:15:20 -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=GvQqLht72I0W2AU+2ayPx2qjYr7b2/x0xAiQqwg+zBI=; b=Jh0zWeN4uYNb x0mZy1TyO7n9kdroWJ6SWnSkBT5xiqdQNKcpKZZZbiRdeBR3UksnGLio3o2uqnmGilUQO9LC8t6Ms Y6bQoftQjnoK6qRJtarYK6nKZo2MmOrqOWS0allVWUwxzeSV6nJr7RQDFvYlwQN6LgpUgFy/2hilY Jr3aeNIC1q7s9Ti/uVS0euu6fNk1IEXE2UiNvx8i0keDhe01xwYIMxV7lJiMLCumMttWvHr4vQiol MUuCf25DUCjv8Cfj+/OJj2rKiaJJzKDOTniLJKrn3BpvU8ERlmfA5kdkQETiVbmhdQ1HFpJn9M+XI NPJrRX5umMZ+qxA138xtVA==; Original-Received: from [87.69.77.57] (port=3576 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 1myC8u-0004Pu-4N; Fri, 17 Dec 2021 07:15:20 -0500 In-Reply-To: <875yrn1wug.fsf@gnus.org> (message from Lars Ingebrigtsen on Fri, 17 Dec 2021 09:04:07 +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:282208 Archived-At: > From: Lars Ingebrigtsen > Date: Fri, 17 Dec 2021 09:04:07 +0100 > Cc: john muhl , Andreas Schwab , > emacs-devel@gnu.org > > The build should now be fixed, but there definitely is a problem in our > makefiles somewhere. Basically, if you end up doing (require 'rmail) > before the rmail-loaddefs file has been built, then the build fails. 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? Thanks.