From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#53675: lisp/startup.el; startup--require-comp-safely async compile breaks if comp is required in init Date: Tue, 01 Feb 2022 15:36:09 +0000 Message-ID: References: <86leyueoyu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11574"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Tom Gillespie , 53675@debbugs.gnu.org To: Arash Esbati Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 01 18:27:28 2022 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 1nEwwB-0002rd-Uh for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Feb 2022 18:27:27 +0100 Original-Received: from localhost ([::1]:55320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nEwwA-0007EQ-TH for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Feb 2022 12:27:26 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52588) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEvDL-0001Mx-9v for bug-gnu-emacs@gnu.org; Tue, 01 Feb 2022 10:37:06 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nEvDJ-0006o4-Ue for bug-gnu-emacs@gnu.org; Tue, 01 Feb 2022 10:37:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nEvDJ-0000Hx-Ng for bug-gnu-emacs@gnu.org; Tue, 01 Feb 2022 10:37:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 01 Feb 2022 15:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53675 X-GNU-PR-Package: emacs Original-Received: via spool by 53675-submit@debbugs.gnu.org id=B53675.16437297771045 (code B ref 53675); Tue, 01 Feb 2022 15:37:01 +0000 Original-Received: (at 53675) by debbugs.gnu.org; 1 Feb 2022 15:36:17 +0000 Original-Received: from localhost ([127.0.0.1]:43839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEvCa-0000Gn-Ri for submit@debbugs.gnu.org; Tue, 01 Feb 2022 10:36:17 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:61827) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEvCW-0000GZ-DY for 53675@debbugs.gnu.org; Tue, 01 Feb 2022 10:36:16 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 211Fa9QE024303 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 1 Feb 2022 15:36:10 GMT In-Reply-To: <86leyueoyu.fsf@gnu.org> (Arash Esbati's message of "Tue, 01 Feb 2022 13:44:09 +0100") 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:225754 Archived-At: Arash Esbati writes: > Andrea Corallo writes: > >> thanks for reporting and debugging this issue. >> >> a92c6191b0 should fix this, could ou please have a try? > > Hi Andrea, > > I tried that (2c4a24975c) and starting with "emacs -Q" returns: > > defalias: Symbol=E2=80=99s function definition is void: native--compile= -async > > Best, Arash Hi Arash, sorry I just realized I've made a typo in a92c6191b0, as soon as the savannah repo restarts to work I'll push the fix for it. Andrea