Author: wblaszcz Date: 2011-11-29 03:35:49 -0700 (Tue, 29 Nov 2011) New Revision: 9031
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/dbus.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Downgraded D-BUS to 1.4.0 Modified: trunk/BOOK/general/sysutils/dbus.xml =================================================================== --- trunk/BOOK/general/sysutils/dbus.xml 2011-11-29 03:53:39 UTC (rev 9030) +++ trunk/BOOK/general/sysutils/dbus.xml 2011-11-29 10:35:49 UTC (rev 9031) @@ -7,10 +7,10 @@ <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> <!--<!ENTITY dbus-download-ftp "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">--> <!ENTITY dbus-download-ftp " "> - <!ENTITY dbus-md5sum "87fee7d4de53d88abf93d4915a77a2c1"> - <!ENTITY dbus-size "1.8 MB"> + <!ENTITY dbus-md5sum "f59618b18d2fb2bd1fce9e1c5a2a3282"> + <!ENTITY dbus-size "1.7 MB"> <!ENTITY dbus-buildsize "43 MB"> - <!ENTITY dbus-time "1.0 SBU"> + <!ENTITY dbus-time "0.4 SBU"> ]> <sect1 id="dbus" xreflabel="D-BUS-&dbus-version;"> @@ -40,7 +40,7 @@ applications to communicate directly (without going through the message bus daemon).</para> - &lfs70_checked; + &lfs70_built; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -71,9 +71,7 @@ <xref linkend="pkgconfig"/> and --> <xref linkend="libxml2"/></para> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="dbus-python"/> and - <xref linkend="pygobject"/> (Required if running the tests), - <xref linkend="xorg7-lib"/> and + <para role="optional"><xref linkend="xorg7-lib"/> and <xref linkend="doxygen"/> (to generate the API documentation)</para> <para>Note that the <command>configure</command> script will look for @@ -110,6 +108,21 @@ useradd -c "D-BUS Message Daemon User" -d /dev/null \ -u 18 -g messagebus -s /bin/false messagebus || [ $? == 9 ]</userinput></screen> + <para>This package's test suite cannot be run without passing additional + parameters to <command>configure</command> and exposing additional + functionality in the binaries. These interfaces are not intended to be + used in a production build of <application>D-BUS</application>, so it + will have to be built twice in this situation. If you would like to run + the unit tests, issue the following commands:</para> + +<screen><userinput>./configure --enable-tests --enable-asserts && +make && +make check && +make distclean</userinput></screen> + + <para>Note there has been a report that the tests may fail if running + inside a Midnight Commander shell.</para> + <para>Install <application>D-BUS</application> by running the following commands (you may wish to review the output from <command>./configure --help</command> first and add any desired parameters @@ -147,24 +160,6 @@ install -v -m644 doc/api/man/man3dbus/* \ /usr/share/man/man3dbus</userinput></screen> - <para>The package's test suite requires - <application>dbus-python</application> and - <application>pygobject2</application>. In addition, this package's test - suite cannot be run without passing additional parameters to - <command>configure</command> and exposing additional functionality in the - binaries. These interfaces are not intended to be used in a production build - of <application>D-BUS</application>, so it will have to be temporarily built - in this situation. If you would like to run the unit tests, issue the - following commands:</para> - -<screen><userinput>./configure --enable-tests --enable-asserts && -make && -make check && -make distclean</userinput></screen> - - <para>Note there has been a report that the tests may fail if running - inside a Midnight Commander shell.</para> - </sect2> <sect2 role="commands"> @@ -356,10 +351,9 @@ <seg>dbus-cleanup-sockets, dbus-daemon, dbus-daemon-launch-helper, dbus-launch, dbus-monitor, dbus-send, and dbus-uuidgen</seg> <seg>libdbus-1.{so,a}</seg> - <seg>/etc/dbus-1/{session.d,system.d}, /run/dbus, - /usr/{include/dbus-1.0/dbus,lib/dbus-1.0/{include/dbus,test}, - share/{dbus-1/{services,system-services},doc/dbus-1.5.8}}, - var/lib/dbus}</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, + system-services}}, /var/{lib/dbus,run/dbus}</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2011-11-29 03:53:39 UTC (rev 9030) +++ trunk/BOOK/general.ent 2011-11-29 10:35:49 UTC (rev 9031) @@ -293,7 +293,7 @@ <!ENTITY mc-version "4.6.1"> <!ENTITY sysstat-version "10.0.2"> <!ENTITY apache-ant-version "1.8.1"> -<!ENTITY dbus-version "1.5.8"> +<!ENTITY dbus-version "1.4.0"> <!ENTITY hal-version "0.5.14"> <!ENTITY udev-version "Installed LFS Version"> <!ENTITY upower-version "0.9.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2011-11-29 03:53:39 UTC (rev 9030) +++ trunk/BOOK/introduction/welcome/changelog.xml 2011-11-29 10:35:49 UTC (rev 9031) @@ -45,6 +45,15 @@ <para>November 29th, 2011</para> <itemizedlist> <listitem> + <para>[wblaszcz] - Downgraded D-BUS to 1.4.0.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>November 29th, 2011</para> + <itemizedlist> + <listitem> <para>[dj] - Updated to Links-2.4.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
