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: ./configure --with-native-compilation on macos (11.5.2 Big Sur) Date: Mon, 06 Sep 2021 13:33:39 +0300 Message-ID: <83h7eyro1o.fsf@gnu.org> References: <4B9D846D-461B-4A97-8838-9F03D5BBC879@traduction-libre.org> <3DF825AA-2015-436F-A635-B5C4CBAA6BA0@traduction-libre.org> <6266D349-AE54-452E-AFE4-AA9BA52BE291@traduction-libre.org> <9DC1AA65-7DCF-439D-8891-8787C28F03D6@traduction-libre.org> <8F52FFB7-283B-46E6-A94B-E94948338F01@traduction-libre.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16826"; mail-complaints-to="usenet@ciao.gmane.io" Cc: alan@idiocy.org, emacs-devel@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 06 12:34:21 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 1mNBxE-0004AF-Bu for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 12:34:20 +0200 Original-Received: from localhost ([::1]:33922 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNBxD-00077z-1J for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 06:34:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51318) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNBwY-0006QB-IZ for emacs-devel@gnu.org; Mon, 06 Sep 2021 06:33:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34956) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNBwW-0005ge-FD; Mon, 06 Sep 2021 06:33:36 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2362 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNBwW-0008Q4-2D; Mon, 06 Sep 2021 06:33:36 -0400 In-Reply-To: <8F52FFB7-283B-46E6-A94B-E94948338F01@traduction-libre.org> (message from Jean-Christophe Helary on Mon, 6 Sep 2021 15:43:01 +0900) 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:274100 Archived-At: > From: Jean-Christophe Helary > Date: Mon, 6 Sep 2021 15:43:01 +0900 > Cc: Emacs Devel > > After a successful make install, I have the following errors when I run Emacs.app: > > Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging > Warning (comp): /Users/suzume/Documents/Repositories/emacs/nextstep/Emacs.app/Contents/Resources/lisp/emacs-lisp/cl-lib.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging > > I'm not sure what that means, but it probably means something to Emacs :-) It means the native compiler crashed for some reason. What is the version of libgccjit you installed?