Changeset 2da2e6a


Ignore:
Timestamp:
03/01/2006 05:18:41 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
4437f63
Parents:
8cf3617
Message:

Updated to XFS-2.7.11

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8cf3617 r2da2e6a  
    5656<!-- Chapter 5 -->
    5757<!ENTITY reiser-version               "3.6.19">
    58 <!ENTITY xfsprogs-version             "2.6.25">
     58<!ENTITY xfsprogs-version             "2.7.11">
    5959
    6060<!-- Chapter 6 -->
  • introduction/welcome/changelog.xml

    r8cf3617 r2da2e6a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Update to XFS-2.7.11.  Expanded library
     49          installation commands.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Final cleanup to the GNOME add-on packages after the
    4953          2.12.2 update.</para>
  • postlfs/filesystems/xfs.xml

    r8cf3617 r2da2e6a  
    77  <!ENTITY xfsprogs-download-http "http://mirrors.sunsite.dk/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
    88  <!ENTITY xfsprogs-download-ftp  "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
    9   <!ENTITY xfsprogs-md5sum        "65fbf692f348b57f21edd4813733d9ae">
    10   <!ENTITY xfsprogs-size          "833 KB">
    11   <!ENTITY xfsprogs-buildsize     "25.2 MB">
    12   <!ENTITY xfsprogs-time          "0.59 SBU">
     9  <!ENTITY xfsprogs-md5sum        "d4a78fced98c0f3f32627a473e8e0a59">
     10  <!ENTITY xfsprogs-size          "878 KB">
     11  <!ENTITY xfsprogs-buildsize     "17.3 MB">
     12  <!ENTITY xfsprogs-time          "0.78 SBU">
    1313]>
    1414
     
    6868      <ulink url="&lfs-root;/chapter06/e2fsprogs.html">E2fsprogs</ulink>
    6969      package in LFS, you must install it, or
    70       <ulink url="http://pecl.php.net/get/uuid-1.0.tgz">UUID</ulink> before
     70      <ulink url="http://pecl.php.net/package/uuid">UUID</ulink> before
    7171      proceeding with the installation of <application>XFS</application>.</para>
    7272    </note>
     
    7575    commands:</para>
    7676
    77 <screen><userinput>sed -i 's/autoconf//' Makefile &amp;&amp;
    78 make</userinput></screen>
     77<screen><userinput>sed -i '/autoconf/d' Makefile &amp;&amp;
     78make DEBUG=-DNDEBUG</userinput></screen>
    7979
    8080    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8181
    8282<screen role="root"><userinput>make install</userinput></screen>
     83
     84    <para>The <application>XFS</application> library installation is
     85    incomplete.  To finish the installation, issue the following commands
     86    as the <systemitem class="username">root</systemitem> user:</para>
     87
     88<screen role="root"><userinput>chmod -v 755 /lib/libhandle.so* &amp;&amp;
     89install -v -m755 -D libhandle/libhandle.la /usr/lib/libhandle.la &amp;&amp;
     90install -v -m644 libhandle/.libs/libhandle.a /usr/lib &amp;&amp;
     91ln -sv ../../lib/libhandle.so.1 /usr/lib/libhandle.so</userinput></screen>
    8392
    8493  </sect2>
     
    8796    <title>Command Explanations</title>
    8897
    89     <para><command>sed -i 's/autoconf//' Makefile</command>: This command
     98    <para><command>sed -i '/autoconf/d' Makefile</command>: This command
    9099    disables running <command>autoconf</command> because it is
    91100    unnecessary.</para>
     101
     102    <para><command>make DEBUG=-DNDEBUG</command>: The <application>XFS
     103    </application> build will fail using the default -DDEBUG flags.</para>
     104
     105    <para><parameter>OPTIMIZER="..."</parameter>: Adding this parameter to
     106    the <command>make</command> command overrides the default optimization
     107    settings.</para>
     108
     109    <para><command>install -v ...</command>: These commands install the
     110    static library and libtool archive for <filename>libhandle</filename>.</para>
     111
     112    <para><command>ln -sv ...</command>: This command installs a symlink
     113    that is missed by the <command>make install</command> command.</para>
    92114
    93115  </sect2>
     
    105127        xfs_db, xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint,
    106128        xfs_mkfile, xfs_ncheck, xfs_repair, and xfs_rtcp</seg>
    107         <seg>libhandle.so</seg>
     129        <seg>libhandle.[so,a]</seg>
    108130        <seg>/usr/share/doc/xfsprogs</seg>
    109131      </seglistitem>
     
    261283      </varlistentry>
    262284
     285      <varlistentry id="xfs_quota">
     286        <term><command>xfs_quota</command></term>
     287        <listitem>
     288          <para>is a utility for reporting and editing various
     289          aspects of filesystem quota.</para>
     290          <indexterm zone="xfs xfs_quota">
     291            <primary sortas="b-xfs_quota">xfs_quota</primary>
     292          </indexterm>
     293        </listitem>
     294      </varlistentry>
     295
    263296      <varlistentry id="xfs_repair">
    264297        <term><command>xfs_repair</command></term>
Note: See TracChangeset for help on using the changeset viewer.