From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#43858: 28.0.50; [feature/native-comp] Missing eln cache not created Date: Fri, 09 Oct 2020 06:32:42 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8838"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 43858-done@debbugs.gnu.org To: Andrew Whatson Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 09 08:33:31 2020 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 1kQly5-0002B9-Dt for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 09 Oct 2020 08:33:29 +0200 Original-Received: from localhost ([::1]:44636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQly4-0001Hj-CL for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 09 Oct 2020 02:33:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQlxf-0001Fk-6I for bug-gnu-emacs@gnu.org; Fri, 09 Oct 2020 02:33:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50660) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kQlxe-00086P-TW for bug-gnu-emacs@gnu.org; Fri, 09 Oct 2020 02:33:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kQlxe-0006TP-NH for bug-gnu-emacs@gnu.org; Fri, 09 Oct 2020 02:33:02 -0400 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Oct 2020 06:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43858 X-GNU-PR-Package: emacs Mail-Followup-To: 43858@debbugs.gnu.org, akrl@sdf.org, whatson@gmail.com Original-Received: via spool by 43858-done@debbugs.gnu.org id=D43858.160222516724855 (code D ref 43858); Fri, 09 Oct 2020 06:33:02 +0000 Original-Received: (at 43858-done) by debbugs.gnu.org; 9 Oct 2020 06:32:47 +0000 Original-Received: from localhost ([127.0.0.1]:33971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQlxP-0006Sp-Hh for submit@debbugs.gnu.org; Fri, 09 Oct 2020 02:32:47 -0400 Original-Received: from mab.sdf.org ([205.166.94.33]:56914 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQlxM-0006Se-0I for 43858-done@debbugs.gnu.org; Fri, 09 Oct 2020 02:32:45 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1kQlxK-0002zy-L6; Fri, 09 Oct 2020 06:32:42 +0000 In-Reply-To: (Andrew Whatson's message of "Fri, 9 Oct 2020 14:47:40 +1000") 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:190142 Archived-At: Andrew Whatson writes: > Hi Andrea, > > Thanks, yes, that fixed the main case where the missing directory > wasn't created. While testing it, I've found another one in subr > trampoline creation; patch submitted as #43875. > > Cheers! Super! closing this Andrea