Opened 17 years ago

Closed 16 years ago

#2091 closed enhancement (fixed)

iproute2-2.6.23

Reported by: Matthew Burgess Owned by: lfs-book@…
Priority: normal Milestone: 7.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version. Release announcement at http://article.gmane.org/gmane.linux.network/75074.

Change History (3)

comment:1 by Matthew Burgess, 16 years ago

Note that there are tests in the testsuite/ directory, but in order to evaluate which tests to execute,it tries to read /proc/config.gz, which doesn't exist in the chroot environment. Even if it did, it would be the host's version of that file so wouldn't be particularly reliable of the features to test for. Now, how best to explain this in the book? Obviously 'This package does not come with a testsuite' isn't accurate any longer.

I suggest the following text: 'This package comes with a testsuite, 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 selected /proc/config.gz support into your kernel then run 'make alltests' from the testsuite/ subdirectory.'

Other suggestions welcome, of course.

comment:2 by bryan@linuxfromscratch.org, 16 years ago

That sounds pretty good, except I'd use:

ensure you selected CONFIG_IKCONFIG_PROC ("General setup" -> "Enable access to .config through /proc/config.gz") when configuring your kernel. Then run 'make alltests' from the testsuite/ subdirectory.

where the changes are in bold. That way it's a bit more explicit about where the setting is and what it's called (and also splits a long-ish sentence, although that part could be left alone).

comment:3 by Matthew Burgess, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r8414 and r8424.

Note: See TracTickets for help on using tickets.