# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # 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" "Zoe Paraskevopoulou <zoe.paraskevopoulou@gmail.com>" ] 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 OR Apache-2.0 OR BSD-1-Clause" build: [ [make "-j%{jobs}%" "EXTERNAL_REWRITER=1" "EXTERNAL_COQPRIME=1" "coq" "standalone-ocaml"] ] install: [make "EXTERNAL_REWRITER=1" "EXTERNAL_COQPRIME=1" "BINDIR=%{bin}%" "install" "install-standalone-ocaml"] depends: [ "ocaml" {build} "ocamlfind" {build} "conf-jq" {build} "coq" {>= "8.11~"} "coq-coqprime" "coq-rewriter" ] conflict-class: [ "coq-fiat-crypto" ] dev-repo: "git+https://github.com/mit-plv/fiat-crypto.git" synopsis: "Cryptographic Primitive Code Generation by 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-with-bedrock.dev 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-fiat-crypto-with-bedrock.dev 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-gmp 4 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 3.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install coq-bignums dev - install coq-rewriter dev - install conf-jq 1 - install coq-coqprime dev ===== 4 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-bignums.dev] synchronised from git+https://github.com/coq/bignums.git#master [coq-coqprime.dev] synchronised from git+https://github.com/thery/coqprime.git#master [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.dev -> installed coq-coqprime.dev -> installed coq-rewriter.dev #=== ERROR while compiling conf-jq.1 ==========================================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | https://opam.ocaml.org#582c5d3a # path ~/.opam/ocaml-base-compiler.4.09.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-8759-562576.env # output-file ~/.opam/log/conf-jq-8759-562576.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 dev | - 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.09.1/.opam-switch/backup/state-20220325201133.export"
true
No files were installed.
true