# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 1.4 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.9.5 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "yves.bertot@inria.fr" homepage: "http://www-sop.inria.fr/members/Yves.Bertot/" bug-reports: "yves.bertot@inria.fr" license: "CECILL-B" build: [["coq_makefile" "-f" "_CoqProject" "-o" "Makefile" ] [ make "-j" "%{jobs}%" ]] install: [ make "install" "DEST='%{lib}%/coq/user-contrib/pi_agm'" ] depends: [ "ocaml" "coq" {>= "8.10" & < "8.12~"} "coq-coquelicot" {>= "3" & < "4~"} "coq-interval" {>= "4"} ] dev-repo: "git+https://github.com/ybertot/pi-agm.git" tags: [ "keyword:real analysis" "keyword:pi" "category:Mathematics/Real Calculus and Topology" "logpath:agm" "date:2020-06-23" ] authors: [ "Yves Bertot <yves.bertot@inria.fr>" ] synopsis: "Computing thousands or millions of digits of PI with arithmetic-geometric means" description: """ This is a proof of correctness for two algorithms to compute PI to high precision using arithmetic-geometric means. A first file contains the calculus-based proofs for an abstract view of the algorithm, where all numbers are real numbers. A second file describes how to approximate all computations using large integers. Other files describe the second algorithm which is close to the one used in mpfr, for instance. The whole development can be used to produce mathematically proved and formally verified approximations of PI.""" url { src: "https://github.com/ybertot/pi-agm/archive/v1.2.5.zip" checksum: "sha256=0cb93b44a7198bd157cb16a661b70e0e2ccf858bdbf142815740136b69b52627" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-pi-agm.1.2.5 coq.8.10.2
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-pi-agm.1.2.5 coq.8.10.2
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 1.4 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.9.5 A library manager for OCaml The following actions will be performed: - install conf-g++ 1.0 - install coq-bignums 8.10.0 - install coq-mathcomp-ssreflect 1.12.0 - install coq-flocq 3.4.3 - install coq-coquelicot 3.2.0 - install coq-interval 4.5.2 ===== 6 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-coquelicot.3.2.0] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz [coq-bignums.8.10.0] downloaded from https://github.com/coq/bignums/archive/V8.10.0.tar.gz [coq-flocq.3.4.3] downloaded from https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.3.tar.gz [coq-interval.4.5.2] downloaded from https://coqinterval.gitlabpages.inria.fr/releases/interval-4.5.2.tar.gz [coq-mathcomp-ssreflect.1.12.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.12.0.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-g++.1.0 -> installed coq-bignums.8.10.0 -> installed coq-mathcomp-ssreflect.1.12.0 -> installed coq-coquelicot.3.2.0 -> installed coq-flocq.3.4.3 [ERROR] The compilation of coq-interval failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4". #=== ERROR while compiling coq-interval.4.5.2 =================================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-interval.4.5.2 # command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4 # exit-code 1 # env-file ~/.opam/log/coq-interval-11003-4d7566.env # output-file ~/.opam/log/coq-interval-11003-4d7566.out ### output ### # [...] # File "./src/Poly/Datatypes.v", line 25, characters 0-96: # Warning: Notation "_ ^ _" was already used in scope nat_scope. # [notation-overridden,parsing] # Finished src/Float/Sig.vo # File "./src/Interval/Univariate_sig.v", line 176, characters 0-21: # Warning: Removed file ./src/Interval/Univariate_sig.vo # Error: System error: "No space left on device" # # Failed to build src/Interval/Univariate_sig.vo # Failed to build src/Poly/Taylor_model.vo # File "./src/Poly/Datatypes.v", line 648, characters 0-45: # Error: System error: "No sp <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-interval 4.5.2 +- +- The following changes have been performed | - install conf-g++ 1.0 | - install coq-bignums 8.10.0 | - install coq-coquelicot 3.2.0 | - install coq-flocq 3.4.3 | - install coq-mathcomp-ssreflect 1.12.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.09.1/.opam-switch/backup/state-20220920220419.export"
true
No files were installed.
true