[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Tue May 15 17:54:02 MDT 2012


The branch, master has been updated
       via  b6e3608 build: Add explicit mention of --abi-check-disable to ABI checker
      from  18e2e86 libwbclient: Fix an invalid free()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b6e36089e5bd43baeb41e8299ad8970b1cd32c88
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue May 15 23:03:31 2012 +1000

    build: Add explicit mention of --abi-check-disable to ABI checker
    
    This information has always been in the linked wiki page, but put it
    in the build to unblock developers using platforms with slightly
    different GDB output.
    
    We can also assist this by improving the string normalisiation in the
    ABI checker when example errors are provided.
    
    It is better to build with the waf build and the full testsuite than
    to avoid the waf build or not to use the developer options simply to
    skip the ABI checker.
    
    Andrew Bartlett
    
    Autobuild-User: Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date: Wed May 16 01:53:42 CEST 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 buildtools/wafsamba/samba_abi.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_abi.py b/buildtools/wafsamba/samba_abi.py
index c51e08c..2966d7c 100644
--- a/buildtools/wafsamba/samba_abi.py
+++ b/buildtools/wafsamba/samba_abi.py
@@ -109,7 +109,7 @@ def abi_check_task(self):
             got_error = True
 
     if got_error:
-        raise Utils.WafError('ABI for %s has changed - please fix library version then build with --abi-update\nSee http://wiki.samba.org/index.php/Waf#ABI_Checking for more information' % libname)
+        raise Utils.WafError('ABI for %s has changed - please fix library version then build with --abi-update\nSee http://wiki.samba.org/index.php/Waf#ABI_Checking for more information\nIf you have not changed any ABI, and your platform always gives this error, please configure with --abi-check-disable to skip this check' % libname)
 
 
 t = Task.task_type_from_func('abi_check', abi_check_task, color='BLUE', ext_in='.bin')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list