# Packages matching: installed # Name # Installed # Synopsis base-bigarray base 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.1 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 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: "matthieu.sozeau@inria.fr" homepage: "https://metacoq.github.io/metacoq" dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main" bug-reports: "https://github.com/MetaCoq/metacoq/issues" authors: ["Abhishek Anand <aa755@cs.cornell.edu>" "Danil Annenkov <danil.v.annenkov@gmail.com>" "Simon Boulier <simon.boulier@inria.fr>" "Cyril Cohen <cyril.cohen@inria.fr>" "Yannick Forster <forster@ps.uni-saarland.de>" "Jason Gross <jgross@mit.edu>" "Fabian Kunze <fkunze@fakusb.de>" "Meven Lennon-Bertrand <Meven.Bertrand@univ-nantes.fr>" "Kenji Maillard <kenji.maillard@inria.fr>" "Gregory Malecha <gmalecha@gmail.com>" "Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>" "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Nicolas Tabareau <nicolas.tabareau@inria.fr>" "Théo Winterhalter <theo.winterhalter@inria.fr>" ] license: "MIT" build: [ ["bash" "./configure.sh"] [make "-j" "%{jobs}%" "-C" "translations"] ] install: [ [make "-C" "translations" "install"] ] depends: [ "coq-metacoq-template" {= version} ] synopsis: "Translations built on top of MetaCoq" description: """ MetaCoq is a meta-programming framework for Coq. The Translations modules provides implementation of standard translations from type theory to type theory, e.g. parametricity and the `cross-bool` translation that invalidates functional extensionality. """ url { src: "git+https:///github.com/metacoq/metacoq.git#main" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-metacoq-translations.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-translations.dev coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-metacoq-translations.dev coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base 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-equations dev A function definition package for Coq coq-metacoq-common dev The common library of Template Coq and PCUIC coq-metacoq-template dev A quoting and unquoting library for Coq in Coq coq-metacoq-utils dev The utility library of Template Coq and PCUIC coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 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 stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - install coq-metacoq-translations dev <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-metacoq-translations.dev] synchronised from git+https:///github.com/metacoq/metacoq.git#main <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-metacoq-translations failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4 -C translations". #=== ERROR while compiling coq-metacoq-translations.dev =======================# # context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-metacoq-translations.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 -C translations # exit-code 2 # env-file ~/.opam/log/coq-metacoq-translations-17220-0a5907.env # output-file ~/.opam/log/coq-metacoq-translations-17220-0a5907.out ### output ### # [...] # "equiv has been translated as equivᵗ" # "MetaCoq.Translations.MiniHoTT.Equiv has been translated." # "Translating MetaCoq.Translations.times_bool_fun.wUnivalence" # "wUnivalence has been translated as wUnivalenceᵗ" # "isequiv_idmap has been translated as isequiv_idmapᵗ" # "equiv_idmap has been translated as equiv_idmapᵗ" # "UA has been translated as UAᵗ" # "notUA has been translated as notUAᵗ" # make[1]: *** [Makefile.coq:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-metacoq-translations.dev/translations' # make: *** [Makefile:2: all] Error 2 # make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-metacoq-translations.dev/translations' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-metacoq-translations dev +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true