[Pkg-gnutls-commits] r1350 - in /packages/gnutls28/trunk/debian: changelog patches/20_test-select.diff patches/series

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Dec 17 10:34:29 UTC 2011


Author: ametzler
Date: Sat Dec 17 10:34:28 2011
New Revision: 1350

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1350
Log:
20_test-select.diff] Do not run gnulib test-select test anymore.

Added:
    packages/gnutls28/trunk/debian/patches/20_test-select.diff
Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/patches/series

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1350&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Dec 17 10:34:28 2011
@@ -1,6 +1,8 @@
 gnutls28 (3.0.9-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * [20_test-select.diff] Do not run gnulib test-select test anymore. The
+    test fails on kfreebsd-i386, the gnutls library does not use select().
 
  -- Andreas Metzler <ametzler at debian.org>  Wed, 14 Dec 2011 20:08:18 +0100
 

Added: packages/gnutls28/trunk/debian/patches/20_test-select.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/20_test-select.diff?rev=1350&op=file
==============================================================================
--- packages/gnutls28/trunk/debian/patches/20_test-select.diff (added)
+++ packages/gnutls28/trunk/debian/patches/20_test-select.diff Sat Dec 17 10:34:28 2011
@@ -1,0 +1,19 @@
+Description: Disable gnulib test-select test
+ This test fails on kfreebsd-i386. As the code this test is supposed to
+ test has not changed and as select() is only used by the command-line
+ utilities but not the library stop running the test.
+Bug-Debian: http://bugs.debian.org/648247
+Forwarded: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/29018
+Last-Update: 2012-12-17
+
+--- gnutls28-3.0.9.orig/gl/tests/Makefile.in
++++ gnutls28-3.0.9/gl/tests/Makefile.in
+@@ -89,7 +89,7 @@ TESTS = test-accept$(EXEEXT) test-alloca
+ 	test-pipe$(EXEEXT) test-printf-frexp$(EXEEXT) \
+ 	test-printf-frexpl$(EXEEXT) test-rawmemchr$(EXEEXT) \
+ 	test-read-file$(EXEEXT) test-recv$(EXEEXT) \
+-	test-recvfrom$(EXEEXT) test-select$(EXEEXT) test-select-in.sh \
++	test-recvfrom$(EXEEXT) test-select-in.sh \
+ 	test-select-out.sh test-send$(EXEEXT) test-sendto$(EXEEXT) \
+ 	test-setenv$(EXEEXT) test-setsockopt$(EXEEXT) \
+ 	test-shutdown$(EXEEXT) test-signal-h$(EXEEXT) \

Modified: packages/gnutls28/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/series?rev=1350&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/patches/series (original)
+++ packages/gnutls28/trunk/debian/patches/series Sat Dec 17 10:34:28 2011
@@ -1,1 +1,2 @@
 14_version_gettextcat.diff
+20_test-select.diff




More information about the Pkg-gnutls-commits mailing list