Changeset 6961e423


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r92eeeeb r6961e423  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 28th, &year;">
     9<!ENTITY releasedate  "June 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    r92eeeeb r6961e423  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Remove obsolete text from valgrind re symlinking ld-linux
     49          to a .dbg version of ld.  In April 2017 LFS changed the strip commands.
     50          That file now only contains debug symbols and is loaded when needed:
     51          making the symlink breaks the system. Remove related text from curl.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
     57      <para>June 28th, 2018</para>
     58      <itemizedlist>
     59        <listitem>
    4860          <para>[ken] - Update to fribidi-1.0.4.  Fixes
    4961          <ulink url="&blfs-ticket-root;10857">#10857</ulink>.</para>
  • networking/netlibs/curl.xml

    r92eeeeb r6961e423  
    160160    installed this time.  Best guess is that servers are not available.
    161161-->
    162     <note>
    163       <para>
    164       If running the tests for this package with valgrind, it will require a
    165       version of /lib/ld-2.[MINORVERSION].so library
    166       with debugging symbols present.
    167       </para>
    168 
    169       <para>Current versions of LFS do not strip /lib/ld-[MINORVERSION].so but
    170       previous versions of LFS stripped these debugging symbols at the end of
    171       Chapter 6. To get this library on older systems, glibc must be rebuilt
    172       with the currently running
    173       glibc version using the same compiler that was used to build LFS. The
    174       ld-[MINORVERSION].so can then be renamed to ld-2.[MINORVERSION].so.dbg
    175       and copied to /lib. Then a symlink needs to be changed:
    176       </para>
    177 
    178       <screen role="nodump"><userinput>ln -sfv ld-2.[MINORVERSION].so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
    179 
    180       <para>
    181       Adjust the above instruction as needed for a 32-bit system
    182       and to match your installed version of glibc.
    183       </para>
    184     </note>
    185162
    186163    <para>
    187164      To run the test suite, issue: <command>make test</command>. Two (of 857) tests
    188       failsfor unknown reasons.<!--
     165      fail for unknown reasons.<!--
    189166Added by Pierre for curl-7.59.0:
    190167no stunnel, no valgrind, no options
  • x/installing/libinput.xml

    r92eeeeb r6961e423  
    123123      <command>meson</command> command above. The external
    124124      library, libunwind, must be installed.</para>
    125 
    126       <para> To run the tests for this package, valgrind requires a version of
    127       the /lib/ld-2.23.so (or later) library with debugging symbols present.
    128       Normally in LFS these debugging symbols are stripped at the end of
    129       Chapter 6. To get this library, glibc must be rebuilt with the current
    130       glibc version using the same compiler that was used to build LFS.  The
    131       ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib.
    132       Then a symlink needs to be changed:</para>
    133 
    134       <screen role="nodump"><userinput>ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
    135 
    136       <para>Adjust the above instruction as needed for a 32-bit system
    137       or for a different version of glibc</para>
    138125
    139126    </note>
Note: See TracChangeset for help on using the changeset viewer.