Opened 21 years ago

Closed 21 years ago

#532 closed defect (fixed)

Possible coreutils make check changes

Reported by: gerard@… Owned by: lfs-book@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

From Matt Bartley:

The instructions in CVS 20030513 chapter 5 coreutils currently say:

./configure --prefix=/stage1 make make check-root # <---- make install

Since we're running as non-root user "lfs" in chapter 5, that won't work. Better change that to

RUN_EXPENSIVE_TESTS=yes make check

and then a note to su root and then run

make check-root

Or maybe just delete it.

Change History (3)

comment:1 by gerard@…, 21 years ago

Priority: highhighest

comment:2 by gerard@…, 21 years ago

See http://archive.linuxfromscratch.org/mail-archives/lfs-dev/2003/04/0385.html For a discussion about the test-2eperm test that's failing.

comment:3 by jeremy@…, 21 years ago

Resolution: fixed
Status: newclosed

This is in the book now, and the 2eperm test will now pass with the LFS Book instructions.

Note: See TracTickets for help on using tickets.