Changeset e131bec for chapter08


Ignore:
Timestamp:
05/19/2023 06:34:49 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
ed9b087
Parents:
0ebfdf7e (diff), 0a7df4c (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:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/eudev.xml

    r0ebfdf7e re131bec  
    4040  <sect2 role="installation">
    4141    <title>Installation of Eudev</title>
    42 
     42    <!-- No longer seems needed. bdubbs 5/18/23
    4343    <para>First fix the location of udev rules in the .pc file:</para>
    4444
    4545<screen><userinput remap="pre">sed -i '/udevdir/a udev_dir=${udevdir}' src/udev/udev.pc.in</userinput></screen>
    46 
     46-->
    4747    <para>Prepare Eudev for compilation:</para>
    4848
  • chapter08/gcc.xml

    r0ebfdf7e re131bec  
    100100          <para>By default, during the installation of GCC some system
    101101          headers would be <quote>fixed</quote> to be used with GCC.  This
    102           is not necessary for a modern Linux system, and potentionally
     102          is not necessary for a modern Linux system, and potentially
    103103          harmful if a package is reinstalled after installing GCC.  This
    104104          switch prevents GCC from <quote>fixing</quote> the headers.</para>
  • chapter08/glibc.xml

    r0ebfdf7e re131bec  
    184184      </listitem>
    185185
    186 <!--
    187186      <listitem>
    188         <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on
    189         the host system kernel. Kernels 4.14.91&ndash;4.14.96,
    190         4.19.13&ndash;4.19.18, and 4.20.0&ndash;4.20.5 are known to
    191         cause these tests to fail.
    192         </para>
     187        <para>Additionally, some tests may fail with a relatively old CPU
     188        model or host kernel version.</para>
    193189      </listitem>
    194 
    195       <listitem>
    196         <para>The math tests sometimes fail when running on
    197         systems where the CPU is not a relatively new Intel or
    198         AMD processor.</para>
    199       </listitem>
    200 -->
    201190    </itemizedlist>
    202191
  • chapter08/util-linux.xml

    r0ebfdf7e re131bec  
    4343    <title>Installation of Util-linux</title>
    4444
     45    <para>First, disable a problem test:</para>
     46
     47    <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
     48
    4549    <para>Prepare Util-linux for compilation:</para>
    4650
     
    4852            --bindir=/usr/bin    \
    4953            --libdir=/usr/lib    \
     54            --runstatedir=/run   \
    5055            --sbindir=/usr/sbin  \
    5156            --disable-chfn-chsh  \
     
    6570            --bindir=/usr/bin    \
    6671            --libdir=/usr/lib    \
     72            --runstatedir=/run   \
    6773            --sbindir=/usr/sbin  \
    6874            --disable-chfn-chsh  \
Note: See TracChangeset for help on using the changeset viewer.