[Bug 284902] ports-mgmt/pkg: 2.0.6 invalid progress number.

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 20 Feb 2025 07:39:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284902

--- Comment #3 from Baptiste Daroussin <bapt@FreeBSD.org> ---
to be fair this is not invalid this is... confusing.

pkg count the number of actions to be done and bump the counter when the
actions starts not when it finishes.

With the new scheduler, pkg generates more split upgrade than before meaning
instead of upgrading at once, it first deinstall then do other actions and only
when it is safe, it finishes the actions by instaling the new version of what
has been deinstalled, which result in the weird numbers, as it considers it is
finishing the number of actions.

I need to revisit how progress is shown.

-- 
You are receiving this mail because:
You are the assignee for the bug.