error when make pdfdocs
I git clone and git pull the latest linux kernel. When I make pdfdocs, it reports the following error to me. But I checked the filesystems.xml:14946, no error found. ----------------------------------------------------------------------------------------------- PDF Documentation/DocBook/filesystems.pdf Using catalogs: /etc/sgml/catalog Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print Working on: /home/mdl/Repos/linux/Documentation/DocBook/filesystems.xml openjade:/home/mdl/Repos/linux/Documentation/DocBook/filesystems.xml:14946:16:E: end tag for "variablelist" which is not finished Documentation/DocBook/Makefile:131: recipe for target 'Documentation/DocBook/filesystems.pdf' failed make[1]: *** [Documentation/DocBook/filesystems.pdf] Error 8 Makefile:1339: recipe for target 'pdfdocs' failed ----------------------------------------------------------------------------------------------- - mudongliang
On Fri, Sep 18, 2015 at 7:35 AM, 慕冬亮 <mudongliangabcd@gmail.com> wrote:
I git clone and git pull the latest linux kernel. When I make pdfdocs, it reports the following error to me. But I checked the filesystems.xml:14946, no error found.
----------------------------------------------------------------------------------------------- PDF Documentation/DocBook/filesystems.pdf Using catalogs: /etc/sgml/catalog Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print Working on: /home/mdl/Repos/linux/Documentation/DocBook/filesystems.xml openjade:/home/mdl/Repos/linux/Documentation/DocBook/filesystems.xml:14946:16:E:
The last time I tried (and failed) to get make pdfdocs to work it seemed to depend in very sensitive ways on the xml converter being used, among other issues, so if it's bombing with openjade you might see if there are alternatives you can try. See https://www.mail-archive.com/kernelnewbies%40kernelnewbies.org/msg14306.html for some of the painful details. -- Jim
2015-09-25 4:40 GMT+08:00 Jim Davis <jim.epost@gmail.com>:
On Fri, Sep 18, 2015 at 7:35 AM, 慕冬亮 <mudongliangabcd@gmail.com> wrote:
I git clone and git pull the latest linux kernel. When I make pdfdocs, it reports the following error to me. But I checked the filesystems.xml:14946, no error found.
----------------------------------------------------------------------------------------------- PDF Documentation/DocBook/filesystems.pdf Using catalogs: /etc/sgml/catalog Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print Working on: /home/mdl/Repos/linux/Documentation/DocBook/filesystems.xml openjade:/home/mdl/Repos/linux/Documentation/DocBook/filesystems.xml:14946:16:E:
The last time I tried (and failed) to get make pdfdocs to work it seemed to depend in very sensitive ways on the xml converter being used, among other issues, so if it's bombing with openjade you might see if there are alternatives you can try. See https://www.mail-archive.com/kernelnewbies%40kernelnewbies.org/msg14306.html for some of the painful details.
I did checkout linux-stable : linux-4.1.y, linux 4.2.y and master. However, I always failed to generate pdf docs. I have given up generating pdf of Document. I can "make mandocs" to generate man pages.It is the same content with pdf. - mudongliang
-- Jim
participants (2)
-
Jim Davis -
慕冬亮