# 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.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/coq-community/hydra-battles" dev-repo: "git+https://github.com/coq-community/hydra-battles.git" bug-reports: "https://github.com/coq-community/hydra-battles/issues" license: "MIT" synopsis: "Comparison between ordinals in Gaia and Hydra battles" description: """ The Gaia and Hydra battles projects develop different notions of ordinals. This development bridges the different notions.""" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "dune" {>= "2.5"} "coq" {(>= "8.13" & < "8.15~") | (= "dev")} "coq-hydra-battles" {>= "0.4"} "coq-mathcomp-ssreflect" {(>= "1.12.0" & < "1.13~") | (= "dev")} "coq-mathcomp-zify" "coq-gaia" {(>= "1.12" & < "1.13~") | (= "dev")} ] tags: [ "category:Mathematics/Logic/Foundations" "keyword:ordinals" "logpath:gaia_hydras" ] authors: [ "Pierre Castéran" ] url { src: "git+https://github.com/coq-community/hydra-battles.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-gaia-hydras.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-gaia-hydras.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.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install coq-equations dev - install coq-mathcomp-ssreflect dev - install coq-hydra-battles dev - install coq-mathcomp-fingroup dev - install coq-mathcomp-algebra dev - install coq-mathcomp-zify dev - install coq-gaia dev ===== 7 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-gaia.dev] synchronised from git+https://github.com/coq-community/gaia.git#master [coq-hydra-battles.dev] synchronised from git+https://github.com/coq-community/hydra-battles.git#master [coq-equations.dev] synchronised from git+https://github.com/mattam82/Coq-Equations#master [coq-mathcomp-algebra.dev] synchronised from git+https://github.com/math-comp/math-comp.git [coq-mathcomp-ssreflect.dev] synchronised from git+https://github.com/math-comp/math-comp.git#master [coq-mathcomp-fingroup.dev] synchronised from git+https://github.com/math-comp/math-comp.git [coq-mathcomp-zify.dev] synchronised from git+https://github.com/math-comp/mczify.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed coq-equations.dev -> installed coq-mathcomp-ssreflect.dev [ERROR] The compilation of coq-hydra-battles failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-hydra-battles -j 4". -> installed coq-mathcomp-fingroup.dev -> installed coq-mathcomp-algebra.dev -> installed coq-mathcomp-zify.dev -> installed coq-gaia.dev #=== ERROR while compiling coq-hydra-battles.dev ==============================# # context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-hydra-battles.dev # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-hydra-battles -j 4 # exit-code 1 # env-file ~/.opam/log/coq-hydra-battles-15431-9ace5e.env # output-file ~/.opam/log/coq-hydra-battles-15431-9ace5e.out ### output ### # [...] # Warning: Notation le_lt_or_eq is deprecated since 8.16. # The Arith.Lt file is obsolete. Use Nat.lt_eq_cases instead. # [deprecated-syntactic-definition,deprecated] # File "./theories/ordinals/Epsilon0/Paths.v", line 2981, characters 12-26: # Warning: Notation le_lt_or_eq is deprecated since 8.16. # The Arith.Lt file is obsolete. Use Nat.lt_eq_cases instead. # [deprecated-syntactic-definition,deprecated] # (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.06.1/bin/coqc -w -deprecated-hint-rewrite-without-locality -w -unknown-option -w -deprecated-option -R theories/ordinals hydras theories/ordinals/Schutte/Critical.v) # Cr_pos_iff alpha_pos # : forall x : Ord, # Cr alpha x <-> # (forall beta : Ord, beta < alpha -> In (A_ beta) x /\ phi beta x = x) <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-hydra-battles dev +- +- The following changes have been performed | - install coq-equations dev | - install coq-gaia dev | - install coq-mathcomp-algebra dev | - install coq-mathcomp-fingroup dev | - install coq-mathcomp-ssreflect dev | - install coq-mathcomp-zify dev +- # 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.06.1/.opam-switch/backup/state-20220305073615.export"
true
No files were installed.
true