git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* bug report, v1.7.12.1 -- Documentation/gitcore-tutorial.xml:824: parser error
@ 2012-09-30  8:21 Hugh Esco
  0 siblings, 0 replies; only message in thread
From: Hugh Esco @ 2012-09-30  8:21 UTC (permalink / raw)
  To: git

doing a source install of git v1.7.12.1, 
on the `make all doc` step, I get:

    XMLTO gitcore-tutorial.7
xmlto: input does not validate (status 1)
/usr/local/git-git-51993a4/Documentation/gitcore-tutorial.xml:824: parser error : Opening and ending tag mismatch: emphasis line 824 and literal
(notice the asterisk <literal><emphasis role="strong"></literal> character), and
                                                                ^
/usr/local/git-git-51993a4/Documentation/gitcore-tutorial.xml:828: parser error : Opening and ending tag mismatch: literal line 828 and emphasis
All of them have non blank characters in the first column (<literal></emphasis><
                                                                               ^
/usr/local/git-git-51993a4/Documentation/gitcore-tutorial.xml:1263: parser error : Opening and ending tag mismatch: emphasis line 1263 and literal
ra>You will see two files, <literal>pack-<emphasis role="strong">.pack</literal>
                                                                               ^
/usr/local/git-git-51993a4/Documentation/gitcore-tutorial.xml:1263: parser error : Opening and ending tag mismatch: literal line 1263 and emphasis
teral>pack-<emphasis role="strong">.pack</literal> and <literal>pack-</emphasis>
                                                                               ^
make[1]: *** [gitcore-tutorial.7] Error 1
make[1]: Leaving directory `/usr/local/git-git-51993a4/Documentation'
make: *** [doc] Error 2

-------------------------------------------
and the patch which permitted me to proceed
-------------------------------------------

824c824
< (notice the asterisk <literal></literal> character), and the first column for
---
> (notice the asterisk <literal><emphasis role="strong"></literal> character), and the first column for
828c828
< All of them have non blank characters in the first column (<literal></literal>
---
> All of them have non blank characters in the first column (<literal></emphasis></literal>
1263c1263
< <note><simpara>You will see two files, <literal>pack-.pack</literal> and <literal>pack-.idx</literal>,
---
> <note><simpara>You will see two files, <literal>pack-<emphasis role="strong">.pack</literal> and <literal>pack-</emphasis>.idx</literal>,

-- 
Hugh Esco 
404-424-8701
YourMessageDelivered.com
Keeping Your Group in the Loop
No Matter How Large or How Small

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-30  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-30  8:21 bug report, v1.7.12.1 -- Documentation/gitcore-tutorial.xml:824: parser error 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).