10 Jun
2007
10 Jun
'07
8:49 p.m.
I indeed had a problem with sync895.py as well. Look at my commit here : http://chantry.homelinux.org/~xav/git/gitweb.cgi?p=pacman.git;a=commit;h=08d... I made this change : - pmpkg_t *q = _alpm_pkg_new(miss->depend.name, NULL); + pmpkg_t *q = _alpm_pkg_dup(local); Does this look fine? (it works correctly at least..) I agree about depmiss used in an usual way, I hopefully fixed it in this commit : http://chantry.homelinux.org/~xav/git/gitweb.cgi?p=pacman.git;a=commit;h=351...