diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-17 16:14:33 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-01-17 20:54:14 +0300 |
commit | 8a78fc1c0420824e59b00c6b9bf6ade9cd7d3d5b (patch) | |
tree | a44cf6c501667df2899939f09b1ac11e606b0301 /tests/pkg-system.test | |
parent | 25616b791461608b082291dda431d8247fe8fb21 (diff) |
Fix building local package against local prerequisite package
Diffstat (limited to 'tests/pkg-system.test')
-rw-r--r-- | tests/pkg-system.test | 8 |
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 |