ocaml-decoders icon indicating copy to clipboard operation
ocaml-decoders copied to clipboard

Builds fail on arm32 and x86_32

Open shonfeder opened this issue 1 year ago • 3 comments

This turned up on https://github.com/ocaml/opam-repository and looks like

#=== ERROR while compiling decoders.1.0.0 =====================================#
# context              2.4.0~alpha1~dev | linux/arm32 | ocaml-base-compiler.5.2.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.2/.opam-switch/build/decoders.1.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p decoders -j 15 @install
# exit-code            1
# env-file             ~/.opam/log/decoders-7-b537cc.env
# output-file          ~/.opam/log/decoders-7-b537cc.out
### output ###
# File "src/dune", lines 6-11, characters 0-105:
#  6 | (rule
#  7 |  (targets shims_let_ops_.ml)
#  8 |  (action
#  9 |   (with-stdout-to
# 10 |    %{targets}
# 11 |    (run ./gen/mkshims.exe))))
# Error: No rule found for src/gen/mkshims.exe

shonfeder avatar Oct 17 '24 03:10 shonfeder