Author: andy
Date: 2012-03-06 07:04:03 -0700 (Tue, 06 Mar 2012)
New Revision: 9619

Modified:
   trunk/BOOK/general/prog/python2.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml
   trunk/BOOK/xsoft/graphweb/seamonkey.xml
Log:
I was wrong again, the gdbm sed is needed on the Python page

Modified: trunk/BOOK/general/prog/python2.xml
===================================================================
--- trunk/BOOK/general/prog/python2.xml 2012-03-06 02:36:53 UTC (rev 9618)
+++ trunk/BOOK/general/prog/python2.xml 2012-03-06 14:04:03 UTC (rev 9619)
@@ -136,7 +136,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --enable-shared &amp;&amp;
+<screen><userinput>sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 
'gdbm_compat']/" setup.py &amp;&amp;
+./configure --prefix=/usr --enable-shared &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -197,6 +198,12 @@
     </para>
 
     <para>
+      <command>sed -i "s/ndbm_libs = ..." setup.py</command>: This command is
+      used to fix a build problem with the <application>GDBM</application>
+      library.
+    </para>
+
+    <para>
       <command>chmod ...</command>: Fix permissions for libraries to be 
       consistent with other libraries.
     </para>

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       2012-03-06 02:36:53 UTC (rev 
9618)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       2012-03-06 14:04:03 UTC (rev 
9619)
@@ -35,7 +35,7 @@
     <para><application>Firefox</application> is a stand-alone browser
     based on the <application>Mozilla</application> codebase.</para>
 
-    &lfs70_checked;
+    &lfs71_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml     2012-03-06 02:36:53 UTC (rev 
9618)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml     2012-03-06 14:04:03 UTC (rev 
9619)
@@ -45,7 +45,7 @@
     <application>Thunderbird</application> will be built from this source
     tarball...--></para>
 
-    &lfs70_checked;
+    &lfs71_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

-- 
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