Doesn't ./configure warns about it?

RR

On 05/20/2013 04:03 PM, boblin wrote:
I found that the bison package had not been installed . After I install it , 
the make test run succeed and not more errs


tks ! :)




------------------ 原始邮件 ------------------
发件人: "chet.ramey"<chet.ra...@case.edu>;
发送时间: 2013年5月20日(星期一) 晚上9:36
收件人: "boblin"<ai...@qq.com>;
抄送: "chet.ramey"<chet.ra...@case.edu>; "Bug-bash"<Bug-bash@gnu.org>;
主题: Re: 转发:patch bash 4.2 succeed , but make test & run bash failed



On 5/19/13 11:21 AM, boblin wrote:
hi, chet

    I met a problem with patching the original bash 4.2 with all the patches
from 001 ~ 045 .

    the patch report succeed , but 'make test' shows many errors

Patch 5 modifies parse.y but not y.tab.c and y.tab.h.  It relies on make to
recreate those files and correctly compute the dependencies.  You should
be able to get past this issue (I've never encountered it) by running

bison -y -d parse.y
rm builtins/evalstring.o builtins/libbuiltins.a
make

Chet



Reply via email to