Author: matthew
Date: 2005-12-07 13:46:14 -0700 (Wed, 07 Dec 2005)
New Revision: 7204
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/dejagnu.xml
trunk/BOOK/chapter05/gettext.xml
trunk/BOOK/chapter06/file.xml
trunk/BOOK/chapter06/groff.xml
trunk/BOOK/chapter06/gzip.xml
trunk/BOOK/chapter06/hotplug.xml
trunk/BOOK/chapter06/iana-etc.xml
trunk/BOOK/chapter06/inetutils.xml
trunk/BOOK/chapter06/iproute2.xml
trunk/BOOK/chapter06/kbd.xml
trunk/BOOK/chapter06/less.xml
trunk/BOOK/chapter06/man.xml
trunk/BOOK/chapter06/mktemp.xml
trunk/BOOK/chapter06/procps.xml
trunk/BOOK/chapter06/psmisc.xml
trunk/BOOK/chapter06/readline.xml
trunk/BOOK/chapter06/shadow.xml
trunk/BOOK/chapter06/sysklogd.xml
trunk/BOOK/chapter06/sysvinit.xml
trunk/BOOK/general.ent
Log:
Mention testsuites (or lack of them) for all packages (bug 1664)
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter01/changelog.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -114,6 +114,10 @@
</itemizedlist>
</listitem>
+<listitem><para>December 7, 2005 [matt]: Mention the testsuites (or lack of
+them) for all packages (fixes bug 1664). Thanks to Chris Staub for the
+report and analysis of affected packages.</para></listitem>
+
<listitem><para>November 26, 2005 [matt]: Don't install the Linuxthreads man
pages, the POSIX threading API is documented in the man3p section provided by
the man-pages package (fixes bug 1660).</para></listitem>
Modified: trunk/BOOK/chapter05/dejagnu.xml
===================================================================
--- trunk/BOOK/chapter05/dejagnu.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter05/dejagnu.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -36,6 +36,8 @@
<screen><userinput>make install</userinput></screen>
+<para>To test the results, issue: <userinput>make check</userinput>.</para>
+
</sect2>
Modified: trunk/BOOK/chapter05/gettext.xml
===================================================================
--- trunk/BOOK/chapter05/gettext.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter05/gettext.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -39,8 +39,8 @@
<variablelist>
<varlistentry>
<term><parameter>--disable-shared</parameter></term>
-<listitem><para>We do not need to install any of the shared gettext libraries
at this
-time, therefore, no need to build them.</para></listitem>
+<listitem><para>We do not need to install any of the shared gettext libraries
at
+this time, therefore there is no need to build them.</para></listitem>
</varlistentry>
</variablelist>
@@ -49,6 +49,11 @@
<screen><userinput>make -C lib
make -C src msgfmt</userinput></screen>
+<para>As only one binary has been compiled, it is not possible to run the
+testsuite without compiling additional support libraries from the Gettext
+package. It is therefore not recommended to attempt to run the testsuite at
+this stage.</para>
+
<para>Install the <command>msgfmt</command> binary:</para>
<screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
Modified: trunk/BOOK/chapter06/file.xml
===================================================================
--- trunk/BOOK/chapter06/file.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/file.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -37,6 +37,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/groff.xml
===================================================================
--- trunk/BOOK/chapter06/groff.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/groff.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -41,6 +41,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/gzip.xml
===================================================================
--- trunk/BOOK/chapter06/gzip.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/gzip.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -49,6 +49,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/hotplug.xml
===================================================================
--- trunk/BOOK/chapter06/hotplug.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/hotplug.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -32,6 +32,8 @@
<sect2 role="installation">
<title>Installation of Hotplug</title>
+<para>This package does not come with a test suite.</para>
+
<para>Install the Hotplug package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/iana-etc.xml
===================================================================
--- trunk/BOOK/chapter06/iana-etc.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/iana-etc.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -33,6 +33,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/inetutils.xml
===================================================================
--- trunk/BOOK/chapter06/inetutils.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/inetutils.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -88,6 +88,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/iproute2.xml
===================================================================
--- trunk/BOOK/chapter06/iproute2.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/iproute2.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -63,6 +63,8 @@
</varlistentry>
</variablelist>
+ <para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make SBINDIR=/sbin install</userinput></screen>
Modified: trunk/BOOK/chapter06/kbd.xml
===================================================================
--- trunk/BOOK/chapter06/kbd.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/kbd.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -41,6 +41,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/less.xml
===================================================================
--- trunk/BOOK/chapter06/less.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/less.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -46,6 +46,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/man.xml
===================================================================
--- trunk/BOOK/chapter06/man.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/man.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -62,6 +62,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/mktemp.xml
===================================================================
--- trunk/BOOK/chapter06/mktemp.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/mktemp.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -54,6 +54,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install
Modified: trunk/BOOK/chapter06/procps.xml
===================================================================
--- trunk/BOOK/chapter06/procps.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/procps.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -32,6 +32,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/psmisc.xml
===================================================================
--- trunk/BOOK/chapter06/psmisc.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/psmisc.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -50,6 +50,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/readline.xml
===================================================================
--- trunk/BOOK/chapter06/readline.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/readline.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -53,6 +53,8 @@
</varlistentry>
</variablelist>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/shadow.xml
===================================================================
--- trunk/BOOK/chapter06/shadow.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/shadow.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -52,6 +52,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/sysklogd.xml
===================================================================
--- trunk/BOOK/chapter06/sysklogd.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/sysklogd.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -37,6 +37,8 @@
<screen><userinput>make</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
Modified: trunk/BOOK/chapter06/sysvinit.xml
===================================================================
--- trunk/BOOK/chapter06/sysvinit.xml 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/chapter06/sysvinit.xml 2005-12-07 20:46:14 UTC (rev 7204)
@@ -46,6 +46,8 @@
<screen><userinput>make -C src</userinput></screen>
+<para>This package does not come with a test suite.</para>
+
<para>Install the package:</para>
<screen><userinput>make -C src install</userinput></screen>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-11-30 23:17:21 UTC (rev 7203)
+++ trunk/BOOK/general.ent 2005-12-07 20:46:14 UTC (rev 7204)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051127">
-<!ENTITY releasedate "November 27, 2005">
+<!ENTITY version "SVN-20051207">
+<!ENTITY releasedate "December 7, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page