bug report, v1.7.12.1 -- user-manual.xml:3739: parser error

2012-09-30 Thread 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 emphasis role=strong/literal, 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 literalunsigned char /emphasis
   ^
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

-- 
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(); }



--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


bug report, v1.7.12.1 -- user-manual.xml:3739: parser error

2012-09-30 Thread Hugh Esco
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 emphasis role=strong/literal, 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 literalunsigned char /emphasis
   ^
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 emphasis tag
--

3739c3739
   char /literal, but is actually expected to be a pointer to 
literalunsigned
---
   char emphasis role=strong/literal, but is actually expected to be a 
 pointer to literalunsigned

3741c3741
   commit.  Note that whenever a SHA-1 is passed as literalunsigned char 
/literal, it
---
   commit.  Note that whenever a SHA-1 is passed as literalunsigned char 
 /emphasis/literal, 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(); }

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: bug report, v1.7.12.1 -- user-manual.xml:3739: parser error

2012-09-30 Thread Junio C Hamano
Hugh Esco he...@campaignfoundations.com writes:

 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 emphasis role=strong/literal, 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 literalunsigned char 
 /emphasis
   
  ^
 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

Thanks for a report.

I and other regulars on the list who run make doc are not getting
that error (otherwise the source wouldn't have tagged as a release),
so there must be some difference between the environments that are
supported and your setting.

As described in the INSTALL document at the top-level of the source
tree, our documentation toolchain has external dependencies on
asciidoc, xmlto, and docbook-xsl among other things.  My quick check
seems indicate that I am using asciidoc 8.5.2-1, xmlto 0.0.23-2, and
docbook-xsl 1.75.2.

What version are you using?  It could be you are using a newer
version of something that is backward incompatible we haven't
encountered (or you could be using a version that is too stale).



--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html