[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.9.2-4-2-gedaf33a

Guido Günther agx at sigxcpu.org
Thu Jun 30 17:34:34 UTC 2011


The following commit has been merged in the experimental branch:
commit e523120b4d802123b5a64409a021266285c78085
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Jun 26 15:57:12 2011 +0200

    New patch Disable-gnulib-s-test-nonplocking-pipe.sh.patch
    
    Disable gnulib's test-nonplocking-pipe.sh

diff --git a/debian/patches/Disable-gnulib-s-test-nonplocking-pipe.sh.patch b/debian/patches/Disable-gnulib-s-test-nonplocking-pipe.sh.patch
new file mode 100644
index 0000000..771223a
--- /dev/null
+++ b/debian/patches/Disable-gnulib-s-test-nonplocking-pipe.sh.patch
@@ -0,0 +1,26 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Sun, 26 Jun 2011 15:56:27 +0200
+Subject: Disable gnulib's test-nonplocking-pipe.sh
+
+since it fails on at least sparc and mips from time to time.
+
+Issue reported upstresm.
+---
+ gnulib/tests/test-nonblocking-pipe.sh |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/gnulib/tests/test-nonblocking-pipe.sh b/gnulib/tests/test-nonblocking-pipe.sh
+index dd692be..9690791 100755
+--- a/gnulib/tests/test-nonblocking-pipe.sh
++++ b/gnulib/tests/test-nonblocking-pipe.sh
+@@ -1,5 +1,9 @@
+ #!/bin/sh
+ 
++
++echo "Skipping test: intermittent fail on at least sparc and mipsel"
++exit 77
++
+ # Note: This test fails on Cygwin 1.5.x, because the non-blocking flag has
+ # apparently no effect on STDOUT_FILENO. It is fixed in Cygwin 1.7.
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index f55fb61..1d0ca0e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ nodeinfo-remove-superfluous-braces.patch
 Skip-nodeinfo-test-on-non-intel-architectures.patch
 Split-out-dlopen-detection.patch
 Update-generated-autoconf-files.patch
+Disable-gnulib-s-test-nonplocking-pipe.sh.patch

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list