From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: master 71b8f1fc63: Make `command-modes' work for (native-compiled) subrs, too Date: Sat, 19 Mar 2022 15:40:22 +0100 Message-ID: References: <164769920247.29107.5115079484703708296@vcs2.savannah.gnu.org> <20220319141322.CD037C01680@vcs2.savannah.gnu.org> <87tubuowqg.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10909"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 To: Lars Ingebrigtsen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 19 15:41:32 2022 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 1nVaGq-0002hX-DS for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Mar 2022 15:41:32 +0100 Original-Received: from localhost ([::1]:55790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVaGo-00025l-SK for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Mar 2022 10:41:30 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:55604) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVaFq-00016k-4E for emacs-devel@gnu.org; Sat, 19 Mar 2022 10:40:30 -0400 Original-Received: from latitanza.investici.org ([82.94.249.234]:32671) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVaFo-0005sh-0C for emacs-devel@gnu.org; Sat, 19 Mar 2022 10:40:29 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4KLNpH3BmgzGp4R; Sat, 19 Mar 2022 14:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1647700823; bh=ApJ2T5KXqqb+YML+D1JqRDOzB8i9Mz3VHbtbRndHLJU=; h=Date:Subject:To:References:From:In-Reply-To:From; b=J3RG73IoNcDtPRJlGpnapL1N8Dl5ry9Iv25H0JOSqRBvIGuOHtz0UqPI+SFcVXAh0 zPnJCvNHzn/TVs5Baf7Wn4F2NjcrE4u4CdGKzkllDE2J15JvL21jh6GLqcFZV9CqLQ sertwVjoPbO7JEuYCL7xAyjKdZIc97aa45AQfWJs= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4KLNpH1954zGp42; Sat, 19 Mar 2022 14:40:23 +0000 (UTC) Content-Language: en-GB In-Reply-To: <87tubuowqg.fsf@gnus.org> Received-SPF: pass client-ip=82.94.249.234; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:287305 Archived-At: On 19/03/22 15:14, Lars Ingebrigtsen wrote: > After this commit, you will probably have to say "make bootstrap" if you > have native-compile enabled on the trunk. Thanks for the tip. I pulled and ran the following commands on my Ubuntu 20.04: - ./configure --with-harfbuzz --with-native-compilation - make bootstrap - sudo make install I did not notice any error. -- Manuel Uberti www.manueluberti.eu