From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#40602: 28.0.50; [feature/native-comp] native-compile-async fails to start when another async compilation is in process Date: Mon, 13 Apr 2020 16:57:10 +0000 Message-ID: References: <87mu7f4atd.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="114601"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 40602@debbugs.gnu.org To: Ihor Radchenko Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Apr 13 18:58:12 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 1jO2PU-000Tjq-1P for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 13 Apr 2020 18:58:12 +0200 Original-Received: from localhost ([::1]:46672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO2PT-0002nL-3g for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 13 Apr 2020 12:58:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39000) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO2PK-0002nC-V8 for bug-gnu-emacs@gnu.org; Mon, 13 Apr 2020 12:58:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO2PK-0003tq-1v for bug-gnu-emacs@gnu.org; Mon, 13 Apr 2020 12:58:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49104) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO2PJ-0003tb-VC for bug-gnu-emacs@gnu.org; Mon, 13 Apr 2020 12:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO2PJ-0003t7-TX for bug-gnu-emacs@gnu.org; Mon, 13 Apr 2020 12:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 13 Apr 2020 16:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40602 X-GNU-PR-Package: emacs Original-Received: via spool by 40602-submit@debbugs.gnu.org id=B40602.158679703414887 (code B ref 40602); Mon, 13 Apr 2020 16:58:01 +0000 Original-Received: (at 40602) by debbugs.gnu.org; 13 Apr 2020 16:57:14 +0000 Original-Received: from localhost ([127.0.0.1]:60650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO2OX-0003s3-Pe for submit@debbugs.gnu.org; Mon, 13 Apr 2020 12:57:13 -0400 Original-Received: from mx.sdf.org ([205.166.94.20]:55859) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO2OV-0003ru-Mx for 40602@debbugs.gnu.org; Mon, 13 Apr 2020 12:57:12 -0400 Original-Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 03DGvAhY015019 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Mon, 13 Apr 2020 16:57:10 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 03DGvADj008375; Mon, 13 Apr 2020 16:57:10 GMT In-Reply-To: <87mu7f4atd.fsf@localhost> (Ihor Radchenko's message of "Tue, 14 Apr 2020 00:20:14 +0800") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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:178323 Archived-At: Ihor Radchenko writes: > I have comp-deferred-compilation set to 't in my init.el and some > compilation started on emacs startup after recent rebuild. While that > automatic compilation was running I tried to compile a specific folder: > (native-compile-async "~/.emacs.d/straight/build/pdf-tools") > Hi Ihor, Mmmh I see. I never tried a `native-compile-async' while deferred compilation is running, thanks for the report. Andrea -- akrl@sdf.org