[Pkg-voip-commits] [resiprocate] 01/03: Suppress recon tests on non-Intel builds due to sipXtapi bug

Daniel Pocock pocock at alioth.debian.org
Tue Aug 6 08:21:30 UTC 2013


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

pocock pushed a commit to branch master
in repository resiprocate.

commit 9c48a38abc0690dc1c5e96f30c8cec4a83db8022
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue Aug 6 10:18:55 2013 +0200

    Suppress recon tests on non-Intel builds due to sipXtapi bug
---
 debian/rules |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index ea712c2..42aefc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,19 +41,18 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CFG_ARGS)
-	#echo "all:" > resip/recon/MOHParkServer/Makefile
-	#echo "install:" >> resip/recon/MOHParkServer/Makefile
-	#echo "check:" >> resip/recon/MOHParkServer/Makefile
-	#echo "all:" > apps/clicktocall/test/Makefile
-	#echo "install:" >> apps/clicktocall/test/Makefile
-	#echo "check:" >> apps/clicktocall/test/Makefile
-	#echo "all:" > resip/recon/test/Makefile
-	#echo "install:" >> resip/recon/test/Makefile
-	#echo "check:" >> resip/recon/test/Makefile
+ifneq ($(DEB_HOST_ARCH_CPU),amd64)
+ifneq ($(DEB_HOST_ARCH_CPU),i386)
+	echo "all:" > resip/recon/test/Makefile
+	echo "install:" >> resip/recon/test/Makefile
+	echo "check:" >> resip/recon/test/Makefile
+endif
+endif
 # FIXME - make all of the above build properly on all platforms
-# recon tests fail, requires audio hardware (fixed upstream after 1.8.11)
-# MOHParkServer lib dependency (fixed upstream)
-# clicktocall not linked to pthread (fixed upstream)
+# recon tests fail,
+# - requires audio hardware (fixed upstream after 1.8.11)
+# - pure virtual method issue in sipXtapi dependency on some
+#   platforms (see bug #718854)
 
 override_dh_auto_build:
 	dh_auto_build --parallel

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



More information about the Pkg-voip-commits mailing list