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.8.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/lukaszcz/coqhammer" dev-repo: "git+https://github.com/lukaszcz/coqhammer.git" bug-reports: "https://github.com/lukaszcz/coqhammer/issues" license: "LGPL-2.1-only" synopsis: "General-purpose automated reasoning hammer tool for Coq" description: """ A general-purpose automated reasoning hammer tool for Coq that combines learning from previous proofs with the translation of problems to the logics of automated systems and the reconstruction of successfully found proofs. """ build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "plugin"] install: [make "install-plugin"] depends: [ "ocaml" "coq" {>= "8.8" & < "8.10~"} "conf-g++" {build} "coq-hammer-tactics" {= version} ] tags: [ "category:Miscellaneous/Coq Extensions" "keyword:automation" "keyword:hammer" "logpath:Hammer" "date:2019-06-12" ] authors: [ "Lukasz Czajka <lukaszcz@mimuw.edu.pl>" "Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>" "Burak Ekici <burak.ekici@uibk.ac.at>" ] url { src: "https://github.com/lukaszcz/coqhammer/archive/v1.1.1-coq8.9.tar.gz" checksum: "sha256=4f167c5fa8cc8a26c81a0efb6f7c360acf4f15151d3d53f8d0c8ab654c8dd814" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-hammer.1.1.1+8.9 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-hammer.1.1.1+8.9 coq.8.8.0
# 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.8.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml The following actions will be performed: - install conf-g++ 1.0 - install coq-hammer-tactics 1.1.1+8.9 ===== 2 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The sources of the following couldn't be obtained, aborting: - coq-hammer-tactics.1.1.1+8.9: Bad checksum
true
No files were installed.
true