From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4574 invoked by alias); 30 Dec 2001 03:52:47 -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 4533 invoked from network); 30 Dec 2001 03:52:44 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 30 Dec 2001 03:52:44 -0000 Received: from redhat.com (reddwarf.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id TAA01965; Sat, 29 Dec 2001 19:52:43 -0800 (PST) Message-ID: <3C2E8E8A.28903564@redhat.com> Date: Sat, 29 Dec 2001 19:52:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Cagney CC: gdb-patches@sources.redhat.com Subject: Re: gdb.texinfo problem References: <3C2E19CC.2070401@cygnus.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00610.txt.bz2 Andrew Cagney wrote: > > FYI, the nightly trunk snapshot is currently getting the error: My fault. Left out an '@'. Fixed now. > > > 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 > >