From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: ./configure --with-native-compilation on macos (11.5.2 Big Sur) Date: Mon, 6 Sep 2021 21:01:35 +0100 Message-ID: References: <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 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3070"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Lars Ingebrigtsen , Emacs Devel To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 06 22:02:52 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 1mNKpP-0000ck-4J for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 22:02:51 +0200 Original-Received: from localhost ([::1]:36542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNKpN-0002Z0-NL for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 16:02:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNKoN-0001jo-Lz for emacs-devel@gnu.org; Mon, 06 Sep 2021 16:01:47 -0400 Original-Received: from outbound.soverin.net ([116.202.126.228]:38943) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNKoL-00064Z-Bj for emacs-devel@gnu.org; Mon, 06 Sep 2021 16:01:47 -0400 Original-Received: from smtp.soverin.net (unknown [10.10.3.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 383424D; Mon, 6 Sep 2021 20:01:39 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1630958498; bh=TQv+M0aC07FsWcPvxCUnJHxY3Qyp2B0Fe7W9sCGMQqs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CBYtIWj42eBpQoFLml+HjtldnjVrAKiMLCxuHXkRsTeQhds20UEP2wOm+z7sTtB+Q l50bXVZTCWYF2jd0I+o+FOCYctqQJC4Awm0dTJyzp+Cbx6cvZKcxI4k5o/JEUTl0Uq ve1SP+8B1G0KFYmzM8Gtlvj3bXePwNypnesQO5wQGo0G/Ip++Ob7j+Rd83kb3jf6XC 11vipRGk6oWNPYDOIAh7K4babj9MBEUSr8rYi1TzS4hBBWE2Vh4KRwRZ8Vh2pd7M7Z 3dk47Vlb5UkpdATtpkL0+gMwW8suYiCjXGJ1mNphKU60d7U10J/m1Y4O+Cn3YebAQv jL3Da2B7WWuSQ== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.94.2) (envelope-from ) id 1mNKoB-001CmL-SC; Mon, 06 Sep 2021 21:01:35 +0100 Mail-Followup-To: Alan Third , Jean-Christophe Helary , Emacs Devel , Lars Ingebrigtsen Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-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:274171 Archived-At: On Mon, Sep 06, 2021 at 06:45:58PM +0900, Jean-Christophe Helary wrote: > > On Sep 6, 2021, at 15:27, Jean-Christophe Helary wrote: > >>>>> On Sep 5, 2021, at 22:07, Alan Third wrote: > >>>> > >>>> 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. > >>> > >>> What is the result of > >>> > >>> port installed active | grep '^ *gcc@<:@0-9@:>@* ' | awk '{ print $1; }' > >> > >> the result is a blank line > >> > >>> and > >>> > >>> port contents $PORT_PACKAGE > >>> > >>> replacing $PORT_PACKAGE with the result of the previous command (if > >>> there is anything). > >>> > >>> 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. > >> > >> It's an old macports system that I keep upgrading/updating. > >> > >> Do you think reinstalling from scratch could help ? > > > > Alan, > > > > Totally removing macports allowed me to properly run ./configure --with-native-compilation > > I am currently "make"ing emacs. > > > > There are some apps that I need from macport so I'll reinstall it from scratch. > > Alan, > > I confirm that reinstalling llvm through macports makes the issue > appear again. So there is indeed a conflict between brew and > macports here. Installing llvm causes the problem?! Lars, is there any chance you could have a look and see if you can work out what's going on, here? -- Alan Third