[pacman-dev] [patch] III/A small fix + depmiss error messages
Xavier
shiningxc at gmail.com
Sun Jun 10 16:49:00 EDT 2007
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=08dd1fa9a442a3f8804171575cd9e6e8b4e6eca7
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=35170163af5cf143ed9bb602a2682a97d4731674
More information about the pacman-dev
mailing list