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: Thu, 9 Sep 2021 08:44:47 +0900 Message-ID: <5F33DEC8-5272-41B7-A113-32A69A2E7357@traduction-libre.org> 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 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19022"; 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 Thu Sep 09 01:46: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 1mO7H6-0004jl-Cl for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Sep 2021 01:46:40 +0200 Original-Received: from localhost ([::1]:53454 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mO7H4-0004nO-N8 for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Sep 2021 19:46:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39204) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mO7FU-00045f-Dk for emacs-devel@gnu.org; Wed, 08 Sep 2021 19:45:01 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:56639) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mO7FR-0001yL-My for emacs-devel@gnu.org; Wed, 08 Sep 2021 19:45:00 -0400 Original-Received: (Authenticated sender: lists@traduction-libre.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 79CB5FF802; Wed, 8 Sep 2021 23:44:52 +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:274401 Archived-At: > On Sep 9, 2021, at 0:31, Alan Third wrote: >=20 > On Mon, Sep 06, 2021 at 06:45:58PM +0900, Jean-Christophe Helary = wrote: >>>>> What is the result of >>>>>=20 >>>>> port installed active | grep '^ *gcc@<:@0-9@:>@* ' | awk '{ print = $1; }' >>>>=20 >>>> the result is a blank line > >>> 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. >>=20 >> Alan, >>=20 >> I confirm that reinstalling llvm through macports makes the issue >> appear again. So there is indeed a conflict between brew and >> macports here. >=20 > Can you please send the output from 'port installed active'? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D port installed active The following ports are currently installed: bzip2 @1.0.8_0 (active) gettext @0.19.8.1_2 (active) icu @67.1_4 (active) libcxx @5.0.1_4 (active) libedit @20210216-3.1_0 (active) libffi @3.4.2_0 (active) libiconv @1.16_1 (active) libxml2 @2.9.12_1 (active) llvm-10 @10.0.1_2 (active) llvm_select @2_0 (active) ncurses @6.2_1 (active) openssl @1.1.1l_0 (active) readline @8.1.000_0 (active) xar @1.8.0.452_0 (active) xz @5.2.5_0 (active) zlib @1.2.11_0 (active) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Also, just if that matters: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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) * Poured from bottle on 2021-09-07 at 13:10:59 From: = https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/libgccjit.rb License: GPL-3.0-or-later with GCC-exception-3.1 =3D=3D> Dependencies Required: gmp =E2=9C=94, isl =E2=9C=94, libmpc =E2=9C=94, mpfr =E2=9C=94 =3D=3D> Options --HEAD Install HEAD version =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D which gcc /usr/bin/gcc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D gcc -v Configured with: --prefix=3D/Library/Developer/CommandLineTools/usr = --with-gxx-include-dir=3D/Library/Developer/CommandLineTools/SDKs/MacOSX.s= dk/usr/include/c++/4.2.1 Apple clang version 12.0.5 (clang-1205.0.22.11) Target: x86_64-apple-darwin20.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D And the third version of the patch you sent produced the same error... = :( I have just totally removed brew and macports to remove all the cruft = and reinstalled only the packages that I needed (and their = dependencies). --=20 Jean-Christophe Helary @brandelune https://mac4translators.blogspot.com https://sr.ht/~brandelune/omegat-as-a-book/