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: Wed, 03 May 2023 19:57:07 +0300 Message-ID: <83wn1pl5ek.fsf@gnu.org> References: <00b52cc1-b0ac-a0c0-c91d-33a7213e9881@web.de> <83y1m5l7ur.fsf@gnu.org> <36818747-04a7-23a2-8261-ee85d0905734@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27240"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Tobias Bading Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 03 18:57:09 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 1puFmu-0006xM-4U for ged-emacs-devel@m.gmane-mx.org; Wed, 03 May 2023 18:57:08 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puFmA-0008Kr-Sk; Wed, 03 May 2023 12:56:22 -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 1puFm9-0008KE-1t for emacs-devel@gnu.org; Wed, 03 May 2023 12:56:21 -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 1puFm8-0007Wp-D1; Wed, 03 May 2023 12:56:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=7n2aDkDJ5w3Jir9HkY+DgwgAV59+wS5qwDw/PfdRw1Y=; b=AlWLB4OYZ7KZwxPvU4RE vkvbAqT913g6dgg9TjI/dzIIkHcECJz6S3IZoT0kbXcwslRhP4n71l34miOjv7x/Eni306a7qtOMT ta374+aCy0WZaxQXK+2VSY773PZusyrjkPRS0kofz7vgcAsdJja4aheV7cL4pDKxJaZjT9hdgtBt6 WiVlvnF6u804xYoA84/GnXNK3TR0umkPBp6z8hj10Y7eNUwxTQMiMV99ZhSndo7L3Zupb6Xfr1EyX XF0IVUXnJHg8822or9BMeq4g5Y+jLSOEiZBjaRQDA4r8zBE/oBE5/50Cx6iy7cq27xVyha9OMzJx0 nTNOhQnzgvulQQ==; 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 1puFm7-0004bT-FH; Wed, 03 May 2023 12:56:19 -0400 In-Reply-To: <36818747-04a7-23a2-8261-ee85d0905734@web.de> (message from Tobias Bading on Wed, 3 May 2023 18:07:27 +0200) 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:305789 Archived-At: > Date: Wed, 3 May 2023 18:07:27 +0200 > Cc: emacs-devel@gnu.org > From: Tobias Bading > > On 03.05.23 18:04, Eli Zaretskii wrote: > > Yes, on emacs-29.  Well, not "normal" but "expected".  The fix is to > > remove lisp/org/*.elc and say "make" again. > > “make distclean” didn’t help and no *.elc should have survived that, right? Wrong. "make distclean" doesn't remove any *.elc files, because those come with the tarball, and "make distclean" only removes stuff that didn't come with the tarball, but was built later.