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
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
dune 3.8.1 Fast, portable, and opinionated build system
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "http://coquelicot.saclay.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "https://gitlab.inria.fr/coquelicot/coquelicot/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.12"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:real analysis"
"keyword:topology"
"keyword:filters"
"keyword:metric spaces"
"category:Mathematics/Real Calculus and Topology"
"logpath:Coquelicot"
"date:2023-05-13"
]
authors: [
"Sylvie Boldo <sylvie.boldo@inria.fr>"
"Catherine Lelay <catherine.lelay@inria.fr>"
"Guillaume Melquiond <guillaume.melquiond@inria.fr>"
]
synopsis: "A Coq formalization of real analysis compatible with the standard library"
url {
src: "https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.3.1.tar.gz"
checksum: "sha512=d1f3b8cf07b6dde411c310e65fe144ece064b9c5d13ef517687e18888d8bfd9f1a0757c12ad175e621d357ca783793b296f4278ea70579e2f330d339bcbec52c"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-coquelicot.3.3.1 coq.8.14.1Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coquelicot.3.3.1 coq.8.14.1opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coquelicot.3.3.1 coq.8.14.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-g++ 1.0 Virtual package relying on the g++ compiler (for C++)
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
coq-mathcomp-ssreflect 1.16.0 Small Scale Reflection
dune 3.8.1 Fast, portable, and opinionated build system
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.14.1).
The following actions will be performed:
- install coq-coquelicot 3.3.1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/1: [coq-coquelicot.3.3.1: http]
[ERROR] The sources of the following couldn't be obtained, aborting:
- coq-coquelicot.3.3.1:
https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.3.1.tar.gz (Curl failed: "/usr/bin/curl --write-out %{http_code}\\n --retry 3 --retry-delay 2 --user-agent opam/2.0.1 -L -o /home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/sources/coq-coquelicot.3.3.1/coquelicot-3.3.1.tar.gz.part https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.3.1.tar.gz" exited with code 60)
'opam install -y -v coq-coquelicot.3.3.1 coq.8.14.1' failed.
No files were installed.
true