Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    r0a7df4c r8e79fc49  
    4646
    4747    <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
     48
     49    <para>Disable a test which does not compile on LoongArch:</para>
     50
     51    <screen><userinput remap="pre">sed -i '/test_enosys/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
    4852
    4953    <para>Prepare Util-linux for compilation:</para>
     
    116120    known to fail.</para>
    117121
     122    <!-- Related to non-4K page size. -->
     123    <para>Two tests named <filename>fadvise/drop</filename> and
     124    <filename>fincore/count</filename> are known to fail.</para>
     125
    118126    <para>Install the package:</para>
    119127
     
    139147        eject, fallocate, fdisk, fincore, findfs, findmnt, flock, fsck,
    140148        fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hardlink, hexdump, hwclock,
    141         i386 (link to setarch), ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last,
     149        ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last,
    142150        lastb (link to last), ldattach, linux32 (link to setarch), linux64 (link to setarch),
    143151        logger, look, losetup, lsblk, lscpu, lsipc, lsirq, lsfd, lslocks, lslogins,
     
    148156        swapoff, swapon, switch_root, taskset, uclampset, ul,
    149157        umount, uname26 (link to setarch), unshare, utmpdump, uuidd, uuidgen, uuidparse,
    150         wall, wdctl, whereis, wipefs, x86_64 (link to setarch), and zramctl</seg>
     158        wall, wdctl, whereis, wipefs, and zramctl</seg>
    151159        <seg>libblkid.so, libfdisk.so, libmount.so,
    152160        libsmartcols.so, and libuuid.so</seg>
     
    531539      </varlistentry>
    532540
    533       <varlistentry id="i386">
    534         <term><command>i386</command></term>
    535         <listitem>
    536           <para>A symbolic link to setarch</para>
    537           <indexterm zone="ch-system-util-linux i386">
    538             <primary sortas="b-i386">i386</primary>
    539           </indexterm>
    540         </listitem>
    541       </varlistentry>
    542 
    543541      <varlistentry id="ionice">
    544542        <term><command>ionice</command></term>
     
    12901288      </varlistentry>
    12911289
    1292       <varlistentry id="x86_64">
    1293         <term><command>x86_64</command></term>
    1294         <listitem>
    1295           <para>A symbolic link to setarch</para>
    1296           <indexterm zone="ch-system-util-linux x86_64">
    1297             <primary sortas="b-x86_64">x86_64</primary>
    1298           </indexterm>
    1299         </listitem>
    1300       </varlistentry>
    1301 
    13021290      <varlistentry id="zramctl">
    13031291        <term><command>zramctl</command></term>
Note: See TracChangeset for help on using the changeset viewer.