Author: robert
Date: 2008-04-13 09:12:41 -0600 (Sun, 13 Apr 2008)
New Revision: 1364

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/sed.xml
   trunk/BOOK/chapter06/sed.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
Log:
Fixed some package urls

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-03-08 21:24:47 UTC (rev 1363)
+++ trunk/BOOK/chapter01/changelog.xml  2008-04-13 15:12:41 UTC (rev 1364)
@@ -49,6 +49,17 @@
 -->
 
     <listitem>
+      <para>March 8th, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[robert] - Added --without-included-regex to Sed. This gets rid
+          of a warning about redefining __mempcpy, and uses the regex from
+          libc.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 6th, 2008</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter05/sed.xml
===================================================================
--- trunk/BOOK/chapter05/sed.xml        2008-03-08 21:24:47 UTC (rev 1363)
+++ trunk/BOOK/chapter05/sed.xml        2008-04-13 15:12:41 UTC (rev 1364)
@@ -40,8 +40,22 @@
 
     <para>Prepare Sed for compilation:</para>
 
-<screen><userinput>./configure --prefix=/tools</userinput></screen>
+<screen><userinput>./configure --prefix=/tools 
--without-included-regex</userinput></screen>
 
+    <variablelist>
+      <title>The meaning of the configure option:</title>
+
+      <varlistentry>
+        <term><parameter>--without-included-regex</parameter></term>
+        <listitem>
+          <para>Sed prefers to use its own regex routines by default, for wider
+          portability, but we have these routines in libc and do not need the
+          included version. This also removes a warning about redefining
+          __mempcpy.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+
     <para>Compile the package:</para>
 
 <screen><userinput>make</userinput></screen>

Modified: trunk/BOOK/chapter06/sed.xml
===================================================================
--- trunk/BOOK/chapter06/sed.xml        2008-03-08 21:24:47 UTC (rev 1363)
+++ trunk/BOOK/chapter06/sed.xml        2008-04-13 15:12:41 UTC (rev 1364)
@@ -41,7 +41,8 @@
 
     <para>Prepare Sed for compilation:</para>
 
-<screen><userinput>./configure --prefix=/usr --bindir=/bin 
--enable-html</userinput></screen>
+<screen><userinput>./configure --prefix=/usr --bindir=/bin --enable-html \
+    --without-included-regex</userinput></screen>
 
     <variablelist>
       <title>The meaning of the new configure option:</title>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-03-08 21:24:47 UTC (rev 1363)
+++ trunk/BOOK/general.ent      2008-04-13 15:12:41 UTC (rev 1364)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20080306">
-<!ENTITY releasedate "March 6th, 2008">
+<!ENTITY version "SVN-20080413">
+<!ENTITY releasedate "April 13th, 2008">
 <!ENTITY milestone "0.6">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2008-03-08 21:24:47 UTC (rev 1363)
+++ trunk/BOOK/packages.ent     2008-04-13 15:12:41 UTC (rev 1364)
@@ -49,7 +49,7 @@
 <!ENTITY coreutils-version "6.10">
 <!ENTITY coreutils-size "8,989 KB">
 <!ENTITY coreutils-md5 "eca0de1bf7389694305d7e52cd76a472">
-<!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.bz2">
+<!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz">
 <!ENTITY coreutils-home "&gnu-software;coreutils/">
 
 <!ENTITY dejagnu-version "1.4.4">
@@ -80,7 +80,7 @@
 <!ENTITY file-version "4.23">
 <!ENTITY file-size "553 KB">
 <!ENTITY file-md5 "014a69979a8d5225a6ca2bcc4d7e967e">
-<!ENTITY file-url 
"ftp://ftp.gw.com/mirrors/pub/unix/file/file-&file-version;.tar.gz";>
+<!ENTITY file-url "ftp://ftp.gw.com/pub/unix/file/file-&file-version;.tar.gz";>
 <!ENTITY file-home " ">
 
 <!ENTITY findutils-version "4.2.33">
@@ -182,7 +182,7 @@
 <!ENTITY iproute2-version "2.6.23">
 <!ENTITY iproute2-size "336 KB">
 <!ENTITY iproute2-md5 "2e59da739ef19990408cf0a5cb0cae3e">
-<!ENTITY iproute2-url 
"http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.gz";>
+<!ENTITY iproute2-url 
"http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2";>
 <!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2";>
 
 <!ENTITY kbd-version "1.13">

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

Reply via email to