Ignore:
Timestamp:
07/27/2021 07:11:38 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
29779c4
Parents:
d1592b9
Message:

Minor instruction changes and text updates.
Move coreutils library from /usr/libexec to /usr/lib in both
Chapter 6 and Chapter 8.

Text updates in chapter08/pkgmgt.xml and chapter09/locale.xml.

Restore deletion of hanging test in chapter08/util-linux.xml.

Text changes in stripping and make instruction compatible with jhalfs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgmgt.xml

    rd1592b9 r11d5dee  
    7070
    7171      <listitem> <para>If a package containing a shared library is updated, and
    72       if the name of the library changes, then any the packages dynamically
     72      if the name of the library changes, then any packages dynamically
    7373      linked to the library need to be recompiled in order to link against the
    7474      newer library.  (Note that there is no correlation between the package
     
    124124
    125125      <listitem>
    126         <para>If a binary or a shared library is overwrote, the processes
     126        <para>If a binary or a shared library is overwritten, the processes
    127127        using the code or data in the binary or library may crash.  The
    128128        correct way to update a binary or a shared library without causing
    129         the process to crash is: remove it first, then install the new
     129        the process to crash is to remove it first, then install the new
    130130        version into position. The <command>install</command> command
    131131        provided by <application>Coreutils</application> has already
    132132        implemented this and most packages use it to install binaries and
    133         libraries.  So you won't be troubled by this issue most of the time.
     133        libraries.  This means that you won't be troubled by this issue most of the time.
    134134        However, the install process of some packages (notably Mozilla JS
    135         in BLFS) just overwrites the file if it exists and causes crash, so
     135        in BLFS) just overwrites the file if it exists and causes a crash, so
    136136        it's safer to save your work and close unneeded running processes
    137137        before updating a package.</para>
Note: See TracChangeset for help on using the changeset viewer.