Author: randy
Date: 2006-12-06 12:04:07 -0700 (Wed, 06 Dec 2006)
New Revision: 6366

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libxml2.xml
   trunk/BOOK/gnome/core/gnome-panel.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added a note to the GNOME Panel instructions saying that the libxml2 Python 
module must be available

Modified: trunk/BOOK/general/genlib/libxml2.xml
===================================================================
--- trunk/BOOK/general/genlib/libxml2.xml       2006-12-04 11:02:52 UTC (rev 
6365)
+++ trunk/BOOK/general/genlib/libxml2.xml       2006-12-06 19:04:07 UTC (rev 
6366)
@@ -59,22 +59,24 @@
 
     <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="libxslt"/> (used for the test suite
+    if found, but not required) and <xref linkend="python"/> (will install a
+    <application>Python</application> library module if found)</para>
+
     <bridgehead renderas="sect4">Optional (Required to Run the Full Suite of
     Tests)</bridgehead>
     <para role="optional"><xref linkend="python"/> and
     <xref linkend="wget"/></para>
 
-    <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="libxslt"/> (used for the test suite
-    if found, but not required) and <xref linkend="python"/> (will install a
-    <application>Python</application> library module if found)</para>
-
     <note>
       <para>Some packages which utilize
       <application>libxml2</application> (such as
       <application>GNOME Doc Utils</application>) need the
       <application>Python</application> module installed to function
-      properly.</para>
+      properly and some packages (such as GNOME Panel) will not build
+      properly if the <application>Python</application> module is not
+      available.</para>
     </note>
 
     <para condition="html" role="usernotes">User Notes:

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-12-04 11:02:52 UTC (rev 6365)
+++ trunk/BOOK/general.ent      2006-12-06 19:04:07 UTC (rev 6366)
@@ -1,4 +1,4 @@
-<!ENTITY day          "04">                   <!-- Always 2 digits -->
+<!ENTITY day          "06">                   <!-- Always 2 digits -->
 <!ENTITY month        "12">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/gnome/core/gnome-panel.xml
===================================================================
--- trunk/BOOK/gnome/core/gnome-panel.xml       2006-12-04 11:02:52 UTC (rev 
6365)
+++ trunk/BOOK/gnome/core/gnome-panel.xml       2006-12-06 19:04:07 UTC (rev 
6366)
@@ -68,6 +68,13 @@
     <xref linkend="intltool"/>, and
     <xref linkend="gtk-doc"/></para>
 
+    <note>
+      <para>The <application>libxml2</application>
+      <application>Python</application> module must have been built during the
+      installation of <application>libxml2</application> else the
+      <application>GNOME Panel</application> build will fail.</para>
+    </note>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gnome-panel"/></para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-12-04 11:02:52 UTC 
(rev 6365)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-12-06 19:04:07 UTC 
(rev 6366)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>December 6th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a note to the GNOME Panel instructions
+          saying that the libxml2 Python module must be available.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>December 4th, 2006</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to