> Date: Fri, 17 Jan 2014 12:37:16 -0600 > From: Louis Rine <louisr...@gmail.com> > To: LFS Support List <lfs-support@linuxfromscratch.org> > Subject: Re: [lfs-support] 5.8 Libstdc++-4.8.1 > > > I ran the build again after fixing /bin/sh to be a link to /bin/bash. I > formatted the lfs partition and re-downloaded the sources before running > the build again, but it occurred to me after the fact that I didn't delete > the lfs programs from /tools/bin. So maybe that was dumb. > > I did get the same error about x86_64_linux-gnu-ranlib, however. > > I guess the proper next step is to try to use the lfs livecd environment > instead of my normal desktop. Before I do that I will probably try removing > the installed programs and rebuilding again, but if it still runs up to the > same error I dunno what else I could try short of switching to a known > clean environment. > > Here's the host system requirements script that I ran before the most > recent attempt, where the installation of Libstdc++-4.81 failed on make > install with .... x86_64-lfs-linux-gnu-ranlib: command not found despite > $PATH being /tools/bin:/bin:/usr/bin and /tools/bin containing > x86-64-lfs-linux-gnu-ranlib. >
(It's noted that in the above you write the three variations: x86_64_linux-gnu-ranlib x86_64-lfs-linux-gnu-ranlib x86-64-lfs-linux-gnu-ranlib Given that, are you perhaps making simple typo(s) in yr build ? ) A few sanity-checks - try running the following: ---- $ ls -laF /tools/bin/x86_64-lfs-linux-gnu-ranlib # Post the output here? $ /tools/bin/x86_64-lfs-linux-gnu-ranlib # Does it just should a usage/help message, or what? $ x86_64-lfs-linux-gnu-ranlib # NB no path components (incl not './') . # Does it just should a usage/help message, or what? $ whereis x86_64-lfs-linux-gnu-ranlib # Post the output here? $ which x86_64-lfs-linux-gnu-ranlib # Post the output here? ---- Please don't top-post - it makes following the discussion unnecessarily difficult for folks. rgds, akh -- -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page