bug-make
[Top][All Lists]
Advanced

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

Re: Dependency tracking not working on macOS


From: Paul Eggert
Subject: Re: Dependency tracking not working on macOS
Date: Sun, 16 Oct 2022 15:06:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 2022-10-16 14:42, Christoph GrĂ¼ninger wrote:
Any idea what I am missing? I double-checked hat the used make has version 4.3.91.

Yes, my idea is that either your bleeding-edge "make" is busted, or your environment variables are messed up. Either way it's not an Autoconf bug.

What happens when you run this shell command?

LC_ALL=C truss -fo my.tr ./configure

Look toward the end of my.tr for the system call that's failing, just before the "fopen" diagnostics are written. What does the log look like in the neighborhood?

If your environment is messed up, the log should make it fairly clear what's wrong and how you'll need to change your environment variables. If "make" is busted, I again suggest that you rebuild "make" with the patch I sent you earlier, here:

https://lists.gnu.org/r/bug-make/2022-10/msg00064.html

(It's possible that you have both problems, and need to fix both.)



reply via email to

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