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: Sharing native-lisp system load-path between builds Date: Mon, 14 Aug 2023 15:24:40 +0300 Message-ID: <83bkf9bylz.fsf@gnu.org> References: <871qhzjd0m.fsf@thaodan.de> <83edlzx8cy.fsf@gnu.org> <87jzvqj1d0.fsf@thaodan.de> <87il9i5wtw.fsf@thaodan.de> <83pm3qbbkr.fsf@gnu.org> <87il9i3ppl.fsf@thaodan.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="9292"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acorallo@gnu.org, emacs-devel@gnu.org To: =?utf-8?Q?Bj=C3=B6rn?= Bidar Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 14 14:25:31 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 1qVWdX-0002DD-KF for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Aug 2023 14:25:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qVWcl-0006Jv-Mc; Mon, 14 Aug 2023 08:24:43 -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 1qVWcj-0006JZ-89 for emacs-devel@gnu.org; Mon, 14 Aug 2023 08:24:41 -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 1qVWci-0001DR-Sw; Mon, 14 Aug 2023 08:24:40 -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=XNOmj4l2T7MkBBq2E0K5eKEbrbiDXdp5a5DLiQJYyfI=; b=AewF0gxOou6aXsGSvutP /Ce3Y4TNi51pCkHCl0bYzPg8+Sh79U9eTAGi9OvTGSnhnCZIMUWCudoDRQviL8eMK77zhVPVQqGND 1Zy5CFg37BnbvVFPhDwzxdZ72Vaq/lkk1sBaDwPv+s3WRp1YFqLkxGF3lzmsAzyz+uZAbAkeYQPCI DulSdwVwZFvjh1UFeJVDeuNkFkrf3qSO9JH02ejpku8CcxspbbVfrvcTF44yOovIpW9c+fQBX6fLQ +e/MSKNOxRXgDd1BqXplbGY/ugKSnQLAcDiBdmuywsqi498KkJzOnEIz2XrQ5CSbujU1ldZW8repc baPTwsNGuWzZKg==; In-Reply-To: <87il9i3ppl.fsf@thaodan.de> (message from =?utf-8?Q?Bj=C3=B6r?= =?utf-8?Q?n?= Bidar on Mon, 14 Aug 2023 13:04:06 +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:308728 Archived-At: > From: Björn Bidar > Cc: acorallo@gnu.org, emacs-devel@gnu.org > Date: Mon, 14 Aug 2023 13:04:06 +0300 > > Eli Zaretskii writes: > > >> From: Björn Bidar > >> Cc: Eli Zaretskii , emacs-devel@gnu.org > >> Date: Mon, 14 Aug 2023 02:47:23 +0300 > >> > >> Andrea Corallo writes: > >> > >> > The hash depends on the set of C primitives present in Emacs. If the > >> > hash differs it means your configurations are producing Emacsen with > >> > different sets of primitives, and this makes eln files incompatible. > >> > >> OK but so why did work with the commit > >> 3c8167ec0f9647e6fc33e65b0a0324f96cb795ee and before? > >> > >> Nothing has changed in the build environment except the commits between > >> good commit and d46a2fa319808963bbe8d3a90e7dbb13fcd844f5 or later. > > > > What exactly did work back then? Please describe in detail what you > > did that worked before 3c8167ec0f9647e6fc33e65b0a0324f96cb795ee and > > doesn't work now. > > Building Emacs once without X11, then X11 Without GTK and PGTK all with > native-compilation=aot. > > When packaging Emacs using the precompiled eln from the last build Emacs > for all the build variants. > > The spec file can be found here: > https://build.opensuse.org/package/view_file/home:Thaodan:emacs/emacs/emacs.spec?expand=1 > > The build process starts at line 319. Thanks. So what does "work" and "does not work" mean in this context?