DejaGNU: Update comments, document chroot impurity.
svn path=/nixpkgs/trunk/; revision=13088
This commit is contained in:
parent
81542299cc
commit
8521b5c73f
@ -10,11 +10,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ expect makeWrapper ];
|
buildInputs = [ expect makeWrapper ];
|
||||||
|
|
||||||
# FIXME: Enable when the /dev/pts problem is fixed.
|
# FIXME: Enable when the "spawn id" problem is fixed.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
# FIXME: The chroot /dev/pts is currently empty, which causes Expect
|
# Note: The test-suite *requires* /dev/pts among the
|
||||||
# to fail: http://www.linuxfromscratch.org//lfs/faq.html#no-ptys .
|
# `build-chroot-dirs' of the build daemon when building in a chroot.
|
||||||
|
|
||||||
|
# FIXME: The test-suite currently fails with this problem:
|
||||||
|
# http://lists.gnu.org/archive/html/bug-dejagnu/2003-06/msg00002.html
|
||||||
|
# http://thread.gmane.org/gmane.linux.distributions.nixos/1036
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# Provide `runtest' with a log name, otherwise it tries to run
|
# Provide `runtest' with a log name, otherwise it tries to run
|
||||||
# `whoami', which fails when in a chroot.
|
# `whoami', which fails when in a chroot.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user