Upgrade to Module-Init-Tools-3.16. Fixes #2882.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2011-10-12 21:34:45 +00:00
parent 9fbc54d7ae
commit 18fd33b469
6 changed files with 31 additions and 10 deletions

View File

@ -39,6 +39,10 @@
<listitem> <listitem>
<para>2011-10-12</para> <para>2011-10-12</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Module-Init-Tools-3.16. Fixes
<ulink url="&lfs-ticket-root;2882">#2882</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Upgrade to Glibc-2.14.1. Fixes <para>[matthew] - Upgrade to Glibc-2.14.1. Fixes
<ulink url="&lfs-ticket-root;2940">#2940</ulink>.</para> <ulink url="&lfs-ticket-root;2940">#2940</ulink>.</para>

View File

@ -148,9 +148,9 @@
<!--<listitem> <!--<listitem>
<para>Mktemp &mktemp-version;</para> <para>Mktemp &mktemp-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <listitem>
<para>Module-Init-Tools &module-init-tools-version;</para> <para>Module-Init-Tools &module-init-tools-version;</para>
</listitem>--> </listitem>
<listitem> <listitem>
<para>MPC &mpc-version;</para> <para>MPC &mpc-version;</para>
</listitem> </listitem>
@ -254,6 +254,9 @@
<listitem> <listitem>
<para>libpipeline-&libpipeline-version;</para> <para>libpipeline-&libpipeline-version;</para>
</listitem> </listitem>
<listitem>
<para>&module-init-tools-man-patch;</para>
</listitem>
<listitem> <listitem>
<para>&mpfr-fixes-patch;</para> <para>&mpfr-fixes-patch;</para>
</listitem> </listitem>

View File

@ -131,6 +131,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Module Init Tools - <token>&module-init-tools-man-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&module-init-tools-man-patch;"/></para>
<para>MD5 sum: <literal>&module-init-tools-man-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term> <term>MPFR Fixes Patch - <token>&mpfr-fixes-patch-size;</token>:</term>
<listitem> <listitem>

View File

@ -41,10 +41,10 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Module-Init-Tools</title> <title>Installation of Module-Init-Tools</title>
<para>To avoid a problem with regenerating the man pages when not needed, <para>Apply a patch that contains the generated man pages that were missing
first rewrite a file that just points to another man page:</para> from the released source tarball:</para>
<screen><userinput remap="pre">echo '.so man5/modprobe.conf.5' > modprobe.d.5</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&module-init-tools-man-patch;</userinput></screen>
<para>The test suite of this package is geared towards the needs of its <para>The test suite of this package is geared towards the needs of its
Maintainer. The command <command>make check</command> builds a specially Maintainer. The command <command>make check</command> builds a specially
@ -53,14 +53,15 @@
<command>make clean</command> command is required to clean up the source <command>make clean</command> command is required to clean up the source
tree before recompiling for normal use):</para> tree before recompiling for normal use):</para>
<screen><userinput remap="test">./configure <screen><userinput remap="test">DOCBOOKTOMAN=/bin/true ./configure
make check make check
sed -i -e 's@../../configure@DOCBOOKTOMAN=/bin/true &amp;@' tests/runtests
./tests/runtests ./tests/runtests
make clean</userinput></screen> make clean</userinput></screen>
<para>Prepare Module-Init-Tools for compilation:</para> <para>Prepare Module-Init-Tools for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/ --enable-zlib-dynamic --mandir=/usr/share/man</userinput></screen> <screen><userinput remap="configure">DOCBOOKTOMAN=/bin/true ./configure --prefix=/ --enable-zlib-dynamic --mandir=/usr/share/man</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>

View File

@ -375,10 +375,10 @@
<!ENTITY man-pages-ch6-du "21 MB"> <!ENTITY man-pages-ch6-du "21 MB">
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
<!ENTITY module-init-tools-version "3.12"> <!ENTITY module-init-tools-version "3.16">
<!ENTITY module-init-tools-size "917 KB"> <!ENTITY module-init-tools-size "224 KB">
<!ENTITY module-init-tools-url "http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2"> <!ENTITY module-init-tools-url "http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2">
<!ENTITY module-init-tools-md5 "8b2257ce9abef74c4a44d825d23140f3"> <!ENTITY module-init-tools-md5 "bc44832c6e41707b8447e2847d2019f5">
<!ENTITY module-init-tools-home "https://modules.wiki.kernel.org/index.php/Module_init_tools_3_12"> <!ENTITY module-init-tools-home "https://modules.wiki.kernel.org/index.php/Module_init_tools_3_12">
<!ENTITY module-init-tools-ch6-du "8.6 MB"> <!ENTITY module-init-tools-ch6-du "8.6 MB">
<!ENTITY module-init-tools-ch6-sbu "0.1 SBU"> <!ENTITY module-init-tools-ch6-sbu "0.1 SBU">

View File

@ -70,6 +70,11 @@
<!ENTITY kbd-backspace-patch-size "12 KB"> <!ENTITY kbd-backspace-patch-size "12 KB">
<!ENTITY module-init-tools-man-patch "module-init-tools-&module-init-tools-version;-man_pages-1.patch">
<!ENTITY module-init-tools-man-patch-md5 "e90aa105293df7b8691fd8ac697cefc9">
<!ENTITY module-init-tools-man-patch-size "44 KB">
<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch"> <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
<!ENTITY mpfr-fixes-patch-md5 "66305450989c2633b9346900e9a5d9a3"> <!ENTITY mpfr-fixes-patch-md5 "66305450989c2633b9346900e9a5d9a3">
<!ENTITY mpfr-fixes-patch-size "9 KB"> <!ENTITY mpfr-fixes-patch-size "9 KB">