diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 38bb0aaf3..62f2c6d5e 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -22,7 +22,7 @@
types of dependencies. The first lists what other packages need to be
available in order to compile and install the package in question. The second
lists what packages, in addition to those on the first list, need to be
- available in order to run the testsuites. The third list of dependencies are
+ available in order to run the test suites. The third list of dependencies are
packages that require this package to be built and installed in its final
location before they are built and installed. In most cases, this is because
these packages will hardcode paths to binaries within their scripts. If not
@@ -213,7 +213,7 @@
&external;
- Doxygen (testsuite)
+ Doxygen (test suite)
@@ -285,7 +285,7 @@
&external;
- Perl Expect and IO:Tty modules (for testsuite)
+ Perl Expect and IO:Tty modules (for test suite)
@@ -304,7 +304,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -448,7 +448,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -810,7 +810,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -917,7 +917,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -953,7 +953,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -989,7 +989,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1025,7 +1025,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1061,7 +1061,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1133,7 +1133,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1241,7 +1241,7 @@
&testsuites;
- Not run. Requires Man-DB testsuite package
+ Not run. Requires Man-DB test suite package
@@ -1276,7 +1276,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1420,7 +1420,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1456,7 +1456,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1563,7 +1563,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1599,7 +1599,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1635,7 +1635,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1707,7 +1707,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1742,7 +1742,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1777,7 +1777,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1921,7 +1921,7 @@
&testsuites;
- No testsuite available
+ No test suite available
@@ -1957,7 +1957,7 @@
&testsuites;
- No testsuite available
+ No test suite available
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ab936f337..c6681f8b4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,45 @@
-->
+
+ 2010-09-18
+
+
+ [bdubbs] - Release LFS-6.7.
+
+
+
+ [matthew] - Add instruction to increase
+ stack size during gcc tests.
+
+
+
+
+
+
+ 2010-09-17
+
+
+ [bdubbs] - Be consistent about 'test suites'.
+ Fixes
+ #2756
+
+
+
+ [bdubbs] - Remove optional symlink in psmisc
+ becasue if it is not overwritten by the sysvinit
+ intallation, it will break the init scripts.
+
+
+
+ [bdubbs] - Touch up example grub.conf.
+ Fixes
+ #2748
+
+
+
+
+
2010-09-06
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index b88edaebc..ca8e5b8f7 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -68,7 +68,7 @@ cd ../binutils-build
The approximate build SBU values and required disk space
- in Chapter 5 does not include testsuite data.
+ in Chapter 5 does not include test suite data.
Now prepare Binutils for compilation:
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index db7857acc..108edacdf 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -49,7 +49,7 @@
Next, force Expect's configure script to use /bin/stty
instead of a /usr/local/bin/stty it may find on the host system.
- This will ensure that our testsuite tools remain sane for the final builds of our
+ This will ensure that our test suite tools remain sane for the final builds of our
toolchain:
cp -v configure{,.orig}
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index d431a93ae..5a5d89cf3 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -70,8 +70,8 @@
make -C src msgfmt
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
+ test suite without compiling additional support libraries from the Gettext
+ package. It is therefore not recommended to attempt to run the test suite at
this stage.
Install the msgfmt binary:
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index cd41bce89..0abb1ef10 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -105,6 +105,11 @@ cd ../gcc-build
critical. Do not skip it under any circumstance.
+ One set of tests in the GCC test suite is known to exhaust the stack,
+ so increase the stack size prior to running the tests:
+
+ulimit -s 16384
+
Test the results, but do not stop at errors:
make -k check
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index c4a124a1e..176e1497a 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -207,7 +207,7 @@ grep Error glibc-check-log
The locales that can make the system respond in a different language
were not installed by the above command. None of the locales are required,
- but if some of them are missing, testsuites of the future packages would
+ but if some of them are missing, test suites of the future packages would
skip important testcases.
Individual locales can be installed using the
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml
index 13172585e..a3a8b8829 100644
--- a/chapter06/introduction.xml
+++ b/chapter06/introduction.xml
@@ -53,6 +53,6 @@
descriptions of these) that the package installs.
The SBU values and required disk space includes
- testsuite data for all applicable packages in Chapter 6.
+ test suite data for all applicable packages in Chapter 6.
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 8b0030dcd..12b2a1c23 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -74,7 +74,7 @@
- This package comes with a testsuite, but due to assumptions it makes,
+ This package comes with a test suite, but due to assumptions it makes,
it is not possible to reliably run these tests from within the chroot
environment. If you wish to run these tests after booting into your new LFS
system, ensure you select /proc/config.gz
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 2f19440cf..54fc310e2 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -46,7 +46,7 @@
echo '.so man5/modprobe.conf.5' > modprobe.d.5
- The testsuite of this package is geared towards the needs of its
+ The test suite of this package is geared towards the needs of its
Maintainer. The command make check builds a specially
wrapped version of modprobe which is useless for normal operation. To run
this (about 0.2 SBU), issue the following commands (note that the
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index 031b4cc6b..f818a7cc9 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -42,7 +42,7 @@
Installation of Patch
- Apply a patch to prevent the testsuite from running a test that
+ Apply a patch to prevent the test suite from running a test that
requires ed:
patch -Np1 -i ../&patch-test-patch;
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 8deabef65..1a4dd1a8e 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -43,7 +43,7 @@
First create a basic /etc/hosts file to be
referenced in one of Perl's configuration files as well as the optional
- testsuite:
+ test suite:
echo "127.0.0.1 localhost $(hostname)" > /etc/hosts
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index 305b66110..bbf245f74 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -60,6 +60,7 @@
make install
+
+ Finally, move the killall and fuser
+ programs to the location specified by the FHS:
- Finally, move the fuser program to the location
- specified by the FHS:
-
-mv /usr/bin/fuser /bin
+mv -v /usr/bin/fuser /bin
+mv -v /usr/bin/killall /bin
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 70145d303..4cff9afd2 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -113,13 +113,13 @@ set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
-menuentry "GNU/Linux, Linux 2.6.34-lfs" {
+menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
}
-menuentry "GNU/Linux, Linux 2.6.30.2-lfs65 (recovery mode)" {
+menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" (recovery mode)" {
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
diff --git a/general.ent b/general.ent
index a8cafbb47..e5baca5d3 100644
--- a/general.ent
+++ b/general.ent
@@ -1,8 +1,8 @@
-
-
+
+
-
+
diff --git a/prologue/why.xml b/prologue/why.xml
index f45ddb9c5..71ec9bf55 100644
--- a/prologue/why.xml
+++ b/prologue/why.xml
@@ -332,7 +332,7 @@
Perl
This package is an interpreter for the runtime language
- PERL. It is needed for the installation and testsuites of several LFS
+ PERL. It is needed for the installation and test suites of several LFS
packages.
@@ -409,7 +409,7 @@
Tcl
This package contains the Tool Command Language used
- in many testsuites in LFS packages. It is only installed in
+ in many test suites in LFS packages. It is only installed in
the temporary toolchain.