Changeset 10ea605e


Ignore:
Timestamp:
09/02/2017 05:30:37 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b2784652
Parents:
c4ce2b68
Message:

Fix a bug in valgrind

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19176 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc4ce2b68 r10ea605e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 1st, &year;">
     9<!ENTITY releasedate  "September 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/valgrind.xml

    rc4ce2b68 r10ea605e  
    9999  <sect2 role="installation">
    100100    <title>Installation of Valgrind</title>
     101
     102<!-- Fix applied upstream, remove in valgrind 1.14-->
     103    <para>
     104      First, fix a bug, which has been exposed by glibc-2.26:
     105    </para>
     106
     107<screen><userinput>sed -i '1904s/4/5/' coregrind/m_syswrap/syswrap-linux.c</userinput></screen>
    101108
    102109    <para>
  • introduction/welcome/changelog.xml

    rc4ce2b68 r10ea605e  
    4444
    4545    <listitem>
     46      <para>September 2nd, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Fix a bug in valgrind, which was generating an
     50          error in dovecot tests.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>September 1st, 2017</para>
    4757      <itemizedlist>
     
    5161      </itemizedlist>
    5262    </listitem>
    53 
    5463  </itemizedlist>
    5564
Note: See TracChangeset for help on using the changeset viewer.