emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./configure --with-native-compilation on macos (11.5.2 Big Sur)


From: Alan Third
Subject: Re: ./configure --with-native-compilation on macos (11.5.2 Big Sur)
Date: Sun, 12 Sep 2021 12:59:53 +0100

On Sun, Sep 12, 2021 at 05:47:45PM +0900, Jean-Christophe Helary wrote:
> 
> 
> > On Sep 12, 2021, at 1:17, Alan Third <alan@idiocy.org> wrote:
> > Do you need to rerun autogen.sh? Make should automatically rerun it
> > when configure.ac has changed.

Can you check whether the change has applied to ./configure?

> > Does this print "GOOD" if you run it in the terminal?
> > 
> >    PORT_PACKAGE=$(port installed active | grep '^ *gcc@<:@0-9@:>@* ' | \
> >                        awk '{ print $1; }')
> >    if test -n "$PORT_PACKAGE"; then
> >      echo "SOMETHING'S BROKEN"
> >    else
> >      echo "GOOD"
> >    fi
> 
> It does:
> 
> emacs on  master [$✘!?] 
> ➜ PORT_PACKAGE=$(port installed active | grep '^ *gcc@<:@0-9@:>@* ' | \
>                        awk '{ print $1; }')
>    if test -n "$PORT_PACKAGE"; then
>      echo "SOMETHING'S BROKEN"
>    else
>      echo "GOOD"
>    fi
> GOOD

What this tells me is that either this simple bit of shell script
behaves entirely differently when run interactively vs when run within
configure, or... perhaps there's some other problem causing the
failure further on?

Please resend config.log.

> What I'll do when I have some time is try again from scratch:
> 
> 1) remove macports and brew
> 2) reinstall only the required dependencies, along with Xcode command line 
> tools
> 3) apply your last patch

I wouldn't waste your time, I'm sure the problem isn't with your brew
or ports installs.

-- 
Alan Third



reply via email to

[Prev in Thread] Current Thread [Next in Thread]