Author: bdubbs Date: 2006-04-19 23:09:48 -0600 (Wed, 19 Apr 2006) New Revision: 5893
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to glib-2.10.2. Modified: trunk/BOOK/general/genlib/glib2.xml =================================================================== --- trunk/BOOK/general/genlib/glib2.xml 2006-04-19 21:33:14 UTC (rev 5892) +++ trunk/BOOK/general/genlib/glib2.xml 2006-04-20 05:09:48 UTC (rev 5893) @@ -6,10 +6,10 @@ <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.10/glib-&glib2-version;.tar.bz2"> <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.10/glib-&glib2-version;.tar.bz2"> - <!ENTITY glib2-md5sum "51df7932da118f7f27bbda82b65f0f91"> + <!ENTITY glib2-md5sum "718961161ee1692c216a2d542196a04a"> <!ENTITY glib2-size "2.7 MB"> - <!ENTITY glib2-buildsize "48.0 MB"> - <!ENTITY glib2-time "0.5 SBU (additional 0.9 SBU to run the test suite)"> + <!ENTITY glib2-buildsize "43.6 MB"> + <!ENTITY glib2-time "0.5 SBU (additional 2.7 SBU to run the test suite)"> ]> <sect1 id="glib2" xreflabel="GLib-&glib2-version;"> @@ -79,7 +79,9 @@ <para>Install <application>GLib</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>sed -i -e "/g_assert (test_count_threads () == limit);/d" \ + tests/threadpool-test.c && +./configure --prefix=/usr && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> @@ -93,6 +95,11 @@ <sect2 role="commands"> <title>Command Explanations</title> + <para><command>sed -i -e "/g_assert (test_count_threads () == limit);/d" + tests/threadpool-test.c</command>: This command eliminates an unneeded + assertion in the test suite. The <command>make check</command> will + fail without this command.</para> + <para><option>--enable-gtk-doc</option>: This switch will rebuild the API documentation during the <command>make</command> command.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-04-19 21:33:14 UTC (rev 5892) +++ trunk/BOOK/general.ent 2006-04-20 05:09:48 UTC (rev 5893) @@ -1,4 +1,4 @@ -<!ENTITY day "19"> <!-- Always 2 digits --> +<!ENTITY day "20"> <!-- Always 2 digits --> <!ENTITY month "04"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> @@ -93,7 +93,7 @@ <!ENTITY gmp-version "4.1.4"> <!ENTITY gdbm-version "1.8.3"> <!ENTITY GLib-version "1.2.10"> -<!ENTITY glib2-version "2.10.1"> +<!ENTITY glib2-version "2.10.2"> <!ENTITY libidl-version "0.8.6"> <!ENTITY libcroco-version "0.6.1"> <!ENTITY libgsf-version "1.14.0"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-19 21:33:14 UTC (rev 5892) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-20 05:09:48 UTC (rev 5893) @@ -40,6 +40,15 @@ </listitem> --> + <listitem> + <para>April 19th, 2006</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Updated to glib-2.10.2.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>April 19th, 2006</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page