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 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.7.1+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.5 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "Jason Gross <jgross@mit.edu>" homepage: "http://homotopytypetheory.org/" bug-reports: "https://github.com/HoTT/HoTT/issues" license: "BSD-2-Clause" build: [ ["rm" ".gitmodules"] ["bash" "-c" "./autogen.sh || :"] ["./configure" "COQBIN=%{bin}%" "--prefix=%{prefix}%"] [make "-j%{jobs}%"] ] install: [make "install"] depends: [ "conf-autoconf" {build} "ocaml" "ocamlfind" {build} "coq" {>= "8.7" & < "8.8~"} ] authors: ["The Coq-HoTT Development Team"] dev-repo: "git+https://github.com/HoTT/HoTT.git" synopsis: "The Homotopy Type Theory library" tags: ["logpath:HoTT"] url { src: "https://github.com/HoTT/HoTT/archive/V8.7.tar.gz" checksum: "sha512=1f0b506eb321864f5fdd3c15be690218549ad9da8f01e8171bc859e3ba383c4347409b3d539f853b92b2e44f3a5ed22a7d49fe37e23e45575af7a25d5d8e4e49" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-hott.8.7 coq.8.7.1+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-hott.8.7 coq.8.7.1+2
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-hott.8.7 coq.8.7.1+2
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-autoconf 0.1 Virtual package relying on autoconf installation conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl conf-which 1 Virtual package relying on which coq 8.7.1+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.5 A library manager for OCaml [NOTE] Package coq is already installed (current version is 8.7.1+2). The following actions will be performed: - install coq-hott 8.7 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-hott.8.7: http] [ERROR] The sources of the following couldn't be obtained, aborting: - coq-hott.8.7: https://github.com/HoTT/HoTT/archive/V8.7.tar.gz (Bad checksum, expected sha512=1f0b506eb321864f5fdd3c15be690218549ad9da8f01e8171bc859e3ba383c4347409b3d539f853b92b2e44f3a5ed22a7d49fe37e23e45575af7a25d5d8e4e49) 'opam install -y -v coq-hott.8.7 coq.8.7.1+2' failed.
No files were installed.
true