[pacman-dev] [patch] hide pmdepend_t behind alpm_depcmp

Nagy Gabor ngaba at bibl.u-szeged.hu
Tue Oct 23 20:09:49 EDT 2007


Hi!
Patch attached.
This is a big one, you may not like it (probably doesn't worth my
effort.)
It (hopefully) fixes also:
http://www.archlinux.org/pipermail/pacman-dev/2007-October/009666.html
http://www.archlinux.org/pipermail/pacman-dev/2007-October/009655.html
And I must mention this:
@@ -708,8 +682,8 @@ int _alpm_resolvedeps(pmdb_t *local, alpm_list_t *dbs_sync, pmpkg_t *syncpkg,
 		}
 
 		if(!found) {
-			_alpm_log(PM_LOG_ERROR, _("cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)\n"),
-			          miss->target, missdep->name);
+			_alpm_log(PM_LOG_ERROR, _("cannot resolve dependency \"%s\" of \"%s\"\n"),
+			          missdep, miss->target);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pmdepend_t.diff.gz
Type: application/x-gzip
Size: 5183 bytes
Desc: not available
URL: <http://archlinux.org/pipermail/pacman-dev/attachments/20071024/5b1b774b/attachment.bin>


More information about the pacman-dev mailing list