This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to github.com/coq/opam-coq-archive. The list of black-listed packages is in black_list.rb.
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.8.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 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.17~"} "coq-bignums" {< "9~"} "coq-flocq" {>= "3.1"} "coq-mathcomp-ssreflect" {>= "1.6" & < "2~"} "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:2022-08-25" ] 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.5.2.tar.gz" checksum: "sha512=74be5915cb242f3a9fecab6a60d33169ddf20a21dd4479258fe869e59d77e212ec08890864d2adfcc9d27c132a9839b50d88e3d8ba8f791adba4dcc3c067b903" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-interval.4.5.2 coq.8.8.0
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.5.2 coq.8.8.0
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.8.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 A library manager for OCaml The following actions will be performed: - install conf-g++ 1.0 - install coq-bignums 8.8.0 - install coq-mathcomp-ssreflect 1.11.0 - install coq-flocq 3.4.3 - install coq-coquelicot 3.2.0 ===== 5 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-bignums.8.8.0] downloaded from https://github.com/coq/bignums/archive/V8.8.0.tar.gz [coq-mathcomp-ssreflect.1.11.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.11.0.tar.gz [ERROR] The sources of the following couldn't be obtained, aborting: - coq-coquelicot.3.2.0: curl error code 502 - coq-flocq.3.4.3: curl error code 502
true
No files were installed.
true