Bläddra i källkod

Mention testsuites (or lack of them) for all packages (bug 1664)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 år sedan
förälder
incheckning
0be3d41926

+ 4 - 0
chapter01/changelog.xml

@@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </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
 <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
 pages, the POSIX threading API is documented in the man3p section provided by
 the man-pages package (fixes bug 1660).</para></listitem>
 the man-pages package (fixes bug 1660).</para></listitem>

+ 2 - 0
chapter05/dejagnu.xml

@@ -36,6 +36,8 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>
 
 
+<para>To test the results, issue: <userinput>make check</userinput>.</para>
+
 </sect2>
 </sect2>
 
 
 
 

+ 7 - 2
chapter05/gettext.xml

@@ -39,8 +39,8 @@
 <variablelist>
 <variablelist>
 <varlistentry>
 <varlistentry>
 <term><parameter>--disable-shared</parameter></term>
 <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>
 </varlistentry>
 </variablelist>
 </variablelist>
 
 
@@ -49,6 +49,11 @@ time, therefore, no need to build them.</para></listitem>
 <screen><userinput>make -C lib
 <screen><userinput>make -C lib
 make -C src msgfmt</userinput></screen>
 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>
 <para>Install the <command>msgfmt</command> binary:</para>
 
 
 <screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
 <screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>

+ 2 - 0
chapter06/file.xml

@@ -37,6 +37,8 @@ GCC, Glibc, Grep, Make, Sed, and Zlib</seg></seglistitem>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/groff.xml

@@ -41,6 +41,8 @@ to contain the default paper size. For users in the United States,
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/gzip.xml

@@ -49,6 +49,8 @@ that the new location gets placed into the script:</para>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/hotplug.xml

@@ -32,6 +32,8 @@ running kernel.</para>
 <sect2 role="installation">
 <sect2 role="installation">
 <title>Installation of Hotplug</title>
 <title>Installation of Hotplug</title>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the Hotplug package:</para>
 <para>Install the Hotplug package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/iana-etc.xml

@@ -33,6 +33,8 @@ correct formats for the <filename>/etc/protocols</filename> and
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/inetutils.xml

@@ -88,6 +88,8 @@ servers.</para></listitem>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/iproute2.xml

@@ -63,6 +63,8 @@
     </varlistentry>
     </varlistentry>
     </variablelist>
     </variablelist>
 
 
+    <para>This package does not come with a test suite.</para>
+
     <para>Install the package:</para>
     <para>Install the package:</para>
 
 
     <screen><userinput>make SBINDIR=/sbin install</userinput></screen>
     <screen><userinput>make SBINDIR=/sbin install</userinput></screen>

+ 2 - 0
chapter06/kbd.xml

@@ -41,6 +41,8 @@ when compiling with GCC-&gcc-version;:</para>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/less.xml

@@ -46,6 +46,8 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/man.xml

@@ -62,6 +62,8 @@ class="directory">/etc</filename> directory.</para></listitem>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/mktemp.xml

@@ -54,6 +54,8 @@ functions from the system C library.</para></listitem>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install
 <screen><userinput>make install

+ 2 - 0
chapter06/procps.xml

@@ -32,6 +32,8 @@ Make, and Ncurses</seg></seglistitem>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/psmisc.xml

@@ -50,6 +50,8 @@ package.</para></listitem>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/readline.xml

@@ -53,6 +53,8 @@ includes other fixes recommended by the Readline author.</para>
 </varlistentry>
 </varlistentry>
 </variablelist>
 </variablelist>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/shadow.xml

@@ -52,6 +52,8 @@ find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/sysklogd.xml

@@ -37,6 +37,8 @@ Sysklogd with Linux 2.6 series kernels</para>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make install</userinput></screen>
 <screen><userinput>make install</userinput></screen>

+ 2 - 0
chapter06/sysvinit.xml

@@ -46,6 +46,8 @@ instead:</para>
 
 
 <screen><userinput>make -C src</userinput></screen>
 <screen><userinput>make -C src</userinput></screen>
 
 
+<para>This package does not come with a test suite.</para>
+
 <para>Install the package:</para>
 <para>Install the package:</para>
 
 
 <screen><userinput>make -C src install</userinput></screen>
 <screen><userinput>make -C src install</userinput></screen>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->