Hi >Manuel Gonzalez Montoya wrote: >> On Mon, May 2, 2011 at 2:45 AM, Brett <[email protected]> wrote: >>> Hi >>> >>> I am trying to build LFS SVN-20110427 on an AMD64 system >>> >>> I get a consistent failure when running the checks for Binutils in >>> chapter 6. This is the output where the error occurs: >>> > > >> For the error in new.cc you need to remove the include >> <exception_defines.h> >> from the file ld/testsuite/ld-elf/new.cc >> or see http://comments.gmane.org/gmane.linux.lfs.support/32431 > >sed -i "/exception_defines.h/d" ld/testsuite/ld-elf/new.cc > >> For the errors in the selective test find the following line in the >>file ld/testsuite/ld-selective/selective.exp >> set cxxflags "-fvtable-gc -fno-exceptions -fno-rtti" >> and remove -fvtable-gc parameter >> or see http://sourceware.org/ml/binutils/2010-12/msg00189.html > >sed -i "s/-fvtable-gc //" ld/testsuite/ld-selective/selective.exp > >I created a ticket to make these fixes. Thanks. > > -- Bruce
That worked fine, thanks Brett -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
