This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Binutils 2.18 - makeinfo issue


Hi,

This is really only a minor annoyance but the build of this release craps
out if `makeinfo' is too old. This doesn't happen with 2.17. It appears
there's a tiny nit in the `make dist' release procedure somewhere.

Thanks
Greg



Making info in doc
make[3]: Entering directory `/mnt/sysroot/temptools/src/binutils-build/bfd/doc'
make chew
make[4]: Entering directory `/mnt/sysroot/temptools/src/binutils-build/bfd/doc'
gcc -o chew.$$ ../../../binutils-2.18/bfd/doc/chew.c \
          -O2 -pipe   \
          -I.. -I../../../binutils-2.18/bfd/doc/.. -I../../../binutils-2.18/bfd/doc/../../include -I../../../binutils-2.18/bfd/doc/../../intl -I../../intl; \
        /temptools/bin/bash ../../../binutils-2.18/bfd/doc/../../move-if-change chew.$$ chew
make[4]: Leaving directory `/mnt/sysroot/temptools/src/binutils-build/bfd/doc'
./chew -f ../../../binutils-2.18/bfd/doc/doc.str <../../../binutils-2.18/bfd/doc/../elf.c >elf.tmp
/temptools/bin/bash ../../../binutils-2.18/bfd/doc/../../move-if-change elf.tmp elf.texi
restore=: && backupdir=".am$$" && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/temptools/src/binutils-2.18/missing makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
          for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        if /temptools/src/binutils-2.18/missing makeinfo --split-size=5000000 --split-size=5000000   -I ../../../binutils-2.18/bfd/doc \
         -o bfd.info `test -f 'bfd.texinfo' || echo '../../../binutils-2.18/bfd/doc/'`bfd.texinfo; \
        then \
          rc=0; \
        else \
          rc=$?; \
          $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
        fi; \
        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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]