# 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 8.17.1 The Coq Proof Assistant coq-core 8.17.1 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.1 The Coq Proof Assistant -- Standard Library coqide-server 8.17.1 The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 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" authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ] dev-repo: "git+https://github.com/mattam82/Coq-Equations.git" maintainer: "matthieu.sozeau@inria.fr" homepage: "https://mattam82.github.io/Coq-Equations" bug-reports: "https://github.com/mattam82/Coq-Equations/issues" license: "LGPL-2.1-only" synopsis: "A function definition package for Coq" description: """ Equations is a function definition plugin for Coq, that allows the definition of functions by dependent pattern-matching and well-founded, mutual or nested structural recursion and compiles them into core terms. It automatically derives the clauses equations, the graph of the function and its associated elimination principle. """ tags: [ "keyword:dependent pattern-matching" "keyword:functional elimination" "category:Miscellaneous/Coq Extensions" "logpath:Equations" ] build: [ ["./configure.sh"] # "--enable-hott" {coq-hott:installed}] [make "-j%{jobs}%"] ] install: [ [make "install"] ] run-test: [ [make "test-suite"] ] depends: [ "coq" {>= "8.17~" & < "8.18~"} "ocamlfind" {build} ] # depopts: [ # "coq-hott" {>= "8.13" & < "8.15~"} # ] url { src: "https://github.com/mattam82/Coq-Equations/archive/refs/tags/v1.3-8.17.tar.gz" checksum: "sha512=be09844d6c9d065c2f15dd6d2c550c922a6126eaf02b43be18f4789e0c473399e8ea8eb0ce6085f500fa860e0e713528373b87f49f46033a82d17d524900ce6e" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-equations.1.3+8.17 coq.8.17.1
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-equations.1.3+8.17 coq.8.17.1
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-equations.1.3+8.17 coq.8.17.1
# 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 8.17.1 The Coq Proof Assistant coq-core 8.17.1 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.1 The Coq Proof Assistant -- Standard Library coqide-server 8.17.1 The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 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 [NOTE] Package coq is already installed (current version is 8.17.1). The following actions will be performed: - install coq-equations 1.3+8.17 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-equations.1.3+8.17: http] Processing 1/3: -> retrieved coq-equations.1.3+8.17 (https://github.com/mattam82/Coq-Equations/archive/refs/tags/v1.3-8.17.tar.gz) Processing 2/3: [coq-equations: ./configure.sh] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./configure.sh" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-equations.1.3+8.17) Processing 2/3: [coq-equations: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-equations.1.3+8.17) - make -f Makefile.coq - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-equations.1.3+8.17' - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - COQDEP VFILES - COQPP src/g_equations.mlg - CAMLDEP src/extra_tactics.mli - CAMLDEP src/noconf.mli - CAMLDEP src/noconf_hom.mli - CAMLDEP src/equations.mli - CAMLDEP src/principles.mli - CAMLDEP src/principles_proofs.mli - CAMLDEP src/covering.mli - CAMLDEP src/splitting.mli - CAMLDEP src/simplify.mli - CAMLDEP src/context_map.mli - CAMLDEP src/syntax.mli - CAMLDEP src/depelim.mli - *** Warning: in file theories/Init.v, declared ML module ltac_plugin has not been found! - CAMLDEP src/eqdec.mli - CAMLDEP src/subterm.mli - CAMLDEP src/sigma_types.mli - CAMLDEP src/ederive.mli - CAMLDEP src/equations_common.mli - OCAMLLIBDEP src/equations_plugin.mllib - CAMLDEP src/extra_tactics.ml - CAMLDEP src/noconf.ml - CAMLDEP src/noconf_hom.ml - CAMLDEP src/equations.ml - CAMLDEP src/principles.ml - CAMLDEP src/principles_proofs.ml - CAMLDEP src/covering.ml - CAMLDEP src/splitting.ml - CAMLDEP src/simplify.ml - CAMLDEP src/context_map.ml - CAMLDEP src/syntax.ml - CAMLDEP src/depelim.ml - CAMLDEP src/eqdec.ml - CAMLDEP src/subterm.ml - CAMLDEP src/sigma_types.ml - CAMLDEP src/ederive.ml - CAMLDEP src/equations_common.ml - CAMLDEP src/g_equations.ml - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - W: This Makefile was generated by Coq 8.17.1 - W: while the current Coq version is - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - CAMLC -c src/equations_common.mli - CAMLC -c src/ederive.mli - CAMLC -c src/subterm.mli - CAMLC -c src/noconf_hom.mli - CAMLC -c src/noconf.mli - CAMLC -c src/extra_tactics.mli - CAMLOPT -c src/equations_common.ml - CAMLOPT -c src/ederive.ml - CAMLC -c src/syntax.mli - CAMLC -c src/eqdec.mli - CAMLC -c src/context_map.mli - CAMLC -c src/depelim.mli - CAMLC -c src/sigma_types.mli - CAMLC -c src/simplify.mli - CAMLC -c src/splitting.mli - CAMLC -c src/covering.mli - CAMLC -c src/principles_proofs.mli - CAMLC -c src/equations.mli - CAMLC -c src/principles.mli - CAMLOPT -c src/syntax.ml - CAMLOPT -c src/eqdec.ml - CAMLOPT -c src/extra_tactics.ml - CAMLOPT -c src/context_map.ml - CAMLOPT -c src/sigma_types.ml - CAMLOPT -c src/simplify.ml - CAMLOPT -c src/subterm.ml - CAMLOPT -c src/splitting.ml - CAMLOPT -c src/covering.ml - CAMLOPT -c src/depelim.ml - CAMLOPT -c src/noconf_hom.ml - CAMLOPT -c src/noconf.ml - CAMLOPT -c src/principles_proofs.ml - CAMLOPT -c src/principles.ml - CAMLOPT -c src/equations.ml - CAMLOPT -c src/g_equations.ml - CAMLOPT -a -o src/equations_plugin.cmxa - CAMLOPT -shared -o src/equations_plugin.cmxs - COQC theories/Init.v - Fatal error: Not enough heap memory to reserve minor heaps - Aborted (core dumped) - make[2]: *** [Makefile.coq:830: theories/Init.vo] Error 134 - make[1]: *** [Makefile.coq:409: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-equations.1.3+8.17' - make: *** [Makefile:6: all] Error 2 [ERROR] The compilation of coq-equations.1.3+8.17 failed at "make -j4". #=== ERROR while compiling coq-equations.1.3+8.17 =============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-equations.1.3+8.17 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-equations-19042-0d3de5.env # output-file ~/.opam/log/coq-equations-19042-0d3de5.out ### output ### # [...] # CAMLOPT -c src/principles.ml # CAMLOPT -c src/equations.ml # CAMLOPT -c src/g_equations.ml # CAMLOPT -a -o src/equations_plugin.cmxa # CAMLOPT -shared -o src/equations_plugin.cmxs # COQC theories/Init.v # Fatal error: Not enough heap memory to reserve minor heaps # Aborted (core dumped) # make[2]: *** [Makefile.coq:830: theories/Init.vo] Error 134 # make[1]: *** [Makefile.coq:409: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-equations.1.3+8.17' # make: *** [Makefile:6: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-equations 1.3+8.17 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-equations.1.3+8.17 coq.8.17.1' failed.
No files were installed.
true