From 8365a8f55e05628109db9cf6c3321932aa0b0f16 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 19 Dec 2023 21:32:52 +0300 Subject: Try to automatically resolve unsatisfied dependency constraints by specifying dependent version --- bpkg/pkg-build-collect.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-build-collect.cxx') diff --git a/bpkg/pkg-build-collect.cxx b/bpkg/pkg-build-collect.cxx index 6f5f864..352fa52 100644 --- a/bpkg/pkg-build-collect.cxx +++ b/bpkg/pkg-build-collect.cxx @@ -5023,7 +5023,7 @@ namespace bpkg l5 ([&]{trace << "re-evaluation of dependent " << pkg.available_name_version_db () << " deviated for depends clause " << di + 1 - << ": now can't select alternative, previously " + << ": now cannot select alternative, previously " << oi << " was selected";}); throw reevaluation_deviated (); -- cgit v1.1