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.bugs Subject: bug#48079: Temporary files while building after native-comp merge Date: Wed, 28 Apr 2021 15:10:43 +0300 Message-ID: <835z06hanw.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9478"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 48079@debbugs.gnu.org, akrl@sdf.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 28 14:12:15 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lbj39-0002Nm-Ip for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Apr 2021 14:12:15 +0200 Original-Received: from localhost ([::1]:45182 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbj38-0007xN-BH for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Apr 2021 08:12:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbj2w-0007wy-Ax for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 08:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40407) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lbj2w-0004gY-35 for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 08:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lbj2v-00060P-UQ for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 08:12:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 28 Apr 2021 12:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48079 X-GNU-PR-Package: emacs Original-Received: via spool by 48079-submit@debbugs.gnu.org id=B48079.161961186623023 (code B ref 48079); Wed, 28 Apr 2021 12:12:01 +0000 Original-Received: (at 48079) by debbugs.gnu.org; 28 Apr 2021 12:11:06 +0000 Original-Received: from localhost ([127.0.0.1]:51953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbj22-0005zH-Cm for submit@debbugs.gnu.org; Wed, 28 Apr 2021 08:11:06 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:45906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbj20-0005yn-TE for 48079@debbugs.gnu.org; Wed, 28 Apr 2021 08:11:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41980) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbj1v-00043a-DP; Wed, 28 Apr 2021 08:10:59 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2143 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lbj1q-0005OM-Bc; Wed, 28 Apr 2021 08:10:57 -0400 In-Reply-To: (message from Stefan Kangas on Wed, 28 Apr 2021 06:10:06 -0500) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:205102 Archived-At: > From: Stefan Kangas > Date: Wed, 28 Apr 2021 06:10:06 -0500 > Cc: Andrea Corallo > > After the native-comp merge, I see temporary files like this while > building: > > lisp/emacs-lisp/cl-generic.elcsEFkYM > lisp/emacs-lisp/lisp-mode.elcghtoKr > lisp/emacs-lisp/macroexp.elco2VM6n > lisp/emacs-lisp/nadvice.elcCtU6Tw > lisp/emacs-lisp/syntax.elcM42AoI > lisp/emacs-lisp/tabulated-list.elc0hWK4o > > These files show up in "git status" (in my case, more specifically, in > my `magit-status' buffer) if you run that command at the wrong time. > > It would be nice if these files could be added to .gitignore or > something so that one doesn't have to see them, even briefly. This is due to some bug, so ignoring these files would not be TRT. I have no such files, FWIW. Can you tell by looking at the times of these files when they were created? is that during your bootstrap following the merge of the branch? Is it possible some native-compilation crashed at some point (in which case these files could be left behind)?