Author: fernando Date: Mon Oct 14 08:37:05 2013 New Revision: 11974 Log: Update to 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 03:16:58 2013 (r11973) +++ trunk/BOOK/general.ent Mon Oct 14 08:37:05 2013 (r11974) @@ -331,7 +331,7 @@ <!ENTITY bluez-version "4.101"> <!ENTITY colord-version "1.0.3"> <!-- Even minors only --> <!ENTITY cpio-version "2.11"> -<!ENTITY dbus-version "1.6.14"> <!-- Even minors only --> +<!ENTITY dbus-version "1.6.16"> <!-- Even minors only --> <!ENTITY eject-version "2.1.5"> <!ENTITY fcron-version "3.1.2"> <!ENTITY gpm-version "1.20.7"> Modified: trunk/BOOK/general/sysutils/dbus.xml ============================================================================== --- trunk/BOOK/general/sysutils/dbus.xml Mon Oct 14 03:16:58 2013 (r11973) +++ trunk/BOOK/general/sysutils/dbus.xml Mon Oct 14 08:37:05 2013 (r11974) @@ -6,10 +6,10 @@ <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> <!ENTITY dbus-download-ftp " "> - <!ENTITY dbus-md5sum "1c22aebdf952e92908800f1ec2aeb0c4"> + <!ENTITY dbus-md5sum "1de63d9983d7785836ffae6c2181c698"> <!ENTITY dbus-size "1.9 MB"> - <!ENTITY dbus-buildsize "108 MB"> - <!ENTITY dbus-time "0.3 SBU"> + <!ENTITY dbus-buildsize "86 MB (plus 26 MB installed)"> + <!ENTITY dbus-time "0.35 SBU"> ]> <sect1 id="dbus" xreflabel="D-Bus-&dbus-version;"> @@ -169,10 +169,12 @@ unit tests, issue the following commands: </para> -<screen><userinput>make distclean && -./configure --enable-tests --enable-asserts && -make && -make check && +<!-- 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 && make distclean</userinput></screen> <para> @@ -188,18 +190,23 @@ <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. </para> <para> - <option>--without-systemdsystemunitdir</option>: This switch prevents - installation of systemd unit files. + <parameter>--without-systemdsystemunitdir</parameter>: This switch + prevents installation of systemd unit files. </para> <para> - <option>--disable-systemd</option>: This switch disables systemd + <parameter>--disable-systemd</parameter>: This switch disables systemd support in <application>D-Bus</application> </para> @@ -207,16 +214,16 @@ href="../../xincludes/static-libraries.xml"/> <para> - <option>--enable-tests</option>: Build extra parts of the code to support - testing. Configure will end with a NOTE warning about this. + <parameter>--enable-tests</parameter>: Build extra parts of the code to + support testing. Configure will end with a NOTE warning about this. </para> <para> - <option>--enable-asserts</option>: Enable debugging code to run assertions for - statements normally assumed to be true. This prevents a warning that - '<parameter>--enable-tests</parameter>' on its own is only useful for profiling - and might not give true results for all tests, but adds its own NOTE that this - should not be used in a production build. + <parameter>--enable-asserts</parameter>: Enable debugging code to run + assertions for statements normally assumed to be true. This prevents a + warning that '<parameter>--enable-tests</parameter>' on its own is only + useful for profiling and might not give true results for all tests, but + adds its own NOTE that this should not be used in a production build. </para> </sect2> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Mon Oct 14 03:16:58 2013 (r11973) +++ trunk/BOOK/introduction/welcome/changelog.xml Mon Oct 14 08:37:05 2013 (r11974) @@ -47,6 +47,10 @@ <para>October 14th, 2013</para> <itemizedlist> <listitem> + <para>[fernando] - Update to dbus-1.6.16. Fixes + <ulink url="&blfs-ticket-root;4164">#4164</ulink>.</para> + </listitem> + <listitem> <para>[igor] - Update to ffmpeg-2.0.2. Fixes <ulink url="&blfs-ticket-root;4178">#4178</ulink>.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
