On 11/06/2012 09:11 PM, Harry Prevor wrote: > On 11/6/12, Chris Staub <ch...@beaker67.com> wrote: > >> Installing GCC into /usr certainly shouldn't create any >> directories or files in /bin or /lib. Do you have logs of your GCC >> installation? > > Only of the installation as root, as all the previous files were > deleted. Here is my config.log: > > <http://sprunge.us/QUHB> > > I can provide any other files from the installation if requested. > configure:3785: found /bin/gcc
Looks like you didn't remove the previous GCC installation. Either that, or that was there even before you tried building GCC in chapter 6, which would point to some issue while making symlinks/files early in Chapter 6. If /bin/gcc is owned by the gcc user (most likely), rm it, and everything else owned by that user (perhaps with the uninstall_package script). Then try the sanity check again. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page