git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* bug report, v1.7.12.1 -- user-manual.xml:3739: parser error
@ 2012-09-30  6:15 Hugh Esco
  2012-09-30  7:04 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Hugh Esco @ 2012-09-30  6:15 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug report, v1.7.12.1 -- user-manual.xml:3739: parser error
@ 2012-09-30  6:59 Hugh Esco
  0 siblings, 0 replies; 3+ messages in thread
From: Hugh Esco @ 2012-09-30  6:59 UTC (permalink / raw)
  To: git

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 <literal>unsigned 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 <literal>unsigned
---
>   char <emphasis role="strong"></literal>, but is actually expected to be a pointer to <literal>unsigned

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug report, v1.7.12.1 -- user-manual.xml:3739: parser error
  2012-09-30  6:15 bug report, v1.7.12.1 -- user-manual.xml:3739: parser error Hugh Esco
@ 2012-09-30  7:04 ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2012-09-30  7:04 UTC (permalink / raw)
  To: hesco; +Cc: git

Hugh Esco <hesco@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 <literal>unsigned 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).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-30  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-30  6:15 bug report, v1.7.12.1 -- user-manual.xml:3739: parser error Hugh Esco
2012-09-30  7:04 ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2012-09-30  6:59 Hugh Esco

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).