Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1185907

make htmldocs on linux-next failed with warnings.

From Masanari Iida <standby24x7@gmail.com>
Newsgroups linux.kernel
Subject make htmldocs on linux-next failed with warnings.
Date 2015-07-16 16:30 +0200
Message-ID <pMSkG-Sa-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


make htmldocs on linux-next have some parser warnings.
Following commit cause the warning.

commit b44158b17099ed5c7c8f4bfb7029942adbfbc318
Author: Ben Hutchings <ben@decadent.org.uk>
Date:   Wed Jul 8 20:07:05 2015 +0100

    DocBook: Avoid building man pages repeatedly and inconsistently

Warning message detail.
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.xml:
36171: parser warning : xmlParsePITarget: invalid name prefix 'xml'
 <?xmlif if excludeextra='1'?>
       ^
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.xml:
36172: parser warning : xmlParsePITarget: invalid name prefix 'xml'
<?xmlif else?>
       ^
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.xml:
36457: parser warning : xmlParsePITarget: invalid name prefix 'xml'
<?xmlif fi?>
       ^
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.xml:
36908: parser warning : xmlParsePITarget: invalid name prefix 'xml'
<?xmlif if excludeextra='1'?>
       ^
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.xml:
36909: parser warning : xmlParsePITarget: invalid name prefix 'xml'
<?xmlif else?>
       ^
/home/iida/Repo/linux-next/Documentation/DocBook/device-drivers.xml:
45909: parser warning : xmlParsePITarget: invalid name prefix 'xml'
<?xmlif fi?>
       ^
How to reproduce
(1) Clone linux-next repo.
(2) make cleandocs
(3) make htmldocs

This symptom can be reproduced current head (as of July/16th),
as well as between "next-20150713" and "next-20150716".

Masanari Iida
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

make htmldocs on linux-next failed with warnings. Masanari Iida <standby24x7@gmail.com> - 2015-07-16 16:30 +0200

csiph-web