aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-system.test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-01-17 16:14:33 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-01-17 20:54:14 +0300
commit8a78fc1c0420824e59b00c6b9bf6ade9cd7d3d5b (patch)
treea44cf6c501667df2899939f09b1ac11e606b0301 /tests/pkg-system.test
parent25616b791461608b082291dda431d8247fe8fb21 (diff)
Fix building local package against local prerequisite package
Diffstat (limited to 'tests/pkg-system.test')
-rw-r--r--tests/pkg-system.test8
1 files changed, 6 insertions, 2 deletions
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