Ignore:
Timestamp:
08/17/2021 10:57:46 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
36696813
Parents:
f65a2dc (diff), 1372e27c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    rf65a2dc r484d32ac  
    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;
     133sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    135134
    136135./configure --prefix=/usr \
Note: See TracChangeset for help on using the changeset viewer.