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: The emacs-28 release branch has been created Date: Mon, 04 Oct 2021 17:25:44 +0300 Message-ID: <83v92c6f4n.fsf@gnu.org> References: <83lf3dgbl3.fsf@gnu.org> <6c7a9f1a-bf2d-4213-b954-2025eee1f282@cornell.edu> <838rzaa264.fsf@gnu.org> <2434455f-34f5-3e6b-b26f-db7b66cf8f3d@cornell.edu> <83ee9287ef.fsf@gnu.org> <83a6jq84wu.fsf@gnu.org> <10401c4a-1d0a-817c-942e-f08ab3130552@cornell.edu> <834k9y814j.fsf@gnu.org> <83tuhx7w54.fsf@gnu.org> <30b78a17-2b95-5d0c-fb46-10c37ee91638@cornell.edu> <96912815-d275-8b54-9ba8-cc4fd5b0fe91@cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40900"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ken Brown , Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 04 16:27:36 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 1mXOwK-000AML-5u for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Oct 2021 16:27:36 +0200 Original-Received: from localhost ([::1]:56156 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mXOwJ-0006g1-0z for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Oct 2021 10:27:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXOuv-0004kA-AS for emacs-devel@gnu.org; Mon, 04 Oct 2021 10:26:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55902) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mXOuj-0007c1-NC; Mon, 04 Oct 2021 10:26:01 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3648 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 1mXOui-0003ZH-Uj; Mon, 04 Oct 2021 10:25:57 -0400 In-Reply-To: (message from Ken Brown on Mon, 4 Oct 2021 09:31:25 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:276200 Archived-At: > From: Ken Brown > Cc: emacs-devel@gnu.org > Date: Mon, 4 Oct 2021 09:31:25 -0400 > > >   ELN  ../lisp/disp-table.eln > > Debugger entered--Lisp error: (native-compiler-error "../lisp/disp-table.el" > > "Debugger entered--Lisp error: (invalid-read-syntax...") > >   signal(native-compiler-error ("../lisp/disp-table.el" "Debugger entered--Lisp > > error: (invalid-read-syntax...")) > >   comp--native-compile("../lisp/disp-table.el") > >   batch-native-compile(t) > >   eval((batch-native-compile t) t) > >   command-line-1(("--eval" "(setq load-prefer-newer t)" "-l" "comp" "-f" > > "byte-compile-refresh-preloaded" "--eval" "(batch-native-compile t)" > > "../lisp/disp-table.el")) > >   command-line() > >   normal-top-level() > > This has nothing to do with building from a tarball, of course. I can reproduce > the problem as follows, starting from a git checkout: > > 1. ./configure --with-native-compilation && make > > 2. make clean > > 3. make Right. Andrea, could you please look into this as soon as you can? This currently blocks the pretest, because the build from the source tarball fails.