24 Oct
2007
24 Oct
'07
12:09 a.m.
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);