# 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: "guillaume.melquiond@inria.fr" homepage: "https://coqinterval.gitlabpages.inria.fr/" dev-repo: "git+https://gitlab.inria.fr/coqinterval/interval.git" bug-reports: "https://gitlab.inria.fr/coqinterval/interval/issues" license: "CeCILL-C" build: [ ["autoconf"] {dev} ["./configure"] ["./remake" "-j%{jobs}%"] ] install: ["./remake" "install"] depends: [ "coq" {>= "8.8" & < "8.15~"} "coq-bignums" "coq-flocq" {>= "3.1"} "coq-mathcomp-ssreflect" {>= "1.6"} "coq-coquelicot" {>= "3.0"} "conf-autoconf" {build & dev} ("conf-g++" {build} | "conf-clang" {build}) ] tags: [ "keyword:interval arithmetic" "keyword:decision procedure" "keyword:floating-point arithmetic" "keyword:reflexive tactic" "keyword:Taylor models" "category:Mathematics/Real Calculus and Topology" "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" "logpath:Interval" "date:2021-11-08" ] authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" "Γrik Martin-Dorel <erik.martin-dorel@irit.fr>" "Pierre Roux <pierre.roux@onera.fr>" "Thomas Sibut-Pinote <thomas.sibut-pinote@inria.fr>" ] synopsis: "A Coq tactic for proving bounds on real-valued expressions automatically" url { src: "https://coqinterval.gitlabpages.inria.fr/releases/interval-4.3.1.tar.gz" checksum: "sha512=ca04b178eecc6264116daf52a6b3dc6ca8f8bd9ce704761e574119a2caeceb4367b1c1e7b715b38ec79f4e226d87c3f39efdbde94b2415ef17ce39b0fe9ba9d8" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-interval.4.3.1 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-interval.4.3.1 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 ===== 5 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-coquelicot.3.2.0] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz [coq-flocq.3.4.3] downloaded from https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.3.tar.gz [coq-bignums.8.10.0] downloaded from https://github.com/coq/bignums/archive/V8.10.0.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 [ERROR] The compilation of coq-flocq failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4". #=== ERROR while compiling coq-flocq.3.4.3 ====================================# # 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-flocq.3.4.3 # command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4 # exit-code 1 # env-file ~/.opam/log/coq-flocq-25847-8b8e2c.env # output-file ~/.opam/log/coq-flocq-25847-8b8e2c.out ### output ### # [...] # Finished src/IEEE754/BinarySingleNaN.vo # Finished src/IEEE754/Bits.vo # Finished src/Prop/Double_rounding.vo # Finished src/Prop/Div_sqrt_error.vo # File "./src/Pff/Pff.v", line 27908, characters 0-10: # Warning: Removed file ./src/Pff/Pff.vo # Error: System error: "No space left on device" # # Failed to build src/Pff/Pff.vo # Failed to build all # Failed to build src/Pff/Pff2FlocqAux.vo # Failed to build src/Pff/Pff2Flocq.vo <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-flocq 3.4.3 +- +- 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-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-20220920194203.export"
true
No files were installed.
true