diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-11-09 19:23:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-11-14 16:16:51 +0300 |
commit | 76632ec8816369f5b7cf503a37e75fe814bb12bf (patch) | |
tree | 9dcb79d30e046145bfbb42f4d11b79e617758547 /tests/common/satisfy/t4f | |
parent | 82667c36bfbeebdf56fb9573ea28d3cf87cbae42 (diff) |
Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by turning collect_order_dependent() into collect_dependent()
Diffstat (limited to 'tests/common/satisfy/t4f')
l--------- | tests/common/satisfy/t4f/libbar-1.2.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4f/libbar-2.1.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4f/libbax-1.0.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4f/libbax-2.0.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4f/libbox-1.0.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4f/libbox-2.0.0.tar.gz | 1 | ||||
l--------- | tests/common/satisfy/t4f/libfoo-2.0.0.tar.gz | 1 | ||||
-rw-r--r-- | tests/common/satisfy/t4f/repositories.manifest | 4 |
8 files changed, 11 insertions, 0 deletions
diff --git a/tests/common/satisfy/t4f/libbar-1.2.0.tar.gz b/tests/common/satisfy/t4f/libbar-1.2.0.tar.gz new file mode 120000 index 0000000..b4a7773 --- /dev/null +++ b/tests/common/satisfy/t4f/libbar-1.2.0.tar.gz @@ -0,0 +1 @@ +../libbar-1.2.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4f/libbar-2.1.0.tar.gz b/tests/common/satisfy/t4f/libbar-2.1.0.tar.gz new file mode 120000 index 0000000..0df079a --- /dev/null +++ b/tests/common/satisfy/t4f/libbar-2.1.0.tar.gz @@ -0,0 +1 @@ +../libbar-2.1.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4f/libbax-1.0.0.tar.gz b/tests/common/satisfy/t4f/libbax-1.0.0.tar.gz new file mode 120000 index 0000000..137b938 --- /dev/null +++ b/tests/common/satisfy/t4f/libbax-1.0.0.tar.gz @@ -0,0 +1 @@ +../libbax-1.0.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4f/libbax-2.0.0.tar.gz b/tests/common/satisfy/t4f/libbax-2.0.0.tar.gz new file mode 120000 index 0000000..465832f --- /dev/null +++ b/tests/common/satisfy/t4f/libbax-2.0.0.tar.gz @@ -0,0 +1 @@ +../libbax-2.0.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4f/libbox-1.0.0.tar.gz b/tests/common/satisfy/t4f/libbox-1.0.0.tar.gz new file mode 120000 index 0000000..3bc2a0c --- /dev/null +++ b/tests/common/satisfy/t4f/libbox-1.0.0.tar.gz @@ -0,0 +1 @@ +../libbox-1.0.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4f/libbox-2.0.0.tar.gz b/tests/common/satisfy/t4f/libbox-2.0.0.tar.gz new file mode 120000 index 0000000..1ec50e6 --- /dev/null +++ b/tests/common/satisfy/t4f/libbox-2.0.0.tar.gz @@ -0,0 +1 @@ +../libbox-2.0.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4f/libfoo-2.0.0.tar.gz b/tests/common/satisfy/t4f/libfoo-2.0.0.tar.gz new file mode 120000 index 0000000..406696d --- /dev/null +++ b/tests/common/satisfy/t4f/libfoo-2.0.0.tar.gz @@ -0,0 +1 @@ +../libfoo-2.0.0.tar.gz
\ No newline at end of file diff --git a/tests/common/satisfy/t4f/repositories.manifest b/tests/common/satisfy/t4f/repositories.manifest new file mode 100644 index 0000000..4cc7c0a --- /dev/null +++ b/tests/common/satisfy/t4f/repositories.manifest @@ -0,0 +1,4 @@ +: 1 +: +location: ../t4a +role: complement |