Opened 21 years ago

Closed 21 years ago

#533 closed defect (fixed)

make check fails on chroot environment (Chapter 6) CVS Version 20030516

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

Description

If you choose to MAKEDEV -generic-nopty, when (for use with devpts filesystem later) then all make check will fail, as expect can't grab another pseudo tty to work with.

Change History (5)

comment:1 by jeremy@…, 21 years ago

Priority: highhighest

I know this one exists, because I've ran into it myself. We need to do something about this prior to LFS 5.0 release.

comment:2 by Matthew Burgess, 21 years ago

I thought this error was caused by /dev/pts not being mounted? We could do a cop out and do a mount --bind -t devpts /dev/pts /mnt/lfs/dev/pts from outside chroot I think (assuming my memory of the problem was correct).

comment:3 by jeremy@…, 21 years ago

Status: newassigned

We're instead going to mount a real devpts filesystem to /dev/pts, and discuss the use of a mount --bind as an alternative when the host does not support devpts (Knoppix, the current bootcds, etc)

comment:4 by Matthew Burgess, 21 years ago

Probably a moot point but Knoppix (listed above) *does* support devpts (albeit in a sometimes unreliable fashion). This doesn't detract from the necessity to handle those hosts that don't of course.

comment:5 by jeremy@…, 21 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.