Author: gdalziel
Date: 2009-07-28 05:19:18 -0600 (Tue, 28 Jul 2009)
New Revision: 7893
Modified:
trunk/BOOK/general/genlib/glib2.xml
Log:
glib2 checked against LFS 6.5, updates to testsuite.
Modified: trunk/BOOK/general/genlib/glib2.xml
===================================================================
--- trunk/BOOK/general/genlib/glib2.xml 2009-07-28 10:26:32 UTC (rev 7892)
+++ trunk/BOOK/general/genlib/glib2.xml 2009-07-28 11:19:18 UTC (rev 7893)
@@ -34,6 +34,11 @@
portability wrappers and interfaces for such runtime functionality as an
event loop, threads, dynamic loading, and an object system.</para>
+ <!-- Compiled against PCRE, Python, and desktop-file-utils.
+ All 76 tests passed -->
+
+ &lfs65_checked;
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -88,13 +93,22 @@
--with-pcre=system &&
make</userinput></screen>
- <para>To test the results, issue: <command>make check</command>.</para>
+ <para>The GLib test suite requires
<application>desktop-file-utils</application>
+ in order to run. However, <application>desktop-file-utils</application>
+ requires <application>GLib</application> in order to compile; therefore,
+ you must first install <application>GLib</application> and then run the
test
+ suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
chmod -v 755 /usr/bin/gtester-report</userinput></screen>
+ <para>You should now install <xref linkend="desktop-file-utils"/> and
proceed to
+ run the test suite.</para>
+
+ <para>To test the results, issue: <command>make check</command>.</para>
+
</sect2>
<sect2 role="commands">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page