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]

Breakage with your binutils.texi commit


Sorry, I don't have my keys here, or I'd fix it myself.  From
the autotester build log:

make[3]: Entering directory `/tmp/hpautotest-binutils/mipsisa32r2el-unknown-linux-gnu/binutils/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 binutils.info binutils.info-[0-9] binutils.info-[0-9][0-9] binutils.i[0-9] binutils.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 "/tmp/hpautotest-binutils/bsrc/src/binutils/doc" -I "/tmp/hpautotest-binutils/bsrc/src/binutils/../libiberty" -I "/tmp/hpautotest-binutils/bsrc/src/binutils/../bfd/doc" -I ../../bfd/doc  -I /tmp/hpautotest-binutils/bsrc/src/binutils/doc \
	 -o binutils.info `test -f 'binutils.texi' || echo '/tmp/hpautotest-binutils/bsrc/src/binutils/doc/'`binutils.texi; \
	then \
	  rc=0; \
	else \
	  rc=$?; \
	  $restore $backupdir/* `echo "./binutils.info" | sed 's|[^/]*$||'`; \
	fi; \
	rm -rf $backupdir; exit $rc
/tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: @samp expected braces.
/tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: Misplaced {.
/tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: Misplaced }.
/tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: @code missing close brace.
makeinfo: Removing output file `binutils.info' due to errors; use --force to preserve.

$ makeinfo --version

makeinfo (GNU texinfo) 4.13

Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

brgds, H-P


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