bug-make
[Top][All Lists]
Advanced

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

Re: [bug #56834] PATH not honored when --disable-posix-spawn is not used


From: Paul Smith
Subject: Re: [bug #56834] PATH not honored when --disable-posix-spawn is not used
Date: Wed, 11 Sep 2019 08:00:09 -0400
User-agent: Evolution 3.32.1-2

On Wed, 2019-09-11 at 18:14 +0900, Masahiro Yamada wrote:
> I cannot compile from the source since the following commit:

Your local install of gnulib is too old.  Please pull the very latest
gnulib master HEAD from Git.

I proposed a patch to gnulib's findprog module to provide some
functionality I wanted and Bruno added (a slightly different
implementation).

Unfortunately, not even this will work correctly because right after I
pushed my changes that use this, Bruno pushed another commit that
changed the way the definition of the new function was called which
broke my invocation of it.

If you want to compile from source right now you need to pull the
latest gnulib then do something like:

  git reset --hard 3578d0622666eba42

to get the version that GNU make expects.

I personally think the new change is unnecessary, but if it hasn't been
put back in a day or two I'll change GNU make's call to match.




reply via email to

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