From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pankaj Jangid Newsgroups: gmane.emacs.devel Subject: Re: Getting ready to land native-compilation on master Date: Wed, 14 Apr 2021 10:09:01 +0530 Message-ID: References: <83v98v7dzs.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34389"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) To: emacs-devel@gnu.org Cancel-Lock: sha1:VWGFyuKQPG7xqKC85DceSWv/9is= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 14 06:40:06 2021 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 1lWXJt-0008qF-Gv for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Apr 2021 06:40:05 +0200 Original-Received: from localhost ([::1]:48882 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWXJs-0001JN-J6 for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Apr 2021 00:40:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWXJ8-0000t2-Im for emacs-devel@gnu.org; Wed, 14 Apr 2021 00:39:18 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:49486) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWXJ4-0007AQ-PA for emacs-devel@gnu.org; Wed, 14 Apr 2021 00:39:18 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lWXJ2-0007q7-7v for emacs-devel@gnu.org; Wed, 14 Apr 2021 06:39:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:268022 Archived-At: Eli Zaretskii writes: > AFAICT, we are quite ready to land this important feature. The branch > was tested on several systems and is in good shape: many issues and > bugs were fixed, and currently no known issues remain that block the > merge. (There's a lot yet to do wrt documenting the feature and its > various aspects, but that can be done on master after merging.) I have started using Emacs from ‘native-comp’ branch last week. I am doing this for the first time and following instructions from Andrea’s gccemacs page. I am on macos and after launching Emacs, I get this libgccjit error. Is this something that I can ignore for now? --8<---------------cut here---------------start------------->8--- Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /Users/pankaj/Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/cl-lib.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging --8<---------------cut here---------------end--------------->8--- Further, there are lots of compiler warnings from different package, as I use Emacs. That means the native compilation is definitely working. Other than this I haven’t noticed anything that could be a blocker. My several packages, Gnus, everything is working fine. -- Regards Pankaj Jangid