>
> This is a bug in the binutils testsuite and has been fixed upstream.
> Apparently gcc folks decided that exception_defines.h is now a private
> header and should not be directly included. Heres the upstream patch
> that fixed this one for me.
>
>
> =
On Mon, 11 Apr 2011, Chris Hamons wrote:
> I am at this step in my LFS build (Building and installing Binutils in
> chroot):
>
> http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html
>
> I am seeing four test failures:
>
> root:/sources/binutils-build/ld# for summary in
I think I have the specs right (I copy pasted the command the first
time I did it):
http://tinypaste.com/be1ea9
The file also exists on disk:
/mnt/main/usr/include$ ls /tools/include/c++/4.6.0/bits/exception_defines.h
/tools/include/c++/4.6.0/bits/exception_defines.h
I can't tell from the compi
On Mon, 11 Apr 2011 08:40:47 -0500
Chris Hamons wrote:
> I am at this step in my LFS build (Building and installing Binutils in
> chroot):
>
> http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html
>
> I am seeing four test failures:
>
> root:/sources/binutils-build/ld#
I am at this step in my LFS build (Building and installing Binutils in chroot):
http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html
I am seeing four test failures:
root:/sources/binutils-build/ld# for summary in $(find . -name
'*.sum'); do echo $summary; grep FAIL $summa