[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: |
Masahiro Yamada |
Subject: |
Re: [bug #56834] PATH not honored when --disable-posix-spawn is not used |
Date: |
Wed, 11 Sep 2019 18:14:37 +0900 |
On Tue, Sep 10, 2019 at 9:09 PM Paul D. Smith <address@hidden> wrote:
>
> Update of bug #56834 (project make):
>
> Status: None => Fixed
> Assigned to: None => psmith
> Open/Closed: Open => Closed
> Fixed Release: None => SCM
> Triage Status: None => Medium Effort
>
> _______________________________________________________
>
> Follow-up Comment #1:
>
> I've pushed a fix for this issue. It will be available in the next release of
> GNU make. Thanks for testing!
>
> _______________________________________________________
>
> Reply to this item at:
>
> <https://savannah.gnu.org/bugs/?56834>
>
> _______________________________________________
> Message sent via Savannah
> https://savannah.gnu.org/
>
>
> _______________________________________________
> Bug-make mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-make
Hi,
I cannot compile from the source since the following commit:
Author: Paul Smith <address@hidden>
Date: Fri Sep 6 22:24:46 2019 -0400
[SV 56834] Support local PATH search with posix_spawnp
I see the following error message on Ubuntu LTS 18.04.
Any hint to compile it?
gcc -DHAVE_CONFIG_H -Isrc -I/home/masahiro/ref/make/src -Ilib
-I/home/masahiro/ref/make/lib -DLIBDIR=\"/home/masahiro/tools/lib\"
-DINCLUDEDIR=\"/home/masahiro/tools/include\"
-DLOCALEDIR=\"/home/masahiro/tools/share/locale\"
-DMAKE_MAINTAINER_MODE -C -Wall -Wextra -Werror -Wwrite-strings
-Wshadow -Wdeclaration-after-statement -Wbad-function-cast
-Wformat-security -Wtype-limits -Wunused-but-set-parameter
-Wlogical-op -Wpointer-arith -Wignored-qualifiers -Wformat-signedness
-Wduplicated-cond -g -O2 -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o
src/main.o /home/masahiro/ref/make/src/main.c &&\
mv -f $depbase.Tpo $depbase.Po
/home/masahiro/ref/make/src/job.c:141:11: fatal error: findprog.h: No
such file or directory
# include "findprog.h"
^~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile;1197: src/job.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/tmp/build-make'
make: *** [Makefile;1283: all-recursive] Error 1
--
Best Regards
Masahiro Yamada