From unknown Tue Jun 17 20:17:47 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#39985 <39985@debbugs.gnu.org> To: bug#39985 <39985@debbugs.gnu.org> Subject: Status: feature/native-comp; make clean broken Reply-To: bug#39985 <39985@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:17:47 +0000 retitle 39985 feature/native-comp; make clean broken reassign 39985 emacs submitter 39985 Andrea Corallo severity 39985 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 08 12:37:25 2020 Received: (at submit) by debbugs.gnu.org; 8 Mar 2020 16:37:25 +0000 Received: from localhost ([127.0.0.1]:49210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jAyvZ-0007T0-Aw for submit@debbugs.gnu.org; Sun, 08 Mar 2020 12:37:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:54243) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jAszX-0002dG-To for submit@debbugs.gnu.org; Sun, 08 Mar 2020 06:17:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32814) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAszW-00075v-Ou for bug-gnu-emacs@gnu.org; Sun, 08 Mar 2020 06:17:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05, RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAszV-0001l5-IE for bug-gnu-emacs@gnu.org; Sun, 08 Mar 2020 06:17:02 -0400 Received: from mx.sdf.org ([205.166.94.20]:50707) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jAszV-0001fU-BL for bug-gnu-emacs@gnu.org; Sun, 08 Mar 2020 06:17:01 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 028AGt4l011756 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sun, 8 Mar 2020 10:16:55 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 028AGtWE003598; Sun, 8 Mar 2020 10:16:55 GMT From: Andrea Corallo To: bug-gnu-emacs@gnu.org Subject: feature/native-comp; make clean broken X-Debbugs-CC: Stefan Monnier Date: Sun, 08 Mar 2020 10:16:55 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 205.166.94.20 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 08 Mar 2020 12:37:20 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi all, I've been signaled that ~make clean~ does not work on the feature/native-comp branch. This is due to the fact that now .eln files are generated into subdirectories. Ex: a file ~.../foo.el~ compiles into ~.../x86_64-pc-linux-gnu-12383a81d4f33a87/foo.eln~. The trouble is that the build system has no knowlege of `system-configuration' therefore it's not easy to modify it to remove all of these folders. One option would be to add another prefix like compiling ~foo.el~ into: ~.../eln-x86_64-pc-linux-gnu-12383a81d4f33a87/foo.eln~ and have the Makefile removing recursively all eln-* folders. I'm not sure this is the best way to handle this but is the only idea I've got so far. Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 14 12:38:19 2020 Received: (at 39985) by debbugs.gnu.org; 14 Mar 2020 16:38:19 +0000 Received: from localhost ([127.0.0.1]:33869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jD9nl-0004UB-9H for submit@debbugs.gnu.org; Sat, 14 Mar 2020 12:38:19 -0400 Received: from mx.sdf.org ([205.166.94.20]:53178) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jD95T-0003Qq-6H for 39985@debbugs.gnu.org; Sat, 14 Mar 2020 11:52:33 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 02EFqTlO012493 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for <39985@debbugs.gnu.org>; Sat, 14 Mar 2020 15:52:29 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 02EFqTSp024127; Sat, 14 Mar 2020 15:52:29 GMT From: Andrea Corallo To: 39985@debbugs.gnu.org Subject: bug#39985 Date: Sat, 14 Mar 2020 15:52:29 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39985 X-Mailman-Approved-At: Sat, 14 Mar 2020 12:38:16 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi all, I looked a bit into it. I think the report was inaccurate and make clean was already working similarly as it does in the regular configuration (keep all .elc and all .eln). What was broken was the behaviour of make bootstrap-clean reflecting then on make bootstrap. I believe dab8dd836c does fix this so unless something comes up I think this bug can be closed. Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 14 12:38:20 2020 Received: (at control) by debbugs.gnu.org; 14 Mar 2020 16:38:20 +0000 Received: from localhost ([127.0.0.1]:33871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jD9nn-0004UG-Gk for submit@debbugs.gnu.org; Sat, 14 Mar 2020 12:38:20 -0400 Received: from mx.sdf.org ([205.166.94.20]:52061) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jD9CU-0003aW-5a for control@debbugs.gnu.org; Sat, 14 Mar 2020 11:59:46 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 02EFxjjV020479 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sat, 14 Mar 2020 15:59:45 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 02EFxjNb028217; Sat, 14 Mar 2020 15:59:45 GMT From: Andrea Corallo To: control@debbugs.gnu.org Subject: bug#39985 Date: Sat, 14 Mar 2020 15:59:44 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-Mailman-Approved-At: Sat, 14 Mar 2020 12:38:16 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 39985 thanks From unknown Tue Jun 17 20:17:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 12 Apr 2020 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator