From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6249 invoked by alias); 22 Sep 2009 02:19:53 -0000 Received: (qmail 6230 invoked by uid 22791); 22 Sep 2009 02:19:51 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f182.google.com (HELO mail-px0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Sep 2009 02:19:45 +0000 Received: by pxi12 with SMTP id 12so2668116pxi.24 for ; Mon, 21 Sep 2009 19:19:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.9.31 with SMTP id 31mr24471wfi.96.1253585983147; Mon, 21 Sep 2009 19:19:43 -0700 (PDT) In-Reply-To: <4AB776B2.2000701@analog.com> References: <4AB729EF.4080406@analog.com> <4AB72BD8.5020606@analog.com> <4AB776B2.2000701@analog.com> From: Hui Zhu Date: Tue, 22 Sep 2009 02:19:00 -0000 Message-ID: Subject: Re: cvs-head "make install" get error with doc To: Jie Zhang Cc: Vladimir Prus , gdb@sources.redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00695.txt.bz2 It works OK with me now. Thanks a lot, Jie. Hui On Mon, Sep 21, 2009 at 20:50, Jie Zhang wrote: > Vladimir Prus wrote: >> >> 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=3D5000000 --split-size=3D5000000 -I >>>>> ../../../src/gdb/doc/../../readline/doc -I ../../../src/gdb/doc/../mi >>>>> -I ../../../src/gdb/doc \ >>>>> =A0 =A0 =A0 =A0-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. >> > Thanks. Committed. > > > Jie >