sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The package failed to build. The error log from opam follows.
[NOTE] Package dune is already installed (current version is 3.17.2). [NOTE] Package ocamlfind is already installed (current version is 1.9.8). The following actions will be performed: === install 38 packages - install base v0.12.2 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install dune-configurator 3.17.2 - install js_of_ocaml 3.6.0 - install js_of_ocaml-compiler 3.6.0 - install js_of_ocaml-ppx 3.6.0 - install js_of_ocaml-tyxml 3.6.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install nuscr 1.0.0 - install ocaml-compiler-libs v0.12.4 - install ocaml-migrate-parsetree 1.8.0 (deprecated) - install ocamlbuild 0.15.0 - install ocamlgraph 2.1.0 - install ppx_derivers 1.2.1 - install ppx_deriving 4.5-1 - install ppx_sexp_conv v0.12.0 - install ppx_tools 6.6 - install ppx_tools_versioned 5.4.0 - install ppxfind 1.4 - install ppxlib 0.8.1 - install re 1.11.0 - install react 1.2.2 - install reactiveData 0.3.0 - install result 1.5 - install seq base - install sexplib0 v0.12.0 - install stdio v0.12.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install tyxml 4.6.0 - install uchar 0.0.2 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved base.v0.12.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved dune-configurator.3.17.2 (cached) -> installed cppo.1.8.0 -> retrieved js_of_ocaml.3.6.0, js_of_ocaml-compiler.3.6.0, js_of_ocaml-ppx.3.6.0, js_of_ocaml-tyxml.3.6.0 (cached) -> installed csexp.1.5.2 -> retrieved nuscr.1.0.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-migrate-parsetree.1.8.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlgraph.2.1.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> installed cmdliner.1.3.0 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> retrieved ppx_deriving.4.5-1 (cached) -> retrieved ppx_sexp_conv.v0.12.0 (cached) -> retrieved ppx_tools.6.6 (cached) -> installed ppx_derivers.1.2.1 -> retrieved ppx_tools_versioned.5.4.0 (cached) -> retrieved ppxfind.1.4 (cached) -> retrieved ppxlib.0.8.1 (cached) -> retrieved re.1.11.0 (cached) -> retrieved react.1.2.2 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved reactiveData.0.3.0 (cached) -> retrieved result.1.5 (cached) -> retrieved sexplib0.v0.12.0 (cached) -> retrieved stdio.v0.12.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved yojson.2.2.2 (cached) -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.12.0 -> installed re.1.11.0 -> installed dune-configurator.3.17.2 -> installed yojson.2.2.2 -> installed ppx_tools.6.6 -> installed ocamlgraph.2.1.0 -> installed ocamlbuild.0.15.0 -> installed uchar.0.0.2 -> installed ocaml-migrate-parsetree.1.8.0 -> installed base.v0.12.2 -> installed ppxfind.1.4 -> installed stdio.v0.12.0 -> installed topkg.1.0.7 -> installed ppx_deriving.4.5-1 -> installed uutf.1.0.3 -> installed ppx_tools_versioned.5.4.0 -> installed react.1.2.2 -> installed reactiveData.0.3.0 -> installed tyxml.4.6.0 -> installed menhir.20240715 -> installed js_of_ocaml-compiler.3.6.0 -> installed ppxlib.0.8.1 -> installed ppx_sexp_conv.v0.12.0 -> installed js_of_ocaml.3.6.0 -> installed js_of_ocaml-ppx.3.6.0 -> installed js_of_ocaml-tyxml.3.6.0 [ERROR] The compilation of nuscr.1.0.0 failed at "dune build -p nuscr -j 31 @install". #=== ERROR while compiling nuscr.1.0.0 ========================================# # context 2.3.0 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///src # path ~/.opam/4.09/.opam-switch/build/nuscr.1.0.0 # command ~/.opam/4.09/bin/dune build -p nuscr -j 31 @install # exit-code 1 # env-file ~/.opam/log/nuscr-113-701bf4.env # output-file ~/.opam/log/nuscr-113-701bf4.out ### output ### # (cd _build/default && /home/opam/.opam/4.09/bin/menhir --explain -la 2 lib/parser.mly --base lib/parser) # File "lib/parser.mly", line 20, characters 7-15: # Warning: the token RESERVED is unused. # Built an LR(0) automaton with 168 states. # The construction mode is pager. # Built an LR(1) automaton with 168 states. # Error: the code back-end requires the type of every nonterminal symbol to be # known. Please specify the type of every symbol via %type declarations, or # enable type inference (look up --infer in the manual). # Type inference is automatically enabled when Menhir is used via Dune, # provided the dune-project file says (using menhir 2.0) or later. # The types of the following nonterminal symbols are unknown: # list(global_interaction) # list(payload_type_decl) # list(protocol_decl) # loption(separated_nonempty_list(COMMA,payload_el)) # option(PROTOCOL_KW) # option(annotation) # option(module_decl) # option(non_role_args) # option(parameter_decls) # option(protocol_options) # option(rec_parameter_decls) # option(role_args) # parameter_decl # separated_nonempty_list(COMMA,name) # separated_nonempty_list(COMMA,non_role_arg) # separated_nonempty_list(COMMA,parameter_decl) # separated_nonempty_list(COMMA,payload_el) # separated_nonempty_list(COMMA,rec_parameter_decl) # separated_nonempty_list(COMMA,role_decl) # separated_nonempty_list(DOT,IDENT) # separated_nonempty_list(OR_KW,global_protocol_block) <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build nuscr 1.0.0 +- +- The following changes have been performed | - install base v0.12.2 | - install cmdliner 1.3.0 | - install cppo 1.8.0 | - install csexp 1.5.2 | - install dune-configurator 3.17.2 | - install js_of_ocaml 3.6.0 | - install js_of_ocaml-compiler 3.6.0 | - install js_of_ocaml-ppx 3.6.0 | - install js_of_ocaml-tyxml 3.6.0 | - install menhir 20240715 | - install menhirCST 20240715 | - install menhirLib 20240715 | - install menhirSdk 20240715 | - install ocaml-compiler-libs v0.12.4 | - install ocaml-migrate-parsetree 1.8.0 | - install ocamlbuild 0.15.0 | - install ocamlgraph 2.1.0 | - install ppx_derivers 1.2.1 | - install ppx_deriving 4.5-1 | - install ppx_sexp_conv v0.12.0 | - install ppx_tools 6.6 | - install ppx_tools_versioned 5.4.0 | - install ppxfind 1.4 | - install ppxlib 0.8.1 | - install re 1.11.0 | - install react 1.2.2 | - install reactiveData 0.3.0 | - install result 1.5 | - install seq base | - install sexplib0 v0.12.0 | - install stdio v0.12.0 | - install stdlib-shims 0.3.0 | - install topkg 1.0.7 | - install tyxml 4.6.0 | - install uchar 0.0.2 | - install uutf 1.0.3 | - install yojson 2.2.2 +- <><> ocaml-migrate-parsetree.1.8.0 installed successfully <><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.09/.opam-switch/backup/state-20250206030019.export"