asmwarrior | 9 Feb 14:09
Picon

[mingw,gdb cvs] make install error on gdb.textinfo

Hi, When I run the install command:

make -C gdb install INSTALL_PROGRAM='install -s' DESTDIR=/f/build_gdb/binnew

I get the error:

make: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make[1]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make[2]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gnulib'
make  all-recursive
make[3]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gnulib'
make[4]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gnulib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gnulib'
make[3]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gnulib'
make[2]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gnulib'
make[1]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make[1]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make[2]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/doc'
make[2]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gdbserver'
make[2]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/gdbserver'
make[2]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/data-directory
'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/data-directory'

make[1]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make[1]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
(Continue reading)

Yao Qi | 9 Feb 14:35
Gravatar

Re: [mingw,gdb cvs] make install error on gdb.textinfo

On 02/09/2012 09:09 PM, asmwarrior wrote:
> Hi, When I run the install command:
> 
> make -C gdb install INSTALL_PROGRAM='install -s'
> DESTDIR=/f/build_gdb/binnew
> 

Hi, thanks for reporting this error.

> ../../../gdb/gdb/doc/gdb.texinfo:24017: `@end' expected `defvar', but
> saw `table
> '.
> ../../../gdb/gdb/doc/gdb.texinfo:23997: No matching `@end defvar'.
> ../../../gdb/gdb/doc/gdb.texinfo:23957: No matching `@end table'.
> makeinfo: Removing output file `gdb.info' due to errors; use --force to

This error exists on linux as well.  Here is the patch to fix.

--

-- 
Yao (齐尧) 

gdb/doc/

	* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 02beed7..4f863dd 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -23997,6 +23997,7 @@ of a symbol.  Each address class is a constant defined in the
(Continue reading)

Jan Kratochvil | 9 Feb 21:53
Picon
Favicon

Re: [mingw,gdb cvs] make install error on gdb.textinfo

On Thu, 09 Feb 2012 14:35:14 +0100, Yao Qi wrote:
> gdb/doc/
> 	* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.

Regression by:

commit 22b2779b6a45dabfe078f47cef5d33652b73cda6
Author: Tom Tromey <tromey <at> redhat.com>
Date:   Tue Feb 7 19:47:14 2012 +0000
        PR python/12027:

Check it in, please.

Thanks,
Jan

Yao Qi | 10 Feb 02:27
Gravatar

[committed] [mingw,gdb cvs] make install error on gdb.textinfo

On 02/10/2012 04:53 AM, Jan Kratochvil wrote:
> On Thu, 09 Feb 2012 14:35:14 +0100, Yao Qi wrote:
>> gdb/doc/
>> 	* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
> 
> Regression by:
> 
> commit 22b2779b6a45dabfe078f47cef5d33652b73cda6
> Author: Tom Tromey <tromey <at> redhat.com>
> Date:   Tue Feb 7 19:47:14 2012 +0000
>         PR python/12027:
> 
> Check it in, please.
> 

Committed.  http://sourceware.org/ml/gdb-cvs/2012-02/msg00054.html

--

-- 
Yao (齐尧)

Tom Tromey | 10 Feb 19:07
Picon
Favicon

Re: [mingw,gdb cvs] make install error on gdb.textinfo

>>>>> "Jan" == Jan Kratochvil <jan.kratochvil <at> redhat.com> writes:

Jan> Regression by:

Jan> commit 22b2779b6a45dabfe078f47cef5d33652b73cda6
Jan> Author: Tom Tromey <tromey <at> redhat.com>
Jan> Date:   Tue Feb 7 19:47:14 2012 +0000
Jan>         PR python/12027:

Sorry about that.

Tom

Yao Qi | 9 Feb 14:35
Gravatar

Re: [mingw,gdb cvs] make install error on gdb.textinfo

On 02/09/2012 09:09 PM, asmwarrior wrote:
> Hi, When I run the install command:
> 
> make -C gdb install INSTALL_PROGRAM='install -s'
> DESTDIR=/f/build_gdb/binnew
> 

Hi, thanks for reporting this error.

> ../../../gdb/gdb/doc/gdb.texinfo:24017: `@end' expected `defvar', but
> saw `table
> '.
> ../../../gdb/gdb/doc/gdb.texinfo:23997: No matching `@end defvar'.
> ../../../gdb/gdb/doc/gdb.texinfo:23957: No matching `@end table'.
> makeinfo: Removing output file `gdb.info' due to errors; use --force to

This error exists on linux as well.  Here is the patch to fix.

--

-- 
Yao (齐尧) 

gdb/doc/

	* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 02beed7..4f863dd 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -23997,6 +23997,7 @@ of a symbol.  Each address class is a constant defined in the
(Continue reading)


Gmane