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-num base Num library distributed with the OCaml compiler 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.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: "2.0" maintainer: "dev@clarus.me" homepage: "https://github.com/coq-concurrency/system" dev-repo: "git+https://github.com/coq-concurrency/system.git" bug-reports: "https://github.com/coq-concurrency/system/issues" authors: ["Guillaume Claret"] license: "MIT" build: [ ["ruby" "pp.rb"] ["./configure.sh"] [make "-j%{jobs}%"] ] install: [ [make "install"] ] depends: [ "ocaml" "conf-ruby" {build} "coq" {>= "8.4pl4" & < "8.6"} "coq-error-handlers" "coq-function-ninjas" "coq-list-string" {>= "2.0.0"} ] tags: [ "date:2015-11-26" "keyword:effects" "keyword:extraction" ] synopsis: "Experimental library to write concurrent applications in Coq" url { src: "https://github.com/coq-concurrency/system/archive/1.1.0.tar.gz" checksum: "md5=ac9441be42d767e1c9d22b487b4ce791" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-concurrency-system.1.1.0 coq.8.5.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-concurrency-system.1.1.0 coq.8.5.0
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler 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.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration The following actions will be performed: - install coq-list-plus 1.1.0 - install conf-ruby 1.0.0 - install coq-cunit 1.0.0 - install coq-error-handlers 1.2.0 - install coq-function-ninjas 1.0.0 - install coq-list-string 2.1.2 ===== 6 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The sources of the following couldn't be obtained, aborting: - coq-cunit.1.0.0: Curl failed - coq-error-handlers.1.2.0: Curl failed - coq-function-ninjas.1.0.0: Curl failed - coq-list-plus.1.1.0: Curl failed - coq-list-string.2.1.2: Curl failed
true
No files were installed.
true