# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "matthieu.sozeau@inria.fr" homepage: "https://metacoq.github.io/metacoq" dev-repo: "git+https://github.com/MetaCoq/metacoq.git#master" bug-reports: "https://github.com/MetaCoq/metacoq/issues" authors: ["Abhishek Anand <aa755@cs.cornell.edu>" "Simon Boulier <simon.boulier@inria.fr>" "Cyril Cohen <cyril.cohen@inria.fr>" "Yannick Forster <forster@ps.uni-saarland.de>" "Fabian Kunze <fkunze@fakusb.de>" "Gregory Malecha <gmalecha@gmail.com>" "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Nicolas Tabareau <nicolas.tabareau@inria.fr>" "ThΓ©o Winterhalter <theo.winterhalter@inria.fr>" ] license: "MIT" build: [ ["sh" "./configure.sh"] [make "-j" "%{jobs}%" "-C" "pcuic"] ] install: [ [make "-C" "pcuic" "install"] ] depends: [ "coq-equations" {= "dev" } "coq-metacoq-template" {= version} ] synopsis: "A type system equivalent to Coq's and its metatheory" description: """ MetaCoq is a meta-programming framework for Coq. The PCUIC module provides a cleaned-up specification of Coq's typing algorithm along with a certified typechecker for it. This module includes the standard metatheory of PCUIC: Weakening, Substitution, Confluence and Subject Reduction are proven here. """ url { src: "git+https://github.com/metacoq/metacoq.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-metacoq-pcuic.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-metacoq-pcuic.dev coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install coq-equations dev - install stdlib-shims 0.3.0 - install coq-metacoq-template dev ===== 3 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache [coq-equations.dev] synchronised from git+https://github.com/mattam82/Coq-Equations#master [coq-metacoq-template.dev] synchronised from git+https://github.com/metacoq/metacoq.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed stdlib-shims.0.3.0 -> installed coq-equations.dev [ERROR] The compilation of coq-metacoq-template failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq". #=== ERROR while compiling coq-metacoq-template.dev ===========================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-metacoq-template.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq # exit-code 2 # env-file ~/.opam/log/coq-metacoq-template-27212-777834.env # output-file ~/.opam/log/coq-metacoq-template-27212-777834.out ### output ### # [...] # CAMLOPT -c -for-pack Template_coq src/denoter.ml # File "src/quoter.ml", line 12, characters 24-41: # 12 | | TemplateArity ar -> ar.template_level # ^^^^^^^^^^^^^^^^^ # Error: This expression has type Univ.Universe.t # but an expression was expected of type Sorts.t # make[2]: *** [Makefile.template:739: src/quoter.cmx] Error 2 # make[2]: *** Waiting for unfinished jobs.... # make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' # make[1]: *** [Makefile:11: template-coq] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' # make: *** [Makefile:79: template-coq] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-metacoq-template dev +- +- The following changes have been performed | - install coq-equations dev | - install stdlib-shims 0.3.0 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: opam switch import "/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/backup/state-20220328073201.export"
true
No files were installed.
true