Author: fernando
Date: Tue Oct 15 02:42:34 2013
New Revision: 11977
Log:
Modify tests and dependencies for dbus-1.6.16.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/sysutils/dbus.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Oct 14 13:49:53 2013 (r11976)
+++ trunk/BOOK/general.ent Tue Oct 15 02:42:34 2013 (r11977)
@@ -1,6 +1,6 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "14"> <!-- Always 2 digits -->
+<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
Modified: trunk/BOOK/general/sysutils/dbus.xml
==============================================================================
--- trunk/BOOK/general/sysutils/dbus.xml Mon Oct 14 13:49:53 2013
(r11976)
+++ trunk/BOOK/general/sysutils/dbus.xml Tue Oct 15 02:42:34 2013
(r11977)
@@ -94,7 +94,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="dbus-glib"/> (to run tests),
- <xref linkend="python2"/> (to run tests) and
+ <xref linkend="dbus-python"/> (to run tests) and
<xref linkend="doxygen"/> (to generate the API documentation)
</para>
@@ -169,15 +169,20 @@
unit tests, issue the following commands:
</para>
-<!-- Replaced this: ./configure \-\-enable-tests \-\-enable-asserts
&&-->
-<screen><userinput>make distclean
&&
-sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in &&
-./configure --enable-embedded-tests --enable-asserts &&
-make &&
-make check &&
+<screen><userinput>make distclean &&
+./configure --enable-tests --enable-asserts &&
+make &&
+make check &&
make distclean</userinput></screen>
<para>
+ If run-test.sh fails, it can be disabled with the following sed, before
+ running the commands for the tests:
+ </para>
+
+<screen><userinput>sed -i -e 's:run-test.sh:$(NULL):g'
test/name-test/Makefile.in</userinput></screen>
+
+ <para>
Note there has been a report that the tests may fail if running
inside a Midnight Commander shell.
You may get out-of-memory error messages when running the tests.
@@ -190,11 +195,6 @@
<title>Command Explanations</title>
<para>
- <command>sed -i -e 's:run-test.sh:$(NULL):g' ... </command>: Disable a
- test that fails.
- </para>
-
- <para>
<parameter>--with-console-auth-dir=/run/console/</parameter>: This
parameter specifies location of the
<application>ConsoleKit</application> auth dir.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Oct 14 13:49:53
2013 (r11976)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Oct 15 02:42:34
2013 (r11977)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>October 15th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - Modify tests and dependencies for dbus-1.6.16.
+ Fixes <ulink url="&blfs-ticket-root;4164">#4164</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 14th, 2013</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page