[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/rules.d/build.mk: reduce TIMEOUTFACTOR to 15 from 25. This should fix FTBFS on HPPA.



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

aurel32 pushed a commit to branch glibc-2.25
in repository glibc.

commit 47eeb90379319afe4ef99a8eed6e15e7b85f2f05
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Aug 26 12:38:03 2017 +0200

    debian/rules.d/build.mk: reduce TIMEOUTFACTOR to 15 from 25. This should fix FTBFS on HPPA.
---
 debian/changelog        | 2 ++
 debian/rules.d/build.mk | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 12fa613..301b9e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ glibc (2.25-0experimental2) UNRELEASED; urgency=medium
     install the versioned static library on architectures with mvec support.
     Closes: #872852.
   * debian/patches/git-updates.diff: update from upstream stable branch.
+  * debian/rules.d/build.mk: reduce TIMEOUTFACTOR to 15 from 25. This should
+    fix FTBFS on HPPA.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 20 Aug 2017 19:05:48 +0200
 
diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 4547cce..7d9086d 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -129,7 +129,7 @@ $(stamp)check_%: $(stamp)build_%
 	  echo "Testsuite disabled for $(curpass), skipping tests."; \
 	else \
 	  find $(DEB_BUILDDIR) -name '*.out' -delete ; \
-	  LD_PRELOAD="" LANG="" TIMEOUTFACTOR="15" $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) check 2>&1 | tee $(log_test) ; \
+	  LD_PRELOAD="" LANG="" TIMEOUTFACTOR="25" $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) check 2>&1 | tee $(log_test) ; \
 	  if ! test -f $(DEB_BUILDDIR)/tests.sum ; then \
 	    echo "+---------------------------------------------------------------------+" ; \
 	    echo "|                     Testsuite failed to build.                      |" ; \

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


Reply to: