mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
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
This commit is contained in:
parent
58f167db98
commit
7e5b7375ff
@ -13,7 +13,7 @@ makedepends="
|
||||
dune
|
||||
ocaml
|
||||
ocaml-compiler-libs
|
||||
ocaml-cppo-dev
|
||||
ocaml-cppo
|
||||
ocaml-findlib
|
||||
"
|
||||
options="!check" # no tests provided
|
||||
|
||||
@ -13,7 +13,7 @@ makedepends="
|
||||
dune
|
||||
ocaml
|
||||
ocaml-compiler-libs
|
||||
ocaml-cppo-dev
|
||||
ocaml-cppo
|
||||
ocaml-findlib-dev
|
||||
ocaml-fix-dev
|
||||
ocaml-menhir
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user