Changeset 3b70f92


Ignore:
Timestamp:
02/19/2022 04:45:14 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f0275e9
Parents:
77ea132 (diff), d6006ef (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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r77ea132 r3b70f92  
    3030
    3131    <listitem>
    32       <para><emphasis role="strong">Binutils-2.25</emphasis> (Versions
     32      <para><emphasis role="strong">Binutils-2.13.1</emphasis> (Versions
    3333      greater than &binutils-version; are not recommended as they have
    3434      not been tested)</para>
     
    4141
    4242    <listitem>
    43       <para><emphasis role="strong">Bzip2-1.0.4</emphasis></para>
    44     </listitem>
    45 
    46     <listitem>
    4743      <para><emphasis role="strong">Coreutils-6.9</emphasis></para>
    4844    </listitem>
     
    6157    </listitem>
    6258
    63     <!-- glibc-2.30 requires gcc-6.2 or later -->
    64     <listitem>
    65       <para><emphasis role="strong">GCC-6.2</emphasis> including the C++
     59    <listitem>
     60      <para><emphasis role="strong">GCC-4.8</emphasis> including the C++
    6661      compiler, <command>g++</command> (Versions greater than &gcc-version; are
    67       not recommended as they have not been tested)</para>
    68     </listitem>
    69 
    70     <listitem>
    71       <para><emphasis role="strong">Glibc-2.11</emphasis> (Versions
    72       greater than &glibc-version; are not recommended as they have
    73       not been tested)</para>
     62      not recommended as they have not been tested). C and C++ standard
     63      libraries (with headers) must also be present so the C++ compiler can
     64      build hosted programs</para>
    7465    </listitem>
    7566
     
    181172fi
    182173
    183 bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
    184174echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
    185175diff --version | head -n1
     
    197187gcc --version | head -n1
    198188g++ --version | head -n1
    199 ldd --version | head -n1 | cut -d" " -f2-  # glibc version
    200189grep --version | head -n1
    201190gzip --version | head -n1
  • chapter05/gcc-pass1.xml

    r77ea132 r3b70f92  
    141141        <listitem>
    142142          <para>This option specifies the version of glibc which will be
    143           used on the target. It is not relevent to the minimum glibc
    144           requirement specified in the
    145           <xref linkend="ch-partitioning-hostreqs"/> because everything
    146           compiled by pass1 gcc will run in the chroot environment,
    147           which is isolated from glibc of the host distro.</para>
     143          used on the target. It is not relevant to the libc of the host
     144          distro because everything compiled by pass1 gcc will run in the
     145          chroot environment, which is isolated from libc of the host
     146          distro.</para>
    148147        </listitem>
    149148      </varlistentry>
  • chapter07/cleanup.xml

    r77ea132 r3b70f92  
    159159     restore when they don't need to. -->
    160160
    161     <warning><para>The following commands are extremly dangerous.  If
     161    <warning><para>The following commands are extremely dangerous.  If
    162162    you run <command>rm -rf ./*</command> as the root user and you
    163163    do not change to the $LFS directory or the <envar>LFS</envar>
  • chapter08/binutils.xml

    r77ea132 r3b70f92  
    191191
    192192<screen><userinput remap="test">make -k check</userinput></screen>
    193 
     193<!--
    194194    <para>Four tests related to zlib are known to fail.</para>
     195-->
    195196<!--
    196197    <para>Seven gold tests are known to fail with gcc-11.1.0</para>
  • chapter08/shadow.xml

    r77ea132 r3b70f92  
    105105<screen><userinput remap="configure">touch /usr/bin/passwd
    106106./configure --sysconfdir=/etc \
     107            --disable-static  \
    107108            --with-group-name-max-length=32</userinput></screen>
    108109
     
    255256        vigr (link to vipw), and vipw</seg>
    256257        <seg>/etc/default</seg>
    257         <!-- TODO: the static lib should be disabled by - -disable-static.
    258              Keep it for now because of the rc freeze.  -->
    259         <seg>libsubid.{a,so}</seg>
     258        <seg>libsubid.so</seg>
    260259      </seglistitem>
    261260    </segmentedlist>
  • chapter08/systemd.xml

    r77ea132 r3b70f92  
    667667        <term><command>systemd-creds</command></term>
    668668        <listitem>
    669           <para>Displays and processes credentials.</para>
     669          <para>Displays and processes credentials</para>
    670670          <indexterm zone="ch-system-systemd systemd-creds">
    671671            <primary sortas="b-systemd-creds">systemd-creds</primary>
  • chapter09/systemd-custom.xml

    r77ea132 r3b70f92  
    124124    <title>Overriding Default Services Behavior</title>
    125125
    126     <para>The parameters of a unit can be overriden by creating a directory
     126    <para>The parameters of a unit can be overridden by creating a directory
    127127    and a configuration file in <filename
    128128    class="directory">/etc/systemd/system</filename>. For example:</para>
  • chapter09/usage.xml

    r77ea132 r3b70f92  
    293293    time zones, UTC, and the <envar>TZ</envar> environment variable.</para>
    294294
    295     <note><para>The CLOCKPARAMS and UTC paramaters may also be set
     295    <note><para>The CLOCKPARAMS and UTC parameters may also be set
    296296    in the <filename>/etc/sysconfig/rc.site</filename> file.</para></note>
    297297
  • prologue/why.xml

    r77ea132 r3b70f92  
    397397
    398398        <para>This package is a Python module for processing strings in
    399         HTML/XHTML/XML safely.  Jinja2 requires this pacakge.</para>
     399        HTML/XHTML/XML safely.  Jinja2 requires this package.</para>
    400400      </listitem>
    401401
Note: See TracChangeset for help on using the changeset viewer.