From 5b5b63886b0555c9697061601f865dfbced4764f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 17 Oct 2023 14:34:51 +0300 Subject: Print version constraints recursively in 'unable to satisfy constraints' diagnostics --- bpkg/pkg-build.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-build.cxx') diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index f13c114..ad1a695 100644 --- a/bpkg/pkg-build.cxx +++ b/bpkg/pkg-build.cxx @@ -5308,7 +5308,7 @@ namespace bpkg // dependencies. // if (!refine && !unsatisfied_depts.empty ()) - unsatisfied_depts.diag (); + unsatisfied_depts.diag (pkgs); // Re-link the private configurations that were created during the // collection of the package builds with their parent -- cgit v1.1