# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 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: "HTTP in Coq" description: "HTTP specification in Coq, testable and verifiable" maintainer: "Yishuai Li <liyishuai.lys@alibaba-inc.com>" authors: [ "Yishuai Li <yishuai@cis.upenn.edu>" "Li-yao Xia <xialiyao@cis.upenn.edu>" "Yao Li <liyao@cis.upenn.edu>" "Azzam Althagafi <aazzam@cis.upenn.edu>" "Benjamin C. Pierce <bcpierce@cis.upenn.edu>" ] license: "MPL-2.0" tags: [ "category:Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols" "category:Miscellaneous/Extracted Programs/Decision procedures" "keyword:co-induction" "keyword:extraction" "keyword:reactive systems" "logpath:HTTP" ] homepage: "https://github.com/liyishuai/coq-http" bug-reports: "https://github.com/liyishuai/coq-http/issues" depends: [ "coq" {>= "8.14~"} "ocamlbuild" {>= "0.14.1"} "coq-quickchick" {>= "1.6.3"} "coq-async-test" {>= "0.1.0"} ] build: [make "-j%{jobs}%"] run-test: [make "-j%{jobs}%" "test"] install: [make "install" "INSTALLDIR=%{bin}%"] dev-repo: "git+https://github.com/liyishuai/coq-http.git" url { src: "https://github.com/liyishuai/coq-http/archive/refs/tags/v0.2.1.tar.gz" checksum: [ "md5=0cabdca398a667cdf5013fe9cbba5d74" "sha512=1c39bca328e7537770228e0eb7da8cac119371a7cf3fd6d72ba68f815d8d9b73b7cbea7460b1956dc43877cbed9f2d75743602d85513c380e82246226b35e922" ] }
true
Dry install with the current Coq version:
opam install -y --show-action coq-http.0.2.1 coq.dev
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-http.0.2.1 coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 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 The following actions will be performed: - install cppo 1.6.9 - install coq-paco dev - install ocamlbuild 0.14.3 - install coq-ext-lib dev - install menhirSdk dev - install coq-menhirlib dev - install menhirLib dev - install coq-ceres dev - install coq-mathcomp-ssreflect 1.dev - install coq-simple-io dev - install coq-itree dev - install menhir dev - install coq-parsec 0.1.2 - install coq-quickchick dev - install coq-itree-io dev - install coq-json 0.1.2 - install coq-async-test dev ===== 17 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-async-test.dev] synchronised from git+https://github.com/liyishuai/coq-async-test [coq-ceres.dev] synchronised from git+https://github.com/Lysxia/coq-ceres#master [coq-ext-lib.dev] synchronised from git+https://github.com/coq-community/coq-ext-lib#master [coq-json.0.1.2] downloaded from https://github.com/liyishuai/coq-json/archive/v0.1.2.tar.gz [coq-itree-io.dev] synchronised from git+https://github.com/Lysxia/coq-itree-io [coq-itree.dev] synchronised from git+https://github.com/DeepSpec/InteractionTrees [coq-paco.dev] synchronised from git+https://github.com/snu-sf/paco.git#master [coq-parsec.0.1.2] downloaded from https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz [coq-mathcomp-ssreflect.1.dev] synchronised from git+https://github.com/math-comp/math-comp.git#mathcomp-1 [coq-quickchick.dev] synchronised from git+https://github.com/QuickChick/QuickChick#master [cppo.1.6.9] downloaded from cache at https://opam.ocaml.org/cache [coq-simple-io.dev] synchronised from git+https://github.com/Lysxia/coq-simple-io#master [coq-menhirlib.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master [menhirSdk.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master [ocamlbuild.0.14.3] downloaded from cache at https://opam.ocaml.org/cache [menhirLib.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master [menhir.dev] synchronised from git+https://gitlab.inria.fr/fpottier/menhir.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed coq-ceres.dev -> installed coq-ext-lib.dev -> installed coq-mathcomp-ssreflect.1.dev -> installed coq-menhirlib.dev -> installed coq-paco.dev -> installed coq-parsec.0.1.2 -> installed cppo.1.6.9 -> installed menhirLib.dev -> installed menhirSdk.dev -> installed ocamlbuild.0.14.3 -> installed coq-simple-io.dev -> installed menhir.dev -> installed coq-itree.dev [ERROR] The compilation of coq-quickchick failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4". -> installed coq-json.0.1.2 -> installed coq-itree-io.dev #=== ERROR while compiling coq-quickchick.dev =================================# # context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-quickchick.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 # env-file ~/.opam/log/coq-quickchick-31154-69b346.env # output-file ~/.opam/log/coq-quickchick-31154-69b346.out ### output ### # [...] # CAMLDEP plugin/driver.ml # CAMLDEP plugin/quickChick.ml # COQDEP VFILES # *** Error: plugin/tactic_quickchick.mli: No such file or directory # COQDEP VFILES # *** Error: plugin/tactic_quickchick.mli: No such file or directory # COQDEP VFILES # *** Error: plugin/tactic_quickchick.mli: No such file or directory # make[2]: *** No rule to make target '.Makefile.coq.d', needed by 'src/Tactics.vo'. Stop. # make[1]: *** [Makefile.coq:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-quickchick.dev' # make: *** [Makefile:26: plugin] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-quickchick dev +- +- The following changes have been performed (the rest was aborted) | - install coq-ceres dev | - install coq-ext-lib dev | - install coq-itree dev | - install coq-itree-io dev | - install coq-json 0.1.2 | - install coq-mathcomp-ssreflect 1.dev | - install coq-menhirlib dev | - install coq-paco dev | - install coq-parsec 0.1.2 | - install coq-simple-io dev | - install cppo 1.6.9 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocamlbuild 0.14.3 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: opam switch import "/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/backup/state-20231231043231.export"
true
No files were installed.
true