# 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.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: "2.0" name: "coq-mathcomp-real-closed" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" homepage: "https://github.com/math-comp/real-closed" bug-reports: "https://github.com/math-comp/real-closed/issues" dev-repo: "git+https://github.com/math-comp/real-closed.git" license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] install: [ make "install" ] depends: [ "coq" { (>= "8.7" & < "8.12~") } "coq-mathcomp-field" {(>= "1.11" & <= "1.12~")} "coq-mathcomp-bigenough" {(>= "1.0.0" & < "1.1~")} ] tags: [ "keyword:real closed field" "keyword:small scale reflection" "keyword:mathematical components" "date:2019-05-23" "logpath:mathcomp"] authors: [ "Cyril Cohen <>" "Assia Mahboubi <>" ] synopsis: "Mathematical Components Library on real closed fields" description: """ This library contains definitions and theorems about real closed fields, with a construction of the real closure and the algebraic closure (including a proof of the fundamental theorem of algebra). It also contains a proof of decidability of the first order theory of real closed field, through quantifier elimination. """ url { http: "https://github.com/math-comp/real-closed/archive/1.0.5.tar.gz" checksum: "sha512=e1bbd636162275edc2a578cf3c3e0f2fae2deac3faa4535e2aaaef9208e544aaed2c2750787dfb34e8925df0c3ac34295363050e10fc9995f9513c18ad2ddcd0" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-real-closed.1.0.5 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-real-closed.1.0.5 coq.8.10.dev
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y coq-mathcomp-real-closed.1.0.5 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-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.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.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-real-closed 1.0.5 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-mathcomp-real-closed.1.0.5] downloaded from https://github.com/math-comp/real-closed/archive/1.0.5.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-mathcomp-real-closed failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4". #=== ERROR while compiling coq-mathcomp-real-closed.1.0.5 =====================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-mathcomp-real-closed.1.0.5 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 # env-file ~/.opam/log/coq-mathcomp-real-closed-25050-335865.env # output-file ~/.opam/log/coq-mathcomp-real-closed-25050-335865.out ### output ### # [...] # File "./theories/ordered_qelim.v", line 718, characters 0-80: # Warning: Nothing to inject. # File "./theories/ordered_qelim.v", line 718, characters 0-80: # Warning: Nothing to inject. # File "./theories/ordered_qelim.v", line 718, characters 0-80: # Warning: Nothing to inject. # File "./theories/ordered_qelim.v", line 1037, characters 0-73: # Warning: Duplicate clear of hu [duplicate-clear,ssr] # File "./theories/ordered_qelim.v", line 1086, characters 0-53: # Warning: Duplicate clear of ih [duplicate-clear,ssr] # make[1]: *** [Makefile.coq:321: all] Error 2 # make: *** [Makefile:15: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-mathcomp-real-closed 1.0.5 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true