[PATCH] waf: Utils package not defined

swen swen at linux.ibm.com
Mon Nov 26 19:19:25 UTC 2018


Please review and push if happy.

Thanks for your support in advance.

Cheers Swen
-------------- next part --------------
From c076752160e74a52b6a99b3a0149af2d5b353ba6 Mon Sep 17 00:00:00 2001
From: Swen Schillig <swen at linux.ibm.com>
Date: Mon, 26 Nov 2018 20:14:21 +0100
Subject: [PATCH] waf: Utils package not defined

Fix the package name for the WafError routine.

Signed-off-by: Swen Schillig <swen at linux.ibm.com>
---
 wscript | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/wscript b/wscript
index c5d8e5bdd7d..13261026b38 100644
--- a/wscript
+++ b/wscript
@@ -220,11 +220,11 @@ def configure(conf):
 
     if Options.options.with_system_heimdalkrb5:
         if Options.options.with_system_mitkrb5:
-            raise Utils.WafError('--with-system-heimdalkrb5 conflicts with ' +
-                                 '--with-system-mitkrb5')
+            raise Errors.WafError('--with-system-heimdalkrb5 conflicts with ' +
+                                  '--with-system-mitkrb5')
         if not Options.options.without_ad_dc:
-            raise Utils.WafError('--with-system-heimdalkrb5 requires ' +
-                                 '--without-ad-dc')
+            raise Errors.WafError('--with-system-heimdalkrb5 requires ' +
+                                  '--without-ad-dc')
         conf.env.SYSTEM_LIBS += ('heimdal', 'asn1', 'com_err', 'roken',
                                  'hx509', 'wind', 'gssapi', 'hcrypto',
                                  'krb5', 'heimbase', 'asn1_compile',
-- 
2.17.2



More information about the samba-technical mailing list