Author: pierre
Date: Sat Sep  2 10:30:37 2017
New Revision: 19176

Log:
Fix a bug in valgrind

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/valgrind.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Sep  1 16:49:43 2017        (r19175)
+++ trunk/BOOK/general.ent      Sat Sep  2 10:30:37 2017        (r19176)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY day          "02">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2017">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 1st, &year;">
+<!ENTITY releasedate  "September 2nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/prog/valgrind.xml
==============================================================================
--- trunk/BOOK/general/prog/valgrind.xml        Fri Sep  1 16:49:43 2017        
(r19175)
+++ trunk/BOOK/general/prog/valgrind.xml        Sat Sep  2 10:30:37 2017        
(r19176)
@@ -99,6 +99,13 @@
   <sect2 role="installation">
     <title>Installation of Valgrind</title>
 
+<!-- Fix applied upstream, remove in valgrind 1.14-->
+    <para>
+      First, fix a bug, which has been exposed by glibc-2.26:
+    </para>
+
+<screen><userinput>sed -i '1904s/4/5/' 
coregrind/m_syswrap/syswrap-linux.c</userinput></screen>
+
     <para>
       Install <application>Valgrind</application> by running the following
       commands:

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Sep  1 16:49:43 
2017        (r19175)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Sep  2 10:30:37 
2017        (r19176)
@@ -43,6 +43,16 @@
 -->
 
     <listitem>
+      <para>September 2nd, 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Fix a bug in valgrind, which was generating an
+          error in dovecot tests.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 1st, 2017</para>
       <itemizedlist>
         <listitem>
@@ -50,7 +60,6 @@
         </listitem>
       </itemizedlist>
     </listitem>
-
   </itemizedlist>
 
 </sect1>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to