# 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.13.0 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" maintainer: "The UniMath Development Team" homepage: "https://github.com/UniMath/UniMath" dev-repo: "git+https://github.com/UniMath/UniMath.git" bug-reports: "https://github.com/UniMath/UniMath/issues" license: "Kind of MIT" authors: ["The UniMath Development Team"] build: [make "BUILD_COQ=no" "-j%{jobs}%"] install: [make "BUILD_COQ=no" "install"] depends: [ "ocaml" "coq" {>= "8.12.2"} ] synopsis: "Library of Univalent Mathematics" url { src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20210807.tar.gz" checksum: "sha512=db2f660aea7e4c7eda6d10173173b80d357f994ff148102df6d20b0098e4c4e3ec17f9956700e118b7ff043a4ef29827cccd1fe9f5f54b5f5deaebcac60c666c" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-unimath.20210807 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; timeout 4h opam install -y --deps-only coq-unimath.20210807 coq.dev
opam list; echo; timeout 8h opam install -y -v coq-unimath.20210807 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.13.0 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 dev). The following actions will be performed: - install coq-unimath 20210807 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-unimath.20210807: http] Processing 1/3: -> retrieved coq-unimath.20210807 (https://github.com/UniMath/UniMath/archive/refs/tags/v20210807.tar.gz) Processing 2/3: [coq-unimath: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "BUILD_COQ=no" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20210807) - grep: build/CoqMakefile.make: No such file or directory - --- making .coq_makefile_input - coq_makefile -f .coq_makefile_input -o .coq_makefile_output - mv .coq_makefile_output build/CoqMakefile.make - --- making UniMath/Foundations/All.v - --- making UniMath/MoreFoundations/All.v - --- making UniMath/Combinatorics/All.v - --- making UniMath/Algebra/All.v - --- making UniMath/NumberSystems/All.v - --- making UniMath/SyntheticHomotopyTheory/All.v - --- making UniMath/PAdics/All.v - --- making UniMath/CategoryTheory/All.v - --- making UniMath/Bicategories/All.v - --- making UniMath/Ktheory/All.v - --- making UniMath/Topology/All.v - --- making UniMath/RealNumbers/All.v - --- making UniMath/Tactics/All.v - --- making UniMath/SubstitutionSystems/All.v - --- making UniMath/Folds/All.v - --- making UniMath/HomologicalAlgebra/All.v - --- making UniMath/AlgebraicGeometry/All.v - --- making UniMath/Paradoxes/All.v - --- making UniMath/Induction/All.v - --- making UniMath/All.v - ulimit -v unlimited ; make -f build/CoqMakefile.make all - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20210807' - COQDEP VFILES - COQC UniMath/Foundations/Init.v - COQC UniMath/Folds/aux_lemmas.v - File "./UniMath/Foundations/Init.v", line 38, characters 61-73: - Warning: The only parsing modifier has no effect in Reserved Notation. - [irrelevant-reserved-notation-only-parsing,parsing,default] - File "./UniMath/Foundations/Init.v", line 47, characters 62-74: - Warning: The only parsing modifier has no effect in Reserved Notation. - [irrelevant-reserved-notation-only-parsing,parsing,default] - File "./UniMath/Foundations/Init.v", line 69, characters 62-74: - Warning: The only parsing modifier has no effect in Reserved Notation. - [irrelevant-reserved-notation-only-parsing,parsing,default] - File "./UniMath/Foundations/Init.v", line 86, characters 62-74: - Warning: The only parsing modifier has no effect in Reserved Notation. - [irrelevant-reserved-notation-only-parsing,parsing,default] - COQC UniMath/Foundations/Preamble.v - File "./UniMath/Foundations/Preamble.v", line 68, characters 0-18: - Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use - '%_' instead (available since 8.19). The '%' syntax will be reused in a - future version with the same semantics as in terms, that is adding scope to - the stack for all subterms. Code can be adapted with a script like: for f in - $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done - [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] - COQC UniMath/Foundations/PartA.v - File "./UniMath/Foundations/PartA.v", line 350, characters 0-38: - Warning: Declaring arbitrary terms as hints is fragile; it is recommended to - declare a toplevel constant instead [fragile-hint-constr,automation,default] - File "./UniMath/Foundations/PartA.v", line 375, characters 0-37: - Warning: Declaring arbitrary terms as hints is fragile; it is recommended to - declare a toplevel constant instead [fragile-hint-constr,automation,default] - COQC UniMath/MoreFoundations/WeakEquivalences.v - COQC UniMath/Foundations/PartB.v - COQC UniMath/Combinatorics/DecSet.v - COQC UniMath/Foundations/UnivalenceAxiom.v - COQC UniMath/Foundations/PartC.v - COQC UniMath/Foundations/PartD.v - COQC UniMath/Combinatorics/Maybe.v - COQC UniMath/Foundations/Propositions.v - COQC UniMath/Foundations/UnivalenceAxiom2.v - COQC UniMath/Foundations/Sets.v - COQC UniMath/Foundations/HLevels.v - COQC UniMath/Folds/UnicodeNotations.v - COQC UniMath/Foundations/NaturalNumbers.v - COQC UniMath/Foundations/Tests.v - COQC UniMath/MoreFoundations/Bool.v - COQC UniMath/Algebra/BinaryOperations.v - COQC UniMath/Tactics/Utilities.v - COQC UniMath/Folds/folds_precat.v - COQC UniMath/Folds/folds_pre_2_cat.v - File "./UniMath/Folds/folds_precat.v", line 67, characters 11-12: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 67, characters 13-14: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 67, characters 15-16: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 68, characters 12-13: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 68, characters 14-15: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 68, characters 16-17: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 68, characters 24-25: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 68, characters 38-39: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 68, characters 52-53: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 68, characters 54-55: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 70, characters 12-13: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 70, characters 14-15: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 70, characters 16-17: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_precat.v", line 70, characters 18-19: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 11-12: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 13-14: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 15-16: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 12-13: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 14-15: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 16-17: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 24-25: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 38-39: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 52-53: - Warning: Ignoring implicit binder declaration in unexpected positio [...] truncated characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 28-29: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 30-31: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 34-35: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 48-50: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 53-55: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] - File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 148, characters 0-123: - Warning: Notation "_ ;; _" was already defined with a different format. - [notation-incompatible-format,parsing,default] - File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 321, characters 0-117: - Warning: Notation "_ ;; _" was already defined with a different format. - [notation-incompatible-format,parsing,default] - COQC UniMath/CategoryTheory/categories/FinSet.v - COQC UniMath/CategoryTheory/categories/wosets.v - File "./UniMath/CategoryTheory/categories/wosets.v", line 25, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/categories/FinSet.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/GrothendieckTopos.v - File "./UniMath/CategoryTheory/GrothendieckTopos.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/UnivalenceOp.v - File "./UniMath/Bicategories/Core/UnivalenceOp.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/OneTypes.v - COQC UniMath/Bicategories/Core/Examples/TwoType.v - File "./UniMath/Bicategories/Core/Examples/OneTypes.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/Bicategories/Core/Examples/TwoType.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/BicatOfCats.v - File "./UniMath/Bicategories/Core/Examples/BicatOfCats.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/Initial.v - File "./UniMath/Bicategories/Core/Examples/Initial.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/Final.v - File "./UniMath/Bicategories/Core/Examples/Final.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/DispBicat.v - File "./UniMath/Bicategories/DisplayedBicats/DispBicat.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/PseudoFunctors/Display/Base.v - File "./UniMath/Bicategories/PseudoFunctors/Display/Base.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/WkCatEnrichment/Notations.v - File "./UniMath/Bicategories/WkCatEnrichment/Notations.v", line 2, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/WkCatEnrichment/Cat.v - File "./UniMath/Bicategories/WkCatEnrichment/Cat.v", line 13, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/BicategoryOfBicat.v - File "./UniMath/Bicategories/BicategoryOfBicat.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Topology/CategoryTop.v - File "./UniMath/Topology/CategoryTop.v", line 12, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/RealNumbers/All.v - COQC UniMath/Induction/M/Uniqueness.v - File "./UniMath/Induction/M/Uniqueness.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Induction/W/Fibered.v - File "./UniMath/Induction/W/Fibered.v", line 13, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Induction/W/Uniqueness.v - COQC UniMath/Induction/M/ComputationalM.v - File "./UniMath/Induction/W/Uniqueness.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/SyntheticHomotopyTheory/Test.v - File "./UniMath/Induction/M/ComputationalM.v", line 17, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/SyntheticHomotopyTheory/All.v - COQC UniMath/CategoryTheory/EpiFacts.v - COQC UniMath/CategoryTheory/limits/pullbacks_slice_products_equiv.v - File "./UniMath/CategoryTheory/EpiFacts.v", line 20, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/limits/pullbacks_slice_products_equiv.v", line 17, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/AbelianToAdditive.v - COQC UniMath/CategoryTheory/ExactCategories/ExactCategories.v - File "./UniMath/CategoryTheory/AbelianToAdditive.v", line 13, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/ExactCategories/ExactCategories.v", line 22, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/ExactCategories/ExactCategories.v", line 337, characters 8-17: - Error: Found no subterm matching "(j · p')%Cat" in the current goal. - - COQC UniMath/CategoryTheory/categories/HSET/Slice.v - make[2]: *** [build/CoqMakefile.make:848: UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Error 1 - make[2]: *** [UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Deleting file 'UniMath/CategoryTheory/ExactCategories/ExactCategories.glob' - make[2]: *** Waiting for unfinished jobs.... - File "./UniMath/CategoryTheory/categories/HSET/Slice.v", line 29, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - make[1]: *** [build/CoqMakefile.make:417: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20210807' - make: *** [Makefile:92: all] Error 2 [ERROR] The compilation of coq-unimath.20210807 failed at "make BUILD_COQ=no -j4". #=== ERROR while compiling coq-unimath.20210807 ===============================# # 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-unimath.20210807 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 # env-file ~/.opam/log/coq-unimath-30388-050789.env # output-file ~/.opam/log/coq-unimath-30388-050789.out ### output ### # [...] # Error: Found no subterm matching "(j · p')%Cat" in the current goal. # # COQC UniMath/CategoryTheory/categories/HSET/Slice.v # make[2]: *** [build/CoqMakefile.make:848: UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Error 1 # make[2]: *** [UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Deleting file 'UniMath/CategoryTheory/ExactCategories/ExactCategories.glob' # make[2]: *** Waiting for unfinished jobs.... # File "./UniMath/CategoryTheory/categories/HSET/Slice.v", line 29, characters 0-54: # Warning: Overwriting previous delimiting key cat in scope cat # [overwriting-delimiting-key,parsing,default] # make[1]: *** [build/CoqMakefile.make:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20210807' # make: *** [Makefile:92: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-unimath 20210807 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-unimath.20210807 coq.dev' failed. The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true