CLFS(1.1.0-Sparc64-Pure64)-クロス開発環境構築(2)-Binutilsエラー
2010年11月 6日(土) 02:29 JST
閲覧数 3,413
sparc64用のクロスコンパイル環境を構築する際、binutilsのビルドでエラーが発生。
WARNINGメッセージ箇所にも在る様に、Texinfoパッケージがホストシステム上に必要になります。
CLFSの事前の依存環境チェックでは飛ばされている様なので、事前に導入しておくのが吉。
WARNINGメッセージ箇所にも在る様に、Texinfoパッケージがホストシステム上に必要になります。
CLFSの事前の依存環境チェックでは飛ばされている様なので、事前に導入しておくのが吉。
rm -rf $backupdir; exit $rc WARNING: `makeinfo' is missing on your system. You should only need it if you modified a `.texi' or `.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy `make' (AIX, DU, IRIX). You might want to install the `Texinfo' package or the `GNU make' package. Grab either from any GNU archive site. make[3]: *** [bfd.info] Error 1 make[3]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd/doc' Making info in po make[3]: Entering directory `/mnt/clfs/sources/binutils-build/bfd/po' ( if test 'x../../../binutils-2.18/bfd/po' != 'x.'; then \ posrcprefix='../../../binutils-2.18/bfd/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ../../../binutils-2.18/bfd/po/SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ../../../binutils-2.18/bfd/po/BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[3]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd/po' make[3]: Entering directory `/mnt/clfs/sources/binutils-build/bfd/po' make[3]: Nothing to be done for `info'. make[3]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd/po' make[3]: Entering directory `/mnt/clfs/sources/binutils-build/bfd' make[3]: Nothing to be done for `info-am'. make[3]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd' make[2]: *** [info-recursive] Error 1 make[2]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd' make[1]: *** [all-bfd] Error 2 make[1]: Leaving directory `/mnt/clfs/sources/binutils-build' make: *** [all] Error 2