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.devel Subject: Re: make check produces 25 failures and hangs (bug #65176). Date: Mon, 14 Aug 2023 15:07:20 +0300 Message-ID: <83h6p1bzev.fsf@gnu.org> References: <9e9bf73a-f7e8-24e2-bd3f-5f4e86baa65e@vodafonemail.de> <83zg2ygmwu.fsf@gnu.org> <7f5635a2-c2bc-b90b-35b9-7c6a07822dae@vodafonemail.de> <838rafcfhc.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40365"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jschmidt4gnu@vodafonemail.de, acm@muc.de, yandros@gmail.com, emacs-devel@gnu.org, luangruo@yahoo.com To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 14 14:08:11 2023 Return-path: Envelope-to: ged-emacs-devel@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 1qVWMl-000AD6-1o for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Aug 2023 14:08:11 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qVWM5-0001u0-12; Mon, 14 Aug 2023 08:07:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qVWLx-0001tZ-QD for emacs-devel@gnu.org; Mon, 14 Aug 2023 08:07:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qVWLw-0005A7-4s; Mon, 14 Aug 2023 08:07:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=x4deAY5ihy6MW5KwLALMHH/SOvHgq9BeQaSv/GbQiiI=; b=THzWl/RXcXQR Ff9utVJd8myLs6wmFKMKH/3EEvGYMx4M45XlEYFkqyJ8t10M44oBnPyHDlFyr5SFETRiWR3/Ldkjd Xu1ZfGwVOVEJwQMs6M9e2WhUO+DJ0BxTsWqUN8jPKegkT5J4OfOU3jiHEIZxawXjYUaRK5sbey96h u4Rh1XDDCVYARb6R/Ikl0jm9Hh7rd7o7CzotjJHggM8x3iQ0fiY5diTpHGakodbbh9ACNY6C3a92G fDCvBvnWC/4FfLxZHQFHs5YOaCcNXBSmapruKxwflStB6X1qXANQj4JOGFeHQ3IHRUs3KB9SSahtG TjQY/J/zfvaa05wIJzS4YQ==; In-Reply-To: (message from Andrea Corallo on Mon, 14 Aug 2023 03:51:39 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308727 Archived-At: > From: Andrea Corallo > Cc: Jens Schmidt , acm@muc.de, > yandros@gmail.com, emacs-devel@gnu.org, luangruo@yahoo.com > Date: Mon, 14 Aug 2023 03:51:39 -0400 > > Eli Zaretskii writes: > > >> (setq native-comp-enable-subr-trampolines t)) > >> ^^^^^^^^^^^ > > > > > > These two are supposed to be aliases (the comp-enable-subr-trampolines > > one is the old name, the other one is the new name). > > > > If the alias is missing, we should restore it, in addition to fixing > > the name we use in startup.el. > > Thanks Jens for the analysis and you for the fix. > > We have in place the alias, but I guess when the code in loadup is > executed is to early and is maybe not effective? Where is the alias? I don't think I see it. What did I miss?