From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugh Esco Subject: bug report, v1.7.12.1 -- user-manual.xml:3739: parser error Date: Sun, 30 Sep 2012 02:59:32 -0400 Organization: CampaignFoundations.com Message-ID: <20120930025932.06fa1894.hesco@campaignfoundations.com> Reply-To: hesco@campaignfoundations.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Sep 30 09:00:33 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TIDVx-0006HT-1I for gcvg-git-2@plane.gmane.org; Sun, 30 Sep 2012 09:00:33 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751710Ab2I3HAX (ORCPT ); Sun, 30 Sep 2012 03:00:23 -0400 Received: from mail.greens.org ([207.111.216.211]:57349 "EHLO mail.greens.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751616Ab2I3HAX (ORCPT ); Sun, 30 Sep 2012 03:00:23 -0400 Received: by mail.greens.org (Postfix, from userid 2012) id BBDF5805BF; Sun, 30 Sep 2012 00:00:22 -0700 (PDT) Received: from debianmarcus9.campaignfoundations.com (localhost [127.0.0.1]) by martin.campaignfoundations.com (Postfix) with SMTP id 1C11588AE for ; Sun, 30 Sep 2012 02:59:33 -0400 (EDT) X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; i486-pc-linux-gnu) X-Relay-for-martin: 2740259337005 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Apologies for duplicates. Perhaps the patch below will earn me a small bit of leeway. -- Hugh Esco doing a source install of git v1.7.12.1, on the `make all doc` step, I get: user-manual.xml:3739: parser error : Opening and ending tag mismatch: emphasis line 3739 and literal char , but is actually expected to be a poin ^ user-manual.xml:3741: parser error : Opening and ending tag mismatch: literal line 3741 and emphasis mit. Note that whenever a SHA-1 is passed as unsigned char ^ unable to parse user-manual.xml make[1]: *** [user-manual.html] Error 6 make[1]: Leaving directory `/usr/local/git-git-51993a4/Documentation' make: *** [doc] Error 2 ---------------------------------------------- and the patch which permitted me to proceed although it removes a malformed tag ---------------------------------------------- 3739c3739 < char , but is actually expected to be a pointer to unsigned --- > char , but is actually expected to be a pointer to unsigned 3741c3741 < commit. Note that whenever a SHA-1 is passed as unsigned char , it --- > commit. Note that whenever a SHA-1 is passed as unsigned char , it ---------------------------------------------- I've encountered another issue with: Documentation/git-bundle.xml I will post the details in a distinct message, perhaps even with another patch if I can sort this out. -- Hugh Esco skype: hresco3_ ; 678-921-8186 x21 http://www.CampaignFoundations.com/ Providing Application Hosting, Telephony, Custom Development and Consulting Services to Green Candidates, Green Parties and the non profits working for a just and sustainable future. if( $insurance->rationing() ) { $people->die(); } if( isa_ok($self,'Troy::Davis') =~ m/^ok/) { $people->are_whole(); }