On 18/04/2010 16:30, Bruce Dubbs wrote:
> Matthew Burgess wrote:
>> On 16/04/2010 07:03, Bruce Dubbs wrote:
>>> I've been working with some new packages:
>>>
>>> GCC-4.5.0
>>
>> Note that this causes a test failure in Bison-2.4.2.  It's already been
>> reported at
>> http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00030.html with a
>> patch attached to the reply there.
>
> Good spot.  That's in my logs too.
>
> For the list, the patch is below.  It amounts to a one line change,  We
> might want to consider a sed instead of a patch.
>
> sed -i -e "s/\[cat stdout\]/[grep -v ': In function ' stdout]/" \
>             tests/synclines.at

That would work, except for the fact that modifying tests/synclines.at 
results in an attempt to modify tests/testsuite, which requires the 
autotools.  The patch at 
http://www.linuxfromscratch.org/~matthew/patches/bison-2.4.2-gcc-1.patch 
works around that issue by patching tests/testuite directly and worked 
for me.

For those following along at home, the patches at 
http://www.linuxfromscratch.org/~matthew/patches/ have gotten as far as 
building the kernel.  I'll do a boot test tomorrow.

Bruce, I've also submitted the e100e patch to the stable kernel mailing 
list.  My intent at the moment is to upgrade LFS to 2.6.33.2 on the 
assumptions that a) it works for most people and b) those who it doesn't 
work for read -dev :-)

Regards,

Matt.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to