Frans de Boer wrote: > On 02/24/2013 07:45 PM, Bruce Dubbs wrote: >> Frans de Boer wrote: >> >> >>> The contents of the lfs .bashrc is: >>> >>> set +h; umask 022 >>> LFS=/mnt/lfs >>> LC_ALL=POSIX >>> LFS_TGT=$(uname -m)-lfs-linux-gnu >>> PATH=/tools/bin:/bin:/usr/bin >>> export LFS LC_ALL LFS_TGT PATH >> >> That's OK. I thought you may have modified a LC_ variable. >> >>> I also suspect that the problem must be somewhere, but since I have done >>> things many times over (eventually placing sequences in bash - per >>> chapter - scripts) professional help is requested. >> >> LOL. s/professional/experienced/ >> >> The first step is to see what the output in Section vii Host System >> Requirements script is. >> >> The next step is to see a log or log fragment of the very first time >> automake/autoconf/aclocal is called. If the log is large, use >> pastebin.com and give us a link. >> >> -- Bruce > > Output of config.log can be found at: http://pastebin.com/VDqJvWGa > > On 02/24/2013 07:45 PM, Bruce Dubbs wrote: >> Frans de Boer wrote: >> >> >>> The contents of the lfs .bashrc is: >>> >>> set +h; umask 022 >>> LFS=/mnt/lfs >>> LC_ALL=POSIX >>> LFS_TGT=$(uname -m)-lfs-linux-gnu >>> PATH=/tools/bin:/bin:/usr/bin >>> export LFS LC_ALL LFS_TGT PATH >> >> That's OK. I thought you may have modified a LC_ variable. >> >>> I also suspect that the problem must be somewhere, but since I have done >>> things many times over (eventually placing sequences in bash - per >>> chapter - scripts) professional help is requested. >> >> LOL. s/professional/experienced/ >> >> The first step is to see what the output in Section vii Host System >> Requirements script is. >> >> The next step is to see a log or log fragment of the very first time >> automake/autoconf/aclocal is called. If the log is large, use >> pastebin.com and give us a link. >> >> -- Bruce >> > > First, find the files where 1.12a is used: > > find . -type f -print0 | xargs -0 grep 1.12a > ./Makefile.in:# Makefile.in generated by automake 1.12a from Makefile.am. > ./lib/Makefile.in:# Makefile.in generated by automake 1.12a from > Makefile.am. > ./aclocal.m4:# generated automatically by aclocal 1.12a -*- Autoconf -*- > ./aclocal.m4:[am__api_version='1.12a' > ./aclocal.m4:m4_if([$1], [1.12a], [], > ./aclocal.m4:[AM_AUTOMAKE_VERSION([1.12a])dnl > ./gnulib-tests/Makefile.in:# Makefile.in generated by automake 1.12a > from Makefile.am. > ./configure:am__api_version='1.12a' > ./tests/Makefile.in:# Makefile.in generated by automake 1.12a from > Makefile.am. > ./doc/Makefile.in:# Makefile.in generated by automake 1.12a from > Makefile.am. > ./src/Makefile.in:# Makefile.in generated by automake 1.12a from > Makefile.am. > > As before, the output after starting make: > > make > CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh > /mnt/lfs/sources/grep/grep-2.14/build-aux/missing aclocal-1.12a -I m4 > cd . && /bin/sh /mnt/lfs/sources/grep/grep-2.14/build-aux/missing > automake-1.12a --gnu > /mnt/lfs/sources/grep/grep-2.14/build-aux/missing: line 81: > automake-1.12a: command not found > WARNING: 'automake-1.12a' is missing on your system. > You should only need it if you modified 'Makefile.am' or > 'configure.ac' or m4 files included by 'configure.ac'. > The 'automake' program is part of the GNU Automake package: > <http://www.gnu.org/software/automake> > It also requires GNU Autoconf, GNU m4 and Perl in order to run: > <http://www.gnu.org/software/autoconf> > <http://www.gnu.org/software/m4/> > <http://www.perl.org/> > make: *** [Makefile.in] Error 1 > > After the above, aclocal contained: > > ./aclocal.m4:# generated automatically by aclocal 1.13.1 -*- Autoconf -*- > ./aclocal.m4:[am__api_version='1.13' > ./aclocal.m4:m4_if([$1], [1.13.1], [], > ./aclocal.m4:[AM_AUTOMAKE_VERSION([1.13.1])dnl > > So, that was changed from 1.12a to 1.13.1. However, other files still > contains the 1.12a. > > Hope this helps you somehow.
OK, that's not quite what I wanted, but it's a start. As you can see it's a very long file and it does a lot of checking for non-Linux systems. It will always get quite a few failures and that is expected. What I really want is the output from configure and make. That is, send the logs generated by the following: ./configure --prefix=/tools 2>&1 > grep-configure.log make 2>&1 > grep-make.log -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
