[csw-devel] SF.net SVN: gar:[9438] csw/mgar/gar/v2/lib/python/dependency_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Mar 29 14:29:05 CEST 2010
Revision: 9438
http://gar.svn.sourceforge.net/gar/?rev=9438&view=rev
Author: wahwah
Date: 2010-03-29 12:29:03 +0000 (Mon, 29 Mar 2010)
Log Message:
-----------
mGAR v2: checkpkg, only including the soname in the error tag parameter, moving the path to the message part
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 2010-03-29 12:07:23 UTC (rev 9437)
+++ csw/mgar/gar/v2/lib/python/dependency_checks.py 2010-03-29 12:29:03 UTC (rev 9438)
@@ -48,7 +48,8 @@
orphan_sonames = set(orphan_sonames)
for soname, binary_path in orphan_sonames:
error_mgr.ReportError(
- pkgname, "soname-not-found", "%s needed by %s" % (soname, binary_path))
+ pkgname, "soname-not-found", soname,
+ "%s is needed by %s" % (soname, binary_path))
# TODO: Report orphan sonames here
return required_deps
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