From 7e5b7375ffae0a92228995c856ddb105abc10e6d Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sun, 24 Mar 2024 01:46:21 +0000 Subject: [PATCH] testing/ocaml*: change ocaml-cppo-dev to ocaml-cppo in makedepends, to workaround a problem on ppc64le only (other architectures do not encounter this) >>> utop: Analyzing dependencies... ERROR: unable to select packages: ocaml4-impl:Ocamlbuild_plugin:35e029bf41b01449484051712a0cf481 (no such package): required by: ocaml-cppo-ocamlbuild-1.6.9-r4[ocaml4-impl:Ocamlbuild_plugin:35e029bf41b01449484051712a0cf481] .makedepends-utop-20240324.012502: masked in: cache satisfies: world[.makedepends-utop=20240324.012502] >>> ERROR: utop: builddeps failed ocaml-merlin-extend, utop, and reason do not seem to depend on the cppo ocamlbuild plugin, so using -dev was probably not intended --- testing/ocaml-merlin-extend/APKBUILD | 2 +- testing/reason/APKBUILD | 2 +- testing/utop/APKBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/ocaml-merlin-extend/APKBUILD b/testing/ocaml-merlin-extend/APKBUILD index 0bdcc568ce8..59144b2cda5 100644 --- a/testing/ocaml-merlin-extend/APKBUILD +++ b/testing/ocaml-merlin-extend/APKBUILD @@ -13,7 +13,7 @@ makedepends=" dune ocaml ocaml-compiler-libs - ocaml-cppo-dev + ocaml-cppo ocaml-findlib " options="!check" # no tests provided diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD index da85fc3b24f..4759f994763 100644 --- a/testing/reason/APKBUILD +++ b/testing/reason/APKBUILD @@ -13,7 +13,7 @@ makedepends=" dune ocaml ocaml-compiler-libs - ocaml-cppo-dev + ocaml-cppo ocaml-findlib-dev ocaml-fix-dev ocaml-menhir diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index 900ecc3e453..6806f622311 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -18,7 +18,7 @@ makedepends=" ocaml-camomile-dev ocaml-charinfo_width-dev ocaml-compiler-libs - ocaml-cppo-dev + ocaml-cppo ocaml-csexp-dev ocaml-findlib-dev ocaml-lambda-term-dev