Changeset c0e1d87


Ignore:
Timestamp:
07/28/2009 11:19:18 AM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
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:
d8a53326
Parents:
87ae30a5
Message:

glib2 checked against LFS 6.5, updates to testsuite.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r87ae30a5 rc0e1d87  
    3535    event loop, threads, dynamic loading, and an object system.</para>
    3636
     37    <!-- Compiled against PCRE, Python, and desktop-file-utils.
     38         All 76 tests passed -->
     39
     40    &lfs65_checked;
     41
    3742    <bridgehead renderas="sect3">Package Information</bridgehead>
    3843    <itemizedlist spacing="compact">
     
    8994make</userinput></screen>
    9095
    91     <para>To test the results, issue: <command>make check</command>.</para>
     96    <para>The GLib test suite requires <application>desktop-file-utils</application>
     97    in order to run. However, <application>desktop-file-utils</application>
     98    requires <application>GLib</application> in order to compile; therefore,
     99    you must first install <application>GLib</application> and then run the test
     100    suite.</para>
    92101
    93102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    95104<screen role="root"><userinput>make install &amp;&amp;
    96105chmod -v 755 /usr/bin/gtester-report</userinput></screen>
     106
     107    <para>You should now install <xref linkend="desktop-file-utils"/> and proceed to
     108    run the test suite.</para>
     109
     110    <para>To test the results, issue: <command>make check</command>.</para>
    97111
    98112  </sect2>
Note: See TracChangeset for help on using the changeset viewer.