From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: master b5bbb29634e 1/5: Merge from origin/emacs-29 Date: Fri, 25 Aug 2023 05:45:49 -0400 Message-ID: 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> <83edjspjfb.fsf@gnu.org> <87pm3ccska.wl-herbert@gojira.at> <838ra0pfca.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23650"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: "Herbert J. Skuhra" , yantar92@posteo.net, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 25 11:46:53 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 1qZTP3-0005zk-2o for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Aug 2023 11:46:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZTO4-0000Ps-Pu; Fri, 25 Aug 2023 05:45:52 -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 1qZTO3-0000PX-2j for emacs-devel@gnu.org; Fri, 25 Aug 2023 05:45:51 -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 1qZTO1-0005xN-M9; Fri, 25 Aug 2023 05:45:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=nEhLQ8Mi+CED2zq4DcQGl7TWCgjNPLESnZNB7PiwB8Q=; b=Vz4r2mc1F2di7Rxb3VWv hfNCmsMTeyBwLMECKO9R9Qc9C3shkNp1YfGThXwQ2b6V0NMWXM73qcVxj7RoMpE28NwPoKAvh0zQQ sVbVV6w3XQpM5/cra/CAq4lJzq4zqSTpYTURkcB+EyY7fmWnXTh5TbnM5LxD4K0HxvpH0mYR2BJCD qUOYytXFRf1Tf/DYHDhvxs/5PeA2cpC3AfYxl4BlGr8a9Q1hu8OKxFRZ18FW0He/ZIw/YKOKlyncX MwBbgvFecGXvmUEYUoroYkT3CiEb1XWsDhPJcrWGmfQSM+nIqsVTN9bBwZ8xp2x+tvm647ixbbTla uI1qmCYlb5GkQg==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qZTO1-0007j9-Bq; Fri, 25 Aug 2023 05:45:49 -0400 In-Reply-To: <838ra0pfca.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 24 Aug 2023 19:36:37 +0300") 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:309209 Archived-At: Eli Zaretskii writes: >> Date: Thu, 24 Aug 2023 18:29:25 +0200 >> From: "Herbert J. Skuhra" >> Cc: yantar92@posteo.net, >> acorallo@gnu.org, >> emacs-devel@gnu.org >> >> On Thu, 24 Aug 2023 17:08:24 +0200, Eli Zaretskii wrote: >> > >> > > 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? >> >> With zlib. >> >> % ldd /usr/local/emacs/bin/emacs |grep libz.so >> libz.so.1 => /usr/lib/libz.so.1 (0x00007fd7cd66b000) > > Then why would compressing a *.el file change the behavior? > > Andrea, any ideas? I'm out of ideas. Hi Eli, not so far must say. I've hard time linking a native compiler related issue with what I see in b5bbb29634e. Andrea