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: Org mode update breaking build? Date: Thu, 04 May 2023 08:42:53 +0300 Message-ID: <83ednwlkiq.fsf@gnu.org> References: <00b52cc1-b0ac-a0c0-c91d-33a7213e9881@web.de> <83y1m5l7ur.fsf@gnu.org> <87ednxut4y.fsf@gnu.org> <87zg6k3lge.fsf@web.de> <25683.9518.676314.825814@orion.rgrjr.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26310"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael_heerdegen@web.de, emacs-devel@gnu.org To: Bob Rogers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 04 07:42:26 2023 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 1puRjW-0006cr-SJ for ged-emacs-devel@m.gmane-mx.org; Thu, 04 May 2023 07:42:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puRjB-0001gL-CU; Thu, 04 May 2023 01:42:05 -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 1puRjA-0001bz-3X for emacs-devel@gnu.org; Thu, 04 May 2023 01:42:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1puRj9-0002Ac-KO; Thu, 04 May 2023 01:42:03 -0400 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=B0oY00T865XW54fSxJWdj27YmC8LQZ8F2iE1Nv9FQHw=; b=douMn0p3dGgi BG+lrbHcXffaxeeQdDLpGCdAW2D9TCroABFFI4+Av8nj5BhMdY2KKso7mQsKqVeD0eaBF+1GBrpTk Q4THr7xEEoybCLaX50atGQxPumyWSe58FVNXW1UytFXRQhVg3GCRTUXB4Qdwmo6BVgnQfJtXPjYLr SY5Z44c/XQ0+SIHFpkDLd6sn7hrxcf5elFIqRxM8ruj7agvG7+Z976yfNav2SA7FfHx0jI00cJfPh Ljt+2wGdXN+InzPHOEwJ6pDfIco4TtB2+rU4EdyI30LNXq99ZwyuzIQagz79Ygn0IYvt/xlotBly+ 1VFo8LHqiqXToZMesz+sBQ==; Original-Received: from [87.69.77.57] (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 1puRj9-0001bF-3N; Thu, 04 May 2023 01:42:03 -0400 In-Reply-To: <25683.9518.676314.825814@orion.rgrjr.com> (message from Bob Rogers on Wed, 3 May 2023 20:23:26 -0700) 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:305821 Archived-At: > From: Bob Rogers > Date: Wed, 3 May 2023 20:23:26 -0700 > CC: emacs-devel@gnu.org > > From: Michael Heerdegen > Date: Thu, 04 May 2023 04:00:01 +0200 > > Tassilo Horn writes: > > > Is the solution commit 62e4eb8fcf7? This commit is a week old but I > > would swear oath that I've had this org version mismatch error yesterday > > (or maybe two days ago?) on two different machines following the master > > branch. On both of them I update my emacs (almost) every morning. > > Same here if it matters: saw the error for the first time on master > yesterday, and I am updating and calling "make" daily as well. > > Michael. > > FWIW, "make bootstrap" worked for me just now on b28d44d4226. "make bootstrap" is a blunt weapon, and is not necessary in this case (and in many others). But of course, if you'd rather use a single simple recipe, and don't much care for the longer build time, using "make bootstrap" is perfectly fine.