From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id aE6AFJ5u62SMWAEAG6o9tA:P1 (envelope-from ) for ; Sun, 27 Aug 2023 17:41:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id aE6AFJ5u62SMWAEAG6o9tA (envelope-from ) for ; Sun, 27 Aug 2023 17:41:18 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D7F233EE17 for ; Sun, 27 Aug 2023 17:41:17 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=IYgND5Fz; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693150878; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=BFIxzpRoa7NdsN20AAESpQVR4wHrlSyARVvD+wocxJk=; b=a8fcskYb3ZDoCoHNSTiGzLTSgxfK2HEpxD34J5ul6KMUI3QaFy8S2Y9n3OAlarq5SIpEmG YzkWW6DnKvJNbe3Piy/xwSpYGifDUt3yPB+oFikOwoU0Bm9HD1K/sw9wvpwBS6IlTgB3A6 f2UOUDxSz7ZXDDAMkexgbbOS+q/N2eV6/iOnx17dD+YeMHFuPH6CbT/menSZK0xyt/4bPc vNsUO9jOfspWQnFvvokKghjZhs8zjaJuxDOXQozv3vxK4lNLLK3OyQBGXgO0VcsrYQf7Wl UhuyAtqj85vttK5+DA45qjFXoUe50G6yR3AfWMG3NqqcazuCQwZ7OTD4iPTYUA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693150878; a=rsa-sha256; cv=none; b=nxgexUi4T6wuxbfy7cvLWa/BtDzsaN8P3JI78VpKIosvEG8k6o3Jjbr2XgkPjC9kTB0Jzm O1MoRPziZyq8YSM212WHC3NLw2jLWjcaz3aesgstLqj1K2aYyNQIzfgvZ5Nji5FyaGT+Bz BTbu1TK43a0isD0hvnYcREmPFAaP8urWod5sUGsWWmgaDmIwWZk3wGfkpk96dm7XXUEI8O mvFutGFFCI4YAH1XxAPZfAULtMQZBqV5xFzno/+5kbKtUa0xkP1OOOyjvSio18yNwbncOK 2oP/g2K7UFwMw+Up2yXDswjwErd9COmq+cWfwoH1RnljAsUHe19isYkKoK5iEQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=IYgND5Fz; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qaHsw-0008Tm-Uo; Sun, 27 Aug 2023 11:41:07 -0400 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 1qaHsm-0008Sc-3M for guix-patches@gnu.org; Sun, 27 Aug 2023 11:40:56 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qaHsl-00025q-RJ for guix-patches@gnu.org; Sun, 27 Aug 2023 11:40:55 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qaHsr-0006nZ-L9 for guix-patches@gnu.org; Sun, 27 Aug 2023 11:41:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65478] [PATCH emacs-team] gnu: emacs-flim-lb: Explicitly compile files to bytecode. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 27 Aug 2023 15:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65478 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: Hilton Chain , 65478@debbugs.gnu.org, Andrew Tropin Received: via spool by 65478-submit@debbugs.gnu.org id=B65478.169315082226012 (code B ref 65478); Sun, 27 Aug 2023 15:41:01 +0000 Received: (at 65478) by debbugs.gnu.org; 27 Aug 2023 15:40:22 +0000 Received: from localhost ([127.0.0.1]:45994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qaHsD-0006lU-S1 for submit@debbugs.gnu.org; Sun, 27 Aug 2023 11:40:22 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:39872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qaHsA-0006lH-Ot for 65478@debbugs.gnu.org; Sun, 27 Aug 2023 11:40:19 -0400 Date: Sun, 27 Aug 2023 23:39:36 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1693150771; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BFIxzpRoa7NdsN20AAESpQVR4wHrlSyARVvD+wocxJk=; b=IYgND5FzeWDwWPIvF/XEMLK71BLKemSeu94Q8MxAI+/bEwjGZGg+cZAtJ3ODF1YrL9XfbV gUssedJiXsK8sTJNpLueUsOZyRdt4XtGvTJX6CeoTaiKbJucA6lYklEs92z21knZjaypnz Q4Mf605jaZFDMq/JnT4gPQDibCuqdQ4CRahS+OYlJZjXC4zOhfw0Suh+0BOLVpoapDc2GN AU46KnobFARIpdTDa/ER4tLv/3Hwf4lTEBRRxj5SL9vkTO55h+lb6EedoOw63cImf/f8jS xiuBSTu8vtOsrUIcHZl4MSagF1q4uDxpYe0LnwOG7JcZBGXxigoGa1D6zfe2gQ== Message-ID: <871qfo7avb.wl-hako@ultrarare.space> In-Reply-To: <00b74be565b90c6f35cc14e607141da3e3540fbe.camel@gmail.com> References: <5629f5f427c30caa6d43f37ac28c3dd3f1501d01.1692813553.git.hako@ultrarare.space> <8735047il4.wl-hako@ultrarare.space> <00b74be565b90c6f35cc14e607141da3e3540fbe.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ++ X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -5.22 X-Spam-Score: -5.22 X-Migadu-Queue-Id: D7F233EE17 X-Migadu-Scanner: mx1.migadu.com X-TUID: 0PjIE9NrSErq On Sun, 27 Aug 2023 23:13:44 +0800, Liliana Marie Prikler wrote: > > Am Sonntag, dem 27.08.2023 um 20:52 +0800 schrieb Hilton Chain: > > On Sun, 27 Aug 2023 14:24:01 +0800, > > Liliana Marie Prikler wrote: > > > > > > Am Donnerstag, dem 24.08.2023 um 02:00 +0800 schrieb Hilton Chain: > > > > * gnu/packages/emacs-xyz.scm (emacs-flim-lb)[#:phases]: Replace > > > > 'build phase to byte compile files explicitly. > > > > --- > > > Why do we need this?=A0 If it's to disable native compilation, please > > > add a file-local variable to do so. > > > > I have tested the package on Emacs 28 and 29 with combinations of elc > > or eln files in the output, and byte-compiled elc files seem to be a > > requirement to use it -- otherwise the error would occur.=A0 Disabling > > native compilation won't help... > How is your phase functionally different from disabling native > compilation? IIUC,=A0it deletes all pre-existing bytecode and native > code and then runs bytecode compilation. Where do these elc and eln > files even come from? Currently on master: $ guix build emacs-flim-lb has elc files. $ guix build emacs-flim-lb --with-input=3Demacs-minimal=3Demacs has elc and eln files. $ guix build emacs-flim-lb --with-input=3Demacs-minimal=3Demacs-next has eln files. And I tried to build it with 'build phase deleted as well. Had them all tested and came to the conclusion that elc files are required.