# 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: "Testing asynchronous system"
description: "From interaction trees to asynchronous tests."
maintainer: "Yishuai Li <yishuai@cis.upenn.edu>"
authors: "Yishuai Li <yishuai@cis.upenn.edu>"
license: "MPL-2.0"
tags: [
"category:Miscellaneous/Extracted Programs/Decision procedures"
"keyword:extraction"
"keyword:reactive systems"
"logpath:AsyncTest"
]
homepage: "https://github.com/liyishuai/coq-async-test"
bug-reports: "https://github.com/liyishuai/coq-async-test/issues"
depends: [
"coq" {>= "8.14~"}
"coq-json" {>= "0.1.1"}
"coq-itree-io" {>= "0.1.0"}
"coq-quickchick" {>= "1.6.3"}
]
build: [make "-j%{jobs}%"]
run-test: [make "-j%{jobs}%" "test"]
install: [make "install"]
dev-repo: "git+https://github.com/liyishuai/coq-async-test.git"
url {
src: "https://github.com/liyishuai/coq-async-test/archive/v0.1.0.tar.gz"
checksum: [
"md5=11edde75a469675be08ab7cf55ccb415"
"sha512=e92a2d160f43050f6a2084de199c537750db3bbe0c7005de7043f528a077f0948c0cfffff712d5f8ccb3573705a4bc77c4de6a534a7cb42292346adb976a3b0e"
]
}
trueDry install with the current Coq version:
opam install -y --show-action coq-async-test.0.1.0 coq.devDry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-async-test.0.1.0 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 menhirLib dev
- install coq-paco dev
- install ocamlbuild 0.14.3
- install coq-ext-lib dev
- install coq-ceres dev
- install coq-mathcomp-ssreflect 1.dev
- install menhirSdk dev
- install coq-menhirlib dev
- install coq-simple-io dev
- install coq-itree dev
- install coq-parsec 0.1.2
- install menhir dev
- install coq-quickchick dev
- install coq-itree-io dev
- install coq-json 0.1.2
===== 16 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-ceres.dev] synchronised from git+https://github.com/Lysxia/coq-ceres#master
[coq-itree.dev] synchronised from git+https://github.com/DeepSpec/InteractionTrees
[coq-json.0.1.2] downloaded from https://github.com/liyishuai/coq-json/archive/v0.1.2.tar.gz
[coq-ext-lib.dev] synchronised from git+https://github.com/coq-community/coq-ext-lib#master
[coq-itree-io.dev] synchronised from git+https://github.com/Lysxia/coq-itree-io
[coq-mathcomp-ssreflect.1.dev] synchronised from git+https://github.com/math-comp/math-comp.git#mathcomp-1
[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-simple-io.dev] synchronised from git+https://github.com/Lysxia/coq-simple-io#master
[cppo.1.6.9] downloaded from cache at https://opam.ocaml.org/cache
[coq-quickchick.dev] synchronised from git+https://github.com/QuickChick/QuickChick#master
[coq-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
[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
[menhirSdk.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-menhirlib.dev
-> installed coq-paco.dev
-> installed coq-parsec.0.1.2
-> installed cppo.1.6.9
-> installed menhirLib.dev
-> installed menhirSdk.dev
-> installed coq-mathcomp-ssreflect.1.dev
-> installed ocamlbuild.0.14.3
-> installed coq-simple-io.dev
[ERROR] The compilation of coq-quickchick failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4".
-> installed menhir.dev
-> installed coq-json.0.1.2
-> installed coq-itree.dev
-> 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-20879-318504.env
# output-file ~/.opam/log/coq-quickchick-20879-318504.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
| - 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-20231230165101.export"
trueNo files were installed.
true