Changeset b6a2a0e for general/sysutils


Ignore:
Timestamp:
12/16/2011 07:54:18 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
3338ba43
Parents:
19cb9ad
Message:

Updated to gobject-introspection-1.29.17

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r19cb9ad rb6a2a0e  
    88  <!--<!ENTITY dbus-download-ftp  "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">-->
    99  <!ENTITY dbus-download-ftp  " ">
    10   <!ENTITY dbus-md5sum        "f59618b18d2fb2bd1fce9e1c5a2a3282">
    11   <!ENTITY dbus-size          "1.7 MB">
    12   <!ENTITY dbus-buildsize     "43 MB">
    13   <!ENTITY dbus-time          "0.4 SBU">
     10  <!ENTITY dbus-md5sum        "44a2a10678e7e50460879c3eb4453a65">
     11  <!ENTITY dbus-size          "1.8 MB">
     12  <!ENTITY dbus-buildsize     "83 MB">
     13  <!ENTITY dbus-time          "0.5 SBU">
    1414]>
    1515
     
    4141    daemon).</para>
    4242
    43     &lfs70_built;
     43    &lfs70_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6868
    6969    <bridgehead renderas="sect4">Required</bridgehead>
    70     <para role="required"><xref linkend="expat"/> (preferred) or <!-- both
    71     <xref linkend="pkgconfig"/> and --> <xref linkend="libxml2"/></para>
     70    <para role="required">
     71      <xref linkend="expat"/> (preferred) or
     72      <xref linkend="libxml2"/>
     73    </para>
    7274
    7375    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="xorg7-lib"/> and
    75     <xref linkend="doxygen"/> (to generate the API documentation)</para>
     76    <para role="optional">
     77      <xref linkend="xorg7-lib"/>,
     78      <xref linkend="dbus-glib"/> (to run tests), and
     79      <xref linkend="doxygen"/> (to generate the API documentation)
     80    </para>
    7681
    7782    <para>Note that the <command>configure</command> script will look for
     
    105110    system user and group to handle the system message bus activity:</para>
    106111
    107 <screen role="root"><userinput>groupadd -fg 18 messagebus &amp;&amp;
     112<screen role="root"><userinput>groupadd -g 18 messagebus &amp;&amp;
    108113useradd -c "D-BUS Message Daemon User" -d /dev/null \
    109         -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;
    119 make &amp;&amp;
    120 make check &amp;&amp;
    121 make 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>
     114        -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
    125115
    126116    <para>Install <application>D-BUS</application> by running the following
     
    129119    to the <command>configure</command> command shown below):</para>
    130120
    131 <screen><userinput>./configure --prefix=/usr \
    132             --sysconfdir=/etc \
     121<screen><userinput>./configure --prefix=/usr                   \
     122            --sysconfdir=/etc               \
    133123            --libexecdir=/usr/lib/dbus-1.0  \
    134124            --localstatedir=/var &amp;&amp;
    135125make</userinput></screen>
    136126
    137     <!-- D-Bus 1.2.24. Doxygen _still_ broken -->
    138 
    139     <para>The <option>--enable-doxygen-docs</option> parameter does not work
     127<!--
     128    <para>The <option>- -enable-doxygen-docs</option> parameter does not work
    140129    properly. If you have <application>Doxygen</application> installed and you
    141130    wish to build the API documentation, issue
    142131    <command>doxygen</command>.</para>
     132-->
     133    <para>See below for test instructions.</para>
    143134
    144135    <para>Now, as the <systemitem class="username">root</systemitem>
     
    146137
    147138<screen role="root"><userinput>make install &amp;&amp;
    148 install -v -m755 -d /usr/share/doc/dbus-&dbus-version; &amp;&amp;
    149 install -v -m644 doc/{TODO,*.{dtd,html,xml,xsl,txt,c}} \
    150     /usr/share/doc/dbus-&dbus-version;</userinput></screen>
    151 
    152     <para>If you built the API documentation, install it by issuing the
    153     following commands as the <systemitem class="username">root</systemitem>
    154     user:</para>
    155 
    156 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-&dbus-version;/api \
    157                     /usr/share/man/man3dbus &amp;&amp;
    158 install -v -m644    doc/api/html/* \
    159                     /usr/share/doc/dbus-&dbus-version;/api &amp;&amp;
    160 install -v -m644    doc/api/man/man3dbus/* \
    161                     /usr/share/man/man3dbus</userinput></screen>
     139mv -v /usr/share/doc/dbus /usr/share/doc/dbus-&dbus-version;</userinput></screen>
     140
     141    <para>The dbus tests cannot be run until after <xref linkend="dbus-glib"/>
     142    has been installed.  The tests require passing additional parameters to
     143    <command>configure</command> and exposing additional functionality in the
     144    binaries. These interfaces are not intended to be used in a production
     145    build of <application>D-BUS</application>.  If you would like to run the
     146    unit tests, issue the following commands:</para>
     147
     148   
     149<screen><userinput>make distclean &amp;&amp;
     150./configure --enable-tests --enable-asserts &amp;&amp;
     151make &amp;&amp;
     152make check &amp;&amp;
     153make distclean</userinput></screen>
     154
     155    <para>Note there has been a report that the tests may fail if running
     156    inside a Midnight Commander shell.</para>
    162157
    163158  </sect2>
Note: See TracChangeset for help on using the changeset viewer.