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 15:34:44 +0300 Message-ID: <8335qhsx0b.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> <83h7eyro1o.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="4488"; 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 14:43: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 1mNDxp-0000vx-KB for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 14:43:05 +0200 Original-Received: from localhost ([::1]:46294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNDxn-00084Y-QD for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 08:43:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48644) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNDpi-0006l8-Nq for emacs-devel@gnu.org; Mon, 06 Sep 2021 08:34:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38926) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNDpf-0002tU-I8; Mon, 06 Sep 2021 08:34:40 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2445 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 1mNDpe-00016V-UV; Mon, 06 Sep 2021 08:34:39 -0400 In-Reply-To: (message from Jean-Christophe Helary on Mon, 6 Sep 2021 21:12:26 +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:274120 Archived-At: > From: Jean-Christophe Helary > Date: Mon, 6 Sep 2021 21:12:26 +0900 > Cc: Alan Third , > emacs-devel@gnu.org > > >> 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? > > ➜ brew info libgccjit > libgccjit: stable 11.2.0 (bottled), HEAD > JIT library for the GNU compiler collection > https://gcc.gnu.org/ > /usr/local/Cellar/libgccjit/11.2.0 (14 files, 36.3MB) * I guess it's a bug that should be reported to the libgccjit developers, after generating the reproducer source file (see comp-libgccjit-reproducer).