Changeset a3c54ef2


Ignore:
Timestamp:
12/31/2012 03:09:48 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
52b48c35
Parents:
8cce479c
Message:

XFS Progs update.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10915 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r8cce479c ra3c54ef2  
    203203<!ENTITY reiser-version               "3.6.21">
    204204<!ENTITY sshfs-fuse-version           "2.4">
    205 <!ENTITY xfsprogs-version             "3.1.8">
     205<!ENTITY xfsprogs-version             "3.1.10">
    206206
    207207<!-- Chapter 6 -->
  • introduction/welcome/changelog.xml

    r8cce479c ra3c54ef2  
    6161        <listitem>
    6262          <para>[krejzi] - WPA Supplicant 1.1.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[krejzi] - XFS Progs 3.1.10.</para>
    6366        </listitem>
    6467      </itemizedlist>
  • networking/netprogs/samba3.xml

    r8cce479c ra3c54ef2  
    8282    <xref linkend="gamin"/>,
    8383    <xref linkend="acl"/>,
    84     <xref linkend="xfs"/>,
     84    <xref linkend="xfsprogs"/>,
    8585    <xref linkend="mitkrb"/>,
    8686    <xref linkend="python2"/> (used only in parts of the test suite),
  • postlfs/filesystems/aboutraid.xml

    r8cce479c ra3c54ef2  
    162162
    163163   <para>From this point, the partitions can be formated with the filesystem of
    164    choice (e.g. ext3, ext4, <xref linkend='xfs'/>, <xref linkend='reiserfs'/>,
     164   choice (e.g. ext3, ext4, <xref linkend='xfsprogs'/>, <xref linkend='reiserfs'/>,
    165165   etc).  The formatted partitions can then be mounted.  The
    166166   <filename>/etc/fstab</filename> ifile can use the devices created for mounting at
  • postlfs/filesystems/filesystems.xml

    r8cce479c ra3c54ef2  
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="reiser.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs-fuse.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfs.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfsprogs.xml"/>
    3535
    3636</chapter>
  • postlfs/filesystems/xfsprogs.xml

    r8cce479c ra3c54ef2  
    66
    77  <!ENTITY xfsprogs-download-http "&sources-anduin-http;/x/xfsprogs-&xfsprogs-version;.tar.gz">
    8   <!ENTITY xfsprogs-download-ftp " ">
    9   <!ENTITY xfsprogs-md5sum        "f70b2e7200d4c29f0af1cf70e7be1db6">
    10   <!ENTITY xfsprogs-size          "1.3 MB">
    11   <!ENTITY xfsprogs-buildsize     "40 MB">
     8  <!ENTITY xfsprogs-download-ftp  "ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-&xfsprogs-version;.tar.gz">
     9  <!ENTITY xfsprogs-md5sum        "d6159f7a664d95b4c150d580399d4400">
     10  <!ENTITY xfsprogs-size          "1.4 MB">
     11  <!ENTITY xfsprogs-buildsize     "55 MB">
    1212  <!ENTITY xfsprogs-time          "0.5 SBU">
    1313]>
    1414
    15 <sect1 id="xfs" xreflabel="xfsprogs-&xfsprogs-version;">
    16   <?dbhtml filename="xfsfs.html"?>
     15<sect1 id="xfsprogs" xreflabel="xfsprogs-&xfsprogs-version;">
     16  <?dbhtml filename="xfsprogs.html"?>
    1717
    1818  <sect1info>
     
    2323  <title>xfsprogs-&xfsprogs-version;</title>
    2424
    25   <indexterm zone="xfs">
    26     <primary sortas="a-XFS">XFS</primary>
     25  <indexterm zone="xfsprogs">
     26    <primary sortas="a-xfsprogs">xfsprogs</primary>
    2727  </indexterm>
    2828
     
    5757    </itemizedlist>
    5858
    59     <caution><para>The XFS developers regularly remove the current
    60     package when a new package is available.  Unfortunately, this has led to
    61     severe incompatibilities, including
    62     <ulink url="http://bugs.debian.org/465737">unmountable filesystems</ulink>,
    63     due to kernel version requirements in new versions of the package.  Using a
    64     version not in the book is strongly discouraged. Additional information,
    65     is available at the
    66     <ulink url="http://oss.sgi.com/projects/xfs/">XFS</ulink> project
    67     page.</para></caution>
    68 
    69 <!-- For more information on this problem, see this thread on BLFS-Dev
    70      http://linuxfromscratch.org/pipermail/blfs-dev/2008-March/018311.html
    71 -->
    7259    <para condition="html" role="usernotes">User Notes:
    7360    <ulink url="&blfs-wiki;/xfs"/></para>
     
    7562  </sect2>
    7663
    77   <sect2 role="kernel" id='xfs-kernel'>
     64  <sect2 role="kernel" id="xfsprogs-kernel">
    7865    <title>Kernel Configuration</title>
    7966
     
    8471  XFS filesystem support: M or Y</literal></screen>
    8572
    86     <indexterm zone="xfs xfs-kernel">
     73    <indexterm zone="xfsprogs xfsprogs-kernel">
    8774      <primary sortas="d-xfs">XFS Programs</primary>
    8875    </indexterm>
     
    9784
    9885<screen><userinput>make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \
    99     LOCAL_CONFIGURE_OPTIONS="--enable-readline=yes"</userinput></screen>
     86     LOCAL_CONFIGURE_OPTIONS="--enable-readline"</userinput></screen>
    10087
    10188    <para>This package does not come with a test suite.</para>
     
    10390    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    10491
    105 <screen role="root"><userinput>make install &amp;&amp;
    106 make install-dev &amp;&amp;
    107 chmod -v 755 /lib/libhandle.so.1.*</userinput></screen>
     92<screen role="root"><userinput>make install install-dev &amp;&amp;
     93rm -rfv /lib/libhandle.{a,la,so} &amp;&amp;
     94ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so &amp;&amp;
     95sed -i "s@libdir='/lib@libdir='/usr/lib@g" /usr/lib/libhandle.la</userinput></screen>
    10896
    10997  </sect2>
     
    120108    <para><parameter>LOCAL_CONFIGURE_OPTIONS="..."</parameter>: This passes
    121109    extra configuration options to the <filename>configure</filename> script.
    122     The example <parameter>--enable-readline=yes</parameter> parameter
     110    The example <parameter>--enable-readline</parameter> parameter
    123111    enables linking the XFS programs with the
    124112    <filename class="libraryfile">libreadline.so</filename> library, in order
     
    129117    default optimization settings.</para>
    130118
    131     <para><command>make install-dev</command>: This command installs
    132     static XFS libraries, their headers and the corresponding
    133     documentation.</para>
    134 
    135119  </sect2>
    136120
     
    141125      <segtitle>Installed Programs</segtitle>
    142126      <segtitle>Installed Libraries</segtitle>
    143       <segtitle>Installed Directory</segtitle>
     127      <segtitle>Installed Directories</segtitle>
    144128
    145129      <seglistitem>
     
    148132        xfs_mdrestore, xfs_metadump, xfs_mkfile, xfs_ncheck, xfs_quota,
    149133        xfs_repair, and xfs_rtcp</seg>
    150         <seg>libdisk.a, libhandle.{so,a}, libxcmd.a, libxfs.a, and
    151         libxlog.a </seg>
    152         <seg>/usr/share/doc/xfsprogs</seg>
     134        <seg>libhandle.{so,a}</seg>
     135        <seg>/usr/include/xfs and /usr/share/doc/xfsprogs</seg>
    153136      </seglistitem>
    154137    </segmentedlist>
     
    164147          <para>simply exits with a zero status, since XFS
    165148          partitions are checked at mount time.</para>
    166           <indexterm zone="xfs fsck.xfs">
     149          <indexterm zone="xfsprogs fsck.xfs">
    167150            <primary sortas="b-fsck.xfs">fsck.xfs</primary>
    168151          </indexterm>
     
    174157        <listitem>
    175158          <para>constructs an XFS file system.</para>
    176           <indexterm zone="xfs mkfs.xfs">
     159          <indexterm zone="xfsprogs mkfs.xfs">
    177160            <primary sortas="b-mkfs.xfs">mkfs.xfs</primary>
    178161          </indexterm>
     
    184167        <listitem>
    185168          <para>changes the parameters of an XFS file system.</para>
    186           <indexterm zone="xfs xfs_admin">
     169          <indexterm zone="xfsprogs xfs_admin">
    187170            <primary sortas="b-xfs_admin">xfs_admin</primary>
    188171          </indexterm>
     
    194177        <listitem>
    195178          <para>prints block mapping for an XFS file.</para>
    196           <indexterm zone="xfs xfs_bmap">
     179          <indexterm zone="xfsprogs xfs_bmap">
    197180            <primary sortas="b-xfs_bmap">xfs_bmap</primary>
    198181          </indexterm>
     
    204187        <listitem>
    205188          <para>checks XFS file system consistency.</para>
    206           <indexterm zone="xfs xfs_check">
     189          <indexterm zone="xfsprogs xfs_check">
    207190            <primary sortas="b-xfs_check">xfs_check</primary>
    208191          </indexterm>
     
    215198          <para>copies the contents of an XFS file system
    216199          to one or more targets in parallel.</para>
    217           <indexterm zone="xfs xfs_copy">
     200          <indexterm zone="xfsprogs xfs_copy">
    218201            <primary sortas="b-xfs_copy">xfs_copy</primary>
    219202          </indexterm>
     
    225208        <listitem>
    226209          <para>is used to debug an XFS file system.</para>
    227           <indexterm zone="xfs xfs_db">
     210          <indexterm zone="xfsprogs xfs_db">
    228211            <primary sortas="b-xfs_db">xfs_db</primary>
    229212          </indexterm>
     
    235218        <listitem>
    236219          <para>suspends access to an XFS file system.</para>
    237           <indexterm zone="xfs xfs_freeze">
     220          <indexterm zone="xfsprogs xfs_freeze">
    238221            <primary sortas="b-xfs_freeze">xfs_freeze</primary>
    239222          </indexterm>
     
    245228        <listitem>
    246229          <para>expands an XFS file system.</para>
    247           <indexterm zone="xfs xfs_growfs">
     230          <indexterm zone="xfsprogs xfs_growfs">
    248231            <primary sortas="b-xfs_growfs">xfs_growfs</primary>
    249232          </indexterm>
     
    256239          <para>is equivalent to invoking <command>xfs_growfs</command>, but
    257240          specifying that no change to the file system is to be made.</para>
    258           <indexterm zone="xfs xfs_info">
     241          <indexterm zone="xfsprogs xfs_info">
    259242            <primary sortas="b-xfs_info">xfs_info</primary>
    260243          </indexterm>
     
    268251          aimed at examining the regular file I/O path rather than the raw
    269252          XFS volume itself.</para>
    270           <indexterm zone="xfs xfs_io">
     253          <indexterm zone="xfsprogs xfs_io">
    271254            <primary sortas="b-xfs_io">xfs_io</primary>
    272255          </indexterm>
     
    278261        <listitem>
    279262          <para>prints the log of an XFS file system.</para>
    280           <indexterm zone="xfs xfs_logprint">
     263          <indexterm zone="xfsprogs xfs_logprint">
    281264            <primary sortas="b-xfs_logprint">xfs_logprint</primary>
    282265          </indexterm>
     
    288271        <listitem>
    289272          <para>restores an XFS metadump image to a filesystem image.</para>
    290           <indexterm zone="xfs xfs_mdrestore">
     273          <indexterm zone="xfsprogs xfs_mdrestore">
    291274            <primary sortas="b-xfs_mdrestore">xfs_mdrestore</primary>
    292275          </indexterm>
     
    298281        <listitem>
    299282          <para>copies XFS filesystem metadata to a file.</para>
    300           <indexterm zone="xfs xfs_metadump">
     283          <indexterm zone="xfsprogs xfs_metadump">
    301284            <primary sortas="b-xfs_metadump">xfs_metadump</primary>
    302285          </indexterm>
     
    308291        <listitem>
    309292          <para>creates an XFS file, padded with zeroes by default.</para>
    310           <indexterm zone="xfs xfs_mkfile">
     293          <indexterm zone="xfsprogs xfs_mkfile">
    311294            <primary sortas="b-xfs_mkfile">xfs_mkfile</primary>
    312295          </indexterm>
     
    319302          <para>generates pathnames from inode numbers for an
    320303          XFS file system.</para>
    321           <indexterm zone="xfs xfs_ncheck">
     304          <indexterm zone="xfsprogs xfs_ncheck">
    322305            <primary sortas="b-xfs_ncheck">xfs_ncheck</primary>
    323306          </indexterm>
     
    330313          <para>is a utility for reporting and editing various
    331314          aspects of filesystem quota.</para>
    332           <indexterm zone="xfs xfs_quota">
     315          <indexterm zone="xfsprogs xfs_quota">
    333316            <primary sortas="b-xfs_quota">xfs_quota</primary>
    334317          </indexterm>
     
    340323        <listitem>
    341324          <para>repairs corrupt or damaged XFS file systems.</para>
    342           <indexterm zone="xfs xfs_repair">
     325          <indexterm zone="xfsprogs xfs_repair">
    343326            <primary sortas="b-xfs_repair">xfs_repair</primary>
    344327          </indexterm>
     
    351334          <para>copies a file to the real-time partition on an
    352335          XFS file system.</para>
    353           <indexterm zone="xfs xfs_rtcp">
     336          <indexterm zone="xfsprogs xfs_rtcp">
    354337            <primary sortas="b-xfs_rtcp">xfs_rtcp</primary>
    355338          </indexterm>
     
    358341
    359342      <varlistentry id="libhandle">
    360         <term><filename class='libraryfile'>libhandle.so</filename></term>
     343        <term><filename class="libraryfile">libhandle.so</filename></term>
    361344        <listitem>
    362345          <para>contains XFS-specific functions that provide a way to perform
    363346          certain filesystem  operations without using a file descriptor to
    364347          access filesystem objects.</para>
    365           <indexterm zone="xfs libhandle">
     348          <indexterm zone="xfsprogs libhandle">
    366349            <primary sortas="c-libhandle">libhandle.so</primary>
    367350          </indexterm>
     
    369352      </varlistentry>
    370353
    371 
    372       <!-- FIXME: other libraries are undocumented 20080221 -->
    373 
    374354    </variablelist>
    375355
  • xsoft/other/gparted.xml

    r8cce479c ra3c54ef2  
    137137      <xref linkend="ntfs-3g"/>,
    138138      <xref linkend="reiserfs"/>,
    139       <xref linkend="xfs"/>,
     139      <xref linkend="xfsprogs"/>,
    140140      <ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories">
    141141        btrfs-progs</ulink>,
Note: See TracChangeset for help on using the changeset viewer.