* gdb.texinfo problem
@ 2001-12-29 11:30 Andrew Cagney
2001-12-29 12:47 ` Eli Zaretskii
2001-12-29 19:52 ` Michael Snyder
0 siblings, 2 replies; 4+ messages in thread
From: Andrew Cagney @ 2001-12-29 11:30 UTC (permalink / raw)
To: gdb-patches
FYI, the nightly trunk snapshot is currently getting the error:
> 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: gdb.texinfo problem
2001-12-29 11:30 gdb.texinfo problem Andrew Cagney
@ 2001-12-29 12:47 ` Eli Zaretskii
2001-12-29 19:52 ` Michael Snyder
1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2001-12-29 12:47 UTC (permalink / raw)
To: ac131313; +Cc: gdb-patches
> Date: Sun, 30 Dec 2001 05:00:20 +0930
> From: Andrew Cagney <ac131313@cygnus.com>
>
> FYI, the nightly trunk snapshot is currently getting the error:
>
> > gdb.texinfo:9363: Misplaced {.
> > gdb.texinfo:9363: Misplaced }.
Michael forgot @ of the @var.
> > gdb.texinfo:9380: Unknown command `tem'.
That's because of @tem instead of @item.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: gdb.texinfo problem
2001-12-29 11:30 gdb.texinfo problem Andrew Cagney
2001-12-29 12:47 ` Eli Zaretskii
@ 2001-12-29 19:52 ` Michael Snyder
2002-01-02 12:29 ` Andrew Cagney
1 sibling, 1 reply; 4+ messages in thread
From: Michael Snyder @ 2001-12-29 19:52 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
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
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-01-02 20:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-29 11:30 gdb.texinfo problem Andrew Cagney
2001-12-29 12:47 ` Eli Zaretskii
2001-12-29 19:52 ` Michael Snyder
2002-01-02 12:29 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox