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-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.2 Formal proof management system num 1.4 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.9.3 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "guillaume.melquiond@inria.fr" homepage: "https://flocq.gitlabpages.inria.fr/" dev-repo: "git+https://gitlab.inria.fr/flocq/flocq.git" bug-reports: "https://gitlab.inria.fr/flocq/flocq/issues" license: "LGPL-3.0-or-later" build: [ ["autoconf"] {dev} ["./configure"] ["./remake" "-j%{jobs}%"] ] install: ["./remake" "install"] depends: [ "coq" {>= "8.7" & < "8.16~"} "conf-autoconf" {build & dev} ("conf-g++" {build} | "conf-clang" {build}) ] tags: [ "keyword:floating-point arithmetic" "logpath:Flocq" "date:2022-01-17" ] authors: [ "Sylvie Boldo <sylvie.boldo@inria.fr>" "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ] synopsis: "A formalization of floating-point arithmetic for the Coq system" url { src: "https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.3.tar.gz" checksum: "sha512=10f407e91e0d601b502b2c89104a8753dfcc3d9572f0fd9d007c7692d3d6c96fd5652fb103bcf2396a64236947734ee725c01f4ba2901565f9da38667f538d5a" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-flocq.3.4.3 coq.8.12.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-flocq.3.4.3 coq.8.12.2
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-flocq.3.4.3 coq.8.12.2
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-g++ 1.0 Virtual package relying on the g++ compiler (for C++) coq 8.12.2 Formal proof management system num 1.4 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.9.3 A library manager for OCaml [NOTE] Package coq is already installed (current version is 8.12.2). The following actions will be performed: - install coq-flocq 3.4.3 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-flocq.3.4.3: http] [ERROR] The sources of the following couldn't be obtained, aborting: - coq-flocq.3.4.3: https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.3.tar.gz (Curl failed: "/usr/bin/curl --write-out %{http_code}\\n --retry 3 --retry-delay 2 --user-agent opam/2.0.6 -L -o /home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/sources/coq-flocq.3.4.3/flocq-3.4.3.tar.gz.part https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.3.tar.gz" exited with code 60) 'opam install -y -v coq-flocq.3.4.3 coq.8.12.2' failed.
No files were installed.
true