(2020-04-14 10:21:03 UTC)
# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-m4             1           Virtual package relying on m4
coq                 dev         Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0      Official release 4.10.0
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-iris"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team"
homepage: "https://iris-project.org/"
bug-reports: "https://gitlab.mpi-sws.org/FP/iris-coq/issues"
license: "BSD"
dev-repo: "git+https://gitlab.mpi-sws.org/FP/iris-coq.git"
tags: [ "date:2019-08-29" ]
synopsis: "Iris is a Higher-Order Concurrent Separation Logic Framework with support for interactive proofs"
depends: [
  "coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9" & < "8.11~") | (= "dev") }
  "coq-stdpp" { (= "1.2.1") | (= "dev") }
]
build: [make "-j%{jobs}%"]
install: [make "install"]
url {
  src:
    "https://gitlab.mpi-sws.org/iris/iris/repository/iris-3.2.0/archive.tar.gz"
  checksum:
    "sha512=2b83cefb84382ad6a1b66a252ca3b8a69595228d841988638c12474d68a405b919dc8413d42d5edaef64f1f8f909a95568c78ae9fc3a7723a65f1ae07513d90f"
}
            trueDry install with the current Coq version:
opam install -y --show-action coq-iris.3.2.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 2h opam install -y --deps-only coq-iris.3.2.0 coq.dev# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml The following actions will be performed: - install coq-stdpp 1.2.1 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-stdpp.1.2.1] downloaded from https://gitlab.mpi-sws.org/iris/stdpp/repository/coq-stdpp-1.2.1/archive.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-stdpp failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-stdpp.1.2.1 ====================================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.10.0/.opam-switch/build/coq-stdpp.1.2.1 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-stdpp-27105-335865.env # output-file ~/.opam/log/coq-stdpp-27105-335865.out ### output ### # [...] # COQC theories/fin_sets.v # COQC theories/propset.v # COQC theories/listset.v # COQC theories/listset_nodup.v # COQC theories/binders.v # File "./theories/fin_sets.v", line 404, characters 34-47: # Error: No applicable tactic. # # make[2]: *** [Makefile.coq:699: theories/fin_sets.vo] Error 1 # make[1]: *** [Makefile.coq:335: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.10.0/.opam-switch/build/coq-stdpp.1.2.1' # make: *** [Makefile:6: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-stdpp 1.2.1 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
trueNo files were installed.
true