libpkgconf: queue: stop considering the lack of a pre-loaded match in a dependency node as a fatal error

This is a performance optimization, not an absolute source of truth.
We will evaluate the dependency node lazily in these cases anyway...

Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
master
Ariadne Conill 2025-02-02 03:06:12 -08:00
parent b861bcad49
commit 6f1055d00d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ pkgconf_queue_collect_dependencies_walk(pkgconf_client_t *client,
if (pkg == NULL)
{
PKGCONF_TRACE(client, "WTF: unmatched dependency %p <%s>", dep, dep->package);
abort();
continue;
}
if (pkg->serial == client->serial)