Changeset c802d3c


Ignore:
Timestamp:
10/15/2013 09:42:34 AM (11 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
5029019
Parents:
e0f779c
Message:

Modify tests and dependencies for dbus-1.6.16.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re0f779c rc802d3c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
  • general/sysutils/dbus.xml

    re0f779c rc802d3c  
    9595    <para role="optional">
    9696      <xref linkend="dbus-glib"/> (to run tests),
    97       <xref linkend="python2"/> (to run tests) and
     97      <xref linkend="dbus-python"/> (to run tests) and
    9898      <xref linkend="doxygen"/> (to generate the API documentation)
    9999    </para>
     
    170170    </para>
    171171
    172 <!-- Replaced this: ./configure \-\-enable-tests \-\-enable-asserts &amp;&amp;-->
    173 <screen><userinput>make distclean                                                 &amp;&amp;
    174 sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in &amp;&amp;
    175 ./configure --enable-embedded-tests --enable-asserts           &amp;&amp;
    176 make                                                           &amp;&amp;
    177 make check                                                     &amp;&amp;
     172<screen><userinput>make distclean                              &amp;&amp;
     173./configure --enable-tests --enable-asserts &amp;&amp;
     174make                                        &amp;&amp;
     175make check                                  &amp;&amp;
    178176make distclean</userinput></screen>
     177
     178    <para>
     179      If run-test.sh fails, it can be disabled with the following sed, before
     180      running the commands for the tests:
     181    </para>
     182
     183<screen><userinput>sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in</userinput></screen>
    179184
    180185    <para>
     
    189194  <sect2 role="commands">
    190195    <title>Command Explanations</title>
    191 
    192     <para>
    193       <command>sed -i -e 's:run-test.sh:$(NULL):g' ... </command>: Disable a
    194       test that fails.
    195     </para>
    196196
    197197    <para>
  • introduction/welcome/changelog.xml

    re0f779c rc802d3c  
    4545-->
    4646    <listitem>
     47      <para>October 15th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Modify tests and dependencies for dbus-1.6.16.
     51          Fixes  <ulink url="&blfs-ticket-root;4164">#4164</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>October 14th, 2013</para>
    4858      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.