bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44306: package-delete exiting on encountering system/dependency pack


From: Boruch Baum
Subject: bug#44306: package-delete exiting on encountering system/dependency packages
Date: Sat, 31 Oct 2020 22:48:28 -0400
User-agent: NeoMutt/20180716

On 2020-10-30 13:34, Stefan Kangas wrote:
> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
> > Boruch Baum <boruch_baum@gmx.com> writes:
> >
> >> When attempting to perform package-autoremove to clean up obsolete
> >> packages, my emacs would abort with an error that `foo' is a system
> >> package. Thus, it had become impossible to perform the operation. I
> >> altered function package-delete to replace its two calls to function
> >> `error' with simple `message' and can now clean up the packages.
> >
> > It kinda sounds like there something wrong in what package-autoremove is
> > trying to delete.
>
> Indeed.  The question is why these packages are considered for removal
> at all.

The function that builds the candidate list, package--removable-packages,
doesn't take into account the criteria used in function 'package-delete'.

> If we can avoid doing that, the error "Package `%s' is used by `%s' as
> dependency, not deleting" seems correct to me - it will catch bugs.

That's not really my point. My point in the bug report is that while
technically the use of function 'error' is correct in this case, it works
out to be counter-productive and should be replaced with a simple use of
the function 'message' logging the condition to the *Messages* buffer.
Using the error function aborts the entire auro-remove process for all
packages on the list, and in this case isn't even useful for the specific
package because the function is written to independently reject further
processing for the package.

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]