From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.devel Subject: Re: ./configure --with-native-compilation on macos (11.5.2 Big Sur) Date: Mon, 6 Sep 2021 15:43:01 +0900 Message-ID: <8F52FFB7-283B-46E6-A94B-E94948338F01@traduction-libre.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> Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15539"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Devel To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 06 08:44:41 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 1mN8Mz-0003sZ-PT for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 08:44:41 +0200 Original-Received: from localhost ([::1]:54220 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mN8Mx-0002VP-Lw for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 02:44:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mN8LZ-0001nJ-K6 for emacs-devel@gnu.org; Mon, 06 Sep 2021 02:43:13 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:59691) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mN8LW-00029j-VT for emacs-devel@gnu.org; Mon, 06 Sep 2021 02:43:13 -0400 Original-Received: (Authenticated sender: lists@traduction-libre.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id ECE9DFF806; Mon, 6 Sep 2021 06:43:06 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3654.120.0.1.13) Received-SPF: pass client-ip=217.70.183.199; envelope-from=lists@traduction-libre.org; helo=relay9-d.mail.gandi.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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:274076 Archived-At: > On Sep 6, 2021, at 15:27, Jean-Christophe Helary = wrote: >=20 >=20 >=20 >> On Sep 6, 2021, at 12:46, Jean-Christophe Helary = wrote: >>=20 >>=20 >>=20 >>> On Sep 6, 2021, at 12:24, Alan Third wrote: >>>=20 >>> On Sun, Sep 05, 2021 at 10:22:59PM +0900, Jean-Christophe Helary = wrote: >>>>> On Sep 5, 2021, at 22:07, Alan Third wrote: >>>>>=20 >>>>=20 >>>> Alan, thank you for your help, and sorry, it looks like the new >>>> config log is exactly the same as the other. I'm sending it to you >>>> offlist. >>>=20 >>> What is the result of >>>=20 >>> port installed active | grep '^ *gcc@<:@0-9@:>@* ' | awk '{ print = $1; }' >>=20 >> the result is a blank line >>=20 >>> and >>>=20 >>> port contents $PORT_PACKAGE >>>=20 >>> replacing $PORT_PACKAGE with the result of the previous command (if >>> there is anything). >>>=20 >>> I'm wondering if the right thing to do here is to add --without-brew >>> and --without-macports, but then again, clearly something is going >>> wrong with the macports set up. >>=20 >> It's an old macports system that I keep upgrading/updating. >>=20 >> Do you think reinstalling from scratch could help ? >=20 > Alan, >=20 > Totally removing macports allowed me to properly run ./configure = --with-native-compilation > I am currently "make"ing emacs. >=20 > There are some apps that I need from macport so I'll reinstall it from = scratch. 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/Res= ources/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 = :-) --=20 Jean-Christophe Helary @brandelune https://mac4translators.blogspot.com https://sr.ht/~brandelune/omegat-as-a-book/