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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Sep 30 18:27:38 CEST 2010


Revision: 11107
          http://gar.svn.sourceforge.net/gar/?rev=11107&view=rev
Author:   wahwah
Date:     2010-09-30 16:27:38 +0000 (Thu, 30 Sep 2010)

Log Message:
-----------
mGAR v2: Adding /usr/openwin/lib/64 to the RPATH whitelist.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/package_checks.py
    csw/mgar/gar/v2/lib/python/testdata/rpaths.py

Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py	2010-09-30 14:34:27 UTC (rev 11106)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2010-09-30 16:27:38 UTC (rev 11107)
@@ -91,7 +91,7 @@
      r"$") % RPATH_PARTS,
     r"^\$ORIGIN$",
     r"^\$ORIGIN/..$",
-    r"^/usr(/(ccs|dt|openwin))?/lib(/sparcv9)?$",
+    r"^/usr(/(ccs|dt|openwin))?/lib(/(sparcv9|amd64|64))?$",
 ]
 # Check ldd -r only for Perl modules
 SYMBOLS_CHECK_ONLY_FOR = r"^CSWpm.*$"

Modified: csw/mgar/gar/v2/lib/python/testdata/rpaths.py
===================================================================
--- csw/mgar/gar/v2/lib/python/testdata/rpaths.py	2010-09-30 14:34:27 UTC (rev 11106)
+++ csw/mgar/gar/v2/lib/python/testdata/rpaths.py	2010-09-30 16:27:38 UTC (rev 11107)
@@ -181,6 +181,7 @@
      '/usr/local/lib',
      '/usr/local/openldap-2.3/lib',
      '/usr/openwin/lib',
+     '/usr/openwin/lib/64',
      '/usr/sfw/lib',
      '/usr/ucblib',
      '/usr/xpg4/lib',


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