Changeset 29dbd37 for general/prog


Ignore:
Timestamp:
10/15/2015 11:12:09 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
d915944
Parents:
a4632635
Message:

Update to valgrind-3.11.0.
Update to Archive-Zip-1.53 (perl module).
Update to cogl-1.22.0.
Update to libtasn1-4.7.

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    ra4632635 r29dbd37  
    88
    99  <!ENTITY Archive-Zip-download-http "http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
    10   <!ENTITY Archive-Zip-md5sum "c68f1db2c340456845ac29e26ae2b45a">
     10  <!ENTITY Archive-Zip-md5sum "44830965095d3ab66beff48eddb1c478">
    1111
    1212  <!ENTITY autovivification-download-http "http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
  • general/prog/valgrind.xml

    ra4632635 r29dbd37  
    77  <!ENTITY valgrind-download-http "http://valgrind.org/downloads/valgrind-&valgrind-version;.tar.bz2">
    88  <!ENTITY valgrind-download-ftp  " ">
    9   <!ENTITY valgrind-md5sum        "60ddae962bc79e7c95cfc4667245707f">
     9  <!ENTITY valgrind-md5sum        "4ea62074da73ae82e0162d6550d3f129">
    1010  <!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">
     11  <!ENTITY valgrind-buildsize     "343 MB (additional 228 MB for tests)">
     12  <!ENTITY valgrind-time          "1.2 SBU (additional 5.1 SBU for tests)">
    1313]>
    1414
     
    7474    </itemizedlist>
    7575
    76 <!-- Replaced by a sed
    77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink
    83             url="&patch-root;/valgrind-&valgrind-version;-glibc_2.21-1.patch"/>
    84         </para>
    85       </listitem>
    86     </itemizedlist>
    87 -->
    8876    <bridgehead renderas="sect3">Valgrind Dependencies</bridgehead>
    8977
     
    11098    <title>Installation of Valgrind</title>
    11199
    112 <!--
    113     <para>
    114       First apply the following patch for allowing the
    115       <command>configure</command> script to use glibc-2.21:
    116     </para>
    117 
    118 <screen><userinput>patch -Np1 -i ../valgrind-&valgrind-version;-glibc_2.21-1.patch</userinput></screen>
    119 -->
    120100    <para>
    121101      Install <application>Valgrind</application> by running the following
     
    123103    </para>
    124104
    125 <screen><userinput>sed -e 's#|3.\*#&amp;|4.\*#'     \
    126     -e 's/-mt//g'            \
    127     -e 's/2\.20)/2.2[0-9])/' \
    128     -i configure             &amp;&amp;
    129 sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
     105<screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    130106
    131107./configure --prefix=/usr \
     
    154130  <sect2 role="commands">
    155131    <title>Command Explanations</title>
    156 
    157     <para>
    158       <command>sed -e ... configure</command>: The first expression fixes an
    159       issue that prevents Valgrind from compiling on systems with a linux-4.x
    160       based kernel, the second expression fixes the configure script to
    161       find newer versions of Boost, and the last one fixes an issue that
    162       prevents compilation with glibc versions greater than 2.20.
    163     </para>
    164132
    165133    <para>
     
    195163          libreplacemalloc_toolpreload-&lt;Arch&gt;-linux.a,
    196164          libvex-&lt;Arch&gt;-linux.a,
     165          libvexmultiarch-amd64-linux.a,
    197166          vgpreload_core-&lt;Arch&gt;-linux.so,
    198167          vgpreload_drd-&lt;Arch&gt;-linux.so,
     
    202171          vgpreload_massif-&lt;Arch&gt;-linux.so, and
    203172          vgpreload_memcheck-&lt;Arch&gt;-linux.so, where
    204           &lt;Arch&gt;=x86, amd64
     173          &lt;Arch&gt; is x86 or amd64
    205174        </seg>
    206175        <seg>
Note: See TracChangeset for help on using the changeset viewer.