2 Apr
2008
2 Apr
'08
3:44 p.m.
Dan McGee wrote:
On Wed, Apr 2, 2008 at 10:14 AM, Allan McRae <mcrae_allan@hotmail.com> wrote:
+ + # Fixes FS#10039 - exit cleanly as package has built successfully + if [ $ret -ne 0 ]; then + warning "$(gettext "Failed to remove installed dependencies.")"
Maybe print what deps we failed to remove? Or is it obvious from the pacman output? I think it would be helpful though so the user could begin undertaking manual cleanup.
The pacman output would only give which package caused the failure. The packages are all installed with the --asdeps options so using "pacman -Qtd" from the chroot should make cleanup easy. However, it is easy to add it to the output if you think it would be useful. Allan