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" authors: "Xavier Leroy <xavier.leroy@inria.fr>" maintainer: "Jacques-Henri Jourdan <jacques-Henri.jourdan@normalesup.org>" homepage: "http://compcert.inria.fr/" dev-repo: "git+https://github.com/AbsInt/CompCert.git" bug-reports: "https://github.com/AbsInt/CompCert/issues" license: "INRIA Non-Commercial License Agreement" patches: [ "0001-Configure-the-correct-archiver-to-build-runtime-libc.patch" ] build: [ ["./configure" "amd64-linux" {os = "linux"} "amd64-macosx" {os = "macos"} "amd64-cygwin" {os = "cygwin"} # This is for building a MinGW CompCert with cygwin host and cygwin target "amd64-cygwin" {os = "win32" & os-distribution = "cygwinports"} # This is for building a 64 bit CompCert on 32 bit MinGW with cygwin build host "-toolprefix" {os = "win32" & os-distribution = "cygwinports" & arch = "i686"} "x86_64-pc-cygwin-" {os = "win32" & os-distribution = "cygwinports" & arch = "i686"} "-prefix" "%{prefix}%" "-install-coqdev" "-clightgen" "-use-external-Flocq" "-use-external-MenhirLib" "-coqdevdir" "%{lib}%/coq/user-contrib/compcert" "-ignore-coq-version"] [make "-j%{jobs}%" {ocaml:version >= "4.06"}] ] install: [ [make "install"] ] depends: [ "coq" {>= "8.8.0" & < "8.14"} "menhir" {>= "20190626" & <= "20210310" } "ocaml" {>= "4.05.0"} "coq-flocq" {>= "3.1.0" & < "4~"} "coq-menhirlib" {>= "20190626" & <= "20210310"} ] synopsis: "The CompCert C compiler (64 bit)" tags: [ "category:Computer Science/Semantics and Compilation/Compilation" "category:Computer Science/Semantics and Compilation/Semantics" "keyword:C" "keyword:compiler" "logpath:compcert" "date:2020-12-21" ] url { src: "https://github.com/AbsInt/CompCert/archive/v3.8.tar.gz" checksum: "sha512=ba669eb2098eb80ba393404f45b814113cf9e1d9497b074f7158c8e3857fdfdf72a95c7b177b1342689cf802efd7e0004356a89bb010cbbf496fca8a4f9fbda7" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-compcert.3.8 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-compcert.3.8 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 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 The following actions will be performed: - downgrade ocamlfind 1.9.3 to 1.9.1 - install coq-menhirlib 20210310 - install conf-g++ 1.0 - install ocaml-secondary-compiler 4.08.1-1 - install coq-flocq 3.4.3 - install ocamlfind-secondary 1.9.1 - install dune 3.2.0 - install menhirSdk 20210310 - install menhirLib 20210310 - install menhir 20210310 ===== 9 to install | 1 to downgrade ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-menhirlib.20210310] downloaded from https://gitlab.inria.fr/fpottier/menhir/-/archive/20210310/archive.tar.gz [menhirLib.20210310] found in cache [menhir.20210310] downloaded from cache at https://opam.ocaml.org/cache [dune.3.2.0] downloaded from cache at https://opam.ocaml.org/cache [menhirSdk.20210310] found in cache [ocaml-secondary-compiler.4.08.1-1] downloaded from cache at https://opam.ocaml.org/cache [ocamlfind.1.9.1] downloaded from cache at https://opam.ocaml.org/cache [ocamlfind-secondary.1.9.1] downloaded from cache at https://opam.ocaml.org/cache [ocaml-secondary-compiler.4.08.1-1/alt-signal-stack.patch] downloaded from https://opam.ocaml.org/cache [ERROR] The sources of the following couldn't be obtained, aborting: - coq-flocq.3.4.3: Curl failed
true
No files were installed.
true