+ -
当前位置:首页 → 问答吧 → LFS 6.28. Bash-3.2这里出错。。。。。。

LFS 6.28. Bash-3.2这里出错。。。。。。

时间:2007-11-05

来源:互联网

root:/sources/bash-3.2# make install
( 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=/usr/share/doc/bash-3.2 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 "/usr/share/doc/bash-3.2" ; then \
/bin/sh ../support/mkinstalldirs /usr/share/doc/bash-3.2 ; \
fi
/bin/sh ./infopost.sh < ./bashref.info > bash.info ; \

/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 "/usr/share/doc/bash-3.2" ; then \
/usr/bin/install -c -m 644 ./bash.html /usr/share/doc/bash-3.2 ; \
/usr/bin/install -c -m 644 ./bashref.html /usr/share/doc/bash-3.2 ; \
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)

之前的编译的gcc,glibc没有测试。。。。

作者: epvmm365   发布时间: 2007-11-05

是gettext的问题

作者: 不开花   发布时间: 2007-11-05

???能说下是怎么看出来的吗?

作者: epvmm365   发布时间: 2007-11-05

先试下。。。。

作者: epvmm365   发布时间: 2007-11-05

引用:
作者: epvmm365
???能说下是怎么看出来的吗?
"[email protected] [email protected] ru.gmo"从这个

作者: 不开花   发布时间: 2007-11-05

强,,,,。。。

作者: epvmm365   发布时间: 2007-11-06

我目前也碰到这个问题,该如何解决呢?

作者: cqcya   发布时间: 2009-01-15