Author: randy
Date: 2010-11-25 10:12:52 -0700 (Thu, 25 Nov 2010)
New Revision: 8707

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/gobject-introspection.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added a note including a sed command to the gobject-introspection package that 
applies to anyone building with Python-2.7 installed

Modified: trunk/BOOK/general/genlib/gobject-introspection.xml
===================================================================
--- trunk/BOOK/general/genlib/gobject-introspection.xml 2010-11-23 19:51:48 UTC 
(rev 8706)
+++ trunk/BOOK/general/genlib/gobject-introspection.xml 2010-11-25 17:12:52 UTC 
(rev 8707)
@@ -74,6 +74,13 @@
   <sect2 role="installation">
     <title>Installation of gobject-introspection</title>
 
+    <note>
+      <para>If you have Python-2.7 installed, issue the following command to
+      prevent a build failure:</para>
+<screen><userinput>sed -i 's/Importer:/Importer(None, None):/' \
+    giscanner/{sourcescanner,xmlwriter}.py</userinput></screen>
+    </note>
+
     <para>Install <application>gobject-introspection</application> by running
     the following commands:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-11-23 19:51:48 UTC (rev 8706)
+++ trunk/BOOK/general.ent      2010-11-25 17:12:52 UTC (rev 8707)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "24">                   <!-- Always 2 digits -->
+<!ENTITY day          "25">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2010">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-11-23 19:51:48 UTC 
(rev 8706)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-11-25 17:12:52 UTC 
(rev 8707)
@@ -42,6 +42,17 @@
 -->
 
     <listitem>
+      <para>November 25th, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a note including a sed command to the
+         gobject-introspection package that applies to anyone building
+          with Python-2.7 installed.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 24th, 2010</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