Ignore:
Timestamp:
10/03/2015 07:35:23 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
a3394a71
Parents:
f086bcf3
Message:

Update to GDB-7.10
Update to valgrind-3.11.0
Update to LLVM-3.7.0
Update to cmake-3.3.2
Update to OpenSSH-7.1p1
Update to libtasn1-4.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16501 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    rf086bcf3 r184f8af  
    77  <!ENTITY valgrind-download-http "http://valgrind.org/downloads/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  " ">
    9   <!ENTITY valgrind-md5sum        "60ddae962bc79e7c95cfc4667245707f">
    10   <!ENTITY valgrind-size          "10.5 MB">
    11   <!ENTITY valgrind-buildsize     "401 MB and an additional 20 MB for tests">
    12   <!ENTITY valgrind-time          "1.1 SBU and an additional 4.7 SBU for tests">
     9  <!ENTITY valgrind-md5sum        "4ea62074da73ae82e0162d6550d3f129">
     10  <!ENTITY valgrind-size          "11.4 MB">
     11  <!ENTITY valgrind-buildsize     "572 MB (with the test suite)">
     12  <!ENTITY valgrind-time          "4.3 SBU (with the test suite)">
    1313]>
    1414
     
    101101    commands:</para>
    102102
    103 <screen><userinput>sed -e 's#|3.\*#&amp;|4.\*#' \
    104     -e 's/-mt//g'        \
    105     -e 's:2.20:2.22:g'   \
    106     -i configure         &amp;&amp;
    107 
    108 sed -i "s:/doc/valgrind::g" docs/Makefile.in &amp;&amp;
    109 
     103<screen><userinput>sed -i "s:/doc/valgrind::g" docs/Makefile.in &amp;&amp;
    110104./configure --prefix=/usr --datadir=/usr/share/doc/valgrind-&valgrind-version; &amp;&amp;
    111105make</userinput></screen>
     
    131125  <sect2 role="commands">
    132126    <title>Command Explanations</title>
    133 
    134     <para>
    135       <command>sed -e ... configure</command>: The first expression fixes an
    136       issue that prevents Valgrind from compiling on systems running Linux-4.x,
    137       the second expression fixes building with Glibc 2.21, and the third
    138       expression fixes the configure script to find recent versions of Boost.
    139     </para>
    140127
    141128    <para>
     
    171158          libreplacemalloc_toolpreload-&lt;Arch&gt;-linux.a,
    172159          libvex-&lt;Arch&gt;-linux.a,
     160          libvexmultiarch-&lt;Arch&gt;-linux.a,
    173161          vgpreload_core-&lt;Arch&gt;-linux.so,
    174162          vgpreload_drd-&lt;Arch&gt;-linux.so,
     
    178166          vgpreload_massif-&lt;Arch&gt;-linux.so, and
    179167          vgpreload_memcheck-&lt;Arch&gt;-linux.so, where
    180           &lt;Arch&gt;=x86, amd64
     168          &lt;Arch&gt;=x86, amd64. Libraries are in /usr/lib/valgrind.
    181169        </seg>
    182170        <seg>
Note: See TracChangeset for help on using the changeset viewer.