Changeset 02c702c for chapter08


Ignore:
Timestamp:
03/17/2022 02:30:05 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
85acfcb0
Parents:
d9bec1e (diff), 43149b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter08/dbus.xml

    rd9bec1e r02c702c  
    5252            --sysconfdir=/etc                    \
    5353            --localstatedir=/var                 \
     54            --runstatedir=/run                   \
    5455            --disable-static                     \
    5556            --disable-doxygen-docs               \
     
    5758            --docdir=/usr/share/doc/dbus-&dbus-version; \
    5859            --with-console-auth-dir=/run/console \
    59             --with-system-pid-file=/run/dbus/pid \
    6060            --with-system-socket=/run/dbus/system_bus_socket</userinput></screen>
    6161
     
    7373      <varlistentry>
    7474        <term>
    75           <parameter>--with-system-pid-file=/run/dbus/pid</parameter> and
     75          <parameter>--runstatedir=/run</parameter> and
    7676          <parameter>--with-system-socket=/run/dbus/system_bus_socket</parameter>
    7777        </term>
  • chapter08/gcc.xml

    rd9bec1e r02c702c  
    193193
    194194<screen><userinput remap="install">chown -v -R root:root \
    195     /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen>
     195    /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include{,-fixed}</userinput></screen>
    196196
    197197    <para>Create a symlink required by the <ulink
  • chapter08/glibc.xml

    rd9bec1e r02c702c  
    175175
    176176      <listitem>
     177        <para>The <emphasis>nss/tst-nss-files-hosts-long</emphasis>
     178        test is known to fail if the system has no non-loopback IP
     179        addresses.</para> <!-- PR 24816 -->
     180      </listitem>
     181
     182      <listitem>
    177183        <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
    178         test is known to fail if the system has no non-loopback IP
    179         addresses.</para>
     184        test is known to fail on relatively slow systems due to an internal
     185        timeout.</para>
    180186      </listitem>
    181187<!--
  • chapter08/markupsafe.xml

    rd9bec1e r02c702c  
    6060
    6161      <seglistitem>
    62         <seg>/usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;-py&python-minor;.egg</seg>
     62        <!-- Suffix "-linux-<arch>" is different from meson and jinja:
     63             This package contains binary code (compiled from C), but meson
     64             and jinja only contain Python code.  -->
     65        <seg>/usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;-py&python-minor;-linux-<replaceable>&lt;arch&gt;</replaceable>.egg</seg>
    6366      </seglistitem>
    6467    </segmentedlist>
  • chapter08/perl.xml

    rd9bec1e r02c702c  
    4141  <sect2 role="installation">
    4242    <title>Installation of Perl</title>
    43 
     43<!--
    4444    <para>First, apply a patch that fixes an issue highlighted by recent
    4545    versions of gdbm:</para>
    4646
    4747<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    48 
     48-->
    4949    <para>This version of Perl now builds the Compress::Raw::Zlib and
    5050    Compress::Raw::BZip2 modules. By
  • chapter08/pkgmgt.xml

    rd9bec1e r02c702c  
    103103      scheme of library files suddenly.</para> </listitem>
    104104
    105       <listitem> <para>If a package containing a shared library is updated,
     105      <listitem><para>If a package containing a shared library is updated,
    106106      and the name of library doesn't change, but a severe issue
    107107      (especially, a security vulnerability) is fixed, all running programs
     
    121121        and rerun that command to confirm nothing is still using the
    122122        deleted libraries.
     123      </para>
     124
     125      <para revision='systemd'>
     126        If the <command>systemd</command> daemon (running as PID 1) is
     127        linked to the updated library, you can restart it without reboot
     128        by running <command>systemctl daemon-reexec</command> as the
     129        <systemitem class='username'>root</systemitem> user.
    123130      </para></listitem>
    124131
  • chapter08/stripping.xml

    rd9bec1e r02c702c  
    4848
    4949<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    50       <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
     50<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
    5151             libc.so.6
    5252             libthread_db.so.1
  • chapter08/systemd.xml

    rd9bec1e r02c702c  
    181181    <para>Install the man pages:</para>
    182182
    183 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man</userinput></screen>
     183<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz -C /usr/share/man</userinput></screen>
    184184
    185185    <para>Remove a useless directory:</para>
  • chapter08/zstd.xml

    rd9bec1e r02c702c  
    4242  <sect2 role="installation">
    4343    <title>Installation of Zstd</title>
     44
     45    <para>Apply a patch to fix some issues identified by upstream:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen>
    4448
    4549    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.