Author: matthew
Date: 2010-08-08 02:45:08 -0600 (Sun, 08 Aug 2010)
New Revision: 9351

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/m4.xml
   trunk/BOOK/chapter06/m4.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
Log:
Upgrade to Glibc-2.12.1. Fixes #2730.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-08-03 20:00:59 UTC (rev 9350)
+++ trunk/BOOK/chapter01/changelog.xml  2010-08-08 08:45:08 UTC (rev 9351)
@@ -38,6 +38,16 @@
 -->
 
     <listitem>
+      <para>2010-08-08</para>
+      <itemizedlist>
+         <listitem>
+           <para>[matthew] - Upgrade to Glibc-2.12.1. Fixes
+           <ulink url="&lfs-ticket-root;2730">#2730</ulink>.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2010-08-03</para>
       <itemizedlist>
          <listitem>

Modified: trunk/BOOK/chapter05/m4.xml
===================================================================
--- trunk/BOOK/chapter05/m4.xml 2010-08-03 20:00:59 UTC (rev 9350)
+++ trunk/BOOK/chapter05/m4.xml 2010-08-08 08:45:08 UTC (rev 9351)
@@ -43,6 +43,12 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
+    <para>Add a missing include directive that prevents M4 successfully 
building
+    against Glibc-&glibc-version;:</para>
+
+<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\
+#include &lt;sys/stat.h&gt;' src/path.c</userinput></screen>
+
     <para>Prepare M4 for compilation:</para>
 
 <screen><userinput remap="configure">./configure 
--prefix=/tools</userinput></screen>

Modified: trunk/BOOK/chapter06/m4.xml
===================================================================
--- trunk/BOOK/chapter06/m4.xml 2010-08-03 20:00:59 UTC (rev 9350)
+++ trunk/BOOK/chapter06/m4.xml 2010-08-08 08:45:08 UTC (rev 9351)
@@ -40,6 +40,12 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
+    <para>Add a missing include directive that prevents M4 successfully 
building
+    against Glibc-&glibc-version;:</para>
+
+<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\
+#include &lt;sys/stat.h&gt;' src/path.c</userinput></screen>
+
     <para>Prepare M4 for compilation:</para>
 
 <screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-08-03 20:00:59 UTC (rev 9350)
+++ trunk/BOOK/general.ent      2010-08-08 08:45:08 UTC (rev 9351)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100803">
-<!ENTITY releasedate "August 3, 2010">
+<!ENTITY version "SVN-20100808">
+<!ENTITY releasedate "August 8, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2010-08-03 20:00:59 UTC (rev 9350)
+++ trunk/BOOK/packages.ent     2010-08-08 08:45:08 UTC (rev 9351)
@@ -193,10 +193,10 @@
 <!ENTITY gettext-ch6-du "125 MB">
 <!ENTITY gettext-ch6-sbu "5.8 SBU">
 
-<!ENTITY glibc-version "2.11.2">
-<!ENTITY glibc-size "15,308 KB">
+<!ENTITY glibc-version "2.12.1">
+<!ENTITY glibc-size "15,300 KB">
 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2">
-<!ENTITY glibc-md5 "414fc1bad64c0e34ead0bb3d0f191456">
+<!ENTITY glibc-md5 "be0ea9e587f08c87604fe10a91f72afd">
 <!ENTITY glibc-home "&gnu-software;libc/">
 <!ENTITY glibc-ch5-du "371 MB">
 <!ENTITY glibc-ch5-sbu "6.9 SBU">

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

Reply via email to