Update to dbus-1.6.16.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11974 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2013-10-14 15:37:05 +00:00
parent 5295c4d76e
commit e5347c3684
3 changed files with 29 additions and 18 deletions

View File

@ -331,7 +331,7 @@ export -f as_root</userinput></screen>
<!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">

View File

@ -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 @@ mv -v /usr/share/doc/dbus /usr/share/doc/dbus-&dbus-version;</userinput></screen
unit tests, issue the following commands:
</para>
<screen><userinput>make distclean &amp;&amp;
./configure --enable-tests --enable-asserts &amp;&amp;
make &amp;&amp;
make check &amp;&amp;
<!-- Replaced this: ./configure \-\-enable-tests \-\-enable-asserts &amp;&amp;-->
<screen><userinput>make distclean &amp;&amp;
sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in &amp;&amp;
./configure --enable-embedded-tests --enable-asserts &amp;&amp;
make &amp;&amp;
make check &amp;&amp;
make distclean</userinput></screen>
<para>
@ -187,6 +189,11 @@ make distclean</userinput></screen>
<sect2 role="commands">
<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
@ -194,12 +201,12 @@ make distclean</userinput></screen>
</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 @@ make distclean</userinput></screen>
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>

View File

@ -46,6 +46,10 @@
<listitem>
<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>