From 6c4092b0e7ff1a9342ee3234bffcb56f5617b9fe Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 3 Jun 2013 18:55:49 +0000 Subject: Update to gcc-4.8.1 Update to util-linux-2.23.1 Added test suites to util-linux, but needed to move shadow before util-linux to have su available. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 2 +- chapter06/util-linux.xml | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 866cde984..a155e8308 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -32,11 +32,11 @@ + - diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index b61bdfa06..f132967ed 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -81,7 +81,19 @@ mkdir -pv /var/lib/hwclock make - This package does not come with a test suite. + If desired, run the test suite as a non-root user: + + Running the test suite as the root user can be harmful to + your system. To run it, the kernel CONFIG_SCSI_DEBUG option for the + kernel must be available in the currently running system. For complete + coverage, other BLFS packages must be installed. If desired, this + test can be run after rebooting into the completed LFS system and running: + + bash tests/run.sh --srcdir=$PWD --builddir=$PWD + + + chown -Rv nobody . +su nobody -s /bin/bash -c "PATH=$PATH make check" Install the package: -- cgit v1.2.3-54-g00ecf