bug-bash
[Top][All Lists]
Advanced

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

Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?


From: Chet Ramey
Subject: Re: (IMPORTANT/URGENT) Regarding Missing Files in bash source code?
Date: Fri, 17 Jul 2020 12:05:22 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 7/17/20 11:58 AM, Humanities Clinic wrote:
> Dear Mr/Ms Chet Ramey
> 
> Thank you for your response.
> 
> Just to confirm if I got your reply right, are you saying that y.tab.c is
> part of bison, and not the bash source code?

No. y.tab.c is the output of bison run on a parser description file. As
Greg explained, I distribute that file with bash to reduce the number of
external dependencies, and you should be able to run bison against
parse.y to recreate it.

But that's not the problem. The error message is from bison, and the file
it cannot find is part of the bison distribution:


>     > bison: /usr/local/Cellar/bison/3.3.2/share/bison/m4sugar/m4sugar.m4:
>     cannot
>     > open: No such file or directory

So Greg's advice is appropriate: find out why bison is looking for that
file, since that appears to be the reason bison is returning a non-zero
exit status.

-- 
``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]