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 1 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.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.1 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "francois.pottier@inria.fr" authors: [ "Arthur Charguéraud <arthur.chargueraud@inria.fr>" ] homepage: "https://gitlab.inria.fr/charguer/tlc" dev-repo: "git+https://gitlab.inria.fr/charguer/tlc.git" bug-reports: "tlc-users@lists.gforge.inria.fr" license: "CeCILL-B" build: [ [make "-j%{jobs}%"] ] install: [ [make "install"] ] remove: [ [make "uninstall"] ] depends: [ "ocaml" "coq" {>= "8.6" & < "8.10~"} ] synopsis: "A general-purpose alternative to Coq's standard library" description: """ TLC relies on the axioms of functional extensionality, propositional extensionality, and indefinite description (also known as Hilbert's epsilon operator). The consequences of these axioms include the law of the excluded middle as well as proof irrelevance. Accepting these axioms often makes life significantly simpler. TLC takes advantage of Coq's type class mechanism. In particular, this allows for common operators and lemma names for all container data structures and all order relations. TLC includes the optimal fixed point combinator, which allows arbitrarily-complex recursive and co-recursive definitions. TLC provides a collection of tactics that enhance the default tactics provided by Coq. These tactics help construct more concise and more robust proof scripts.""" url { src: "http://tlc.gforge.inria.fr/releases/tlc-20171206.tar.gz" checksum: "md5=15266112d338c2d3031231e4ee1d36ac" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-tlc.20171206 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-tlc.20171206 coq.8.7.1+2
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-tlc.20171206 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-findutils 1 Virtual package relying on findutils conf-perl 1 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.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.1 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-tlc 20171206 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-tlc.20171206: http] [ERROR] The sources of the following couldn't be obtained, aborting: - coq-tlc.20171206: http://tlc.gforge.inria.fr/releases/tlc-20171206.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.09.1/.opam-switch/sources/coq-tlc.20171206/tlc-20171206.tar.gz.part http://tlc.gforge.inria.fr/releases/tlc-20171206.tar.gz" exited with code 28) 'opam install -y -v coq-tlc.20171206 coq.8.7.1+2' failed.
No files were installed.
true