From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25043 invoked by alias); 29 Dec 2001 19:30:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25010 invoked from network); 29 Dec 2001 19:30:23 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 29 Dec 2001 19:30:23 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id E3C313E9C for ; Sun, 30 Dec 2001 05:00:20 +0930 (CST) Message-ID: <3C2E19CC.2070401@cygnus.com> Date: Sat, 29 Dec 2001 11:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: gdb.texinfo problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00604.txt.bz2 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 >