On 1/1/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Allard Welter wrote these words on 01/01/06 12:06 CST: > > > I post this here as these errors occurred while compiling the full gcc > > suite once rebooted into lfs-6.1.1. It is perhaps relevant to lfs as > > well. The tests that fail are the ones involving pre-compiled headers > > (gcc-3.4.3/gcc/testsuite/gcc.dg/pch/) > > I show segmentation faults in my build of gcc-3.4.3 as well. I > believe this pch issue is known about, and I think a patch was > just added to the repo to fix it and that the errata for 6.1.1 > has been updated to mention the fix. I may be wrong, but it seems > Dan just did something about this. > > Check and see if this patch won't help: > http://www.linuxfromscratch.org/patches/downloads/gcc/gcc-3.4.3-pch-1.patch
I don't think the pch failures have anything to do with tmpfs in gcc-3.4.3. Or, I should say that I hope that tmpfs hasn't caused new failures. I assume you're running linux-2.6.12+? A new feature was introduced called exec-shield-randomize or something that breaks pch. Take a look at the patch and follow the links if you're curious. This has been fixed in gcc-3.4.5 and gcc-4. Something will be going in the lfs-6.1.1 errata within the week. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
