# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" synopsis: "A support library for verified Coq parsers produced by Menhir" maintainer: "francois.pottier@inria.fr" authors: [ "Jacques-Henri Jourdan <jacques-henri.jourdan@lri.fr>" ] homepage: "https://gitlab.inria.fr/fpottier/coq-menhirlib" dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git" bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues" license: "LGPL-3.0-or-later" build: [ [make "-C" "coq-menhirlib" "-j%{jobs}%"] ] install: [ [make "-C" "coq-menhirlib" "install"] ] depends: [ "coq" { >= "8.7" } ] conflicts: [ "menhir" { != version } ] tags: [ "date:2023-12-31" "logpath:MenhirLib" ] url { src: "https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz" checksum: [ "md5=799748bc3b7a542798a85956c7863865" "sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f" ] }
true
Dry install with the current Coq version:
opam install -y --show-action coq-menhirlib.20231231 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; timeout 4h opam install -y --deps-only coq-menhirlib.20231231 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-menhirlib.20231231 coq.8.17.0
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is 8.17.0). The following actions will be performed: - install coq-menhirlib 20231231 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-menhirlib.20231231: http] [ERROR] Failed to get sources of coq-menhirlib.20231231: Curl failed #=== ERROR while fetching sources for coq-menhirlib.20231231 ==================# OpamSolution.Fetch_fail("https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz (Curl failed: \"/usr/bin/curl --write-out %{http_code}\\\\n --retry 3 --retry-delay 2 --user-agent opam/2.1.5 -L -o /home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/sources/coq-menhirlib.20231231/archive.tar.gz.part -- https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz\" exited with code 28)") <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - fetch coq-menhirlib 20231231 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-menhirlib.20231231 coq.8.17.0' failed.
No files were installed.
true