Right now I am in chroot jail and installing bash package after make install
I got this error
root:/sources/bash-3.2# make install
***********************************************************
* *
* GNU bash, version 3.2.17(1)-release (i686-pc-linux-gnu)
* *
***********************************************************
( cd ./po/ ; make DESTDIR= installdirs )
make[1]: Entering directory `/sources/bash-3.2/po'
/bin/sh /sources/bash-3.2/./support/mkinstalldirs /usr/share
if test "bash" = "gettext-tools"; then \
/bin/sh /sources/bash-3.2/./support/mkinstalldirs
/usr/share/gettext/po; \
else \
: ; \
fi
make[1]: Leaving directory `/sources/bash-3.2/po'
/usr/bin/install -c -m 0755 bash /bin/bash
/usr/bin/install -c -m 0555 bashbug /bin/bashbug
( cd ./doc ; make \
man1dir=/usr/man/man1 man1ext=.1 \
man3dir=/usr/man/man3 man3ext=.3 \
infodir=/usr/info htmldir= DESTDIR= install )
make[1]: Entering directory `/sources/bash-3.2/doc'
/bin/sh ../support/mkinstalldirs /usr/man/man1
/bin/sh ../support/mkinstalldirs /usr/info
if test -n "" ; then \
/bin/sh ../support/mkinstalldirs ; \
fi
/usr/bin/install -c -m 644 ./bash.1 /usr/man/man1/bash.1
/usr/bin/install -c -m 644 ./bashbug.1 /usr/man/man1/bashbug.1
/usr/bin/install -c -m 644 ./bash.info /usr/info/bash.info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/usr/info/dir /usr/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 `/sources/bash-3.2/doc'
( cd ./builtins ; make DESTDIR= install )
make[1]: Entering directory `/sources/bash-3.2/builtins'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/sources/bash-3.2/builtins'
( cd ./po/ ; make DESTDIR= install )
make[1]: Entering directory `/sources/bash-3.2/po'
test -z "[EMAIL PROTECTED] [EMAIL PROTECTED] ru.gmo" || make [EMAIL PROTECTED]
[EMAIL PROTECTED] ru.gmo
make[2]: Entering directory `/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 `/sources/bash-3.2/po'
make[1]: *** [stamp-po] Error 2
make[1]: Leaving directory `/sources/bash-3.2/po'
make: [install] Error 2 (ignored)
Regards,
Satish Patel
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page