# 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 dev The Coq Proof Assistant
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib dev The Coq Proof Assistant -- Standard Library
coqide-server dev The Coq Proof Assistant, XML protocol server
dune 3.12.2 Fast, portable, and opinionated build system
ocaml 5.0.0 The OCaml compiler (virtual package)
ocaml-base-compiler 5.0.0 Official release 5.0.0
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: "http://coquelicot.saclay.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "https://gitlab.inria.fr/coquelicot/coquelicot/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.8"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "1.16~"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:real analysis"
"keyword:topology"
"keyword:filters"
"keyword:metric spaces"
"category:Mathematics/Real Calculus and Topology"
"logpath:Coquelicot"
"date:2020-12-11"
]
authors: [
"Sylvie Boldo <sylvie.boldo@inria.fr>"
"Catherine Lelay <catherine.lelay@inria.fr>"
"Guillaume Melquiond <guillaume.melquiond@inria.fr>"
]
synopsis: "A Coq formalization of real analysis compatible with the standard library"
url {
src: "https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz"
checksum: "sha512=d7ac2dcc48499a95e73f875da0f24fec6714ad06f16c4675c764d0600034fa51c10c9eaaacef7943e1147a9412e24274228ac9d17f2c0e07eb86932bc2b264a1"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-coquelicot.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 4h opam install -y --deps-only coq-coquelicot.3.2.0 coq.dev# 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 dev The Coq Proof Assistant
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib dev The Coq Proof Assistant -- Standard Library
coqide-server dev The Coq Proof Assistant, XML protocol server
dune 3.12.2 Fast, portable, and opinionated build system
ocaml 5.0.0 The OCaml compiler (virtual package)
ocaml-base-compiler 5.0.0 Official release 5.0.0
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-mathcomp-ssreflect 1.11+beta1
===== 2 to install =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved coq-mathcomp-ssreflect.1.11+beta1 (https://github.com/math-comp/math-comp/archive/mathcomp-1.11+beta1.tar.gz)
-> installed conf-g++.1.0
[ERROR] The compilation of coq-mathcomp-ssreflect.1.11+beta1 failed at "make -C mathcomp/ssreflect -j 4".
#=== ERROR while compiling coq-mathcomp-ssreflect.1.11+beta1 ==================#
# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/extra-dev
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-mathcomp-ssreflect.1.11+beta1
# command ~/.opam/opam-init/hooks/sandbox.sh build make -C mathcomp/ssreflect -j 4
# exit-code 2
# env-file ~/.opam/log/coq-mathcomp-ssreflect-22963-27a92a.env
# output-file ~/.opam/log/coq-mathcomp-ssreflect-22963-27a92a.out
### output ###
# Fatal error: Fatal error: Not enough heap memory to reserve minor heapsNot enough heap memory to reserve minor heaps
# [...]
# Fatal error: Not enough heap memory to reserve minor heaps
# Aborted (core dumped)
# make[2]: *** [Makefile.coq:847: ssrnotations.vo] Error 134
# make[2]: *** Waiting for unfinished jobs....
# Aborted (core dumped)
# make[2]: *** [Makefile.coq:847: ssreflect.vo] Error 134
# Aborted
# make[2]: *** [Makefile.coq:847: ssrmatching.vo] Error 134
# make[1]: *** [Makefile.coq:417: all] Error 2
# make: *** [../Makefile.common:85: this-build] Error 2
# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-mathcomp-ssreflect.1.11+beta1/mathcomp/ssreflect'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-ssreflect 1.11+beta1
+-
+- 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.0.0/.opam-switch/backup/state-20240115000503.export"
trueNo files were installed.
true