SF.net SVN: gar:[22392] csw/mgar/gar/v2/lib/python/dependency_checks.py

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Mon Nov 4 22:45:06 CET 2013


Revision: 22392
          http://gar.svn.sourceforge.net/gar/?rev=22392&view=rev
Author:   chninkel
Date:     2013-11-04 21:45:06 +0000 (Mon, 04 Nov 2013)
Log Message:
-----------
gar/v2: temporarily disable the soname-unused check as a recent sun patch made it useless

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/dependency_checks.py

Modified: csw/mgar/gar/v2/lib/python/dependency_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/dependency_checks.py	2013-11-04 21:44:49 UTC (rev 22391)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py	2013-11-04 21:45:06 UTC (rev 22392)
@@ -1,4 +1,4 @@
-# $Id: dependency_checks.py 21908 2013-09-11 19:48:35Z chninkel $
+# $Id$
 
 import checkpkg_lib
 import os.path
@@ -274,11 +274,11 @@
           " because of the configure script itself or because of the"
           " \"pkg-config --libs\" output of one the dependency."
           % ("/" + binary_info["path"], ", ".join(unused_libs)))
-        for soname in unused_libs:
-          error_mgr.ReportError(
-            pkgname, "soname-unused",
-            "%s is needed by %s but never used"
-            % (soname, "/" + binary_info["path"]))
+        #for soname in unused_libs:
+        #  error_mgr.ReportError(
+        #    pkgname, "soname-unused",
+        #    "%s is needed by %s but never used"
+        #    % (soname, "/" + binary_info["path"]))
 
     else:
       # No "really needed libs" means either:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list