mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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 ];
|
||||
|
||||
# FIXME: Enable when the /dev/pts problem is fixed.
|
||||
# FIXME: Enable when the "spawn id" problem is fixed.
|
||||
doCheck = false;
|
||||
|
||||
# FIXME: The chroot /dev/pts is currently empty, which causes Expect
|
||||
# to fail: http://www.linuxfromscratch.org//lfs/faq.html#no-ptys .
|
||||
# Note: The test-suite *requires* /dev/pts among the
|
||||
# `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 = ''
|
||||
# Provide `runtest' with a log name, otherwise it tries to run
|
||||
# `whoami', which fails when in a chroot.
|
||||
|
|
Loading…
Reference in a new issue