After sending email asking for help I got. lfs-support-boun...@linuxfromscratch.org
"Your mail to 'lfs-support' with the subject Lfs-6.4 ch 6.9 Glibc-2.8-20080929 Is being held until the list moderator can review it for approval. The reason it is being held: Message has a suspicious header" Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: What makes it a suspicious header? If it not going to be posted would like to know why I have not receive notification of the moderator's decision.? Update to message below. I have followed the books instruction with out any changes still get same errors. Below is a copy of email sent On Dec 14 (4 days ago) Hi I am new to Linux From Scratch This is the 1st time I have tried any thing this advance with Linux. Every thing up to this point ch 6.9 has worked fairly well. The only problems I have had is some confusion with the instruction. Where I have not been in the right directory when entering a command or as in this chapter. I entered this " sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED" because it was the 1st userinput box on the page. It failed then I noticed you need to " First apply two patches" that are in the 2nd userinput box on the page. After applying two patches then " sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED" I worked my way down the page to where instruction said: "Again, add the needed compiler flag to CFLAGS: echo "CFLAGS += -march=i486 -mtune=native" > configparms" I changed this to echo "CFLAGS += -march=i686 -mtune=native" > configparms" I would like to keep this setting as I have no computers less than a i686 Farther down the page I copy userinput box cp -v ../glibc-2.8-20080929/iconvdata/gconv-modules iconvdata make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log Then I pasted that into the shell The errors I am getting are below root:/sources/glibc-build# make -k check 2>&1 | tee glibc-check-log (I cut out most of history here) make[1]: Target `check' not remade because of errors. make[1]: Leaving directory `/sources/glibc-2.8-20080929' make: *** [check] Error 2 root:/sources/glibc-build# grep Error glibc-check-log make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) make[2]: *** [/sources/glibc-build/rt/tst-cpuclock1.out] Error 1 make[2]: *** [/sources/glibc-build/rt/tst-cpuclock2.out] Error 1 make[2]: *** [/sources/glibc-build/rt/tst-cputimer1.out] Error 1 make[2]: *** [/sources/glibc-build/rt/tst-cputimer2.out] Error 1 make[1]: *** [rt/tests] Error 2 make: *** [check] Error 2 root:/sources/glibc-build# I know that "make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)" is normal. I have saved shell history back to "6.2. Preparing Virtual Kernel File Systems" if needed. My system processor model name: Intel Celeron CPU 1.80 GHz or = to pentium4 Thanks for any help Ray Hogaboom -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page