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: master b5bbb29634e 1/5: Merge from origin/emacs-29 Date: Thu, 24 Aug 2023 18:08:24 +0300 Message-ID: <83edjspjfb.fsf@gnu.org> References: <168941374579.21359.4311609468242997473@vcs2.savannah.gnu.org> <20230715093546.7067CC06C72@vcs2.savannah.gnu.org> <87jzu7dpio.wl-herbert@gojira.at> <877cpndzqo.wl-herbert@gojira.at> <83edjtq8p6.fsf@gnu.org> <87bkewbyof.wl-herbert@gojira.at> <83wmxkpzqr.fsf@gnu.org> <877cpkelk2.fsf@localhost> <87r0nscz02.wl-herbert@gojira.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27919"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@posteo.net, acorallo@gnu.org, emacs-devel@gnu.org To: "Herbert J. Skuhra" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 24 17:08:47 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 1qZBx0-00071b-OJ for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Aug 2023 17:08:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZBwH-0003r9-P3; Thu, 24 Aug 2023 11:08:01 -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 1qZBwF-0003qS-Uq for emacs-devel@gnu.org; Thu, 24 Aug 2023 11:08:00 -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 1qZBwE-0007PX-Qk; Thu, 24 Aug 2023 11:07:58 -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=viyBedtZ8kY4ZxAdBkiFwSnsdwwj8xz3x0Ajfy8HstA=; b=RKXxgxfNFj/Q tBJiZjwNjDXRb002YghdoTcIK5RauaAawXSERZyX5QgVfMw55o4j7RjRFAxZ3LO9c4n1oZ/I0cnng jkTuUyTAcE15iMXGPKsV825F/c2r38Y5pCfIgae5yjrlU4gXahkZb6SWzY3KqzY247SHXSiDL8zMO c59/rlm01bZwQ0RUTUQ2Ya5tmJaytHk+ATbqhoGLQG6qk0OU/IizxLW3I7XPRe4q9mz7XMaj2URpo r9aKCxMKW87LDCJ0AsEMh0yFLNpCns+PO58N060s6ssc1jkkQvenDpxeSHSptGNHa1oazHgd4O4Rt +LVFOUYAuhTQs3+BIyz08g==; In-Reply-To: <87r0nscz02.wl-herbert@gojira.at> 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:309174 Archived-At: > Date: Thu, 24 Aug 2023 16:10:21 +0200 > From: "Herbert J. Skuhra" > Cc: Eli Zaretskii , > acorallo@gnu.org, > emacs-devel@gnu.org > > On Thu, 24 Aug 2023 13:17:49 +0200, Ihor Radchenko wrote: > > > > Eli Zaretskii writes: > > > > >> > > > The issue does not occur if I > > >> > > > ... > > >> > > > - run emacs from the source tree: ./src/emacs -Q --file ~/table.org > > > > > > Ihor, any suggestions or comments? > > > > The fact that running from ./src/emacs does not trigger the problem > > makes me suspect that it might be something to do with .el.gz files. At > > least, it is the only problematic thing I heard about when doing make > > install. > > If I gzip ./lisp/org/org-loaddefs.el and > ./lisp/emacs-lisp/cl-loaddefs.el and run ./src/emacs the problem also occurs. Is your build with zlib or without it? If without, then when you compress *.el files, Emacs will be unable to use natively-compiled *.eln files, because it needs to check their consistency with the corresponding *.el files. Don't you have warnings about that in the *Warninngs* buffer?