After finally figuring out I needed to install BISON because it wasn't installed with PC Linux OS I get an error with /make install/ in CH 5.14 Bash-3.2.
The following is the output: lfs:/mnt/lfs/sources/bash-3.2$ make install ( cd ./po/ ; make DESTDIR= installdirs ) make[1]: Entering directory `/mnt/lfs/sources/bash-3.2/po' /bin/sh /mnt/lfs/sources/bash-3.2/./support/mkinstalldirs /tools/share if test "bash" = "gettext-tools"; then \ /bin/sh /mnt/lfs/sources/bash-3.2/./support/mkinstalldirs /tools/share/gettext/po; \ else \ : ; \ fi make[1]: Leaving directory `/mnt/lfs/sources/bash-3.2/po' /usr/bin/install -c -m 0755 bash /tools/bin/bash /usr/bin/install -c -m 0555 bashbug /tools/bin/bashbug ( cd ./doc ; make \ man1dir=/tools/man/man1 man1ext=.1 \ man3dir=/tools/man/man3 man3ext=.3 \ infodir=/tools/info htmldir= DESTDIR= install ) make[1]: Entering directory `/mnt/lfs/sources/bash-3.2/doc' /bin/sh ../support/mkinstalldirs /tools/man/man1 /bin/sh ../support/mkinstalldirs /tools/info if test -n "" ; then \ /bin/sh ../support/mkinstalldirs ; \ fi /usr/bin/install -c -m 644 ./bash.1 /tools/man/man1/bash.1 /usr/bin/install -c -m 644 ./bashbug.1 /tools/man/man1/bashbug.1 /usr/bin/install -c -m 644 ./bash.info /tools/info/bash.info if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ install-info --dir-file=/tools/info/dir /tools/info/bash.info; \ else true; fi if test -n "" ; then \ /usr/bin/install -c -m 644 ./bash.html ; \ /usr/bin/install -c -m 644 ./bashref.html ; \ fi make[1]: Leaving directory `/mnt/lfs/sources/bash-3.2/doc' ( cd ./builtins ; make DESTDIR= install ) make[1]: Entering directory `/mnt/lfs/sources/bash-3.2/builtins' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/mnt/lfs/sources/bash-3.2/builtins' ( cd ./po/ ; make DESTDIR= install ) make[1]: Entering directory `/mnt/lfs/sources/bash-3.2/po' test -z "[EMAIL PROTECTED] [EMAIL PROTECTED] ru.gmo" || make [EMAIL PROTECTED] [EMAIL PROTECTED] ru.gmo make[2]: Entering directory `/mnt/lfs/sources/bash-3.2/po' make[2]: [EMAIL PROTECTED]' is up to date. make[2]: [EMAIL PROTECTED]' is up to date. rm -f ru.gmo && : -c --statistics -o ru.gmo ru.po mv: cannot stat `t-ru.gmo': No such file or directory make[2]: *** [ru.gmo] Error 1 make[2]: Leaving directory `/mnt/lfs/sources/bash-3.2/po' make[1]: *** [stamp-po] Error 2 make[1]: Leaving directory `/mnt/lfs/sources/bash-3.2/po' make: [install] Error 2 (ignored) Any tips would be welcomed. Nick -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
