Ignore:
Timestamp:
11/29/2011 10:35:49 AM (12 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
875b4070
Parents:
d40e1a4
Message:

Downgraded D-BUS to 1.4.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9031 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    rd40e1a4 rcda0a69  
    88  <!--<!ENTITY dbus-download-ftp  "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">-->
    99  <!ENTITY dbus-download-ftp  " ">
    10   <!ENTITY dbus-md5sum        "87fee7d4de53d88abf93d4915a77a2c1">
    11   <!ENTITY dbus-size          "1.8 MB">
     10  <!ENTITY dbus-md5sum        "f59618b18d2fb2bd1fce9e1c5a2a3282">
     11  <!ENTITY dbus-size          "1.7 MB">
    1212  <!ENTITY dbus-buildsize     "43 MB">
    13   <!ENTITY dbus-time          "1.0 SBU">
     13  <!ENTITY dbus-time          "0.4 SBU">
    1414]>
    1515
     
    4141    daemon).</para>
    4242
    43     &lfs70_checked;
     43    &lfs70_built;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7272
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="dbus-python"/> and
    75     <xref linkend="pygobject"/> (Required if running the tests),
    76     <xref linkend="xorg7-lib"/> and
     74    <para role="optional"><xref linkend="xorg7-lib"/> and
    7775    <xref linkend="doxygen"/> (to generate the API documentation)</para>
    7876
     
    110108useradd -c "D-BUS Message Daemon User" -d /dev/null \
    111109        -u 18 -g messagebus -s /bin/false messagebus || [ $? == 9 ]</userinput></screen>
     110
     111    <para>This package's test suite cannot be run without passing additional
     112    parameters to <command>configure</command> and exposing additional
     113    functionality in the binaries. These interfaces are not intended to be
     114    used in a production build of <application>D-BUS</application>, so it
     115    will have to be built twice in this situation. If you would like to run
     116    the unit tests, issue the following commands:</para>
     117
     118<screen><userinput>./configure --enable-tests --enable-asserts &amp;&amp;
     119make &amp;&amp;
     120make check &amp;&amp;
     121make distclean</userinput></screen>
     122
     123    <para>Note there has been a report that the tests may fail if running
     124    inside a Midnight Commander shell.</para>
    112125
    113126    <para>Install <application>D-BUS</application> by running the following
     
    147160install -v -m644    doc/api/man/man3dbus/* \
    148161                    /usr/share/man/man3dbus</userinput></screen>
    149 
    150     <para>The package's test suite requires
    151     <application>dbus-python</application> and
    152     <application>pygobject2</application>. In addition, this package's test
    153     suite cannot be run without passing additional parameters to
    154     <command>configure</command> and exposing additional functionality in the
    155     binaries. These interfaces are not intended to be used in a production build
    156     of <application>D-BUS</application>, so it will have to be temporarily built
    157     in this situation. If you would like to run the unit tests, issue the
    158     following commands:</para>
    159 
    160 <screen><userinput>./configure --enable-tests --enable-asserts &amp;&amp;
    161 make &amp;&amp;
    162 make check &amp;&amp;
    163 make distclean</userinput></screen>
    164 
    165     <para>Note there has been a report that the tests may fail if running
    166     inside a Midnight Commander shell.</para>
    167162
    168163  </sect2>
     
    357352        dbus-launch, dbus-monitor, dbus-send, and dbus-uuidgen</seg>
    358353        <seg>libdbus-1.{so,a}</seg>
    359         <seg>/etc/dbus-1/{session.d,system.d}, /run/dbus,
    360         /usr/{include/dbus-1.0/dbus,lib/dbus-1.0/{include/dbus,test},
    361         share/{dbus-1/{services,system-services},doc/dbus-1.5.8}},
    362         var/lib/dbus}</seg>
     354        <seg>/etc/dbus-1/{session.d,system.d}, /usr/{include/dbus-1.0/dbus,
     355        lib/{dbus-1.0/include/dbus,dbus/dbus-1},share/dbus-1/{services,
     356        system-services}}, /var/{lib/dbus,run/dbus}</seg>
    363357      </seglistitem>
    364358    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.