[PATCH] some fixes for waf issues

Christian Ambach ambi at samba.org
Wed Jan 22 12:28:42 MST 2014


Hi Andrew,

Am 21.01.14 01:45, schrieb Andrew Bartlett:

>
> Can you check out the build-farm.git repo and get me or one of the other
> build farm admins a patch?

Patches for the buildfarm repo attached. Let's see how those three hosts
react.

Cheers,
Christian

-------------- next part --------------
From 99372cbd36f894b34efa37ba95a3682f0c8ed605 Mon Sep 17 00:00:00 2001
From: Christian Ambach <ambi at samba.org>
Date: Fri, 3 Jan 2014 06:44:22 +0100
Subject: [PATCH 1/3] Revert "Add --without-gettext to restore Samba build on
 SerNet-IRIX"

This reverts commit e037a38d69bf7dd6e6d23600438ec2cf2a501f33.
---
 SerNet-IRIX.fns | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/SerNet-IRIX.fns b/SerNet-IRIX.fns
index c845470..cdcb6cb 100644
--- a/SerNet-IRIX.fns
+++ b/SerNet-IRIX.fns
@@ -15,11 +15,7 @@ for compiler in $compilers; do
 	#export config="--with-included-popt"
 	. common.fns
 
-	config="--without-gettext"
-	export config
 	test_tree samba_4_0_test . $compiler
-	config=""
-	export config
 
 	test_tree samba_3_current source3 $compiler
 	test_tree samba_3_next source3 $compiler
-- 
1.8.1.2


From 16c51933d81cb67c6bf9498eee383007b6c19cde Mon Sep 17 00:00:00 2001
From: Christian Ambach <ambi at samba.org>
Date: Fri, 3 Jan 2014 06:47:58 +0100
Subject: [PATCH 2/3] Revert "Add --without-gettext to restore Samba build on
 SerNET-Tru64"

This reverts commit c90aa48f0112f4c40f00357c1dc96e463004c5e7.
---
 SerNet-Tru64.fns | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns
index b2a995f..3571b60 100644
--- a/SerNet-Tru64.fns
+++ b/SerNet-Tru64.fns
@@ -16,7 +16,7 @@ for compiler in $compilers; do
 
 	. common.fns
 
-	config="--without-gettext --without-acl-support"
+	config="--without-acl-support"
 	export config
 	test_tree samba_4_0_test . $compiler
 	config=""
-- 
1.8.1.2


From 88c88de457ade1112798edd983602c67f3b7d559 Mon Sep 17 00:00:00 2001
From: Christian Ambach <ambi at samba.org>
Date: Fri, 3 Jan 2014 06:50:13 +0100
Subject: [PATCH 3/3] Revert "Add --without-gettext to restore Samba build on
 hpisgr8"

This reverts commit 43b5c253e71bb83362c89942017b465555ec53af.
---
 hpisgr8.fns | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpisgr8.fns b/hpisgr8.fns
index c2fcab4..2ba4864 100644
--- a/hpisgr8.fns
+++ b/hpisgr8.fns
@@ -15,7 +15,7 @@ for compiler in $compilers; do
 
 	. common.fns
 
-	config="--without-gettext --without-acl-support"
+	config="--without-acl-support"
 	export config
 	test_tree samba_4_0_test . $compiler
 	config=""
-- 
1.8.1.2


More information about the samba-technical mailing list