public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* `Breakpoint related warnings' has no Up field
@ 2003-10-15 16:34 Michael Elizabeth Chastain
  2003-10-15 17:58 ` [PATCH] Fix " Kevin Buettner
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Elizabeth Chastain @ 2003-10-15 16:34 UTC (permalink / raw)
  To: kevinb; +Cc: gdb

Oops, 'make install' on gdb HEAD just died on me.
native i686-pc-linux-gnu, red hat 8.0, texinfo 4.2.

Looks like some new texinfo needs a little adjustment, that's all.

Michael C

  makeinfo --split-size=5000000 -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/../../readline/doc -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/../mi -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc \
	  -o gdb.info /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo
  /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo:3312: `Breakpoint related warnings' has no Up field.
  /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo:3312: warning: unreferenced node `Breakpoint related warnings'.
  makeinfo: Removing output file `gdb.info' due to errors; use --force to preserve.
  make[3]: *** [gdb.info] Error 2
  make[3]: Leaving directory `/berman/fsf/_today_/berman/build/target/native/gdb/HEAD/gdb/doc'
  make[2]: *** [subdir_do] Error 1
  make[2]: Leaving directory `/berman/fsf/_today_/berman/build/target/native/gdb/HEAD/gdb'
  make[1]: *** [install-only] Error 2
  make[1]: Leaving directory `/berman/fsf/_today_/berman/build/target/native/gdb/HEAD/gdb'
  make: *** [install-gdb] Error 2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Fix `Breakpoint related warnings' has no Up field
  2003-10-15 16:34 `Breakpoint related warnings' has no Up field Michael Elizabeth Chastain
@ 2003-10-15 17:58 ` Kevin Buettner
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Buettner @ 2003-10-15 17:58 UTC (permalink / raw)
  To: Michael Elizabeth Chastain, kevinb; +Cc: green, gdb

On Oct 15, 12:34pm, Michael Elizabeth Chastain wrote:

> Oops, 'make install' on gdb HEAD just died on me.
> native i686-pc-linux-gnu, red hat 8.0, texinfo 4.2.
> 
> Looks like some new texinfo needs a little adjustment, that's all.
> 
> Michael C
> 
>   makeinfo --split-size=5000000 -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/../../readline/doc -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/../mi -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc \
> 	  -o gdb.info /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo
>   /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo:3312: `Breakpoint related warnings' has no Up field.
>   /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo:3312: warning: unreferenced node `Breakpoint related warnings'.

Fixed with the following patch (committed).  Thanks to Anthony Green
for sending me the patch.

Kevin

	From Anthony Green  <green@redhat.com>:
        * gdb.texinfo (Breakpoints related warnings): Insert into menu.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.180
diff -u -p -r1.180 gdb.texinfo
--- gdb.texinfo	14 Oct 2003 20:23:28 -0000	1.180
+++ gdb.texinfo	15 Oct 2003 17:52:35 -0000
@@ -2441,6 +2441,7 @@ all breakpoint in that range are operate
 * Break Commands::              Breakpoint command lists
 * Breakpoint Menus::            Breakpoint menus
 * Error in Breakpoints::        ``Cannot insert breakpoints''
+* Breakpoint related warnings:: ``Breakpoint address adjusted...''
 @end menu
 
 @node Set Breaks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-15 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-15 16:34 `Breakpoint related warnings' has no Up field Michael Elizabeth Chastain
2003-10-15 17:58 ` [PATCH] Fix " Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).