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
parent
b861bcad49
commit
6f1055d00d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue