From 8a78fc1c0420824e59b00c6b9bf6ade9cd7d3d5b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 17 Jan 2018 16:14:33 +0200 Subject: Fix building local package against local prerequisite package --- tests/pkg-system.test | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/pkg-system.test') diff --git a/tests/pkg-system.test b/tests/pkg-system.test index 18d4347..e89ed33 100644 --- a/tests/pkg-system.test +++ b/tests/pkg-system.test @@ -663,8 +663,12 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! # Still fail to build foo and sys:libbar/1. # $pkg_build foo 'sys:libbar/1' 2>>EOE != 0; - error: prerequisite libbar >= 2 of package foo is not available in source - info: sys:libbar/1 does not satisfy the constrains + error: unable to satisfy constraints on package libbar + info: foo depends on (libbar >= 2) + info: command line depends on (libbar == 1) + info: available sys:libbar/2 + info: available sys:libbar/1 + info: explicitly specify libbar version to manually satisfy both constraints info: while satisfying foo/2 EOE -- cgit v1.1