From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10173 invoked by alias); 9 Feb 2012 13:04:37 -0000 Received: (qmail 10109 invoked by uid 22791); 9 Feb 2012 13:04:34 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_DB X-Spam-Check-By: sourceware.org Received: from mail-yw0-f41.google.com (HELO mail-yw0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Feb 2012 13:04:19 +0000 Received: by mail-yw0-f41.google.com with SMTP id o22so971293yho.0 for ; Thu, 09 Feb 2012 05:04:18 -0800 (PST) Received: by 10.50.149.162 with SMTP id ub2mr2881893igb.1.1328792658630; Thu, 09 Feb 2012 05:04:18 -0800 (PST) Received: from [192.168.1.102] ([60.186.239.62]) by mx.google.com with ESMTPS id f26sm5204404ibc.9.2012.02.09.05.04.16 (version=SSLv3 cipher=OTHER); Thu, 09 Feb 2012 05:04:17 -0800 (PST) Message-ID: <4F33C57C.6000705@gmail.com> Date: Thu, 09 Feb 2012 13:04:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: [mingw,gdb cvs] make install error on gdb.textinfo Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00021.txt.bz2 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