Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Compiling core-dev-tools/tools/binutils/trunk: (2 Items)
   
Compiling core-dev-tools/tools/binutils/trunk  
When compiling the binutils in NTO, I got the following errors:

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[4]: *** [bfd.info] Error 1
make[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/doc'
Making info in po
make[4]: Entering directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
( if test 'x/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/../bfd/po' != 'x.'; then \
            posrcprefix='/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/../bfd/'; \
          else \
            posrcprefix="../"; \
          fi; \
          rm -f SRC-POTFILES-t SRC-POTFILES \
            && (sed -e '/^#/d' \
                    -e '/^[     ]*$/d' \
                    -e "s@.*@   $posrcprefix& \\\\@" < /work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-
ntoppc/../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@.*@   ../& \\\\@" < /work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/..
/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[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
make[4]: Entering directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
make[4]: Nothing to be done for `info'.
make[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
make[4]: Entering directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd'
make[4]: Nothing to be done for `info-am'.
make[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd'
make[3]: *** [info-recursive] Error 1
make[3]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd'
make[2]: *** [all-bfd] Error 2
make[2]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc'
make: *** [all] Error 2
make: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc'

Do I need to install texinfo? where can I get it?
Re: Compiling core-dev-tools/tools/binutils/trunk  
On 10-09-02 02:23 PM, Jerry Sui wrote:
> When compiling the binutils in NTO, I got the following errors:
>
> 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[4]: *** [bfd.info] Error 1
> make[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/doc'
> Making info in po
> make[4]: Entering directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
> ( if test 'x/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/../bfd/po' != 'x.'; then \
>              posrcprefix='/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/../bfd/'; \
>            else \
>              posrcprefix="../"; \
>            fi; \
>            rm -f SRC-POTFILES-t SRC-POTFILES \
>              &&  (sed -e '/^#/d' \
>                      -e '/^[     ]*$/d' \
>                      -e "s@.*@   $posrcprefix&  \\\\@"<  /work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-
> ntoppc/../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@.*@   ../&  \\\\@"<  /work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/..
> /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[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
> make[4]: Entering directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
> make[4]: Nothing to be done for `info'.
> make[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd/po'
> make[4]: Entering directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd'
> make[4]: Nothing to be done for `info-am'.
> make[4]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd'
> make[3]: *** [info-recursive] Error 1
> make[3]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc/bfd'
> make[2]: *** [all-bfd] Error 2
> make[2]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc'
> make: *** [all] Error 2
> make: Leaving directory `/work/devtools/core-dev-tools/tools/binutils/trunk/nto-x86-o-ntoppc'
>
> Do I need to install texinfo? where can I get it?

Not unless you're modifying the docs... You're likely being tripped up 
by the lexicographical check out of svn where the generated files get 
older timestamps (e.g....
View Full Message