From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 817 invoked by alias); 21 Sep 2009 11:45:18 -0000 Received: (qmail 807 invoked by uid 22791); 21 Sep 2009 11:45:17 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Sep 2009 11:45:11 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MphKG-0005GW-Ae for gdb@sources.redhat.com; Mon, 21 Sep 2009 13:45:00 +0200 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Sep 2009 13:45:00 +0200 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Sep 2009 13:45:00 +0200 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: cvs-head "make install" get error with doc Date: Mon, 21 Sep 2009 11:45:00 -0000 Message-ID: References: <4AB729EF.4080406@analog.com> <4AB72BD8.5020606@analog.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes 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: 2009-09/txt/msg00262.txt.bz2 Jie Zhang wrote: > Jie Zhang wrote: >> Hui Zhu wrote: >>> make[3]: Entering directory `/home/teawater/gdb/bgdb/gdb' >>> make[4]: Entering directory `/home/teawater/gdb/bgdb/gdb/doc' >>> makeinfo --split-size=5000000 --split-size=5000000 -I >>> ../../../src/gdb/doc/../../readline/doc -I ../../../src/gdb/doc/../mi >>> -I ../../../src/gdb/doc \ >>> -o gdb.info ../../../src/gdb/doc/gdb.texinfo >>> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced {. >>> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced }. >>> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced {. >>> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced {. >>> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced }. >>> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced }. >> >> This patch should fix it. >> > Forgot to ask. May I install it? Yes, please. I don't really understand what happened -- I surely did build, and examined, the documentation before checking the patch in. - Volodya