Changeset bbe0fbf


Ignore:
Timestamp:
02/22/2015 11:06:35 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.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, nosym, 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:
0403b94
Parents:
863f350
Message:

Valgrind: patch configure so that it can use glibc-2.21

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r863f350 rbbe0fbf  
    7474    </itemizedlist>
    7575
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81          <ulink
     82            url="&patch-root;/valgrind-&valgrind-version;-glibc_2.21-1.patch"/>
     83        </para>
     84      </listitem>
     85    </itemizedlist>
     86
    7687    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
    7788
     
    98109    <title>Installation of Valgrind</title>
    99110
    100     <para>Install <application>Valgrind</application> by running the following
    101     commands:</para>
     111<!-- check this is needed for versions greater than 3.10.1 -->
     112    <para>
     113      First apply the following patch for allowing the
     114      <command>configure</command> script to use glibc-2.21:
     115    </para>
     116
     117<screen><userinput>patch -Np1 -i ../valgrind-&valgrind-version;-glibc_2.21-1.patch</userinput></screen>
     118
     119    <para>
     120      Install <application>Valgrind</application> by running the following
     121      commands:
     122    </para>
    102123
    103124<screen><userinput>sed -i 's/-mt//g' configure &amp;&amp;
     
    109130
    110131    <para>
    111       To test the results, issue: <command>make regtest</command>.
     132      To test the results, issue: <command>make regtest</command>. The tests
     133      may hang forever if <xref linkend="gdb"/> is not installed.
    112134    </para>
    113135<!--  Note to maintainer: Recheck when next texlive (2015) is released.
     
    116138    </para>
    117139
    118 <screen><userinput>pushd docs         &amp;&amp;
    119 make download-docs &amp;&amp;
    120 popd</userinput></screen>
     140<screen><userinput>make -C docs download-docs</userinput></screen>
    121141-->
    122142    <para>
Note: See TracChangeset for help on using the changeset viewer.