bug-bash
[Top][All Lists]
Advanced

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

Re: 回复: 转发:patch bash 4.2 succeed , but make test & run bash failed


From: Roman Rakus
Subject: Re: 回复: 转发:patch bash 4.2 succeed , but make test & run bash failed
Date: Mon, 20 May 2013 16:13:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

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.ramey@case.edu>;
发送时间: 2013年5月20日(星期一) 晚上9:36
收件人: "boblin"<ailms@qq.com>;
抄送: "chet.ramey"<chet.ramey@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

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