On Sat, Sep 16, 2017 at 03:56:15AM -0500, T.J. Yang wrote:
> Hi
> 
> In my drbd9 learning gdoc notes(R1), I used to be able to create
>  drbd-utils-8.9.10 rpms.
> But now when I do "make rpm"  for drbd-utils-9.1.0 version like following
> 
> drbd-utils-9.1.0
> 
>    1.
> 
>    Get the tarball
> 
> wget http://www.linbit.com/downloads/drbd/utils/drbd-utils-9.1.0.tar.gz
> 
>    1.
> 
>    build
> 
>            tar xzvf drbd-utils-9.1.0.tar.gz && cd drbd-utils-9.1.0
> 
> ./autogen.sh
> 
> ./configure --enable-spec # to prepare for RPM making next
> 
> ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
> 
> make rpm
> 
>  I am getting following error near v9 doc.
> 
> <snipped>
> usr/bin/xsltproc -o drbdsetup_wait-sync-volume.xml xml-usage-to-docbook.xsl
> drbdsetup_xml-help_wait-sync-volume.xml
> /usr/bin/xsltproc -o drbdsetup_wait-sync-connection.xml
> xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-connection.xml
> /usr/bin/xsltproc -o drbdsetup_wait-sync-resource.xml
> xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-resource.xml
> /usr/bin/xsltproc -o drbdsetup_forget-peer.xml xml-usage-to-docbook.xsl
> drbdsetup_xml-help_forget-peer.xml
> /usr/bin/xsltproc \
> --xinclude --stringparam variablelist.term.break.after 1 \
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
> drbd.conf.xml
> /usr/bin/xsltproc \
> --xinclude --stringparam variablelist.term.break.after 1 \
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
> drbdsetup.xml
> http://docbook.sourceforge.net/release/xsl/current/common/subtitles.xsl:1:
> parser error : Document is empty
> compilation error: file

You probably want to install the docbook xsl style sheets package first,
so that it does not fetch them from the web.

Regards, rck
_______________________________________________
drbd-user mailing list
drbd-user@lists.linbit.com
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to