This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

Re: gdb.texinfo problem


Andrew Cagney wrote:
> 
> FYI, the nightly trunk snapshot is currently getting the error:

My fault.  Left out an '@'.  Fixed now.

> 
> > make-snapshot gdb+dejagnu current failed
> > checking whether make sets ${MAKE}... (cached) yes
> > checking for working aclocal... found
> > checking for working autoconf... found
> > checking for working automake... found
> > checking for working autoheader... found
> > checking for working makeinfo... found
> > checking whether to enable maintainer-specific portions of Makefiles... no
> > checking whether make sets ${MAKE}... (cached) yes
> > checking for Cygwin environment... (cached) no
> > checking for mingw32 environment... (cached) no
> > checking for executable suffix... (cached) no
> > checking for gcc... (cached) gcc
> > checking whether the C compiler (gcc -g -O2 ) works... yes
> > checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
> > checking whether we are using GNU C... (cached) yes
> > checking whether gcc accepts -g... (cached) yes
> > checking for a BSD compatible install... /usr/bin/install -c
> > creating ./config.status
> > creating Makefile
> > creating doc/Makefile
> > creating example/Makefile
> > creating testsuite/Makefile
> > configuring in example/calc
> > running /bin/sh ./configure  --host=sun4 --target=sun4 --cache-file=../../../config.cache --srcdir=.
> > loading cache ../../../config.cache
> > checking how to run the C preprocessor... (cached) gcc -E
> > checking for stdlib.h... (cached) yes
> > checking for strcmp... yes
> > updating cache ../../../config.cache
> > creating ./config.status
> > creating Makefile
> > creating calc.h
> > Configuring utils...
> > Created "Makefile" in /sourceware/snapshot-tmp/current-gdb+dejagnu-snapshot/src/utils
> > Configuring spu...
> > Created "Makefile" in /sourceware/snapshot-tmp/current-gdb+dejagnu-snapshot/src/utils/spu
> > conflicts:  14 shift/reduce, 7 reduce/reduce
> > 4 rules never reduced
> > f-exp.y contains 2 useless nonterminals and 4 useless rules
> > conflicts:  21 shift/reduce
> > gdb.texinfo:9363: Misplaced {.
> > gdb.texinfo:9363: Misplaced }.
> > gdb.texinfo:9380: Unknown command `tem'.
> > ./../../readline/doc/rluser.texinfo:1331: warning: @sc argument all uppercase, thus no effect.
> > makeinfo: Removing output file `./gdb.info' due to errors; use --force to preserve.
> > make[4]: *** [gdb.info] Error 2
> > make[3]: *** [diststuff] Error 2
> > make[2]: *** [do-proto-toplev] Error 1
> > make[1]: *** [gdb-taz] Error 2
> > make: *** [gdb+dejagnu.tar.bz2] Error 2
> >


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