# 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 8.15.0 Formal proof management system dune 3.1.1 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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_DEPENDENCIES=1" "SKIP_COQSCRIPTS_INCLUDE=1" "coq" "standalone-ocaml"] ] install: [make "EXTERNAL_DEPENDENCIES=1" "SKIP_COQSCRIPTS_INCLUDE=1" "BINDIR=%{bin}%" "install" "install-standalone-ocaml"] depends: [ "ocaml" {build} "ocamlfind" {build} "conf-jq" {build} "coq" {>= "8.11~"} "coq-coqprime" {>= "1.2.0"} "coq-rewriter" {= "0.0.2"} "coq-rupicola" {= "0.0.4"} ] conflict-class: [ "coq-fiat-crypto" ] dev-repo: "git+https://github.com/mit-plv/fiat-crypto.git" synopsis: "Cryptographic Primitive Code Generation by Fiat" description: """ Coq code and proofs for a command-line binary that can synthesize proven-correct big-integer modular field arithmetic operations for cryptography. Target languages include C, Rust, Zig, Go, and bedrock2. """ tags: ["logpath:Crypto"] url { src: "https://github.com/mit-plv/fiat-crypto/archive/refs/tags/v0.0.13.tar.gz" checksum: "sha512=c8f3da07cc4d8b2be86c9239d14c04a8ed990a12f80ce9b00c926cd5064afe1393de5bc52c673d7c7e0e099434ac4c2a03e302b2d23c47d97ce8dddb5404b75d" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-fiat-crypto.0.0.13 coq.8.15.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 4h opam install -y --deps-only coq-fiat-crypto.0.0.13 coq.8.15.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-gmp 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 3.1.1 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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-rewriter 0.0.2 - install coq-coqutil 0.0.1 - install coq-bignums 8.15.0 - install conf-jq 1 - install coq-bedrock2 0.0.1 - install coq-coqprime 1.2.0 - install coq-rupicola 0.0.4 ===== 7 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-bedrock2.0.0.1] downloaded from https://github.com/mit-plv/bedrock2/archive/refs/tags/v0.0.1.tar.gz [coq-bignums.8.15.0] downloaded from https://github.com/coq/bignums/archive/V8.15.0.tar.gz [coq-coqprime.1.2.0] downloaded from https://github.com/thery/coqprime/archive/refs/tags/v8.15.zip [coq-coqutil.0.0.1] downloaded from https://github.com/mit-plv/coqutil/archive/refs/tags/v0.0.1.tar.gz [coq-rewriter.0.0.2] downloaded from https://github.com/mit-plv/rewriter/archive/refs/tags/v0.0.2.tar.gz [coq-rupicola.0.0.4] downloaded from https://github.com/mit-plv/rupicola/archive/refs/tags/v0.0.4.tar.gz <><> 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.15.0 -> installed coq-coqutil.0.0.1 -> installed coq-coqprime.1.2.0 -> installed coq-bedrock2.0.0.1 -> installed coq-rupicola.0.0.4 -> installed coq-rewriter.0.0.2 #=== ERROR while compiling conf-jq.1 ==========================================# # context 2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.1 | https://opam.ocaml.org#f69a1923 # path ~/.opam/ocaml-base-compiler.4.12.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-3875-ab22a1.env # output-file ~/.opam/log/conf-jq-3875-ab22a1.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-bedrock2 0.0.1 | - install coq-bignums 8.15.0 | - install coq-coqprime 1.2.0 | - install coq-coqutil 0.0.1 | - install coq-rewriter 0.0.2 | - install coq-rupicola 0.0.4 +- 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.12.1/.opam-switch/backup/state-20220505232945.export"
true
No files were installed.
true