autoconf
[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 Smith
Subject: Re: Dependency tracking not working on macOS
Date: Sun, 09 Oct 2022 18:17:58 -0400
User-agent: Evolution 3.46.0 (by Flathub.org))

On Sun, 2022-10-09 at 16:39 -0400, Zack Weinberg wrote:
> Paul, can I suggest that this kind of problem would be easier to
> troubleshoot if make printed the name of the temporary file that it
> could not fopen?

In the current Git version, it does do this:

  ... _("fopen: temporary file %s: %s"), newnm, strerror (errno));

> (Also, I *do* hope make is using `mkstemp` and `fdopen`, internally,
> rather than `fopen`?)

In the current Git version it does.  I don't recall what the 4.3
release did.



reply via email to

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