Author: pierre
Date: Fri Jan 25 07:10:31 2019
New Revision: 21037

Log:
Adjust udisks2 dependencies

Modified:
   trunk/BOOK/general/sysutils/udisks2.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/sysutils/udisks2.xml
==============================================================================
--- trunk/BOOK/general/sysutils/udisks2.xml     Thu Jan 24 22:16:28 2019        
(r21036)
+++ trunk/BOOK/general/sysutils/udisks2.xml     Fri Jan 25 07:10:31 2019        
(r21037)
@@ -85,6 +85,7 @@
     <bridgehead renderas="sect4">Required at runtime</bridgehead>
     <para role="required">
       <xref role="runtime" linkend="btrfs-progs"/>,
+      <phrase revision="sysv"><xref role="runtime" linkend="dbus"/>,</phrase>
       <xref role="runtime" linkend="dosfstools"/>,
       <xref role="runtime" linkend="gptfdisk"/>,
       <xref role="runtime" linkend="mdadm"/>, and
@@ -103,9 +104,12 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
+      <xref linkend="dbus-python"/> (for the integration tests),
       <xref linkend="gtk-doc"/>,
       <xref linkend="lvm2"/>,
-      <xref linkend="ntfs-3g"/>, and
+      <xref linkend="ntfs-3g"/>,
+      <xref linkend="pygobject3"/> (for the integration tests),
+      <ulink url="https://github.com/relan/exfat";>exFAT</ulink>, and
       <ulink url="https://github.com/sahlberg/libiscsi";>libiscsi</ulink>
     </para>
 
@@ -126,11 +130,15 @@
             --sysconfdir=/etc    \
             --localstatedir=/var \
             --disable-static     &amp;&amp;
-make                             &amp;&amp;
-sed -i -r 's/^ +\././' doc/man/*.[158]</userinput></screen>
+make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make check</command>.
+      To test the results, issue: <command>make check</command>. A more
+      thorough test can be run with <command>make ci</command>. You must first
+      create the directories
+      <filename class="directory">/var/run/udisks2</filename> and
+      <filename class="directory">/var/lib/udisks2</filename>, and the optional
+      python modules should be present.
     </para>
 
     <para>
@@ -143,10 +151,6 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para>
-      <command>sed ...</command>: Fix up the generated man pages.
-    </para>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Jan 24 22:16:28 
2019        (r21036)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 25 07:10:31 
2019        (r21037)
@@ -45,6 +45,11 @@
       <para>January 25th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[pierre] - Fix Udisks2 dependencies (dbus is needed at runtime,
+          and is not in the dependency graph for SysV)
+          and give instructions for the full integration tests.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to Thunar-1.8.3. Fixes
           <ulink url="&blfs-ticket-root;11587">#11587</ulink>.</para>
         </listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to