Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2025 11:54:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 259785] pkgbase installation order is underspecified
Message-ID:  <bug-259785-36141-MMMgz7Ky2i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259785-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259785-36141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259785

--- Comment #15 from Isaac Freund <ifreund@freebsdfoundation.org> ---
Note that while pkg should now enforce strict ordering of explicit dependen=
cies
with the new scheduler, it does not yet take implicit dependencies from
requires/provides and shlibs_required/shlibs_provided into account for
scheduling order. (Neither did the old scheduler)

I am not yet aware of this causing issues in practice, but I suspect that it
can result in the same kind of problem as the original issue described here.

Extending the scheduler to take provides/requires into account is a bit tri=
cky
as it will no longer be possible to fully represent the scheduling problem =
as a
directed graph. I do have a strategy that I think will work however and hop=
e to
get an implementation finished this week.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259785-36141-MMMgz7Ky2i>