Hi,
This commit has a problem at chapter 3. It seems test tarball appears
twice, whereas it's not mentioned anymore downloading main udev tarball
package. I guess it's a mistake, since now there're 2 testfiles and one
configfile and not source anymore.
Regards,
-
Jean-Philippe MENGUAL
Vice-Président de l'association traduc.org
Coordinateur du projet Linux From Scratch
Le dimanche 27 juin 2010 à 00:27 -0600, [email protected] a
écrit :
> Author: bdubbs
> Date: 2010-06-27 00:27:04 -0600 (Sun, 27 Jun 2010)
> New Revision: 9322
>
> Modified:
> trunk/BOOK/chapter01/changelog.xml
> trunk/BOOK/chapter01/whatsnew.xml
> trunk/BOOK/chapter03/packages.xml
> trunk/BOOK/chapter06/udev.xml
> trunk/BOOK/packages.ent
> Log:
> Update to udev-158. Also add a new
> udev-testfiles tarball and an instuction to make check.
>
>
>
> Modified: trunk/BOOK/chapter01/changelog.xml
> ===================================================================
> --- trunk/BOOK/chapter01/changelog.xml 2010-06-27 05:32:22 UTC (rev
> 9321)
> +++ trunk/BOOK/chapter01/changelog.xml 2010-06-27 06:27:04 UTC (rev
> 9322)
> @@ -40,6 +40,13 @@
> <para>2010-06-27</para>
> <itemizedlist>
> <listitem>
> + <para>[bdubbs] - Update to udev-158. Also add a new
> + udev-testfiles tarball and an instuction to make check.
> + Fixes
> + <ulink url="&lfs-ticket-root;2692">#2692</ulink> and
> + <ulink url="&lfs-ticket-root;2700">#2700</ulink>.</para>
> + </listitem>
> + <listitem>
> <para>[bdubbs] - Update to sysvinit-2.88dsf.
> Fixes
> <ulink url="&lfs-ticket-root;2677">#2677</ulink>.</para>
>
> Modified: trunk/BOOK/chapter01/whatsnew.xml
> ===================================================================
> --- trunk/BOOK/chapter01/whatsnew.xml 2010-06-27 05:32:22 UTC (rev 9321)
> +++ trunk/BOOK/chapter01/whatsnew.xml 2010-06-27 06:27:04 UTC (rev 9322)
> @@ -112,9 +112,9 @@
> <!--<listitem>
> <para>Less &less-version;</para>
> </listitem>-->
> - <!--<listitem>
> + <listitem>
> <para>LFS-Bootscripts &lfs-bootscripts-version;</para>
> - </listitem>-->
> + </listitem>
> <listitem>
> <para>Libtool &libtool-version;</para>
> </listitem>
> @@ -187,9 +187,9 @@
> <!--<listitem>
> <para>Texinfo &texinfo-version;</para>
> </listitem>-->
> - <!--<listitem>
> + <listitem>
> <para>Udev &udev-version;</para>
> - </listitem>-->
> + </listitem>
> <!--<listitem>
> <para>&udev-config;</para>
> </listitem>-->
> @@ -232,6 +232,10 @@
> <para>MPC-&mpc-version;</para>
> </listitem>
>
> + <listitem>
> + <para>udev-&udev-version;-testfiles.tar.bz2</para>
> + </listitem>
> +
> </itemizedlist>
>
> <itemizedlist>
>
> Modified: trunk/BOOK/chapter03/packages.xml
> ===================================================================
> --- trunk/BOOK/chapter03/packages.xml 2010-06-27 05:32:22 UTC (rev 9321)
> +++ trunk/BOOK/chapter03/packages.xml 2010-06-27 06:27:04 UTC (rev 9322)
> @@ -550,15 +550,23 @@
> </varlistentry>
>
> <varlistentry>
> - <term>Udev (&udev-version;) - <token>&udev-size;</token>:</term>
> + <term>Udev Test Tarball(&udev-version;) -
> <token>&udev-testfiles-size;</token>:</term>
> <listitem>
> - <para>Home page: <ulink url="&udev-home;"/></para>
> - <para>Download: <ulink url="&udev-url;"/></para>
> - <para>MD5 sum: <literal>&udev-md5;</literal></para>
> + <para>Download: <ulink url="&udev-testfiles-url;"/></para>
> + <para>MD5 sum: <literal>&udev-testfiles-md5;</literal></para>
> </listitem>
> </varlistentry>
>
> <varlistentry>
> + <term>Udev Test Tarball - <token>&udev-config-size;</token>:</term>
> + <listitem>
> + <para>Home page: <ulink url="&udev-config-home;"/></para>
> + <para>Download: <ulink url="&udev-config-url;"/></para>
> + <para>MD5 sum: <literal>&udev-config-md5;</literal></para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> <term>Udev Configuration Tarball -
> <token>&udev-config-size;</token>:</term>
> <listitem>
> <para>Home page: <ulink url="&udev-config-home;"/></para>
>
> Modified: trunk/BOOK/chapter06/udev.xml
> ===================================================================
> --- trunk/BOOK/chapter06/udev.xml 2010-06-27 05:32:22 UTC (rev 9321)
> +++ trunk/BOOK/chapter06/udev.xml 2010-06-27 06:27:04 UTC (rev 9322)
> @@ -32,7 +32,7 @@
>
> <seglistitem>
> <seg>&udev-ch6-sbu;</seg>
> - <seg>&udev-ch6-du;</seg>
> + <seg>&udev-ch6-du; plus &udev-testfiles-du; for testfiles</seg>
> </seglistitem>
> </segmentedlist>
>
> @@ -46,6 +46,12 @@
>
> <screen><userinput remap="pre">tar -xvf
> ../&udev-config;.tar.bz2</userinput></screen>
>
> + <para>The udev-testfiles tarball contains files needed to test udev. The
> + file expands to an apparant size of about 37MB but the actual disk usage
> + is less than 7MB.</para>
> +
> +<screen><userinput remap="pre">tar -xvf
> ../udev-&udev-version;-testfiles.tar.bz2
> --strip-components=1</userinput></screen>
> +
> <para>Create some devices and directories that Udev cannot handle due to
> them being required very early in the boot process, or by Udev
> itself:</para>
>
> @@ -111,8 +117,10 @@
>
> <screen><userinput remap="make">make</userinput></screen>
>
> - <para>This package does not come with a test suite.</para>
> + <para>Test the package.</para>
>
> +<screen><userinput remap="test">make check</userinput></screen>
> +
> <para>Install the package:</para>
>
> <screen><userinput remap="install">make install</userinput></screen>
>
> Modified: trunk/BOOK/packages.ent
> ===================================================================
> --- trunk/BOOK/packages.ent 2010-06-27 05:32:22 UTC (rev 9321)
> +++ trunk/BOOK/packages.ent 2010-06-27 06:27:04 UTC (rev 9322)
> @@ -513,14 +513,19 @@
> <!ENTITY texinfo-ch6-du "21 MB">
> <!ENTITY texinfo-ch6-sbu "0.3 SBU">
>
> -<!ENTITY udev-version "157">
> -<!ENTITY udev-size "523 KB">
> +<!ENTITY udev-version "158">
> +<!ENTITY udev-size "526 KB">
> <!ENTITY udev-url
> "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
> -<!ENTITY udev-md5 "0ea39cc875116982abf200eb16c1b53e">
> +<!ENTITY udev-md5 "26f99dde11f8e393d659614d7d1a3964">
> <!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev.html">
> -<!ENTITY udev-ch6-du "11.6 MB">
> +<!ENTITY udev-ch6-du "9.3 MB">
> <!ENTITY udev-ch6-sbu "0.2 SBU">
>
> +<!ENTITY udev-testfiles-url
> "http://anduin.linuxfromscratch.org/sources/other/udev-&udev-version;-testfiles.tar.bz2">
> +<!ENTITY udev-testfiles-size "147">
> +<!ENTITY udev-testfiles-md5 "56dc32b500c3e6d788662359634c4d92">
> +<!ENTITY udev-testfiles-du "6.8 MB">
> +
> <!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this
> format -->
> <!ENTITY udev-config-size "UDEV-SIZE KB"> <!-- Updated in Makefile -->
> <!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2">
>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page