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: Chet Ramey
Subject: Re: 转发:patch bash 4.2 succeed , but make test & run bash failed
Date: Mon, 20 May 2013 09:36:39 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

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

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



reply via email to

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