[pacman-dev] pacman -U doesn't run ldconfig!

Nagy Gabor ngaba at petra.hos.u-szeged.hu
Sun Apr 15 12:30:44 EDT 2007


Hi!

This is a serious bug I think, since -U is the same as -A if the
package wasn't installed earlier. I wrote about this in my previous
e-mail: http://archlinux.org/pipermail/pacman-dev/2007-April/002610.html
(the correct patch can be found here:
http://archlinux.org/pipermail/pacman-dev/2007-April/002632.html).
I repeat this bugreport, because you may have not noticed in my
"big" patch and I think this is easy (and needed) to fix: just replace
'if((trans->type != PM_TRANS_TYPE_UPGRADE) && (handle->trans->state !=
STATE_INTERRUPTED)) {' to
'if(handle->trans->state != STATE_INTERRUPTED) {' in libalpm/add.c

Bye, Nagy Gabor




More information about the pacman-dev mailing list