Author: rthomsen
Date: 2012-03-22 16:34:09 -0600 (Thu, 22 Mar 2012)
New Revision: 9740

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
python dep. for dbus

Modified: trunk/BOOK/general/sysutils/dbus.xml
===================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        2012-03-21 22:52:12 UTC (rev 
9739)
+++ trunk/BOOK/general/sysutils/dbus.xml        2012-03-22 22:34:09 UTC (rev 
9740)
@@ -77,7 +77,8 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="dbus-glib"/> (to run tests), and
+      <xref linkend="dbus-glib"/> (to run tests),
+      <xref linkend="python2"/> (to run tests) and
       <xref linkend="doxygen"/> (to generate the API documentation)
     </para>
 
@@ -149,7 +150,9 @@
 make distclean</userinput></screen>
 
     <para>Note there has been a report that the tests may fail if running
-    inside a Midnight Commander shell.</para>
+    inside a Midnight Commander shell.
+    You may get out-of-memory error messages when running the tests. 
+    These are normal and can be safely ignored.</para>
 
   </sect2>
 
@@ -333,7 +336,7 @@
 
       <seglistitem>
         <seg>dbus-cleanup-sockets, dbus-daemon, dbus-daemon-launch-helper,
-        dbus-launch, dbus-monitor, dbus-send, and dbus-uuidgen</seg>
+        dbus-launch, dbus-monitor, dbus-send and dbus-uuidgen</seg>
         <seg>libdbus-1.{so,a}</seg>
         <seg>/etc/dbus-1/{session.d,system.d}, /usr/{include/dbus-1.0/dbus,
         lib/{dbus-1.0/include/dbus,dbus/dbus-1},share/dbus-1/{services,

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-03-21 22:52:12 UTC (rev 9739)
+++ trunk/BOOK/general.ent      2012-03-22 22:34:09 UTC (rev 9740)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2012">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 21th, &year;">
+<!ENTITY releasedate  "March 22th, &year;">
 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-03-21 22:52:12 UTC 
(rev 9739)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-03-22 22:34:09 UTC 
(rev 9740)
@@ -42,6 +42,15 @@
 
 -->
     <listitem>
+      <para>March 22th, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[rthomsen] - added python as dependency for D-Bus tests.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 21th, 2012</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to