# 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.16.1 Formal proof management system
dune 3.12.1 Fast, portable, and opinionated build system
ocaml 4.14.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.14.0 Official release 4.14.0
ocaml-config 2 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: "forster@cs.uni-saarland.de"
homepage: "https://github.com/uds-psl/coq-library-undecidability/"
dev-repo: "git+https://github.com/uds-psl/coq-library-undecidability/"
bug-reports: "https://github.com/uds-psl/coq-library-undecidability/issues"
authors: ["Yannick Forster"
"Dominique Larchey-Wendling"
"Andrej Dudenhefner"
"Edith Heiter"
"Marc Hermes"
"Johannes Hostert"
"Dominik Kirst"
"Mark Koch"
"Fabian Kunze"
"Gert Smolka"
"Simon Spies"
"Dominik Wehr"
"Maximilian Wuttke"]
license: "CECILL-2.1"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" {>= "8.16.0" & < "8.17"}
"ocaml"
"coq-smpl" {>= "8.16"}
"coq-metacoq-template" {>= "1.1+8.16"}
]
synopsis: "A Coq Library of Undecidability Proofs"
url {
src: "https://github.com/uds-psl/coq-library-undecidability/archive/v1.0.1+8.16.tar.gz"
checksum: "sha256=96febb4482b41810782dca089144b1bffcb91ab1975dc9e312efacf3bf2e4371"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-library-undecidability.1.0.1+8.16 coq.8.16.1Dry 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-library-undecidability.1.0.1+8.16 coq.8.16.1# 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.16.1 Formal proof management system
dune 3.12.1 Fast, portable, and opinionated build system
ocaml 4.14.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.14.0 Official release 4.14.0
ocaml-config 2 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 coq-equations 1.3+8.16
- install coq-smpl 8.16
- install stdlib-shims 0.3.0
- install coq-metacoq-template 1.1.1+8.16
===== 4 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-equations.1.3+8.16] downloaded from https://github.com/mattam82/Coq-Equations/archive/refs/tags/v1.3-8.16.tar.gz
[coq-metacoq-template.1.1.1+8.16] downloaded from https://github.com/MetaCoq/metacoq/archive/refs/tags/v1.1.1-8.16.tar.gz
[coq-smpl.8.16] downloaded from https://github.com/uds-psl/smpl/archive/v8.16.tar.gz
[stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed stdlib-shims.0.3.0
[ERROR] The compilation of coq-smpl failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
[ERROR] The compilation of coq-equations failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-smpl.8.16 ======================================#
# context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released
# path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-smpl.8.16
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code 2
# env-file ~/.opam/log/coq-smpl-24980-50de41.env
# output-file ~/.opam/log/coq-smpl-24980-50de41.out
### output ###
# Error: Out of memory.
# [...]
# CAMLOPT -c -for-pack Smpl_plugin src/smpl.ml
# CAMLOPT -pack -o src/smpl_plugin.cmx
# CAMLOPT -a -o src/smpl_plugin.cmxa
# CAMLOPT -shared -o src/smpl_plugin.cmxs
# COQC theories/Smpl.v
# Error: Out of memory.
#
# make[2]: *** [Makefile.coq:793: theories/Smpl.vo] Error 1
# make[1]: *** [Makefile.coq:409: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-smpl.8.16'
# make: *** [Makefile:8: all] Error 2
#=== ERROR while compiling coq-equations.1.3+8.16 =============================#
# context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released
# path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-equations.1.3+8.16
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code 2
# env-file ~/.opam/log/coq-equations-24980-982793.env
# output-file ~/.opam/log/coq-equations-24980-982793.out
### output ###
# [...]
# CAMLOPT -c src/syntax.ml
# CAMLOPT -c src/extra_tactics.ml
# CAMLOPT -c src/context_map.ml
# CAMLOPT -c src/sigma_types.ml
# CAMLOPT -c src/simplify.ml
# CAMLOPT -c src/subterm.ml
# CAMLOPT -c src/splitting.ml
# Fatal error: exception Out of memory
# make[2]: *** [Makefile.coq:741: src/splitting.cmx] Error 2
# make[1]: *** [Makefile.coq:409: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-equations.1.3+8.16'
# make: *** [Makefile:6: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-equations 1.3+8.16
| - build coq-smpl 8.16
+-
+- The following changes have been performed (the rest was aborted)
| - install stdlib-shims 0.3.0
+-
# 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.14.0/.opam-switch/backup/state-20240104232905.export"
trueNo files were installed.
true