# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.1 The Coq Proof Assistant coq-core 8.17.1 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.1 The Coq Proof Assistant -- Standard Library coqide-server 8.17.1 The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 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" maintainer: "guillaume.melquiond@inria.fr" homepage: "https://gappa.gitlabpages.inria.fr/" dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git" bug-reports: "https://gitlab.inria.fr/gappa/coq/issues" license: "LGPL-3.0-or-later" build: [ ["autoconf"] {dev} ["./configure"] ["./remake" "-j%{jobs}%"] ] install: ["./remake" "install"] depends: [ "ocaml" "ocamlfind" {build} "coq" {>= "8.8.1" & < "8.18~"} "coq-flocq" {>= "3.0"} "conf-autoconf" {build & dev} ("conf-g++" {build} | "conf-clang" {build}) ] tags: [ "keyword:floating-point arithmetic" "keyword:interval arithmetic" "keyword:decision procedure" "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" "logpath:Gappa" "date:2023-02-03" ] authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ] synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover" url { src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.3.tar.gz" checksum: "sha512=2a40386371bb3e940383e7568bf49b60ffc1d941a8aa7efd24bb88afa70d6cbdc8ed23ab849f2dbfb3add5055131ddebdb1df05840ed62f27dfd3caefc31e72f" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-gappa.1.5.3 coq.8.17.1
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-gappa.1.5.3 coq.8.17.1
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.1 The Coq Proof Assistant coq-core 8.17.1 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.1 The Coq Proof Assistant -- Standard Library coqide-server 8.17.1 The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 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 conf-g++ 1.0 - install coq-flocq 4.1.3 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-g++.1.0 -> retrieved coq-flocq.4.1.3 (https://flocq.gitlabpages.inria.fr/releases/flocq-4.1.3.tar.gz) [ERROR] The compilation of coq-flocq.4.1.3 failed at "./configure". #=== ERROR while compiling coq-flocq.4.1.3 ====================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-flocq.4.1.3 # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure # exit-code 1 # env-file ~/.opam/log/coq-flocq-22310-972df2.env # output-file ~/.opam/log/coq-flocq-22310-972df2.out ### output ### # checking for coqc... /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc # checking Coq version... Fatal error: Not enough heap memory to reserve minor heaps # configure: error: must be at least 8.12 (you have version ). <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-flocq 4.1.3 +- +- The following changes have been performed | - install conf-g++ 1.0 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20231228235236.export"
true
No files were installed.
true