Ignore:
Timestamp:
06/30/2018 09:18:19 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2f2ca343
Parents:
92eeeeb
Message:

Remove old text about symlinking a dbg version of ld: for any LFS build from the last fourteen months that will make the system both unusable and unbootable.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    r92eeeeb r6961e423  
    117117            --datadir=/usr/share/doc/valgrind-&valgrind-version; &amp;&amp;
    118118make</userinput></screen>
    119 
    120     <note>
    121      <para>
    122        To run the tests for this package, valgrind requires a version of the
    123        /lib/ld-2.26.so (or later) library with debugging symbols present.
    124        Normally in LFS these debugging symbols are stripped at the end of
    125        Chapter 6. To get this library, glibc must be rebuilt with the current
    126        glibc version using the same compiler that was used to build LFS. The
    127        ld.so can then be renamed to ld-2.26.so.dbg and copied to /lib.
    128        Then a symlink needs to be changed:</para>
    129 
    130 <screen role="nodump"><userinput>ln -sfv ld-2.26.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
    131    
    132      <para>
    133        Adjust the above instruction as needed for a 32-bit system or for a
    134        different version of glibc.
    135      </para>
    136 
    137      <para>
    138        In addition, other glibc libraries with debugging symbols present
    139        may be needed for some tests.
    140      </para>
    141     </note>
    142119
    143120    <para>
Note: See TracChangeset for help on using the changeset viewer.