[csw-devel] SF.net SVN: gar:[20838] csw/mgar/gar/v2/lib/python/inspective_package.py

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Mon Apr 22 09:54:09 CEST 2013


Revision: 20838
          http://gar.svn.sourceforge.net/gar/?rev=20838&view=rev
Author:   chninkel
Date:     2013-04-22 07:54:09 +0000 (Mon, 22 Apr 2013)
Log Message:
-----------
pkgdb: ldd: add another error message to handle

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

Modified: csw/mgar/gar/v2/lib/python/inspective_package.py
===================================================================
--- csw/mgar/gar/v2/lib/python/inspective_package.py	2013-04-22 07:51:26 UTC (rev 20837)
+++ csw/mgar/gar/v2/lib/python/inspective_package.py	2013-04-22 07:54:09 UTC (rev 20838)
@@ -515,7 +515,7 @@
                            r' unused dependency of (?P<binary>.*)$')
     unused_object = (r'^\s*unused object=.*$')
     unused_search_path = (r'^\s*unused search path=.*'
-                          r'  \(RUNPATH/RPATH from file .*\)$')
+                          r'  \((?:LD_LIBRARY_PATH|RUNPATH/RPATH from file .*)\)$')
     move_offset_error = (r'^\tmove (?P<move_index>\d+) offset invalid: '
                          r'\(unknown\): offset=(?P<move_offset>0x[0-9a-f]+) '
                          'lies outside memory image; move discarded')

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