https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259785

--- Comment #15 from Isaac Freund <ifre...@freebsdfoundation.org> ---
Note that while pkg should now enforce strict ordering of explicit dependencies
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 tricky
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 hope to
get an implementation finished this week.

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

Reply via email to