# 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 8.15.1 Formal proof management system dune 3.6.2 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.5 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" synopsis: "Numerical Analysis in Coq" maintainer: "MILC project <milc@inria.fr>" authors: [ "Sylvie Boldo" "François Clément" "Vincent Martin" "Micaela Mayero" "Florian Faissole" "Houda Mouhcine" "Louise Leclerc" "Stéphane Aubry" ] homepage: "https://lipn.univ-paris13.fr/coq-num-analysis/" dev-repo: "git+https://lipn.univ-paris13.fr/coq-num-analysis/" bug-reports: "https://lipn.univ-paris13.fr/coq-num-analysis/issues" license: "LGPL-3.0-or-later" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.15.0"} "coq-mathcomp-ssreflect" {>= "1.15.0"} "coq-coquelicot" {= "3.2.0"} "coq-flocq" {>= "4.1.0"} ] tags: [ "category:Mathematics/Real Calculus and Topology" "keyword:real analysis" "keyword:Lax-Milgram theorem" "keyword:Lebesgue integration" "keyword:Tonelli theorem" "keyword:Bochner integration" "logpath:Lebesgue" "logpath:LM" "date:2022-09-06" ] url { src: "https://depot.lipn.univ-paris13.fr/mayero/coq-num-analysis/-/archive/1.0/coq-num-analysis-1.0.tar.gz" checksum: "sha256=c230cb37b61e3b9de8619b66e470981ba986a4009c6e9dda0d3958d0858df40a" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-num-analysis.1.0.0 coq.8.15.1
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-num-analysis.1.0.0 coq.8.15.1
# 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 8.15.1 Formal proof management system dune 3.6.2 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.5 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install conf-g++ 1.0 - install coq-mathcomp-ssreflect 1.16.0 - install coq-flocq 4.1.0 - install coq-coquelicot 3.2.0 ===== 4 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-flocq.4.1.0] downloaded from https://flocq.gitlabpages.inria.fr/releases/flocq-4.1.0.tar.gz [coq-coquelicot.3.2.0] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz [coq-mathcomp-ssreflect.1.16.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.16.0.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-g++.1.0 -> installed coq-mathcomp-ssreflect.1.16.0 [ERROR] The compilation of coq-coquelicot failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4". -> installed coq-flocq.4.1.0 #=== ERROR while compiling coq-coquelicot.3.2.0 ===============================# # context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-coquelicot.3.2.0 # command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4 # exit-code 1 # env-file ~/.opam/log/coq-coquelicot-9590-4345db.env # output-file ~/.opam/log/coq-coquelicot-9590-4345db.out ### output ### # [...] # Failed to build theories/AutoDerive.vo # Failed to build theories/Continuity.vo # Failed to build theories/Complex.vo # Failed to build all # Finished theories/Markov.vo # Finished theories/Compactness.vo # Finished theories/Rbar.vo # File "./theories/Lub.v", line 24, characters 0-40: # Warning: # New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function. # [ambiguous-paths,typechecker] # Finished theories/Lub.vo <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-coquelicot 3.2.0 +- +- The following changes have been performed | - install conf-g++ 1.0 | - install coq-flocq 4.1.0 | - install coq-mathcomp-ssreflect 1.16.0 +- # 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.14.0/.opam-switch/backup/state-20230214174011.export"
true
No files were installed.
true