# 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 8.10.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: "2.0" authors: [ "Andres Erbsen <andreser@mit.edu>" "Google Inc." "Jade Philipoom <jadep@mit.edu> <jade.philipoom@gmail.com>" "Massachusetts Institute of Technology" ] maintainer: "Jason Gross <jgross@mit.edu>" homepage: "https://github.com/mit-plv/fiat-crypto" bug-reports: "https://github.com/mit-plv/fiat-crypto/issues" license: "MIT" build: [ [make "-j%{jobs}%" "EXTERNAL_DEPENDENCIES=1" "SKIP_BEDROCK2=1" "coq-without-bedrock2" "standalone-ocaml"] ] install: [make "EXTERNAL_DEPENDENCIES=1" "SKIP_BEDROCK2=1" "BINDIR=%{bin}%" "install-without-bedrock2" "install-standalone-ocaml"] depends: [ "ocaml" {build} "ocamlfind" {build} "conf-jq" {build} "coq" {>= "8.9~"} "coq-coqprime" "coq-rewriter" ] dev-repo: "git+https://github.com/mit-plv/fiat-crypto.git" synopsis: "Cryptographic Primitive Code Generation in Fiat." tags: ["logpath:Crypto"] url { src: "git+https://github.com/mit-plv/fiat-crypto.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-fiat-crypto.dev coq.8.10.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 2h opam install -y --deps-only coq-fiat-crypto.dev coq.8.10.0
# 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 8.10.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml The following actions will be performed: - install coq-rewriter dev - install conf-jq 1 - install coq-bignums 8.10.0 - install coq-coqprime dev ===== 4 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-bignums.8.10.0] downloaded from https://github.com/coq/bignums/archive/V8.10.0.tar.gz [coq-coqprime.dev] synchronised from git+https://github.com/thery/coqprime.git [coq-rewriter.dev] synchronised from git+https://github.com/mit-plv/rewriter.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of conf-jq failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build jq --version". -> installed coq-bignums.8.10.0 -> installed coq-coqprime.dev -> installed coq-rewriter.dev #=== ERROR while compiling conf-jq.1 ==========================================# # context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org#a33e1dcf # path ~/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/conf-jq.1 # command ~/.opam/opam-init/hooks/sandbox.sh build jq --version # exit-code 1 # env-file ~/.opam/log/conf-jq-19989-326a35.env # output-file ~/.opam/log/conf-jq-19989-326a35.out ### output ### # bwrap: execvp jq: No such file or directory <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build conf-jq 1 +- +- The following changes have been performed | - install coq-bignums 8.10.0 | - install coq-coqprime dev | - install coq-rewriter dev +- The packages you requested declare the following system dependencies. Please make sure they are installed before retrying: jq # 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.06.1/.opam-switch/backup/state-20200822120418.export"
true
No files were installed.
true