Changeset 2c76fcd


Ignore:
Timestamp:
08/17/2021 10:00:40 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1372e27c
Parents:
a70b1d13
Message:

Fix valgrind to work with glibc-2.34, and couple tags.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    ra70b1d13 r2c76fcd  
    4040    </para>
    4141
    42     &lfs101_checked;
     42    &lfs110_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/valgrind.xml

    ra70b1d13 r2c76fcd  
    3737    </para>
    3838
    39     &lfs101_checked;
     39    &lfs110_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7373    </itemizedlist>
    7474
    75 <!-- Not needed with 3.16.0
    7675    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7776    <itemizedlist spacing="compact">
     
    7978        <para>
    8079          Required patch:
    81           <ulink url="&patch-root;/valgrind-&valgrind-version;-gcc_10-fixes-1.patch"/>
     80          <ulink url="&patch-root;/valgrind-&valgrind-version;-upstream_fixes-1.patch"/>
    8281        </para>
    8382      </listitem>
    8483    </itemizedlist>
    85 -->
    8684
    8785    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
     
    112110    <title>Installation of Valgrind</title>
    113111
    114 <!-- Not needed with 3.16.0
    115     <para>
    116       First, adapt the tests to GCC-10, and fix the build:
    117     </para>
    118 
    119 <screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch</userinput></screen>
    120 -->
     112    <para>
     113      First, make several changes that are required for Valgrind to function on
     114      systems with glibc-2.34 installed:
     115    </para>
     116
     117<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-upstream_fixes-1.patch</userinput></screen>
     118
    121119<!-- Not needed with 3.17.0
    122120    <para>
     
    132130    </para>
    133131
    134 <screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
     132 <screen><userinput>autoreconf -fiv &amp;&amp;
     133 sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    135134
    136135./configure --prefix=/usr \
  • introduction/welcome/changelog.xml

    ra70b1d13 r2c76fcd  
    4545      <para>August 17th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adapt valgrind to many changes in glibc-2.34. Fixes
     49          <ulink url="&blfs-ticket-root;15414">#15414</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[ken] - Update to firefox-91.0.1esr (security update). Fixes
  • networking/netutils/bind-utils.xml

    ra70b1d13 r2c76fcd  
    4040    client side applications.</para>
    4141
    42     &lfs101_checked;
     42    &lfs110_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.