Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: asmwarrior <asmwarrior@gmail.com>
To: gdb@sourceware.org
Subject: [mingw,gdb cvs] make install error on gdb.textinfo
Date: Thu, 09 Feb 2012 13:04:00 -0000	[thread overview]
Message-ID: <4F33C57C.6000705@gmail.com> (raw)

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'
/bin/sh ../../gdb/gdb/../mkinstalldirs /f/build_gdb/binnew/mingw/share/gdb/pytho
n/gdb
mkdir -p -- /f/build_gdb/binnew/mingw/share/gdb/python/gdb
transformed_name=`t='s,y,y,'; \
                           echo gdb | sed -e "$t"` ; \
                 if test "x$transformed_name" = x; then \
                   transformed_name=gdb ; \
                 else \
                   true ; \
                 fi ; \
                 /bin/sh ../../gdb/gdb/../mkinstalldirs /f/build_gdb/binnew/mingw
/bin ; \
                 install -s gdb.exe \
                         /f/build_gdb/binnew/mingw/bin/$transformed_name.exe ; \
                 /bin/sh ../../gdb/gdb/../mkinstalldirs \
                         /f/build_gdb/binnew/mingw/share/man/man1 ; \
                 /bin/install -c -m 644 ../../gdb/gdb/gdb.1 \
                         /f/build_gdb/binnew/mingw/share/man/man1/$transformed_na
me.1 ; \
                 /bin/sh ../../gdb/gdb/../mkinstalldirs /f/build_gdb/binnew/mingw
/include/gdb ; \
                 /bin/install -c -m 644 jit-reader.h /f/build_gdb/binnew/mingw/in
clude/gdb/jit-reader.h
mkdir -p -- /f/build_gdb/binnew/mingw/bin
mkdir -p -- /f/build_gdb/binnew/mingw/share/man/man1
mkdir -p -- /f/build_gdb/binnew/mingw/include/gdb
make[2]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make[3]: Entering directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/doc'
(test "cp -p" = "ln -s" && \
           ln -s ../../../gdb/gdb/doc/all-cfg.texi gdb-cfg.texi) || \
         ln ../../../gdb/gdb/doc/all-cfg.texi gdb-cfg.texi || \
         cp ../../../gdb/gdb/doc/all-cfg.texi gdb-cfg.texi
echo "@set GDBVN `sed q ../../../gdb/gdb/doc/../version.in`" > ./GDBvn.new
if [ -n "(GDB) " ]; then \
           echo "@set VERSION_PACKAGE (GDB) " >> ./GDBvn.new; \
         fi
echo "@set BUGURL @uref{http://www.gnu.org/software/gdb/bugs/}" >> ./GDBvn.new
if [ "@uref{http://www.gnu.org/software/gdb/bugs/}" = "@uref{http://www.gnu.org/
software/gdb/bugs/}" ]; then \
           echo "@set BUGURL_DEFAULT" >> ./GDBvn.new; \
         fi
if test -z "-I ../../../gdb/gdb/doc/../../readline/doc"; then \
           echo "@set SYSTEM_READLINE" >> ./GDBvn.new; \
         fi
mv GDBvn.new GDBvn.texi
makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../.
./../gdb/gdb/doc/../../readline/doc -I ../../../gdb/gdb/doc/../mi -I ../../../gd
b/gdb/doc \
                 -o gdb.info ../../../gdb/gdb/doc/gdb.texinfo
../../../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 preserve
.
make[3]: *** [gdb.info] Error 1
make[3]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb/doc'
make[2]: *** [subdir_do] Error 1
make[2]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make[1]: *** [install-only] Error 2
make[1]: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'
make: *** [install] Error 2
make: Leaving directory `/f/build_gdb/gdb/gdbgit/newbuild/gdb'


It looks like the last two changes in gdb.textinfo cause this error.

I revert back gdb.textinfo to 2012.01.27, and it works fine.

asmwarrior
ollydbg from codeblocks' forum


             reply	other threads:[~2012-02-09 13:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 13:04 asmwarrior [this message]
2012-02-09 13:35 ` Yao Qi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F33C57C.6000705@gmail.com \
    --to=asmwarrior@gmail.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox