Changes in / [3de7f52:51c01bff]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3de7f52 r51c01bff  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47
    4748    <listitem>
    4849      <para>2021-05-12</para>
    4950      <itemizedlist>
     51        <listitem>
     52          <para>[bdubbs] - Removed instructions for running tests
     53          in Python due to an idefinite hang in the partial
     54          LFS envrionment.</para>
     55        </listitem>
    5056        <listitem>
    5157          <para>[renodr] - Moved LFS to a merged-/usr configuration. Thanks
     
    5864        </listitem>
    5965        <listitem>
    60           <para>[renodr] - Fix a FTBFS when building glibc-2.30 with
     66          <para>[renodr] - Fix a FTBFS when building glibc-2.33 with
    6167          gcc-11.1.0.</para>
    6268        </listitem>
  • chapter08/python.xml

    r3de7f52 r51c01bff  
    4545    <para>Prepare Python for compilation:</para>
    4646
    47 <screen><userinput remap="configure">./configure --prefix=/usr       \
    48             --enable-shared     \
    49             --with-system-expat \
    50             --with-system-ffi   \
    51             --with-ensurepip=yes</userinput></screen>
     47<screen><userinput remap="configure">./configure --prefix=/usr        \
     48            --enable-shared      \
     49            --with-system-expat  \
     50            --with-system-ffi    \
     51            --with-ensurepip=yes \
     52            --enable-optimizations</userinput></screen>
    5253
    5354    <variablelist>
     
    7879    </varlistentry>
    7980
     81    <varlistentry>
     82      <term><parameter>--enable-optimizations</parameter></term>
     83      <listitem>
     84        <para>This switch enables stable, but expensive, optimizations.</para>
     85      </listitem>
     86    </varlistentry>
     87
    8088    </variablelist>
    8189
     
    8492<screen><userinput remap="make">make</userinput></screen>
    8593
    86     <para>To test the results, issue:</para>
    87 
    88 <screen><userinput remap="test">make test</userinput></screen>
    89 
    90     <para>Some tests requiring a network connection or additional packages are
    91     skipped. The tests test_unicodedata and test_curses tests are known to fail. For
    92     more comprehensive results, the tests can be rerun when Python 3 is
    93     reinstalled in BLFS.</para>
     94    <para>Running the tests at this point is not recommended.  The
     95    tests are known to hang indefinitely in the partial LFS environment.
     96    If desired, the tests can be rerun at the end of this chapter or
     97    when Python 3 is reinstalled in BLFS.  To run the tests anyway,
     98    issue <command>make test</command>.</para>
    9499
    95100    <para>Install the package:</para>
  • chapter08/shadow.xml

    r3de7f52 r51c01bff  
    7474    <note>
    7575      <para>If <filename class="directory">/bin</filename> and/or
    76       <filename class="directory">/sbin</filename> are prefereed to be
     76      <filename class="directory">/sbin</filename> are preferred to be
    7777      left over in <envar>PATH</envar> for some reason, modify
    7878      <envar>PATH</envar> in <filename>.bashrc</filename> after LFS is
  • chapter08/systemd.xml

    r3de7f52 r51c01bff  
    862862        <term><command>systemd-sysext</command></term>
    863863        <listitem>
    864           <para>Creates, deletes, and manages system extensions through the
    865           systemd-sysextd daemon</para>
     864          <para>Activates system extension images</para>
    866865          <indexterm zone="ch-system-systemd systemd-sysext">
    867866            <primary sortas="b-systemd-sysext">systemd-sysext</primary>
Note: See TracChangeset for help on using the changeset viewer.