This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

release tarballs and cvs 6.8 branch failing to build due to texi errors.


Hi there,

I've tried the 6.8-1a ftp tarball in releases, and also the cvs 6.8 branch, to build avr-gdb, and I get this quite early during make all:

Making info in doc
make[3]: Entering directory `/home/df/build/insight/avr/bfd/doc'
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (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 makeinfo --split-size=5000000 --split-size=5000000 -I /home/df/src/insight-6.8-1/bfd/doc \ -o bfd.info `test -f 'bfd.texinfo' || echo '/home/df/src/insight-6.8-1/bfd/doc/'`bfd.texinfo; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/home/df/src/insight-6.8-1/bfd/doc/bfd.texinfo:326: unknown command `colophon'
/home/df/src/insight-6.8-1/bfd/doc/bfd.texinfo:337: unknown command `cygnus'
/home/df/src/insight-6.8-1/bfd/doc/elf.texi:11: raising the section level of @subsubsection which is too low
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory `/home/df/build/insight/avr/bfd/doc'

May be there is a quick fix to try?

Regards.
David


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