# 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: "Reynald Affeldt <reynald.affeldt@aist.go.jp>" homepage: "https://github.com/math-comp/analysis" dev-repo: "git+https://github.com/math-comp/analysis.git" bug-reports: "https://github.com/math-comp/analysis/issues" license: "CECILL-C" synopsis: "An analysis library for mathematical components" description: """ This repository contains an experimental library for real analysis for the Coq proof-assistant and using the Mathematical Components library.""" build: [make "-j%{jobs}%" ] install: [make "install"] depends: [ "coq" { (>= "8.11" & < "8.14~") | (= "dev") } "coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.13~") | (= "dev") } "coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.13~") | (= "dev") } "coq-mathcomp-algebra" { (>= "1.12.0" & < "1.13~") | (= "dev") } "coq-mathcomp-solvable" { (>= "1.12.0" & < "1.13~") | (= "dev") } "coq-mathcomp-field" { (>= "1.12.0" & < "1.13~") | (= "dev") } "coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") } "coq-mathcomp-bigenough" { (>= "1.0.0") } "coq-hierarchy-builder" { >= "0.10.0" | (= "dev") } ] tags: [ "keyword:analysis" "keyword:topology" "keyword:real numbers" "date:2021-06-12" "logpath:mathcomp.analysis" ] authors: [ "Reynald Affeldt" "Cyril Cohen" "Marie Kerjean" "Assia Mahboubi" "Damien Rouhling" "Pierre Roux" "Kazuhiko Sakaguchi" "Pierre-Yves Strub" "Laurent Théry" ] url { http: "https://github.com/math-comp/analysis/archive/0.3.9.tar.gz" checksum: "sha512=150e3f485f21d4b0a8978c36c39e8dcec1a2dc791a3f0aa7a9e89e2d8b438503dcb649301fa4291d7acbbda08cf495181066efd0d1f1d79fd39ae1a24835c948" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-analysis.0.3.9 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-mathcomp-analysis.0.3.9 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-analysis.0.3.9 coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation conf-perl 2 Virtual package relying on perl coq dev Formal proof management system coq-elpi dev Elpi extension language for Coq coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes coq-mathcomp-algebra dev Mathematical Components Library on Algebra coq-mathcomp-bigenough dev A small library to do epsilon - N reasonning coq-mathcomp-field dev Mathematical Components Library on Fields coq-mathcomp-fingroup dev Mathematical Components Library on finite groups coq-mathcomp-finmap dev Finite sets, finite maps, finitely supported functions coq-mathcomp-solvable dev Mathematical Components Library on finite groups (II) coq-mathcomp-ssreflect dev Small Scale Reflection cppo 1.6.8 Code preprocessor like cpp for OCaml dune 3.0.3 Fast, portable, and opinionated build system elpi 1.14.1 ELPI - Embeddable λProlog Interpreter ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged 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 ppx_derivers 1.2.1 Shared [@@deriving] plugin registry ppx_deriving 5.2.1 Type-driven code generation for OCaml ppxlib 0.25.0 Standard library for ppx rewriters re 1.10.3 RE is a regular expression library for OCaml result 1.5 Compatibility Result module seq 0.2.2 Compatibility package for OCaml's standard iterator type starting from 4.07 sexplib0 v0.14.0 Library containing the definition of S-expressions and some base converters stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler zarith 1.12 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-mathcomp-analysis 0.3.9 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-mathcomp-analysis.0.3.9: http] [coq-mathcomp-analysis.0.3.9] downloaded from https://github.com/math-comp/analysis/archive/0.3.9.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-mathcomp-analysis: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9) - /home/bench/.opam/ocaml-base-compiler.4.06.1/bin/coq_makefile -f _CoqProject -o Makefile.coq - make -f Makefile.coq - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9' - COQDEP VFILES - COQC theories/boolp.v - COQC theories/forms.v - COQC theories/altreals/xfinmap.v - COQC theories/classical_sets.v - COQC theories/nngnum.v - File "./theories/forms.v", line 126, characters 0-52: - Warning: class_of_axiom does not respect the uniform inheritance condition - [uniform-inheritance,typechecker] - File "./theories/forms.v", line 142, characters 0-48: - Warning: additiver does not respect the uniform inheritance condition - [uniform-inheritance,typechecker] - File "./theories/forms.v", line 143, characters 0-45: - Warning: linearr does not respect the uniform inheritance condition - [uniform-inheritance,typechecker] - File "./theories/forms.v", line 144, characters 0-20: - Warning: Ignoring canonical projection to apply by GRing.Additive.apply in - additiver: redundant with additiver - [redundant-canonical-projection,typechecker] - File "./theories/forms.v", line 145, characters 0-18: - Warning: Ignoring canonical projection to apply by GRing.Linear.apply in - linearr: redundant with linearr [redundant-canonical-projection,typechecker] - File "./theories/forms.v", line 146, characters 0-20: - Warning: Ignoring canonical projection to applyr_head by GRing.Additive.apply - in additivel: redundant with additivel - [redundant-canonical-projection,typechecker] - File "./theories/forms.v", line 147, characters 0-18: - Warning: Ignoring canonical projection to applyr_head by GRing.Linear.apply - in linearl: redundant with linearl - [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 88, characters 0-25: - Warning: Ignoring canonical projection to NngNumDef by Sub in nngnum_subType: - redundant with nngnum_subType [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 88, characters 0-25: - Warning: Ignoring canonical projection to num_of_nng by val in - nngnum_subType: redundant with nngnum_subType - [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 88, characters 0-25: - Warning: Ignoring canonical projection to nngnum_of by sub_sort in - nngnum_subType: redundant with nngnum_subType - [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 89, characters 0-24: - Warning: Ignoring canonical projection to nngnum_of by Equality.sort in - nngnum_eqType: redundant with nngnum_eqType - [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 90, characters 0-28: - Warning: Ignoring canonical projection to nngnum_of by Choice.sort in - nngnum_choiceType: redundant with nngnum_choiceType - [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 91, characters 0-28: - Warning: Ignoring canonical projection to nngnum_of by Order.POrder.sort in - nngnum_porderType: redundant with nngnum_porderType - [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 92, characters 0-29: - Warning: Ignoring canonical projection to nngnum_of by Order.Lattice.sort in - nngnum_latticeType: redundant with nngnum_latticeType - [redundant-canonical-projection,typechecker] - File "./theories/nngnum.v", line 93, characters 0-27: - Warning: Ignoring canonical projection to nngnum_of by Order.Total.sort in - nngnum_orderType: redundant with nngnum_orderType - [redundant-canonical-projection,typechecker] - COQC theories/posnum.v - COQC theories/prodnormedzmodule.v - File "./theories/prodnormedzmodule.v", line 56, characters 0-25: - Warning: Ignoring canonical projection to prod by Num.NormedZmodule.sort in - @normedZmodType: redundant with @normedZmodType - [redundant-canonical-projection,typechecker] - COQC theories/cardinality.v - COQC theories/reals.v - COQC theories/topology.v - COQC theories/altreals/discrete.v - File "./theories/topology.v", line 682, characters 0-31: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/topology.v", line 693, characters 0-32: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/topology.v", line 868, characters 0-27: - Error: No such goal. - - make[2]: *** [Makefile.coq:792: theories/topology.vo] Error 1 - make[1]: *** [Makefile.coq:410: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9' - make: *** [Makefile.common:63: this-build] Error 2 [ERROR] The compilation of coq-mathcomp-analysis failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-mathcomp-analysis.0.3.9 ========================# # context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-mathcomp-analysis-24461-335865.env # output-file ~/.opam/log/coq-mathcomp-analysis-24461-335865.out ### output ### # [...] # release. For the time being, adding instances outside of sections without # specifying an explicit locality attribute is therefore deprecated. It is # recommended to use "export" whenever possible. Use the attributes #[local], # #[global] and #[export] depending on your choice. For example: "#[export] # Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] # File "./theories/topology.v", line 868, characters 0-27: # Error: No such goal. # # make[2]: *** [Makefile.coq:792: theories/topology.vo] Error 1 # make[1]: *** [Makefile.coq:410: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9' # make: *** [Makefile.common:63: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-mathcomp-analysis 0.3.9 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-mathcomp-analysis.0.3.9 coq.dev' failed.
No files were installed.
true