[Pkg-libvirt-commits] [libvirt] 09/10: Document cause of /dev/ptmx inaccessibility

Guido Guenther agx at moszumanska.debian.org
Thu Jan 19 18:55:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian/experimental
in repository libvirt.

commit 0ce5eb75bdeaa3ef306457a03ed74b6a6bd65cba
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Jan 19 19:17:50 2017 +0100

    Document cause of /dev/ptmx inaccessibility
    
    Git-Dch: Ignore
---
 debian/patches/openpty-Skip-test-if-no-pty-is-available.patch | 4 +++-
 debian/patches/test-posix_openpt-don-t-fail-on-EACCESS.patch  | 5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/patches/openpty-Skip-test-if-no-pty-is-available.patch b/debian/patches/openpty-Skip-test-if-no-pty-is-available.patch
index ddf058d..f95e773 100644
--- a/debian/patches/openpty-Skip-test-if-no-pty-is-available.patch
+++ b/debian/patches/openpty-Skip-test-if-no-pty-is-available.patch
@@ -2,9 +2,11 @@ From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
 Date: Thu, 19 Jan 2017 17:16:06 +0100
 Subject: openpty: Skip test if no pty is available
 
-In chroots created for package builds created by pbuilder there may be
+In chroots for package builds with recent debootstrap there may be
 no ptys or they might not be accessible. This both manifests as ENOENT
 on Linux.
+
+Works around #817236
 ---
  gnulib/tests/test-openpty.c | 9 +++++++--
  1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/patches/test-posix_openpt-don-t-fail-on-EACCESS.patch b/debian/patches/test-posix_openpt-don-t-fail-on-EACCESS.patch
index 0d6772a..d71f710 100644
--- a/debian/patches/test-posix_openpt-don-t-fail-on-EACCESS.patch
+++ b/debian/patches/test-posix_openpt-don-t-fail-on-EACCESS.patch
@@ -2,8 +2,9 @@ From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
 Date: Thu, 19 Jan 2017 17:19:38 +0100
 Subject: test-posix_openpt: don't fail on EACCESS
 
-In chroots created for Debian package builds created by pbuilder
-/dev/ptmx might not be accessible.
+In chroots created with recent debootstrap /dev/ptmx might not be accessible.
+
+Works around #817236
 ---
  gnulib/tests/test-posix_openpt.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list