bug-bash
[Top][All Lists]
Advanced

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

Re: Bash 5.1 fails parallel builds from source


From: Chet Ramey
Subject: Re: Bash 5.1 fails parallel builds from source
Date: Mon, 7 Dec 2020 10:37:10 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.5.1

On 12/7/20 7:31 AM, Fazal Majid wrote:
I occasionally encounter the error:

gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-musl"' 
-DCONF_MACHTYPE='"x86_64-pc-linux-musl"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' 
-DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib    -g -O2 -Wno-parentheses -Wno-format-security -c list.c
bashline.c:65:10: fatal error: builtins/builtext.h: No such file or directory
    65 | #include "builtins/builtext.h"  /* for read_builtin */
       |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

That's because bashline.o does not have a dependency on builtins/builtext.h in 
Makefile, unlike sig,o, subst.o etc

Thanks for the report. I've never actually encountered this error. Just
lucky, I guess.


--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

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