# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 ocaml-config 3 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "raphael.cauderlier@nomadic-labs.com" authors: [ "Raphaël Cauderlier" "Bruno Bernardo" "Julien Tesson" "Arvid Jakobsson" ] homepage: "https://gitlab.com/nomadic-labs/mi-cho-coq/" dev-repo: "git+https://gitlab.com/nomadic-labs/mi-cho-coq/" bug-reports: "https://gitlab.com/nomadic-labs/mi-cho-coq/issues" license: "MIT" build: [ ["./configure"] [make "-j%{jobs}%"] ] install: [ make "install" ] depends: [ "ocamlbuild" {build} "coq-menhirlib" {>= "20190626"} "coq-ott" {>= "0.29"} "coq" {>= "8.8"} "menhir" {build} "zarith" "ocaml" {>= "4.07.1"} "ott" {build & >= "0.29"} ] synopsis: "A specification of Michelson in Coq to prove properties about smart contracts in Tezos" description: """ Michelson is a language for writing smart contracts on the Tezos blockchain. This package provides a Coq encoding of the syntax and semantics of Michelson, automatically generated by the Ott tool. Also included is a framework called Mi-Cho-Coq for reasoning about Michelson programs in Coq using a weakest precondition calculus.""" tags: [ "category:Computer Science/Programming Languages/Formal Definitions and Theory" "keyword:cryptocurrency" "keyword:michelson" "keyword:semantics" "keyword:smart-contract" "keyword:tezos" "logpath:Michocoq" "logpath:Michocott" ] url { src: "git+https://gitlab.com/nomadic-labs/mi-cho-coq.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mi-cho-coq.dev coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mi-cho-coq.dev coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 ocaml-config 3 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install menhirLib dev - install coq-menhirlib dev - install ocamlbuild 0.14.3 - install coq-ott dev - install menhirSdk dev - install stdlib-shims 0.3.0 - install menhir dev - install ocamlgraph 2.1.0 - install ott 0.33 ===== 9 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved coq-ott.dev (git+https://github.com/ott-lang/ott.git#master) [ERROR] The compilation of coq-ott.dev failed at "make -j4 -C coq". -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) -> retrieved ocamlgraph.2.1.0 (https://opam.ocaml.org/cache) -> retrieved ott.0.33 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 [ERROR] The compilation of coq-menhirlib.dev failed at "make -C coq-menhirlib -j4". -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ocamlgraph.2.1.0 -> installed menhirLib.dev -> installed ocamlbuild.0.14.3 -> installed menhirSdk.dev -> installed ott.0.33 -> installed menhir.dev #=== ERROR while compiling coq-ott.dev ========================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-ott.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -C coq # exit-code 2 # env-file ~/.opam/log/coq-ott-4510-41b45c.env # output-file ~/.opam/log/coq-ott-4510-41b45c.out ### output ### # [...] # COQC ott_list_eq_dec.v # Fatal error: Not enough heap memory to reserve minor heaps # Fatal error: Not enough heap memory to reserve minor heaps # Aborted (core dumped) # make[2]: *** [Makefile.coq:847: ott_list_support.vo] Error 134 # make[2]: *** Waiting for unfinished jobs.... # Aborted # make[2]: *** [Makefile.coq:847: ott_list_eq_dec.vo] Error 134 # make[1]: *** [Makefile.coq:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-ott.dev/coq' # make: *** [Makefile:2: default] Error 2 # make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-ott.dev/coq' #=== ERROR while compiling coq-menhirlib.dev ==================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-menhirlib.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -C coq-menhirlib -j4 # exit-code 2 # env-file ~/.opam/log/coq-menhirlib-4510-f1ee53.env # output-file ~/.opam/log/coq-menhirlib-4510-f1ee53.out ### output ### # [...] # COQC Version.v # Fatal error: Not enough heap memory to reserve minor heaps # Fatal error: Not enough heap memory to reserve minor heaps # Aborted (core dumped) # make[3]: *** [CoqMakefile:847: Version.vo] Error 134 # make[3]: *** Waiting for unfinished jobs.... # Aborted # make[3]: *** [CoqMakefile:847: Alphabet.vo] Error 134 # make[2]: *** [CoqMakefile:417: all] Error 2 # make[1]: *** [Makefile:18: invoke-coqmakefile] Error 2 # make: *** [Makefile:6: all] Error 2 # make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-menhirlib.dev/coq-menhirlib' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-menhirlib dev | - build coq-ott dev +- +- The following changes have been performed | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocamlbuild 0.14.3 | - install ocamlgraph 2.1.0 | - install ott 0.33 | - install stdlib-shims 0.3.0 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240115160717.export"
true
No files were installed.
true