# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic 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.8.1 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "pierre-yves@strub.nu" homepage: "https://github.com/math-comp/analysis" bug-reports: "https://github.com/math-comp/analysis/issues" dev-repo: "git+https://github.com/math-comp/analysis.git" license: "CECILL-C" authors: [ "Reynald Affeldt" "Cyril Cohen" "Assia Mahboubi" "Damien Rouhling" "Pierre-Yves Strub" ] build: [ [make "INSTMODE=global" "config"] [make "-j%{jobs}%"] ] install: [ [make "install"] ] depends: [ "coq" { ((>= "8.7" & < "8.12~") | = "dev") } "coq-mathcomp-field" {(>= "1.11" & < "1.12~")} "coq-mathcomp-finmap" {(>= "1.5.0" & < "1.6~")} ] 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. It is inspired by the Coquelicot library. """ tags: [ "category:Mathematics/Real Calculus and Topology" "keyword: analysis" "keyword: topology" "keyword: real numbers" "logpath: mathcomp.analysis" "date:2020-05-26" ] url { http: "https://github.com/math-comp/analysis/archive/v0.3.0.tar.gz" checksum: "sha512=6e1c28dfaf2de8158bede36c81f0481068eb3c3bbd76e2e71ec3743457120575de378b74689e498ce77a19bb70b556f3dff799281f19771d4fcee026e3cf9545" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-analysis.0.3.0 coq.8.10.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 2h opam install -y --deps-only coq-mathcomp-analysis.0.3.0 coq.8.10.dev
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y coq-mathcomp-analysis.0.3.0 coq.8.10.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-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system coq-mathcomp-algebra 1.11.0 Mathematical Components Library on Algebra coq-mathcomp-bigenough 1.0.0 A small library to do epsilon - N reasonning coq-mathcomp-field 1.11.0 Mathematical Components Library on Fields coq-mathcomp-fingroup 1.11.0 Mathematical Components Library on finite groups coq-mathcomp-finmap 1.5.0 Finite sets, finite maps, finitely supported functions, orders coq-mathcomp-solvable 1.11.0 Mathematical Components Library on finite groups (II) coq-mathcomp-ssreflect 1.11.0 Small Scale Reflection num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic 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.8.1 A library manager for OCaml [NOTE] Package coq is already installed (current version is 8.10.dev). The following actions will be performed: - install coq-mathcomp-analysis 0.3.0 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-mathcomp-analysis.0.3.0] downloaded from https://github.com/math-comp/analysis/archive/v0.3.0.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [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.0 ========================# # 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-mathcomp-analysis.0.3.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-mathcomp-analysis-16872-2dea01.env # output-file ~/.opam/log/coq-mathcomp-analysis-16872-2dea01.out ### output ### # [...] # File "./theories/ereal.v", line 32, characters 0-44: # Warning: Declaring a scope implicitly is deprecated; use in advance an # explicit "Declare Scope ereal_scope.". [undeclared-scope,deprecated] # File "./theories/ereal.v", line 199, characters 7-47: # Error: The LHS of meetC # (_ `&` _)%O # does not match any subterm of the goal # # make[2]: *** [Makefile.coq:658: theories/ereal.vo] Error 1 # make[1]: *** [Makefile.coq:321: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-analysis.0.3.0' # make: *** [Makefile.common:63: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-mathcomp-analysis 0.3.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true