Changeset a67b5f3


Ignore:
Timestamp:
05/12/2020 05:42:39 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 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:
51c7b851
Parents:
fc95ead
Message:

Fix valgrind problems with GCC-10

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    rfc95ead ra67b5f3  
    7474    </itemizedlist>
    7575
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81          <ulink url="&patch-root;/valgrind-&valgrind-version;-gcc_10-fixes-1.patch"/>
     82        </para>
     83      </listitem>
     84    </itemizedlist>
     85
    7686    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
    7787
     
    99109  <sect2 role="installation">
    100110    <title>Installation of Valgrind</title>
     111
     112    <para>
     113      First, adapt the tests to GCC-10, and fix the build:
     114    </para>
     115
     116<screen><userinput remap="pre">patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch</userinput></screen>
    101117
    102118    <para>
  • introduction/welcome/changelog.xml

    rfc95ead ra67b5f3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Adapt valgrind to changes in GCC-10.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[thomas] - Upgrade to pcre2-10.35. Fixes
    4952          <ulink url="&blfs-ticket-root;13520">#13520</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.