[Pkg-octave-commit] rev 868 - in octave/trunk/debian: . in patches

Rafael Laboissiere rafael at alioth.debian.org
Thu Mar 29 11:35:35 CET 2007


Author: rafael
Date: 2007-03-29 10:35:35 +0000 (Thu, 29 Mar 2007)
New Revision: 868

Added:
   octave/trunk/debian/patches/50_syscalls-test-sleep.dpatch
Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/octave2.9-00list
Log:
* debian/patches/50_syscalls-test-sleep.dpatch: Increase the amount of
  time to sleep, in case of errno == EAGAIN when running the test for
  syscalls.cc ("make check" hangs in an unpredictable way without this
  patch)


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2007-03-29 10:33:11 UTC (rev 867)
+++ octave/trunk/debian/changelog	2007-03-29 10:35:35 UTC (rev 868)
@@ -1,6 +1,6 @@
 octave2.9 (2.9.10-1) experimental; urgency=low
 
-  NOT YET RELEASED!
+   NOT YET RELEASED!
 
   * New upstream release:
     + The emacs/octave-inf.el file correctly calls the pwd command
@@ -9,6 +9,10 @@
       around macro GLPK_PRE_4_14, which was causing an extra closing brace
       to be introduced for the extern "C"  declaration when GLPK_PRE_4_14
       was not defined.  This patch has been sent to bug at octave.org.
+    + debian/patches/50_syscalls-test-sleep.dpatch: Increase the amount of
+      time to sleep, in case of errno == EAGAIN when running the test for
+      syscalls.cc ("make check" hangs in an unpredictable way without this
+      patch)
 
   * Removed dpatches (applied upstream):
     + 50_mkoctifle-man-indent-option

Modified: octave/trunk/debian/in/octave2.9-00list
===================================================================
--- octave/trunk/debian/in/octave2.9-00list	2007-03-29 10:33:11 UTC (rev 867)
+++ octave/trunk/debian/in/octave2.9-00list	2007-03-29 10:35:35 UTC (rev 868)
@@ -1,2 +1,4 @@
 50_octave-bug-tempfile
 50_invalid_indexes
+50_glpk-pre-ifdef-logic
+50_syscalls-test-sleep

Added: octave/trunk/debian/patches/50_syscalls-test-sleep.dpatch
===================================================================
--- octave/trunk/debian/patches/50_syscalls-test-sleep.dpatch	2007-03-29 10:33:11 UTC (rev 867)
+++ octave/trunk/debian/patches/50_syscalls-test-sleep.dpatch	2007-03-29 10:35:35 UTC (rev 868)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_syscalls-test-sleep.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Increase the amount of time to sleep, in case of errno == EAGAIN
+## DP: when running the test for syscalls.cc ("make check" hangs in an
+## DP: unpredictable way without this patch)
+
+ at DPATCH@
+
+--- octave2.9-2.9.10.orig/src/syscalls.cc
++++ octave2.9-2.9.10/src/syscalls.cc
+@@ -372,7 +372,7 @@
+ %!       idx++;
+ %!       str{idx} = s;
+ %!     elseif (errno () == EAGAIN)
+-%!       sleep (0.1);
++%!       sleep (1);
+ %!       fclear (out);
+ %!     else
+ %!       done = true;


Property changes on: octave/trunk/debian/patches/50_syscalls-test-sleep.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list